Illania
- 26
- 0
Homework Statement
The problem states to find a unit vector that is orthogonal to \left\langle1, 1, -2\right\rangle, forms an angle of \frac{\pi}{4} with \left\langle1, 1, 1\right\rangle and has v1 > 0.
Homework Equations
cos\theta = \frac{\vec{u}\bullet\vec{v}}{|\vec{u}||\vec{v}|}
The Attempt at a Solution
Since \vec{v} is a unit vector, I know the length is one. This means that in the above equation, the denominator will simply be |\vec{u}|.
I know that \left\langle1, 1, -2\right\rangle \bullet \left\langle v_{1}, v_{2}, v_{3}\right\rangle = 0 so v_{3} = \frac{v_{1}+v_{2}}{2}
cos(\frac{\pi}{4}) = \frac{\left\langle1, 1, 1\right\rangle \bullet \left\langle v_{1}, v_{2}, v_{3}\right\rangle}{\sqrt{3}} so
v_{3} = \sqrt{\frac{3}{2}} - v_{1} - v_{2}
I set the two equations for v_{3} equal to each other and end up with v_{1} + v_{2} = \frac{\sqrt{6}}{3} but I'm not sure where to go from here.