Let \(W\) be the subspace spanned by the vectors \[ \begin{bmatrix} 2 \\ 3 \\ 0 \\ 2 \end{bmatrix}, \qquad \begin{bmatrix} 1 \\ -5 \\ 0 \\ -25 \end{bmatrix}.\] Find a basis for the orthogonal complement \(W^\perp\) of \(W\).
Click for answer
Click for Latex code
Let \(W\) be the subspace spanned by the vectors \[ \begin{bmatrix} 2 \\ 3 \\ 0 \\ 2 \end{bmatrix}, \qquad \begin{bmatrix} 1 \\ -5 \\ 0 \\ -25 \end{bmatrix}.\] Find a basis for the orthogonal complement \(W^\perp\) of \(W\).
\begin{solution} Solution: Let \(A\) be the matrix with columns the above vectors: \[\begin{bmatrix} 2 & 1 \\ 3 & -5 \\ 0 & 0 \\ 2 & -25 \end{bmatrix}\] Reduced row echelon form (RREF) of \(A^T\): \[\begin{bmatrix} 1 & 0 & 0 & -5 \\ 0 & 1 & 0 & 4 \end{bmatrix}\] Basis for \(W^\perp = (\textrm{Col}A)^\perp = \textrm{Nul} A^T\): \[\begin{bmatrix} 0 \\ 0 \\ 1 \\ 0 \end{bmatrix}, \qquad \begin{bmatrix} 5 \\ -4 \\ 0 \\ 1 \end{bmatrix}.\] \end{solution}