I'm having difficulty getting this problem down. I have not idea what to do, and I can't find any leads from my notes. Any advice?
Let $\vec{y}$ = $ \left[ {\begin{array}{cc} 3 \\ -5 \\ 1 \\ \end{array} } \right]$ and $\vec{u}$ = $ \left[ {\begin{array}{cc} 1 \\ 4 \\ -6 \\ \end{array} } \right]$. Describe $\vec{y}$ as the sum of two orthogonal vectors, $\vec{x}_1$ in Span{$\vec{u}$} and $\vec{x}_2$ orthogonal to $\vec{u}$.
Hints:
$$x_1\in\text{Span}\,\{u\}\implies x_1=\begin{pmatrix}\;\;\;t\\\;\;4t\\\!-6t\end{pmatrix}\;,\;\;t\in\Bbb R$$
$$x_2=\begin{pmatrix}a\\b\\c\end{pmatrix}\perp u\implies a+4b-6c=0$$
So now you have to solve the vectorial equation
$$\begin{pmatrix}\;\;3\\-5\\\;\;1\end{pmatrix}=\begin{pmatrix}\;\;\;t\\\;\;4t\\\!-6t\end{pmatrix}+\begin{pmatrix}a\\b\\c\end{pmatrix}=\begin{pmatrix}\;\;\;t+a\\\;\;4t+b\\\!-6t+c\end{pmatrix}$$
with the added condition that $\;a+4b-6c=0\;$...