Find u.v with Given Constraints: ||u+v||=1 and ||u-v||=5

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
kuahji
Messages
390
Reaction score
2
Find u.v given that ||u+v||=1 & ||u-v||=5.

The first thing I did was drawn a simple picture, it became apparent that u & v wouldn't be orthogonal. So then the Pythagorean Theorem wouldn't work. Next I moved on to squaring both sides
||u+v||[tex]^{2}[/tex]=||u||[tex]^{2}[/tex]+2(u.v)+||u||[tex]^{2}[/tex]
However here again, I didn't seem to be getting anywhere because I can't do anything with the middle term. I also tried squaring the other equation, solving for ||u|| & substituting it into the other equation. But that still left me with two variables in one equations. So I'm kinda lost about what to actually do in this problem.
 
Physics news on Phys.org
There isn't any unique solution. If you find a u and v that satisfy that then you can always rotate u and v by any angle and they will still satisfy that relation. Are you just supposed to find ANY u and v?
 
Yes any solution. We had a similar one earlier that had infinitely many solutions. But it was specified that it was R^2 or R^3. Here it does not say. We haven't learned about rotations yet, that is the next section.
 
How about R^1? u=3, v=-2. Is that good enough? If it's R^2, u=(3,0), v=(-2,0). Etc.