Given $U =$ span$\lbrace u_1 = (6,2,-2,-2),u_2 = (-1,1,-1,-1)\rbrace$ find an orthonormal basis for $U$ and $U^\bot$
What I've done so far: $(<u_1,u_2>) = 0 \implies u_1\bot u_2 \implies$ orthonormal basis given by $e_1 = \frac{u_1}{||u_1||},e_2 = \frac{u_2}{||u_2||}$.
However I dont know how to find the orthonormal basis for $U^\bot$ from here, I tried setting $v_1 = (a,b,c,d)$ and solving $(<v,u1>) = 0 \wedge(<v,u2>) = 0$ but only got $(a,b,c,d) = \vec{0}$ or $b = c + d$.
Thanks in advance :)
The other answers spell out in detail how to do this. I'll just add that for $U^{\perp}$ note that $u_1$ and $u_2$ are linearly independent vectors in $\mathbb R^4$ so it suffices to find two linearly independent vectors orthogonal to each of $u_1$ and $u_2.$
You can do this by insepection: take $v_1=(0,1,1,0)$ and $v_2=(0,0,1,-1).$ These are linearly independent and orthogonal to $u_1$ and $u_2.$
All that remains now is to apply Gramm-Schmidt to $v_1$ and $v_2$ to extract from them an orthonormal set. (Drawing the picture will tell the story of how to do this.)