Übungen 03: Unterschied zwischen den Versionen

Aus Geometrie-Wiki
Wechseln zu: Navigation, Suche
(Aufgabe 2)
(Aufgabe 1)
Zeile 10: Zeile 10:
 
hat.<br />
 
hat.<br />
 
Was bedeutet das anschaulich für die Lage der Ebenen?
 
Was bedeutet das anschaulich für die Lage der Ebenen?
 +
 +
=Aufgabe 2=
 +
 +
Berechnen Sie mit Hilfe des Gauß-Algorithmus den Schnittpunkt zwischen Gerade und Ebene:<br />
 +
a) <math>g: \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 2 \\ 2 \\ 1 \end{pmatrix}+r\begin{pmatrix} 1 \\ -1 \\ 1 \end{pmatrix} </math> und <math>e: \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix}  1\\ 1 \\ 5 \end{pmatrix}+s\begin{pmatrix} 2 \\ 0 \\ 1 \end{pmatrix}+t\begin{pmatrix} -1 \\ -1 \\ 3 \end{pmatrix}</math>
 +
 +
b) folgt.
  
 
=Aufgabe 2=
 
=Aufgabe 2=

Version vom 29. April 2013, 18:25 Uhr

Inhaltsverzeichnis

Aufgabe 1

Gegeben sind drei Ebenengleichungen a_1x+b_1y+c_1z=d_1, a_2x+b_2y+c_2z=d_2 und a_3x+b_3y+c_3z=d_3.
Geben Sie drei Ebenen dieser Form an, sodass das LGS dazu

a) genau eine Lösung
b) keine Lösung
c) eine ein-parametrige Lösung
d) eine zwei-parametrige Lösung
hat.
Was bedeutet das anschaulich für die Lage der Ebenen?

Aufgabe 2

Berechnen Sie mit Hilfe des Gauß-Algorithmus den Schnittpunkt zwischen Gerade und Ebene:
a) g: \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 2 \\ 2 \\ 1 \end{pmatrix}+r\begin{pmatrix} 1 \\ -1 \\ 1 \end{pmatrix} und e: \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix}  1\\ 1 \\ 5 \end{pmatrix}+s\begin{pmatrix} 2 \\ 0 \\ 1 \end{pmatrix}+t\begin{pmatrix} -1 \\ -1 \\ 3 \end{pmatrix}

b) folgt.

Aufgabe 2

Bestimmen Sie ein lineares Gleichungssystem (bestehend aus zwei Gleichungen), das die Gerade durch die Punkte P(0|5|-2) und Q(14|3|2) beschreibt. Tipp: Überlegen Sie sich, was das geometrisch repräsentiert.

Aufgabe 3