Parameterform:
E : r = P1 + p * ( P2 - P1 ) + q ( P3 - P1 ) = ( 0 , 0 , 1 ) + p * ( 1 , - 1 , - 1 ) + q * ( - 2 , 1 , 0 )
Zunächst in Normalenform umformen. Dazu Kreuzprodukt n der Richtungsvektoren bilden:
n = ( 1 , - 1 , - 1 ) x ( - 2 , 1 , 0 ) = ( 1 , 2 , - 1 )
=> Normalenform:
E : n * ( x - P1 ) = 0
E : ( 1 , 2 , - 1 ) * ( ( x , y , z ) - ( 0 , 0 , 1 ) ) = 0
Nun in Koordinatenform umformen ( koordiantenweise ausrechnen):
E : x1 + 2 y - ( z - 1 ) = 0
E : x1 + 2 y -z + 1 = 0
b) Normalenform aufstellen:
E : ( 1 , - 2 , 1 ) * ( ( x , y , z ) - ( 1 , - 2 , 1 ) ) = 0
E : 1 * ( x - 1 ) + ( - 2 ) * ( y - ( - 2 ) ) + 1 * ( z - 1 ) = 0
E : x - 2 y + z - 1 - 4 - 1 = 0
E : x - 2 y + z - 6 = 0
c) Kommt später , sorry ...