Wiki-Quellcode von Lösung Drei Punkte
Zuletzt geändert von akukin am 2026/05/10 18:09
Zeige letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| 1 | Um zu prüfen, ob die Punkte auf einer gemeinsamen Geraden liegen, stellen wir eine Geradengleichung durch zwei Punkte auf (zum Beispiel {{formula}}A{{/formula}} und {{formula}}B{{/formula}}) und prüfen, ob der dritte Punkt auf der Geraden liegt, indem wir den Ortsvektor des dritten Punktes in die Geradengleichung einsetzen. | ||
| 2 | |||
| 3 | Zum Aufstellen der Geradengleichung verwenden wir {{formula}}\overrightarrow{OA}{{/formula}} als Stützvektor und {{formula}}\overrightarrow{AB} = \begin{pmatrix} 2-4 \\ 2-0 \\ 1-0 \end{pmatrix} = \begin{pmatrix} -2 \\ 2 \\ 1 \end{pmatrix} {{/formula}} als Richtungsvektor und erhalten: | ||
| 4 | |||
| 5 | {{formula}}g: \vec{x}=\begin{pmatrix} 4\\ 0 \\ 0 \end{pmatrix} + r\cdot \begin{pmatrix} -2 \\ 2 \\ 1 \end{pmatrix}{{/formula}} | ||
| 6 | |||
| 7 | Einsetzen von {{formula}}\overrightarrow{OC}=\begin{pmatrix} 3 \\ 1 \\ 1 \end{pmatrix}{{/formula}} in die Geradengleichung: | ||
| 8 | |||
| 9 | {{formula}}\begin{pmatrix} 3 \\ 1 \\ 1 \end{pmatrix}=\begin{pmatrix} 4\\ 0 \\ 0 \end{pmatrix} + r\cdot \begin{pmatrix} -2 \\ 2 \\ 1 \end{pmatrix}{{/formula}} | ||
| 10 | |||
| 11 | Wir erhalten komponentenweise aus den einzelnen Zeilen folgendes LGS: | ||
| 12 | {{formula}} | ||
| 13 | \begin{align*} | ||
| 14 | 3&=4-2r \ &&\Leftrightarrow \ r=\frac{1}{2} \\ | ||
| 15 | 1&=2r \ &&\Leftrightarrow \ r=\frac{1}{2} \\ | ||
| 16 | 1&=r | ||
| 17 | \end{align*} | ||
| 18 | {{/formula}}. | ||
| 19 | |||
| 20 | Da sich aus der dritten Gleichung ein anderer Wert für {{formula}}r{{/formula}} ergibt als aus den anderen beiden Gleichungen, erfüllt Punkt {{formula}}C{{/formula}} die Geradengleichung nicht. | ||
| 21 | |||
| 22 | Die Punkte {{formula}}A{{/formula}}, {{formula}}B{{/formula}} und {{formula}}C{{/formula}} liegen somit nicht auf einer gemeinsamen Gerade. | ||
| 23 | |||
| 24 | |||
| 25 | |||
| 26 | **Alternative Lösung: ** | ||
| 27 | Um zu prüfen, ob die Punkte auf einer gemeinsamen Geraden liegen, bilden wir die Stützvektoren {{formula}}\overrightarrow{AB}{{/formula}} und {{formula}}\overrightarrow{AC}{{/formula}} und prüfen, ob die beiden Vektoren Vielfachen voneinander sind/linear abhängig sind: | ||
| 28 | |||
| 29 | {{formula}}\overrightarrow{AB} = \begin{pmatrix} 2-4 \\ 2-0 \\ 1-0 \end{pmatrix} = \begin{pmatrix} -2 \\ 2 \\ 1 \end{pmatrix} {{/formula}} | ||
| 30 | |||
| 31 | {{formula}}\overrightarrow{AC} = \begin{pmatrix} 3-4 \\ 1-0 \\ 1-0 \end{pmatrix} = \begin{pmatrix} -1 \\ 1 \\ 1 \end{pmatrix}{{/formula}} | ||
| 32 | |||
| 33 | Wir prüfen nun zeilenweise, ob es ein {{formula}}k{{/formula}} gibt, sodass {{formula}}\overrightarrow{AB}=k\cdot \overrightarrow{AC} \ \Leftrightarrow \begin{pmatrix} -2 \\ 2 \\ 1 \end{pmatrix}=k\cdot \begin{pmatrix} -1 \\ 1 \\ 1 \end{pmatrix}{{/formula}} gilt. | ||
| 34 | |||
| 35 | Zeile I: {{formula}}-2=k\cdot (-1) \Leftrightarrow k=2{{/formula}} | ||
| 36 | Zeile II: {{formula}}2=k\cdot 1 \Leftrightarrow k=2{{/formula}} | ||
| 37 | Zeile III: {{formula}}1=k\cdot 1 \Leftrightarrow k=1 \neq 2{{/formula}} | ||
| 38 | |||
| 39 | Da wir in der dritten Zeile einen anderen Wert für {{formula}}k{{/formula}} erhalten, sind die Vektoren keine Vielfachen voneinander (sie sind linear unabhängig). Die Punkte {{formula}}A{{/formula}}, {{formula}}B{{/formula}} und {{formula}}C{{/formula}} liegen somit nicht auf einer gemeinsamen Gerade. |