Finding dot product from $|a|, \ |b|, \ |a+b|$

59 Views Asked by At

For vectors $a,b$ we know that $|a|=2$, $|b|=3$ and $|a+b|=4$. I want to find the dot product $a\cdot b$.

Any ideas?

1

There are 1 best solutions below

3
On

$$|a+b|^2=(a+b)^2=a^2+2\,a\cdot b+b^2=|a|^2+2\,a\cdot b+|b^2|.$$