Finding a unit vector with the given properties

Illania
Messages
26
Reaction score
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.
 
Physics news on Phys.org
Illania said:

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.

I think you're missing one equation. v is a unit vector, so v12 + v22 + v32 = 1.
 
Mark44 said:
I think you're missing one equation. v is a unit vector, so v12 + v22 + v32 = 1.

Yes, you're right. I had forgotten about that. Even using that, though, I am still unsure of the next steps I should take. Is the previous work I showed applicable? Was I going in the wrong direction?
 
Illania said:
I am still unsure of the next steps I should take.
You now know v3, so you can calculate v32, then v12+v22, etc.
 
You're heading in the right direction. With three equations and three unknowns, you should be able to solve for the coefficients of v.

You might have a mistake in your work in your second equation.

cos(##\pi/4##) = √2 /2. I don't see how you got what you show for v3 from your equation.
 
Mark44 said:
You're heading in the right direction. With three equations and three unknowns, you should be able to solve for the coefficients of v.

You might have a mistake in your work in your second equation.

cos(##\pi/4##) = √2 /2. I don't see how you got what you show for v3 from your equation.
No, I think it's right. More obviously if you write cos(##\pi/4##) = 1/√2
 
I think I may be missing something obvious here as I can't seem to figure out how to find v3 from the work I have shown here.
 
haruspex said:
No, I think it's right. More obviously if you write cos(##\pi/4##) = 1/√2
No, it's not right.

You have
$$\frac{v_1 + v_2 + v_3}{\sqrt{3}} = \frac{1}{\sqrt{2}} $$
$$ \Rightarrow v_1 + v_2 + v_3 = \frac{\sqrt{3}}{\sqrt{2}}$$

That's the same as √6/2, not √6/3 as you show.

Your first two equations are
## v_1 + v_2 - 2v_3 = 0##
## v_1 + v_2 + v_3 = \frac{\sqrt{3}}{\sqrt{2}}##

Subtract one of these from the other to solve for v3.

Then substitute that value in the first equation above to solve for v1 in terms of v2.

Then substitute for v1 and v3 in the third equation.
 
Mark44 said:
No, it's not right.

You have
$$\frac{v_1 + v_2 + v_3}{\sqrt{3}} = \frac{1}{\sqrt{2}} $$
$$ \Rightarrow v_1 + v_2 + v_3 = \frac{\sqrt{3}}{\sqrt{2}}$$

That's the same as √6/2, not √6/3 as you show.
√6/3 is the value obtained for v1+v2.
 
  • #10
haruspex said:
√6/3 is the value obtained for v1+v2.
OK, I didn't catch that.
 
  • #11
Illania said:
v_{3} = \frac{v_{1}+v_{2}}{2}
v_{1} + v_{2} = \frac{\sqrt{6}}{3}
I can't seem to figure out how to find v3 from the work I have shown here.
You can't see how to combine those two equations to find v3?
 
  • #12
haruspex said:
You can't see how to combine those two equations to find v3?

Ok, so I've found v3 to be \frac{\sqrt{6}}{6}.

I plugged this back into v_{1} + v_{2} -2v_{3} = 0 to get v_{2} = \frac{\sqrt{6}}{3} - v_{1}.

I plugged this into v_{1}^{2} + v_{2}^{2} + v_{3}^2 = 1 and ended up with 2v_{1}^{2} - \frac{2\sqrt{6}}{3}v_{1} -\frac{1}{6} = 0.

From this, I found that v_{1} = \frac{\sqrt{6}}{6} \pm \frac{1}{2}. I choose that v_{1} = \frac{\sqrt{6}}{6} + \frac{1}{2} since it is greater than 0. From here I get that v2 equals the same thing as v1 using what I have above. However, when I use these values for \vec{v}, I get that \vec{v}\bullet\left\langle1, 1, -2\right\rangle = 1 rather than the 0 that it should be. I can't seem to catch my mistake here.

EDIT: I've found the mistake. It was a subtraction error. Thank you for the help, everyone.
 

Similar threads

Back
Top