I always get so much help on here and I am really grateful. I was hoping if someone could simply head me towards the right direction.
The questions goes like this: Express the vector: \begin{align}u = \begin{bmatrix} 9 \\ -1 \\ 2 \\ \end{bmatrix} \end{align} as the sum of two vectors, with one being orthogonal to the plane with the equation \begin{align}x+2y-2z=0 \end{align} and another vector that is parallell to the same plane.
My idea was to simply use the plane, and pull out the normal, n. which would be \begin{bmatrix} 1 \\ 2 \\ -2 \\ \end{bmatrix}
and use that same normal to get a vector that is parallell to the plane, simply put, a vector orthogonal to the normal, e.g. \begin{bmatrix} 0 \\ 1 \\ 1 \\ \end{bmatrix} which satisfies the above equation for the plane.
Finally, what I did was set these vectors in an equation, with two arbitrary constants before each vector like this:
\begin{align}k_1\begin{bmatrix} 1 \\ 2 \\ -2 \\ \end{bmatrix} + k_2 \begin{bmatrix} 0 \\ 1 \\ 1 \\ \end{bmatrix} = \begin{bmatrix} 9 \\ -1 \\ 2 \\ \end{bmatrix} \end{align}
So when I try to solve for the constants I get very weird values, so I am wondering if I am doing it the right way or if I missed a step somehow? And I know that I the computation's result should be z being a free variable.
All help is appreciated. Thanks.
There is no reason why $(9,-1,2)$ would be a linear combination of those two vectors.
You can try to write it as $\alpha(1,2,-2)+(-2y+2z,y,z)$. In other words, solve the system$$\left\{\begin{array}{l}\alpha-2y+2z=9\\2\alpha+y=-1\\-2\alpha+z=2.\end{array}\right.$$