I was stuck on an assignment and I think I solved it, but I am not sure if I did it correctly.
This is the question:
Problem 3.8.5: Let $a$, $b$, $c$ be real numbers. Consider the equation $z = ax+by+c$. Prove that there are three 3-vectors $v_0$, $v_1$, $v_2$ such that the set of points $[x, y, z]$ satisfying the equation is exactly $\{v_0 + α_1 v_1 + α_2 v_2 : α_1 ∈ \mathbb R, α_2 ∈ \mathbb R\}$ (Hint: Specify the vectors using formulas involving $a$, $b$, $c$.)
What I did is:
1) I took the normal form, which is: $ax+by - z= -c$
2) I used some numbers, imagining they are on the plane, to prove it, like this:
The normal form: $[1, 2, -3]$ ($-3$ because $- z$ in the equation above)
$\mathbf x = [x, y, z]$
$\mathbf x_0 = [1, 2, 3]$
After that, I did:
$\mathbf x - \mathbf x_0 = [x-1, y-2, z-3]$
3) Now, time to use the dot product and multiply the normal form with the outcome of the last step. So: $\text{normal form} \cdot (x-x0)$
This gives me:
$$1 \cdot (x-1) + (2y - 2) + - 3 (z-3) = 0$$
Doing the algebra magic, I eventually get:
$$x + 2y - 3z = -4$$
Which is equivalent to $ax+by - z= -c$
My question:
is this correct and did I do it correctly?