1.)
Mit λ1 = 0 und λ1 = 1 liegen die Punkte P0 ( 1 | 1 ) und P 1 ( 3 | 0 ) auf der gegebenen Geraden. Mit Hilfe der Zweipunkteform einer Geraden erhält man für g1:
y = y0 + ( y1 - y0 ) / ( x1 - x0 ) ( x - x0 )
= 1 + ( ( 0 - 1 ) / ( 3 - 1 ) ) * ( x - 1 )
= 1 + ( - 1 / 2 ) * ( x - 1 )
= 1 - ( 1 / 2 ) x + ( 1 / 2 )
= - ( 1 / 2 ) x + 1,5
Auf gleiche Weise erhält man für g2 :
y = x + 3
2)
Das Gleichungssystem lautet:
- 0,5 x - y = - 1,5
x - y = - 3
Das System in der Form A x = b sieht dann so aus:
$$\begin{pmatrix} -0,5 & -1 \\ 1 & -1 \end{pmatrix}*\vec { x } =\begin{pmatrix} -1,5 \\ -3 \end{pmatrix}$$
Die Inverse A - 1 zur Matrix
$$A=\begin{pmatrix} -0,5 & -1 \\ 1 & -1 \end{pmatrix}$$
bestimmt man, indem man die MAtrix A und die Einheitsmatrix des R 2 nebeneinander schreibt:
$$\left( { \begin{matrix} -0,5 & -1 \\ 1 & -1 \end{matrix} }|{ \begin{matrix} 1 & 0 \\ 0 & 1 \end{matrix} } \right)$$
und diese Matrix dann durch auf alle Elemente angewandte elementare Zeilenumformungen so umformt, dass links vom Strich die Einheitsmatrix steht. Rechts vom Strich steht dann die Inverse von A:
$$\left( { \begin{matrix} -0,5 & -1 \\ 1 & -1 \end{matrix} }|{ \begin{matrix} 1 & 0 \\ 0 & 1 \end{matrix} } \right)$$$$\Rightarrow \left( { \begin{matrix} -0,5 & -1 \\ 0 & -3 \end{matrix} }|{ \begin{matrix} 1 & 0 \\ 2 & 1 \end{matrix} } \right)$$$$ \Rightarrow \left( { \begin{matrix} -1,5 & 0 \\ 0 & -3 \end{matrix} }|{ \begin{matrix} 1 & -1 \\ 2 & 1 \end{matrix} } \right)$$$$\Rightarrow \left( { \begin{matrix} 1 & 0 \\ 0 & 1 \end{matrix} }|{ \begin{matrix} \frac { -2 }{ 3 } & \frac { 2 }{ 3 } \\ \frac { -2 }{ 3 } & \frac { -1 }{ 3 } \end{matrix} } \right)$$
Also:
$${ A }^{ -1 }=\left( \begin{matrix} \frac { -2 }{ 3 } & \frac { 2 }{ 3 } \\ \frac { -2 }{ 3 } & \frac { -1 }{ 3 } \end{matrix} \right)$$
Multipliziert man nun A - 1 mit dem Vektor
$$b=\begin{pmatrix} -1,5 \\ -3 \end{pmatrix}$$
so erhält man den Ortvektor des Schnittpunktes der beiden Geraden:
$$\left( \begin{matrix} \frac { -2 }{ 3 } & \frac { 2 }{ 3 } \\ \frac { -2 }{ 3 } & \frac { -1 }{ 3 } \end{matrix} \right) *\begin{pmatrix} -1,5 \\ -3 \end{pmatrix}=\begin{pmatrix} -1 \\ 2 \end{pmatrix}$$
Der Schnittpunkt hat also die Koordinaten ( - 1 | 2 )