I have the points:
$A(0,0,1), B(0,1,0), C(2,0,0)$
I am asked to find the scalar equation of the plane but I cannot use cross product to compute the normal vector. How do I do it without it?
Let:
$AB = [0,1,-1], AC = [2,0,-1]$
Let $n$ be the normal vector $[n_{1}, n_{2}, n_{3}]$
I know, $AB \cdot n = 0, AC \cdot n = 0 $.
How can I find the normal vector?
If $n=(n_1,n_2,n_3)$, then $$\begin{cases} \overrightarrow{AB}\cdot n=0 \\ \overrightarrow{AC}\cdot n=0\end{cases}\Leftrightarrow \begin{cases} n_2-n_3=0 \\ 2n_1-n_3=0\end{cases}$$ $$\Leftrightarrow \begin{cases}n_1=\lambda \\ n_2=2\lambda\\n_3=2\lambda\end{cases}\quad (\lambda\in\mathbb{R})\Leftrightarrow n=\lambda(1,2,2)\quad (\lambda\in\mathbb{R}).$$ Choosing for example $\lambda=1$, we get $n=(1,2,2).$