How to compute angle between vectors a and b if |a|=|b|=|a+b|

355 Views Asked by At

How to compute angle between vectors a and b if |a|=|b|=|a+b|. This is everything I have. I start with formula $cos(\alpha)=\frac{ab}{|a| |b|}$.

Thank you for your help.

2

There are 2 best solutions below

1
On BEST ANSWER

Sometimes a figure is worth a thousand words:

enter image description here

0
On

Since $|a+b|^2=\langle a+b,a+b \rangle = |a|^2 + 2\langle a, b \rangle + |b|^2$, it follows that $2\langle a,b \rangle=-|a|^2$. Hence $\cos(\alpha)= -\frac{1}{2}$.