Given the length of vector v ||v||, vector u ||u||, and ||v + u||, how would I find ||2v + u||?

gracie614

New member
Joined
Apr 20, 2020
Messages
1
I am working on a homework problem for multivariable calculus that gives ||v|| = 1, ||w|| = 1, and ||v + w|| = 1. I was wondering how I could then use this to find ||2v + u||. A step by step would be appreciated so I could generalize it onto other problems. Thank you in advance :)
 
Draw a triangle diagram showing addition of vectors. The only way that ||v|| = 1, ||w|| = 1, and ||v + w|| = 1 can hold is if the triangle is ???
 
I am working on a homework problem for multivariable calculus that gives ||v|| = 1, ||w|| = 1, and ||v + w|| = 1. I was wondering how I could then use this to find ||2v + u||. A step by step would be appreciated so I could generalize it onto other problems.
Recall that v2=vv\|\vec{v}\|^2=\vec{v}\cdot\vec{v} therefore if u=1\|\vec{u}\|=1 then uu=1\vec{u}\cdot\vec{u}=1
Now (2v+u)(2v+u)=4vv+4vu+uu(2\vec{v}+\vec{u})\cdot(2\vec{v}+\vec{u})=4\vec{v}\cdot\vec{v}+4\vec{v}\cdot\vec{u}+\vec{u}\cdot\vec{u}
OR that is 5+4vu5+4\vec{v}\cdot\vec{u} explain why that is true!
From that can you get 2v+u ?\|2\vec{v}+\vec{u}\|~?
 
Top