-Dragoon-
- 308
- 7
Homework Statement
Let W be the plane 3x + 2y - z = 0 in R3. Find a basis for W^{\perp}
Homework Equations
N/A
The Attempt at a Solution
Firstly, I take some arbitrary vector u = \begin{bmatrix}a\\b\\c\end{bmatrix}
that is in W^{\perp}. Then I note that W can be rewritten in terms of the natural basis for R3:
W = 3\begin{bmatrix}1\\0\\0\end{bmatrix} + 2 \begin{bmatrix}0\\1\\0\end{bmatrix} - 1 \begin{bmatrix}0\\0\\1\end{bmatrix}
Then, by the inner product: \langle u,w\rangle = 3a + 2b - c = 0. Thus,
a = -\frac{2}{3}b + \frac{1}{3}c and hence the vector u in W^{\perp} has the form:
u = \begin{bmatrix}-\frac{2}{3}b+\frac{1}{3}c\\b\\c\end{bmatrix} = b\begin{bmatrix}\frac{-2}{3}\\1\\0\end{bmatrix} + c u = \begin{bmatrix}\frac{1}{3}\\0\\1\end{bmatrix}
Thus, the set \begin{Bmatrix}<br /> \begin{bmatrix}-\frac{2}{3}\\1\\0\end{bmatrix}<br /> \begin{bmatrix}\frac{1}{3}\\0\\1\end{bmatrix}<br /> \end{Bmatrix}<br /> spans W^{\perp}.
Since both vectors are linearly independent, that is, one cannot be written as a linear combination of the other, I conclude that the set forms a basis for W^{\perp}. After checking the solutions manual for the answer, the book came up with a completely different solution. What did I do wrong? Thanks in advance.