Missing basis and finding coordinates of vector with respect to basis

linear algebraorthogonalityvector-spacesvectors

Vectors $w_1, w_2, w_3$ form an orthogonal basis for $R^3$. Given that $w_1 = \begin{pmatrix} 2\\3\\5 \end{pmatrix}$, what are the coordinates of the vector $v=\begin{pmatrix}0\\1\\2\end{pmatrix}$ with respect to the basis?

I am not sure how to begin this problem. I believe I should find $w_2$ and $w_3$ first, and I know that $w_1 \cdot w_2 = 0$, $w_2 \cdot w_3 = 0$ and $w_3 \cdot w_1 = 0$, but I'm not quite sure how that helps me exactly, given that there are 6 unknown variables (entries) from the basis. Any help would be really appreciated.

Best Answer

Hint: Can you think of any nonzero vector that is orthogonal to $(2,3,5)$? Let this be $w_2$.

Then take $w_3=w_1\times w_2$.

Related Question