Section 3.6 Dot Products
The geometric, coordinate independent definition of the dot product of two vectors \(\vec{v}\) and \(\vec{w}\text{,}\) thought of as arrows in space, is
where \(\gamma\) is the angle between \(\vec{v}\) and \(\vec{w}\text{.}\) If we represent the two vectors by their components in a coordinate system
then the geometric definition is equivalent to the algebraic definition
In physics, the dot product is most often used for two purposes: to find the length of a vector \(\vert \vec{v}\vert = \sqrt{\vec{v}\cdot\vec{v}}\) and to show that two vectors are perpendicular to each other \(\vec{v}\perp \vec{w}\Leftrightarrow \vec{v}\cdot\vec{w}=0\text{.}\)
Activity 3.1.
Show, from the geometric definition of the dot product (3.6.1), that the length of a vector is given by \(\vert \vec{v}\vert = \sqrt{\vec{v}\cdot\vec{v}}\text{.}\) Repeat for the algebraic definition (3.6.4).Activity 3.2.
Show, from the geometric definition of the dot product (3.6.1), that the two vectors are perpendicular if and only if their dot product is zero \(\vec{v}\perp \vec{w}\Leftrightarrow \vec{v}\cdot\vec{w}=0\text{.}\) Repeat for the algebraic definition (3.6.4).The generalization of the dot product to vectors with complex components can be found in Section 3.7.