Hello I am not sure of the answers I gave. Can I have your opinion on them, please?
Q1: Three vectors $\vec u$, $\vec v$ and $\vec w$ of length 5, 12 and 15. If their sum gives $\vec 0$ what's the angle between the vectors $\vec u$ and $\vec v$ ?
Answer 1: 90 degrees
Q2: Two vectors $\vec u$, $\vec v$ of length 3 and 5, respectively, are added, and the result vector is perpendicular to $\vec u$. Give the angle that separates $\vec u$ and $\vec v$.
Answer 2 : 90 degrees
Thanks in advance for your help.
a)
That $\mathbb u + \mathbb v + \mathbb w = 0$ means that if we place the vectors head to tail to head to tail, they form a triangle.
By the law of cosines
$15^2 = 5^2 + 12^2 - 2(5)(12)\cos \theta\\ \frac {225 - 144 - 25}{120} = -\cos\theta\\ \frac {56}{120} = \cos\theta\\ \theta = \arccos -\frac {7}{15}$
But that is the angle between $u,v$ when they are head to tail. When they are tail to tail you will get the supplement of that angle.
$\arccos \frac 7{15}$
You could also do this with $\|\mathbb u + \mathbb v\| = \|\mathbb w\|$
b)
$(\mathbb u+\mathbb v)\cdot \mathbb u = 0\\ \mathbb u\cdot \mathbb u + \mathbb u\cdot \mathbb v = 0\\ \|\mathbb u\|^2 + \|\mathbb u\|\|\mathbb v\|\cos\theta = 0\\ 9 + 15\cos\theta = 0\\ \theta = \arccos-\frac 35$