Is there a relation between the magnitude of two vectors and their dot product?

2.8k Views Asked by At

a • b = c

Is there any relation between |a|, |b| and c that allows c to be calculated in a different way?

1

There are 1 best solutions below

4
On BEST ANSWER

Yes, $a\cdot b = |a||b|\cos\theta$ where $\theta$ is the angle between $a$ and $b$.