Um zu überprüfen, ob ein Punkt in der Ebene liegt, nutzt man die Punktprobe.
P - Parametergleichung
N - Normalengleichung
K - Koordinatengleichung
$P(2|1|1)$,
$\text{E: } \vec{x} = \begin{pmatrix} 3 \\ 0 \\ 0 \end{pmatrix} + r \cdot \begin{pmatrix} 1 \\ 1 \\ 0 \end{pmatrix}$ $+ s \cdot \begin{pmatrix} 1 \\ 5 \\ 2 \end{pmatrix}$
$\begin{pmatrix} 2 \\ 1 \\ 1 \end{pmatrix}$ $=\begin{pmatrix} 3 \\ 0 \\ 0 \end{pmatrix} + r \cdot \begin{pmatrix} 1 \\ 1 \\ 0 \end{pmatrix}$ $+ s \cdot \begin{pmatrix} 1 \\ 5 \\ 2 \end{pmatrix}$
Aus III. erhält man $s=\frac12$, was in II. eingesetzt wird.
$1=r+5\cdot\frac12\quad|-\frac52$
$r=-\frac32$
$2=3+r+s$
$2=3-\frac32+\frac12$
$2=2$
$P(2|1|-1)$,
$\text{E: } \left(\vec{x} - \begin{pmatrix} 2 \\ 1 \\ 1 \end{pmatrix}\right) \cdot \begin{pmatrix} 2 \\ -2 \\ 4 \end{pmatrix}=0$
$\left(\begin{pmatrix} 2 \\ 1 \\ -1 \end{pmatrix} - \begin{pmatrix} 2 \\ 1 \\ 1 \end{pmatrix}\right) \cdot \begin{pmatrix} 2 \\ -2 \\ 4 \end{pmatrix}$ $=0$
$\begin{pmatrix} 2-2 \\ 1-1 \\ -1-1 \end{pmatrix} \cdot \begin{pmatrix} 2 \\ -2 \\ 4 \end{pmatrix}=0$
$\begin{pmatrix} 0 \\ 0 \\ -2 \end{pmatrix} \cdot \begin{pmatrix} 2 \\ -2 \\ 4 \end{pmatrix}=0$
Nun wendet man das Skalarprodukt auf der linken Seite der Gleichung an.
$0\cdot2+0\cdot(-2)+(-2)\cdot4$ $=0$
$-8\neq0$
=> Widerspruch, Punkt liegt nicht in der Ebene
$P(2|1|1)$,
$\text{E: } 2x-2y+4z=6$
$2\cdot2-2\cdot1+4\cdot1=6$
$2\cdot2-2\cdot1+4\cdot1=6$
$6=6$
=> wahre Aussage, der Punkt liegt in der Ebene