Proving ||u + v|| = ||u|| + ||v|| if Vectors U & V Have Same Direction

  • Thread starter Thread starter butterfli
  • Start date Start date
  • Tags Tags
    Direction Vectors
butterfli
Messages
10
Reaction score
0

Homework Statement


*v and u are vectors where ||u|| is the magnitude of u and ||v|| is the magnitude of v

Prove that ||u + v|| = ||u|| + ||v|| if and only if u and v have the same direction.


Homework Equations





The Attempt at a Solution


At first, I tried using what it means for two vectors to have the same direction: u = v/||v||

u + v = v/||v|| + v (added v to both sides)
||u + v|| = ||(v/||v||) + v|| (took the magnitude of both sides)

From here, if I substitute (v/||v||) with u, I would just have ||u + v|| equal to itself.

I also tried looking up Properties of Dot Product but couldn't find a place to apply them. I'm kinda stuck on what else I can do so if anyone can provide tips or pointers in the right direction, I'd be grateful.
 
Physics news on Phys.org


You should definitely use the dot product for this one. You will need two things. Firstly, remember that <a,b>=|a||b|\cos \theta. What is the angle between two vectors that point in the same direction? Secondly, |a|^2=<a,a>, write the left hand side like this.
 
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