You may have noticed that while we did define multiplication of a vector by a scalar in the previous section on vector algebra, we did not define multiplication of a vector by a vector. We will now see one type of multiplication of vectors, called the dot product.
Definition 1.6: Dot Product Let \(\textbf
Notice that the dot product of two vectors is a scalar, not a vector. So the associative law that holds for multiplication of numbers and for addition of vectors (see Theorem 1.5 (b),(e)), does \(\textit
Definition 1.7 The \(\textbf
We do not define the angle between the zero vector and any other vector. Any two nonzero vectors with the same initial point have two angles between them: \(\theta\) and \(360^ - \theta\). We will always choose the smallest nonnegative angle \(\theta\) between them, so that \(0^ \leq \theta \leq 180^\). See Figure 1.3.1. We can now take a more geometric view of the dot product by establishing a relationship between the dot product of two vectors and the angle between them.\circ>
Theorem 1.6 Let \(\textbf
Proof We will prove the theorem for vectors in \(\mathbb
Example 1.5 Find the angle \(\theta\) between the vectors \(\textbf
Two nonzero vectors are \(\textbf
Corollary 1.7 Two nonzero vectors \(\textbf
We will write \(\textbf
Corollary 1.8 If \(\theta\) is the angle between nonzero vectors \(\textbf
By Corollary 1.8, the dot product can be thought of as a way of telling if the angle between two vectors is acute, obtuse, or a right angle, depending on whether the dot product is positive, negative, or zero, respectively. See Figure 1.3.3.
Example 1.6 Are the vectors \(\textbf
The proofs of parts (a)-(e) are straightforward applications of the definition of the dot product, and are left to the reader as exercises. We will prove part (f).
(f) If either \(\textbf = \textbf\) or \(\textbf = \textbf\), then \(\textbf \cdot \textbf = 0\) by part (c), and so the inequality holds trivially. So assume that \(\textbf\) and \(\textbf\) are nonzero vectors. Then by Theorem 1.6,
\[\nonumber \begin \textbf \cdot \textbf &= \cos \theta\,\norm<\textbf>\,\norm<\textbf>\text \\[4pt] \nonumber |\textbf \cdot \textbf| &= |\cos \theta| \, \norm<\textbf>\,\norm<\textbf> \text \\[4pt] \nonumber |\textbf \cdot \textbf| &\le \norm<\textbf>\,\norm<\textbf> \text< since >|\cos \theta| \le 1. \\[4pt] \end\]
Using Theorem 1.9, we see that if \(\textbf \cdot \textbf = 0\) and \(\textbf \cdot \textbf = 0\), then \(\textbf \cdot (k\textbf + l\textbf) = k(\textbf \cdot \textbf) + l(\textbf \cdot \textbf) = k(0) + l(0) =0\) for all scalars \(k, l\). Thus, we have the following fact:
\[\nonumber \text \perp \textbf\) and \(\textbf \perp \textbf\), then \(\textbf \perp (k\textbf + l\textbf)\) for all scalars \(k, l\).>\]
For vectors \(\textbf\) and \(\textbf\), the collection of all scalar combinations \(k\textbf + l\textbf\) is called the \(\textbf\) of \(\textbf\) and \(\textbf\). If nonzero vectors \(\textbf\) and \(\textbf\) are parallel, then their span is a line; if they are not parallel, then their span is a plane. So what we showed above is that a vector which is perpendicular to two other vectors is also perpendicular to their span.
The dot product can be used to derive properties of the magnitudes of vectors, the most important of which is the \(\textit\), as given in the following theorem:
Theorem 1.10: Vector Magnitude Limitations
For any vectors \(\textbf, \textbf\), we have
Proof:
(a) Left as an exercise for the reader.
(c) Since \(\textbf = \textbf + (\textbf - \textbf)\), then \(\norm<\textbf> = \norm <\textbf+ (\textbf - \textbf)> \le \norm<\textbf> + \norm <\textbf- \textbf>\) by the Triangle Inequality, so subtracting \(\norm<\textbf>\) from both sides gives \(\norm<\textbf> - \norm<\textbf> \le \norm <\textbf- \textbf>\).
The Triangle Inequality gets its name from the fact that in any triangle, no one side is longer than the sum of the lengths of the other two sides (see Figure 1.3.4). Another way of saying this is with the familiar statement "the shortest distance between two points is a straight line.''
This page titled 1.3: Dot Product is shared under a GNU Free Documentation License 1.3 license and was authored, remixed, and/or curated by Michael Corral via source content that was edited to the style and standards of the LibreTexts platform.