Wiki-Quellcode von Lösung Ebene aus Punkten

Zuletzt geändert von akukin am 2026/05/13 17:28

Verstecke letzte Bearbeiter
akukin 1.1 1 Wir stellen zunächst die Ebene durch die Punkte {{formula}}A{{/formula}}, {{formula}}B{{/formula}} und {{formula}}C{{/formula}} auf:
2 {{formula}}\overrightarrow{AB} = \begin{pmatrix} 1 \\ -1 \\ -5 \end{pmatrix}, \quad \overrightarrow{AC} = \begin{pmatrix} 2 \\ -2 \\ 0 \end{pmatrix} \Rightarrow E: \vec{x} = \begin{pmatrix} 1 \\ 3 \\ 1 \end{pmatrix} + s \cdot \begin{pmatrix} 1 \\ -1 \\ -5 \end{pmatrix} + t \cdot \begin{pmatrix} 2 \\ -2 \\ 0 \end{pmatrix}{{/formula}}
3
4 Wir setzen {{formula}}D(4|0|1){{/formula}} in {{formula}}E{{/formula}} ein:
5 {{formula}}
6 \begin{align*}
7 \text{I}: \ 1 + s + 2t &= 4 \\
8 \text{II}: 3 - s - 2t &= 0 \\
9 \text{III}: \ \quad 1 - 5s &= 1
10 \end{align*}
11 {{/formula}}
12
13 Aus {{formula}}\text{III}{{/formula}} folgt: {{formula}}1 - 5s = 1 \ \Leftrightarrow s=0{{/formula}}.
14 Einsetzen von {{formula}}s = 0{{/formula}} in zum Beispiel {{formula}}\text{II}{{/formula}}: {{formula}}3 - 0 - 2t = 0 \ \Leftrightarrow \ t = \frac{3}{2}{{/formula}}
15
16 Einsetzen von {{formula}}s = 0{{/formula}} und {{formula}}t = \frac{3}{2}{{/formula}} in {{formula}}\text{I}{{/formula}} ergibt die wahre Aussage {{formula}}1 + 0 + 2 \cdot \frac{3}{2} = 4{{/formula}}.
17
18 Das LGS ist somit eindeutig lösbar mit {{formula}}s = 0{{/formula}} und {{formula}}t = \frac{3}{2}{{/formula}}.
19 Daraus folgt: {{formula}}D \in E{{/formula}}.
20 Die vier Punkte liegen somit auf einer gemeinsamen Ebene.
21
22
23
24 **Alternative Lösung mit Hilfe des Spatprodukts: **
25 Wir berechnen die Vektoren:{{formula}}\overrightarrow{AB}= \begin{pmatrix} 1 \\ -1 \\ -5 \end{pmatrix}, \quad \overrightarrow{AC} = \begin{pmatrix} 2 \\ -2 \\ 0 \end{pmatrix}, \quad \overrightarrow{AD} = \begin{pmatrix} 3\\ -3 \\ 0 \end{pmatrix}{{/formula}}
26 Das Kreuzprodukt der Spannvektoren ergibt:
27 {{formula}}\overrightarrow{AB} \times \overrightarrow{AC} =\begin{pmatrix} (-1) \cdot 0 - (-5) \cdot (-2) \\ (-5) \cdot 2 - 1 \cdot 0 \\ 1 \cdot (-2) - (-1) \cdot 2 \end{pmatrix} =\begin{pmatrix} -10 \\ -10 \\ 0 \end{pmatrix}{{/formula}}
28
29 Für das Spatprodukt gilt: {{formula}}(\overrightarrow{AB} \times \overrightarrow{AC}) \cdot \overrightarrow{AD} =\begin{pmatrix} -10 \\ -10 \\ 0 \end{pmatrix}\cdot \begin{pmatrix} 3\\ -3 \\ 0 \end{pmatrix}=(-10)\cdot 3+(-10)\cdot (-3)+0\cdot 0=0{{/formula}}
30
31 Somit sind die Vektoren {{formula}}\overrightarrow{AB}{{/formula}},{{formula}}\overrightarrow{AC}{{/formula}} und {{formula}}\overrightarrow{AD}{{/formula}} komplanar und die Punkte liegen in einer gemeinsamen Ebene.
32 (Drei Vektoren {{formula}}\vec{a}{{/formula}}, {{formula}}\vec{b}{{/formula}} und {{formula}}\vec{c}{{/formula}} sind genau dann linear abhängig (komplanar), wenn {{formula}}(\vec{a}\times \vec{b})\cdot \vec{c}=0{{/formula}} gilt.)
33