How can I use the dot product formula to find the angle between two vectors?

  • Thread starter Thread starter leitz
  • Start date Start date
leitz
Messages
8
Reaction score
0

Homework Statement


Prove : ||V - U|| => | ||V||-||U|| |
V and U are vectors

Homework Equations


Maybe the dot product formula: ||A||*||B||cosθ

The Attempt at a Solution


==> ||V - U||2 >= (||V||-||U||)2
==> (V-U) . (V-U) >= ||V||2 +||U||2 - 2||U||*||V||
==> V.V + U.U -2U.V >= V.V + U.U - 2||U||*||V||
==> -2U . V >= -2 ||U||*||V||

I don't know how to go on from here. I always get a nonsensical answer if I try to simplify this. Am I using the right approach?
 
Last edited:
Physics news on Phys.org
leitz said:

Homework Statement


Prove : ||V - U|| <= | ||V||-||U|| |
V and U are vectors

Homework Equations


Maybe the dot product formula: ||A||*||B||cosθ

You have the inequality backwards above.

Hint: ||u|| = ||(u - v) + v|| ≤ ...
 
Can you give me another hint please?
 
LCKurtz said:
You have the inequality backwards above.

Hint: ||u|| = ||(u - v) + v|| ≤ ...

leitz said:
Can you give me another hint please?

What did you try with my hint? What might go after the ≤ ?
 
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