How do I find the angle between two vectors using the law of cosines?

1 Answer
Oct 25, 2014

Law of Cosines for Vectors

vec{v} cdot vec{w}=|vec{v}||vec{w}|cos theta

By solving for theta,

Rightarrow cos theta={vec{v}cdot vec{w}}/{|vec{v}||vec{w}|} Rightarrow theta=cos^{-1}({vec{v}cdot vec{w}}/{|vec{v}||vec{w}|})


I hope that this was helpful.