04222 / 7745080 kontakt@eazylearning.de
Zum Hauptinhalt springen

Punktprobe

Mit der Punktprobe kann man prüfen, ob ein Punkt \( P \) Element einer Ebene \( E \) ist, also in der Ebene liegt.

Parameterform

Gesucht: Liegt ein Punkt \( P \) in einer Ebene \( E \)?

  1. Ortsvektor des Punktes \( P \) mit der Ebenengleichung gleichsetzen
  2. Jede Zeile als eigene Gleichung verstehen und Lineares Gleichungssystem aufstellen
  3. Lineares Gleichungssystem lösen

Beispiel:

Prüfe, ob der Punkt \(P(3|4|8)\) in

\( E: \vec{x} = \begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix} + s \cdot \begin{pmatrix} -2 \\ -4 \\ -5 \end{pmatrix} + t \cdot \begin{pmatrix} 3 \\ 1 \\ 0 \end{pmatrix} \)

liegt.

Schritt 1: Der Ortsvektor des Punktes \( P \) wird mit der Ebenengleichung gleichgesetzt:

\( \begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix} + s \cdot \begin{pmatrix} -2 \\ -4 \\ -5 \end{pmatrix} + t \cdot \begin{pmatrix} 3 \\ 1 \\ 0 \end{pmatrix} = \begin{pmatrix} 3 \\ 4 \\ 8 \end{pmatrix} \)

Schritt 2: Jede Zeile wird als eigene Gleichung verstanden und das Lineare Gleichungssystem aufgestellt:

\( \begin{aligned} I. & \quad 1 + s \cdot (-2) + t \cdot 3 = 3 \\ II. & \quad 2 + s \cdot (-4) + t \cdot 1 = 4 \\ III. & \quad 2 + s \cdot (-5) + t \cdot 0 = 8 \end{aligned} \)

Schritt 3: Das Lineare Gleichungssystem wird mithilfe des Taschenrechners gelöst:

\( \begin{aligned} I. & \quad 1 + s \cdot (-2) + t \cdot 3 = 3 & | -1 \\ II. & \quad 2 + s \cdot (-4) + t \cdot 1 = 4 & | -2 \\ III. & \quad 2 + s \cdot (-5) + t \cdot 0 = 8 & | -2 \\[6pt] I. & \quad -2s + 3t = 2 \\ II. & \quad -4s + 1t = 2 \\ III. & \quad -5s + 0t = 6 \end{aligned} \)
\( \begin{pmatrix} -2 & 3 & 2 \\ -4 & 1 & 2 \\ -5 & 0 & 6 \end{pmatrix} \rightarrow \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} \rightarrow s = 0, \; t = 0, \; 0 = 1 \)

In der letzten Zeile steht, dass das Gleichungssystem keine Lösung besitzt. Die Punktprobe ist somit nicht erfüllt. Der Punkt \( P \) liegt daher nicht in der Ebene \( E \).

Koordinatenform

Gesucht: Liegt ein Punkt \( P \) in einer Ebene \( E \)?

  1. Die einzelnen Koordinaten des Punktes in die Koordinatenform für \( x_1, x_2, x_3 \) einsetzen
  2. Durch Ausrechnen wird überprüft, ob die Gleichung erfüllt ist

Beispiel:

Prüfe, ob der Punkt \( P(2|-3|2) \) in \( E: 5x_1 + 2x_2 + 2x_3 = 8 \) liegt.

Schritt 1: Die einzelnen Koordinaten des Punktes 2, -3 und 2 werden in die Koordinatenform für \( x_1, x_2 \) und \( x_3 \) eingesetzt:

\( 5x_1 + 2x_2 + 2x_3 = 8 \)
\( 5 \cdot 2 + 2 \cdot (-3) + 2 \cdot 2 = 8 \)

Schritt 2: Durch Ausrechnen wird nun überprüft, ob die Gleichung erfüllt ist. Erhält man durch Ausrechnen auf der linken Seite ebenfalls den Wert 8 wie auf der rechten Seite, so ist die Punktprobe erfüllt:

\( 5 \cdot 2 + 2 \cdot (-3) + 2 \cdot 2 = 8 \)
\( 10 + (-6) + 4 = 8 \)
\( 8 = 8 \)

Die Punktprobe ist erfüllt. In diesem Fall liegt der Punkt \( P \) in der Ebene \( E \).

Normalenform

Gesucht: Liegt ein Punkt \( P \) in einer Ebene \( E \)?

  1. Ortsvektor des Punktes \( P \) in die Normalenform für \( \vec{x} \) einsetzen
  2. Durch Ausrechnen wird überprüft, ob die Gleichung erfüllt ist

Beispiel:

Prüfe, ob der Punkt \( P(2|-3|2) \) in

\( E: \left( \vec{x} - \begin{pmatrix} 2 \\ 1 \\ 3 \end{pmatrix} \right) * \begin{pmatrix} -2 \\ 1 \\ 5 \end{pmatrix} = 0 \)

liegt.

Schritt 1: Der Ortsvektor des Punktes \( P \) wird in die Normalenform für \( \vec{x} \) eingesetzt:

\( \left( \begin{pmatrix} 2 \\ -3 \\ 2 \end{pmatrix} - \begin{pmatrix} 2 \\ 1 \\ 3 \end{pmatrix} \right) * \begin{pmatrix} -2 \\ 1 \\ 5 \end{pmatrix} = 0 \)

Schritt 2: Durch Ausrechnen wird nun überprüft, ob die Gleichung erfüllt ist. Erhält man durch Ausrechnen auf der linken Seite ebenfalls den Wert 0 wie auf der rechten Seite, so ist die Punktprobe erfüllt:

\( \begin{pmatrix} 0 \\ -4 \\ -1 \end{pmatrix} * \begin{pmatrix} -2 \\ 1 \\ 5 \end{pmatrix} = 0 \)
\( 0 \cdot (-2) + (-4) \cdot 1 + (-1) \cdot 5 = 0 \)
\( -4 - 5 = 0 \)
\( -9 \neq 0 \)

Die Punktprobe ist nicht erfüllt. In diesem Fall liegt der Punkt \( P \) nicht in der Ebene \( E \).

Die Punktprobe bei Ebenen gehört zu den häufigsten Aufgabentypen in der Oberstufe und im Abitur. Wer die Parameterform, Koordinatenform und Normalenform sicher beherrschen möchte, findet bei der Mathe-Nachhilfe von eazy learning die passende Unterstützung – individuell auf das eigene Niveau abgestimmt. Unsere Lehrer helfen dir gezielt weiter, ob vor Ort in Bremen, Oldenburg, Delmenhorst oder online.

Von überall aus lernen – ganz flexibel!

Vollen Fokus auf deine Online-Nachhilfe!

Intensivkurse von easy learning – digital & flexibel

Du brauchst mehr Hilfe?

Wir unterstützen Dich – jederzeit und überall!