Dot Product Formula
There are two equivalent formulas for the dot product of vectors $vec{a}$ and $vec{b}$.
Component form
$vec{a} cdot vec{b} = a_1 b_1 + a_2 b_2 + a_3 b_3$.
Geometric form
$vec{a} cdot vec{b} = |vec{a}||vec{b}| cos theta$, where $theta$ is the angle between the two vectors.
Ready to compute? Try the dot product calculator.