Suppose that the vector a = (13, 1,2) is written as the sum of a vector u in the direction of b = (3, -1, 2) and a vector orthogonal to b. What is the length of v?
\(\displaystyle u = Proj_ba = \frac{b \cdot a}{|b|^2}b\)
\(\displaystyle =\frac{(3, -1, 2) \cdot (13, 1, 2)}{\sqrt{9 + 1 + 4}}(3, -1,2)\)
\(\displaystyle =\frac{42}{\sqrt{14}}(3, -1, 2)\)
\(\displaystyle = (\frac{126}{\sqrt{14}}, \frac{-42}{\sqrt{14}}, \frac{84}{\sqrt{14}})\)
I was gonna then use:
\(\displaystyle a = v + u\)
\(\displaystyle v = a - u\)
to find v, but u looks to messy and I dont think its right
\(\displaystyle u = Proj_ba = \frac{b \cdot a}{|b|^2}b\)
\(\displaystyle =\frac{(3, -1, 2) \cdot (13, 1, 2)}{\sqrt{9 + 1 + 4}}(3, -1,2)\)
\(\displaystyle =\frac{42}{\sqrt{14}}(3, -1, 2)\)
\(\displaystyle = (\frac{126}{\sqrt{14}}, \frac{-42}{\sqrt{14}}, \frac{84}{\sqrt{14}})\)
I was gonna then use:
\(\displaystyle a = v + u\)
\(\displaystyle v = a - u\)
to find v, but u looks to messy and I dont think its right