I have a set $W=span${$x_1,x_2$}, where $x_1=(1,3,-3)$ and $x_2=(5,0,3)$. I am told that the set {$v_1,v_2$} is an orthogonal basis for the set $W$, and that $v_1=x_1=(1,3,-3)$, and I need to find $v_2$.
I started off by letting $v_2=(a,b,c)$. I need to find a system of three linear equations which I can solve for $a,b$ and $c$. Since the set is orthogonal, I know that the dot product of $v_1$ and $v_2$ is equal to zero which gives the first equation:
$$(1,3,-3)\cdot(a,b,c)=0$$ $$a+3b-3c=0$$
However I do not know what else I can do to find two other equations. Any help would be appreciated
$v_2$ is a linear combination of $x_1 $ and $x_2$. This gives a second linear equation. As any scalar multiple of $v_2$ also form a basis with $v_1$, we don't need a third equation.