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
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
danago
Gold Member
Messages
1,118
Reaction score
4
If [tex]\vec{u},\vec{v} \in R^n[/tex], find [tex]\vec{u}.\vec{v}[/tex] given that [tex]|\vec{u}+\vec{v}|=1[/tex] and that [tex]|\vec{u}-\vec{v}|=5[/tex].

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:

[tex] \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 /> [/tex]

And that's where I am stuck. I am sure its something simple, but i haven't managed to see it :smile:
 
on Phys.org
You are given both [itex]|\vec{u}-\vec{v}|[/itex] and [itex]|\vec{u}+\vec{v}|[/itex] but don't seem to have used the value of [itex]|\vec{u}+ \vec{v}|[/itex]. Did you consider looking at [itex](\vec{u}-\vec{v})\cdot(\vec{u}+\vec{v})= |u|^2- |v|^2[/itex]?
 
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 ...