Finding $\vec{u}.\vec{v}$ Given $|\vec{u}+\vec{v}|=1$ and $|\vec{u}-\vec{v}|=5$

  • Thread starter Thread starter danago
  • Start date Start date
danago
Gold Member
Messages
1,118
Reaction score
4
If \vec{u},\vec{v} \in R^n, find \vec{u}.\vec{v} given that |\vec{u}+\vec{v}|=1 and that |\vec{u}-\vec{v}|=5.

When i first looked at this i thought i knew how to do it, but i got a bit stuck. I started by finding the dot product:

<br /> \begin{array}{l}<br /> (\overrightarrow u - \overrightarrow v ) \cdot (\overrightarrow u - \overrightarrow v ) = \left| {\overrightarrow u } \right|^2 + \left| {\overrightarrow v } \right|^2 - 2\overrightarrow u \cdot \overrightarrow v \\ <br /> \therefore \left| {\overrightarrow u - \overrightarrow v } \right|^2 = \left| {\overrightarrow u } \right|^2 + \left| {\overrightarrow v } \right|^2 - 2\overrightarrow u \cdot \overrightarrow v \\ <br /> \therefore \overrightarrow u \cdot \overrightarrow v = \frac{{\left| {\overrightarrow u } \right|^2 + \left| {\overrightarrow v } \right|^2 - \left| {\overrightarrow u - \overrightarrow v } \right|^2 }}{2} \\ <br /> \end{array}<br /> <br />

And that's where I am stuck. I am sure its something simple, but i haven't managed to see it :smile:
 
Physics news on Phys.org
You are given both |\vec{u}-\vec{v}| and |\vec{u}+\vec{v}| but don't seem to have used the value of |\vec{u}+ \vec{v}|. Did you consider looking at (\vec{u}-\vec{v})\cdot(\vec{u}+\vec{v})= |u|^2- |v|^2?
 
I couldn't find relationship between |u|^2-|v|^2

but, continuing your way
(u-v).(u-v) = u^2+v^2-2u.v
(u+v).(u+v) = u^2+v^2+2u.v

now, it's just one step since you know both left side values
 
rootX said:
I couldn't find relationship between |u|^2-|v|^2

but, continuing your way
(u-v).(u-v) = u^2+v^2-2u.v
(u+v).(u+v) = u^2+v^2+2u.v

now, it's just one step since you know both left side values

Oh so now i can just solve by eliminating u^2+v^2?

Thanks for the help guys :smile:
 
danago said:
Oh so now i can just solve by eliminating u^2+v^2?

if that answers the question ...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top