Skip to main content
Logo image

APEX Calculus

Section 11.3 The Dot Product

The previous section introduced vectors and described how to add them together and how to multiply them by scalars. This section introduces a multiplication on vectors called the dot product.
Figure 11.3.1. Video introduction to Section 11.3

Definition 11.3.2. Dot Product.

  1. Let \(\vec u = \la u_1,u_2\ra\) and \(\vec v = \la v_1,v_2\ra\) in \(\mathbb{R}^2\text{.}\) The dot product of \(\vec u\) and \(\vec v\text{,}\) denoted \(\dotp uv\text{,}\) is
    \begin{equation*} \dotp uv = u_1v_1+u_2v_2\text{.} \end{equation*}
  2. Let \(\vec u = \la u_1,u_2,u_3\ra\) and \(\vec v = \la v_1,v_2,v_3\ra\) in \(\mathbb{R}^3\text{.}\) The dot product of \(\vec u\) and \(\vec v\text{,}\) denoted \(\dotp uv\text{,}\) is
    \begin{equation*} \dotp uv = u_1v_1+u_2v_2+u_3v_3\text{.} \end{equation*}
Note how this product of vectors returns a scalar, not another vector. We practice evaluating a dot product in the following example, then we will discuss why this product is useful.

Example 11.3.3. Evaluating dot products.

  1. Let \(\vec u=\la 1,2\ra\text{,}\) \(\vec v=\la 3,-1\ra\) in \(\mathbb{R}^2\text{.}\) Find \(\dotp uv\text{.}\)
  2. Let \(\vec x = \la 2,-2,5\ra\) and \(\vec y = \la -1, 0, 3\ra\) in \(\mathbb{R}^3\text{.}\) Find \(\dotp xy\text{.}\)
Solution 1. Video solution
Solution 2.
  1. Using Definition 11.3.2, we have
    \begin{equation*} \dotp uv = 1(3)+2(-1) = 1\text{.} \end{equation*}
  2. Using the definition, we have
    \begin{equation*} \dotp xy = 2(-1) -2(0) + 5(3) = 13\text{.} \end{equation*}
The dot product, as shown by the preceding example, is very simple to evaluate. It is only the sum of products. While the definition gives no hint as to why we would care about this operation, there is an amazing connection between the dot product and angles formed by the vectors. Before stating this connection, we give a theorem stating some of the properties of the dot product.
The last statement of the theorem makes a handy connection between the magnitude of a vector and the dot product with itself. Our definition and theorem give properties of the dot product, but we are still likely wondering “What does the dot product mean?” It is helpful to understand that the dot product of a vector with itself is connected to its magnitude.
Figure 11.3.5. Video presentation of Theorem 11.3.4
The next theorem extends this understanding by connecting the dot product to magnitudes and angles. Given vectors \(\vec u\) and \(\vec v\) in the plane, an angle \(\theta\) is clearly formed when \(\vec u\) and \(\vec v\) are drawn with the same initial point as illustrated in Figure 11.3.6.(a). (We always take \(\theta\) to be the angle in \([0,\pi]\) as two angles are actually created.)
The angle formed by two vectors.
Image shows the angle \(\theta\) formed by two vectors, \(\vec u\) and \(\vec v\text{.}\) The angle is formed from \(\vec u\) to \(\vec v\text{.}\)
(a)
Figure 11.3.6. Illustrating the angle formed by two vectors with the same initial point
The same is also true of 2 vectors in space: given \(\vec u\) and \(\vec v\) in \(\mathbb{R}^3\) with the same initial point, there is a plane that contains both \(\vec u\) and \(\vec v\text{.}\) (When \(\vec u\) and \(\vec v\) are co-linear, there are infinitely many planes that contain both vectors.) In that plane, we can again find an angle \(\theta\) between them (and again, \(0\leq \theta\leq \pi\)). This is illustrated in Figure 11.3.6.(b).
The following theorem connects this angle \(\theta\) to the dot product of \(\vec u\) and \(\vec v\text{.}\)
Figure 11.3.8. Video presentation of Theorem 11.3.7
Using Theorem 11.3.4, we can rewrite this theorem as
\begin{equation*} \frac{\vec u}{\norm{\vec u}}\cdot \frac{\vec v}{\norm{\vec v}} = \cos(\theta)\text{.} \end{equation*}
Note how on the left hand side of the equation, we are computing the dot product of two unit vectors. Recalling that unit vectors essentially only provide direction information, we can informally restate Theorem 11.3.7 as saying “The dot product of two directions gives the cosine of the angle between them.”
When \(\theta\) is an acute angle (i.e., \(0\leq \theta \lt \pi/2\)), \(\cos(\theta)\) is positive; when \(\theta = \pi/2\text{,}\) \(\cos(\theta) = 0\text{;}\) when \(\theta\) is an obtuse angle (\(\pi/2\lt \theta \leq \pi\)), \(\cos(\theta)\) is negative. Thus the sign of the dot product gives a general indication of the angle between the vectors, illustrated in Figure 11.3.9.
Image shows the relation between the angle between two vectors and the sign of their dot product.
Each image has the two vectors \(\vec u\) and \(\vec v\) along with \(\theta\) shown. The dot product along with three possible cases of <, > and equal to \(0\) are shown. In the first image, the dot product has a positive value, the angle between the two vectors is acute. In the second image, the dot product is equal to \(0\text{,}\) the angle is \(90\) degrees. In the third image, the dot product has a negative value and the angle is obtuse.
Figure 11.3.9. Illustrating the relationship between the angle between vectors and the sign of their dot product
We can use Theorem 11.3.7 to compute the dot product, but generally this theorem is used to find the angle between known vectors (since the dot product is generally easy to compute). To this end, we rewrite the theorem’s equation as
\begin{equation*} \cos(\theta) = \frac{\dotp uv}{\norm{\vec u}\norm{\vec v}} \Leftrightarrow \theta = \cos^{-1}\left(\frac{\dotp uv}{\norm{\vec u}\norm{\vec v}}\right)\text{.} \end{equation*}
We practice using this theorem in the following example.

Example 11.3.10. Using the dot product to find angles.

Let \(\vec u = \la 3,1\ra\text{,}\) \(\vec v = \la -2,6\ra\) and \(\vec w = \la -4,3\ra\text{,}\) as shown in Figure 11.3.11. Find the angles \(\alpha\text{,}\) \(\beta\) and \(\theta\text{.}\)
Graph shows three vectors and the angles between them.
The \(x\) axis is drawn from \(-4\) to \(4\) and the \(y\) axis is drawn from \(0\) to \(6\text{.}\) The \(\vec u\text{,}\) \(\vec v\) and \(\vec w\) are shown.
The \(\vec u\) starts at the origin and ends at point \((3, 1)\text{.}\) The \(\vec v\) also starts at the origin and ends at point \((-2, 6)\) and \(\vec w\) is also drawn from the origin and ends at point \((-4, 3)\text{.}\)
The angle \(\alpha\) is drawn between \(\vec u\) and \(\vec v\text{,}\) angle \(\beta\) is drawn between \(\vec v\) and \(\vec w\) and angle \(\theta\) is drawn between \(\vec u\) and \(\vec w\text{.}\)
Figure 11.3.11. Vectors used in Example 11.3.10
Solution 1. Video solution
Solution 2.
We start by computing the magnitude of each vector.
\begin{equation*} \norm{\vec u} = \sqrt{10}; \norm{\vec v} = 2\sqrt{10}; \norm{\vec w} = 5\text{.} \end{equation*}
We now apply Theorem 11.3.7 to find the angles.
\begin{align*} \alpha \amp = \cos^{-1}\left(\frac{\dotp uv}{(\sqrt{10})(2\sqrt{10})}\right)\\ \amp = \cos^{-1}(0) = \frac{\pi}2 = 90^\circ\text{.} \end{align*}
\begin{align*} \beta \amp = \cos^{-1}\left(\frac{\dotp vw}{(2\sqrt{10})(5)}\right)\\ \amp = \cos^{-1}\left(\frac{26}{10\sqrt{10}}\right)\\ \amp \approx 0.6055 \approx 34.7^\circ.\\ \theta \amp = \cos^{-1}\left(\frac{\dotp uw}{(\sqrt{10})(5)}\right)\\ \amp = \cos^{-1}\left(\frac{-9}{5\sqrt{10}}\right)\\ \amp \approx 2.1763 \approx 124.7^\circ \end{align*}
We see from our computation that \(\alpha + \beta = \theta\text{,}\) as indicated by Figure 11.3.11. While we knew this should be the case, it is nice to see that this non-intuitive formula indeed returns the results we expected.
We do a similar example next in the context of vectors in space.

Example 11.3.12. Using the dot product to find angles.

Let \(\vec u = \la 1,1,1\ra\text{,}\) \(\vec v = \la -1,3,-2\ra\) and \(\vec w = \la -5,1,4\ra\text{,}\) as illustrated in Figure 11.3.13. Find the angle between each pair of vectors.
Figure 11.3.13. Vectors used in Example 11.3.12
Solution.
  1. Between \(\vec u\) and \(\vec v\text{:}\)
    \begin{align*} \theta \amp = \cos^{-1}\left(\frac{\dotp uv}{\norm{\vec u}\norm{\vec v}}\right)\\ \amp = \cos^{-1}\left(\frac{0}{\sqrt{3}\sqrt{14}}\right)\\ \amp = \frac{\pi}2\text{.} \end{align*}
  2. Between \(\vec u\) and \(\vec w\text{:}\)
    \begin{align*} \theta \amp = \cos^{-1}\left(\frac{\dotp uw}{\norm{\vec u}\norm{\vec w}}\right)\\ \amp = \cos^{-1}\left(\frac{0}{\sqrt{3}\sqrt{42}}\right)\\ \amp = \frac{\pi}2\text{.} \end{align*}
  3. Between \(\vec v\) and \(\vec w\text{:}\)
    \begin{align*} \theta \amp = \cos^{-1}\left(\frac{\dotp vw}{\norm{\vec v}\norm{\vec w}}\right)\\ \amp = \cos^{-1}\left(\frac{0}{\sqrt{14}\sqrt{42}}\right)\\ \amp = \frac{\pi}2\text{.} \end{align*}
While our work shows that each angle is \(\pi/2\text{,}\) i.e., \(90^\circ\text{,}\) none of these angles looks to be a right angle in Figure 11.3.13. Such is the case when drawing three-dimensional objects on the page.
All three angles between these vectors was \(\pi/2\text{,}\) or \(90^\circ\text{.}\) We know from geometry and everyday life that \(90^\circ\) angles are “nice” for a variety of reasons, so it should seem significant that these angles are all \(\pi/2\text{.}\) Notice the common feature in each calculation (and also the calculation of \(\alpha\) in Example 11.3.10): the dot products of each pair of angles was 0. We use this as a basis for a definition of the term orthogonal, which is essentially synonymous to perpendicular.

Definition 11.3.14. Orthogonal.

Nonzero vectors \(\vec u\) and \(\vec v\) are orthogonal if their dot product is 0.

Example 11.3.15. Finding orthogonal vectors.

Let \(\vec u = \la 3,5\ra\) and \(\vec v = \la 1,2,3\ra\text{.}\)
  1. Find two vectors in \(\mathbb{R}^2\) that are orthogonal to \(\vec u\text{.}\)
  2. Find two non-parallel vectors in \(\mathbb{R}^3\) that are orthogonal to \(\vec v\text{.}\)
Solution 1. Video solution
Solution 2.
  1. Recall that a line perpendicular to a line with slope \(m\) has slope \(-1/m\text{,}\) the “opposite reciprocal slope.” We can think of the slope of \(\vec u\) as \(5/3\text{,}\) its “rise over run.” A vector orthogonal to \(\vec u\) will have slope \(-3/5\text{.}\) There are many such choices, though all parallel:
    \begin{equation*} \la -5,3\ra \text{ or } \la 5,-3\ra \text{ or } \la -10,6\ra \text{ or } \la 15,-9\ra,\text{ etc. } \end{equation*}
  2. There are infinitely many directions in space orthogonal to any given direction, so there are an infinite number of non-parallel vectors orthogonal to \(\vec v\text{.}\) Since there are so many, we have great leeway in finding some. One way is to arbitrarily pick values for the first two components, leaving the third unknown. For instance, let \(\vec v_1 = \la 2,7,z\ra\text{.}\) If \(\vec v_1\) is to be orthogonal to \(\vec v\text{,}\) then \(\vec v_1\cdot\vec v = 0\text{,}\) so
    \begin{equation*} 2+14+3z=0 \Rightarrow z = \frac{-16}{3}\text{.} \end{equation*}
    So \(\vec v_1 = \la 2, 7, -16/3\ra\) is orthogonal to \(\vec v\text{.}\) We can apply a similar technique by leaving the first or second component unknown. Another method of finding a vector orthogonal to \(\vec v\) mirrors what we did in part 1. Let \(\vec v_2 = \la-2,1,0\ra\text{.}\) Here we switched the first two components of \(\vec v\text{,}\) changing the sign of one of them (similar to the “opposite reciprocal” concept before). Letting the third component be 0 effectively ignores the third component of \(\vec v\text{,}\) and it is easy to see that
    \begin{equation*} \vec v_2\cdot\vec v = \la -2,1,0\ra\cdot\la 1,2,3\ra = 0\text{.} \end{equation*}
    Clearly \(\vec v_1\) and \(\vec v_2\) are not parallel.
An important construction is illustrated in Figure 11.3.16, where vectors \(\vec u\) and \(\vec v\) are sketched. In Figure 11.3.16.(a), a dotted line is drawn from the tip of \(\vec u\) to the line containing \(\vec v\text{,}\) where the dotted line is orthogonal to \(\vec v\text{.}\) In Figure 11.3.16.(b), the dotted line is replaced with the vector \(\vec z\) and \(\vec w\) is formed, parallel to \(\vec v\text{.}\) It is clear by the diagram that \(\vec u = \vec w+\vec z\text{.}\) What is important about this construction is this: \(\vec u\) is decomposed as the sum of two vectors, one of which is parallel to \(\vec v\) and one that is perpendicular to \(\vec v\text{.}\) It is hard to overstate the importance of this construction (as we’ll see in upcoming examples).
The vectors \(\vec w\text{,}\) \(\vec z\) and \(\vec u\) as shown in Figure 11.3.16.(b) form a right triangle, where the angle between \(\vec v\) and \(\vec u\) is labeled \(\theta\text{.}\) We can find \(\vec w\) in terms of \(\vec v\) and \(\vec u\text{.}\)
Using trigonometry, we can state that
\begin{equation} \norm{\vec w} = \norm{\vec u}\cos(\theta)\text{.}\tag{11.3.1} \end{equation}
Diagram shows two vectors and the angle between them.
Two vectors \(\vec u\) and \(\vec v\) are shown that start from the same position, the angle between them is marked \(\theta\text{,}\) the vector \(\vec u\) is shorter. From the end of \(\vec u\) a dashed perpendicular is drawn on \(\vec v\text{.}\)
(a)
Diagram shows two vectors and the angle between them.
Two vectors \(\vec u\) and \(\vec v\) are shown that start from the same position, the angle between them is marked \(\theta\text{,}\) the vector \(\vec u\) is shorter. From the end of \(\vec u\) a dashed perpendicular is drawn on \(\vec v\text{.}\) The vector \(\vec w\) and \(\vec z\) are also added. From the initial point the vector \(\vec w\) is drawn in the same direction as \(\vec v\) but it ends at the start of the perpendicular. The perpendicular starts at the tip of \(\vec w\) and ends at the tip of \(\vec u\) and is labeled \(\vec z\text{.}\)
(b)
Figure 11.3.16. Developing the construction of the orthogonal projection
We also know that \(\vec w\) is parallel to to \(\vec v\) ; that is, the direction of \(\vec w\) is the direction of \(\vec v\text{,}\) described by the unit vector \(\vec v/\norm{\vec v}\text{.}\) The vector \(\vec w\) is the vector in the direction \(\vec v/\norm{\vec v}\) with magnitude \(\norm{\vec u}\cos(\theta)\text{:}\)
\begin{align*} \vec w \amp = \Big(\norm{\vec u}\cos(\theta) \Big)\frac{1}{\norm{\vec v}}\vec v.\\ \amp = \left(\norm{\vec u}\frac{\dotp uv}{\norm{\vec u}\norm{\vec v}}\right)\frac{1}{\norm{\vec v}} \vec v \text{ (Replacing } \cos(\theta) \text{ using } \knowl{./knowl/xref/thm_dot_product.html}{\text{Theorem 11.3.7}}\text{)}\\ \amp = \frac{\dotp uv}{\norm{\vec v}^2}\vec v.\\ \amp = \frac{\dotp uv}{\dotp vv}\vec v \text{ (Applying }\knowl{./knowl/xref/thm_dot_product_properties.html}{\text{Theorem 11.3.4}}\text{)}\text{.} \end{align*}
Since this construction is so important, it is given a special name.

Definition 11.3.17. Orthogonal Projection.

Let nonzero vectors \(\vec u\) and \(\vec v\) be given. The orthogonal projection of \(\vec u\) onto \(\vec v\text{,}\) denoted \(\proj uv\text{,}\) is
\begin{equation*} \proj uv = \frac{\dotp uv}{\dotp vv}\vec v\text{.} \end{equation*}
Figure 11.3.18. Video presentation of Definition 11.3.17

Example 11.3.19. Computing the orthogonal projection.

  1. Let \(\vec u= \la -2,1\ra\) and \(\vec v=\la 3,1\ra\text{.}\) Find \(\proj uv\text{,}\) and sketch all three vectors with initial points at the origin.
  2. Let \(\vec w = \la 2,1,3\ra\) and \(\vec x = \la 1,1,1\ra\text{.}\) Find \(\proj wx\text{,}\) and sketch all three vectors with initial points at the origin.
Solution 1. Video solution
Solution 2.
  1. Applying Definition 11.3.17, we have
    \begin{align*} \proj uv \amp = \frac{\dotp uv}{\dotp vv}\vec v\\ \amp = \frac{-5}{10}\la 3,1\ra\\ \amp = \la -\frac32,-\frac12\ra\text{.} \end{align*}
    Vectors \(\vec u\text{,}\) \(\vec v\) and \(\proj uv\) are sketched in Figure 11.3.20. Note how the projection is parallel to \(\vec v\text{;}\) that is, it lies on the same line through the origin as \(\vec v\text{,}\) although it points in the opposite direction. That is because the angle between \(\vec u\) and \(\vec v\) is obtuse (i.e., greater than \(90^\circ\)).
    Graph shows two vectors u and v, and the projection of u on v.
    The \(x\) axis is drawn from \(-2\) to \(3\) and the \(y\) axis is drawn from \(-2\) to \(2\text{.}\) Two vectors \(\vec u\) and \(\vec v\) are shown, both start at the origin. The vector \(u\) ends in point \((-2, 1)\) and lies in the second quadrant and \(\vec v\) ends in point \(( 3, 1)\) and lies in the first quadrant. The projection of \(\vec u\) on \(\vec v\)is shown and it lies in the third quadrant.
    Figure 11.3.20. Sketching the three vectors in Part 1 of Example 11.3.19
  2. Apply the definition:
    \begin{align*} \proj wx \amp = \frac{\dotp wx}{\dotp xx}\vec x\\ \amp = \frac{6}{3}\la 1,1,1\ra\\ \amp = \la 2,2,2\ra\text{.} \end{align*}
    These vectors are sketched in Figure 11.3.21.(a), and again in Figure 11.3.21.(b) from a different perspective. Because of the nature of graphing these vectors, the sketch in Figure 11.3.21.(a) makes it difficult to recognize that the drawn projection has the geometric properties it should. The graph shown in Figure 11.3.21.(b) illustrates these properties better.
    Figure 11.3.21. Sketching the three vectors in Part 2 of Example 11.3.19
We can use the properties of the dot product found in Theorem 11.3.4 to rearrange the formula found in Definition 11.3.17:
\begin{align*} \proj uv \amp = \frac{\dotp uv}{\dotp vv}\vec v\\ \amp = \frac{\dotp uv}{\norm{\vec v}^2}\vec v\\ \amp = \left(\vec u \cdot \frac{\vec v}{\norm{\vec v}}\right) \frac{\vec v}{\norm{\vec v}}\text{.} \end{align*}
The above formula shows that the orthogonal projection of \(\vec u\) onto \(\vec v\) is only concerned with the direction of \(\vec v\text{,}\) as both instances of \(\vec v\) in the formula come in the form \(\vec v/\norm{\vec v}\text{,}\) the unit vector in the direction of \(\vec v\text{.}\)
A special case of orthogonal projection occurs when \(\vec v\) is a unit vector. In this situation, the formula for the orthogonal projection of a vector \(\vec u\) onto \(\vec v\) reduces to just \(\proj uv = (\vec u\cdot\vec v)\vec v\text{,}\) as \(\vec v\cdot\vec v = 1\text{.}\)
This gives us a new understanding of the dot product. When \(\vec v\) is a unit vector, essentially providing only direction information, the dot product of \(\vec u\) and \(\vec v\) gives “how much of \(\vec u\) is in the direction of \(\vec v\text{.}\)” This use of the dot product will be very useful in future sections.
Diagram shows two vectors and the angle between them.
Two vectors \(\vec u\) and \(\vec v\) are shown that start from the same position, the angle between them is marked \(\theta\text{,}\) the vector \(u\) is shorter. From the end of \(\vec u\) a dashed perpendicular is drawn on \(\vec v\text{.}\) The projection of \(\vec u\) and \(\vec z\) are also added. The projection of \(\vec u\) is in the same direction as \(\vec v\) but it ends at the start of the perpendicular. The perpendicular starts at the tip of the projection of \(\vec u\) and ends at the tip of \(\vec u\) and is labeled \(\vec z\text{.}\)
Figure 11.3.22. Illustrating the orthogonal projection
Now consider Figure 11.3.22 where the concept of the orthogonal projection is again illustrated. It is clear that
\begin{equation} \vec u = \proj uv + \vec z\text{.}\tag{11.3.2} \end{equation}
As we know what \(\vec u\) and \(\proj uv\) are, we can solve for \(\vec z\) and state that
\begin{equation*} \vec z = \vec u - \proj uv\text{.} \end{equation*}
This leads us to rewrite Equation (11.3.2) in a seemingly silly way:
\begin{equation*} \vec u = \proj uv + (\vec u - \proj uv)\text{.} \end{equation*}
This is not nonsense, as pointed out in the following Key Idea. (Notation note: the expression “\(\parallel \vec y\)” means “is parallel to \(\vec y\text{.}\)” We can use this notation to state “\(\vec x\parallel\vec y\)” which means “\(\vec x\) is parallel to \(\vec y\text{.}\)” The expression “\(\perp \vec y\)” means “is orthogonal to \(\vec y\text{,}\)” and is used similarly.)

Key Idea 11.3.23. Orthogonal Decomposition of Vectors.

Let nonzero vectors \(\vec u\) and \(\vec v\) be given. Then \(\vec u\) can be written as the sum of two vectors, one of which is parallel to \(\vec v\text{,}\) and one of which is orthogonal to \(\vec v\text{:}\)
\begin{equation*} \vec u = \underbrace{\proj uv}_{\parallel\ \vec v}\ +\ (\underbrace{\vec u-\proj uv}_{\perp\ \vec v})\text{.} \end{equation*}
We illustrate the use of this equality in the following example.

Example 11.3.24. Orthogonal decomposition of vectors.

  1. Let \(\vec u = \la -2,1\ra\) and \(\vec v = \la 3,1\ra\) as in Example 11.3.19. Decompose \(\vec u\) as the sum of a vector parallel to \(\vec v\) and a vector orthogonal to \(\vec v\text{.}\)
  2. Let \(\vec w =\la 2,1,3\ra\) and \(\vec x =\la 1,1,1\ra\) as in Example 11.3.19. Decompose \(\vec w\) as the sum of a vector parallel to \(\vec x\) and a vector orthogonal to \(\vec x\text{.}\)
Solution 1. Video solution
Solution 2.
  1. In Example 11.3.19, we found that \(\proj uv = \la -1.5,-0.5\ra\text{.}\) Let
    \begin{equation*} \vec z = \vec u - \proj uv = \la -2,1\ra - \la -1.5,-0.5\ra = \la-0.5, 1.5\ra\text{.} \end{equation*}
    Is \(\vec z\) orthogonal to \(\vec v\) ? (i.e., is \(\vec z \perp\vec v\) ?) We check for orthogonality with the dot product:
    \begin{equation*} \dotp zv = \la -0.5,1.5\ra \cdot \la 3,1\ra =0\text{.} \end{equation*}
    Since the dot product is 0, we know \(\vec z \perp \vec v\text{.}\) Thus:
    \begin{align*} \vec u \amp = \proj uv\ +\ (\vec u - \proj uv)\\ \la -2,1\ra \amp = \underbrace{\la -1.5,-0.5\ra}_{\parallel\ \vec v}\ +\ \underbrace{\la -0.5,1.5\ra}_{\perp \ \vec v}\text{.} \end{align*}
  2. We found in Example 11.3.19 that \(\proj wx = \la 2,2,2\ra\text{.}\) Applying the Key Idea, we have:
    \begin{equation*} \vec z = \vec w - \proj wx = \la 2,1,3\ra - \la 2,2,2\ra = \la 0,-1,1\ra\text{.} \end{equation*}
    We check to see if \(\vec z \perp \vec x\text{:}\)
    \begin{equation*} \dotp zx = \la 0,-1,1\ra \cdot \la 1,1,1\ra = 0\text{.} \end{equation*}
    Since the dot product is 0, we know the two vectors are orthogonal. We now write \(\vec w\) as the sum of two vectors, one parallel and one orthogonal to \(\vec x\text{:}\)
    \begin{align*} \vec w \amp = \proj wx\ +\ (\vec w - \proj wx)\\ \la 2,1,3\ra \amp = \underbrace{\la 2,2,2\ra}_{\parallel\ \vec x}\ +\ \underbrace{\la 0,-1,1\ra}_{\perp \ \vec x} \end{align*}
We give an example of where this decomposition is useful.

Example 11.3.25. Orthogonally decomposing a force vector.

Consider Figure 11.3.26.(a), showing a box weighing 50lb on a ramp that rises 5ft over a span of 20ft. Find the components of force, and their magnitudes, acting on the box (as sketched in Figure 11.3.26.(b)):
Diagram showing a box on a ramp.
Image of a box being placed on an inclined plane. The downward force for gravity is marked as \(\vec g\text{.}\) The surface of the ramp is labeled as \(\vec r\) base of the ramp is labeled \(20\) and the height is marked as \(5\text{.}\)
(a)
Diagram showing a box on a ramp.
Image of a box being placed on an inclined plane. The downward force for gravity is marked as \(\vec g\text{.}\) The surface of the ramp is labeled as \(\vec r\) base of the ramp is labeled \(20\) and the height is marked as \(5\text{.}\) The projection of \(\vec g\) on \(\vec r\) is shown.
(b)
Figure 11.3.26. Sketching the ramp and box in Example 11.3.25. Note: The vectors are not drawn to scale.
  1. in the direction of the ramp, and
  2. orthogonal to the ramp.
Solution 1. Video solution
Solution 2.
As the ramp rises 5ft over a horizontal distance of 20ft, we can represent the direction of the ramp with the vector \(\vec r= \la 20,5\ra\text{.}\) Gravity pulls down with a force of 50lb, which we represent with \(\vec g = \la 0,-50\ra\text{.}\)
  1. To find the force of gravity in the direction of the ramp, we compute \(\proj gr\text{:}\)
    \begin{align*} \proj gr \amp = \frac{\dotp gr}{\dotp rr}\vec r\\ \amp = \frac{-250}{425}\la 20,5\ra\\ \amp = \la -\frac{200}{17},-\frac{50}{17}\ra \approx \la -11.76,-2.94\ra\text{.} \end{align*}
    The magnitude of \(\proj gr\) is \(\norm{\proj gr} = 50/\sqrt{17} \approx 12.13\text{ lb }\text{.}\) Though the box weighs 50lb, a force of about 12lb is enough to keep the box from sliding down the ramp.
  2. To find the component \(\vec z\) of gravity orthogonal to the ramp, we use Key Idea 11.3.23.
    \begin{align*} \vec z \amp = \vec g - \proj gr\\ \amp = \la \frac{200}{17},-\frac{800}{17}\ra \approx \la 11.76,-47.06\ra\text{.} \end{align*}
    The magnitude of this force is \(\norm{\vec z} \approx 48.51\)lb. In physics and engineering, knowing this force is important when computing things like static frictional force. (For instance, we could easily compute if the static frictional force alone was enough to keep the box from sliding down the ramp.)

Subsection 11.3.1 Application to Work

In physics, the application of a force \(F\) to move an object in a straight line a distance \(d\) produces work; the amount of work \(W\) is \(W=Fd\text{,}\) (where \(F\) is in the direction of travel). The orthogonal projection allows us to compute work when the force is not in the direction of travel.
Diagram showing the two vectors for force and displacement used to find work.
A box is shown that is being pushed to the right by a force. The displacement is shown as a horizontal vector and is labeled \(\vec d\text{.}\) Force is drawn from the middle of the box at an angle and is labeled as \(\vec F\text{.}\) The projection of the \(\vec F\) is also shown, it is parallel to the displacement vector.
Figure 11.3.27. Finding work when the force and direction of travel are given as vectors
Consider Figure 11.3.27, where a force \(\vec F\) is being applied to an object moving in the direction of \(\vec d\text{.}\) (The distance the object travels is the magnitude of \(\vec d\text{.}\)) The work done is the amount of force in the direction of \(\vec d\text{,}\) \(\norm{\proj Fd}\text{,}\) times \(\vnorm d\text{:}\)
\begin{align*} \norm{\proj Fd}\cdot\vnorm d \amp = \norm{\frac{\dotp Fd}{\dotp dd}\vec d}\cdot \vnorm d\\ \amp = \abs{\frac{\dotp Fd}{\norm{\vec{d}}^2}}\cdot \vnorm d\cdot\vnorm d\\ \amp = \frac{\abs{\dotp Fd}}{\norm{\vec{d}}^2}\norm{\vec{d}}^2\\ \amp = \abs{\dotp Fd}\text{.} \end{align*}
The expression \(\dotp Fd\) will be positive if the angle between \(\vec F\) and \(\vec d\) is acute; when the angle is obtuse (hence \(\dotp Fd\) is negative), the force is causing motion in the opposite direction of \(\vec d\text{,}\) resulting in “negative work.” We want to capture this sign, so we drop the absolute value and find that \(W = \dotp Fd\text{.}\)

Definition 11.3.28. Work.

Let \(\vec F\) be a constant force that moves an object in a straight line from point \(P\) to point \(Q\text{.}\) Let \(\vec d = \overrightarrow{PQ}\text{.}\) The work \(W\) done by \(\vec F\) along \(\vec d\) is \(W = \dotp Fd\text{.}\)

Example 11.3.29. Computing work.

A man slides a box along a ramp that rises 3ft over a distance of 15ft by applying 50lb of force as shown in Figure 11.3.30. Compute the work done.
Diagram showing a box on a ramp.
Image of a box being placed on an inclined plane or ramp. The base of the ramp is labeled \(15\) and the height is marked as \(3\text{.}\) Force is drawn from the middle of the box at an angle of \(30\) from the horizontal and is labeled as \(\vec F\text{.}\)
Figure 11.3.30. Computing work when sliding a box up a ramp in Example 11.3.29
Solution.
The figure indicates that the force applied makes a \(30^\circ\) angle with the horizontal, so \(\vec F = 50\la \cos(30^\circ) ,\sin(30^\circ) \ra \approx \la 43.3,25\ra\text{.}\) The ramp is represented by \(\vec d = \la 15,3\ra\text{.}\) The work done is simply
\begin{equation*} \dotp Fd = 50\la \cos(30^\circ) ,\sin(30^\circ) \ra \cdot \la 15,3\ra \approx 724.5 \text{ ft--lb }\text{.} \end{equation*}
Note how we did not actually compute the distance the object traveled, nor the magnitude of the force in the direction of travel; this is all inherently computed by the dot product!
The dot product is a powerful way of evaluating computations that depend on angles without actually using angles. The next section explores another “product” on vectors, the cross product. Once again, angles play an important role, though in a much different way.

Exercises 11.3.2 Exercises

Terms and Concepts

1.
The dot product of two vectors is a , not a vector.
2.
How are the concepts of the dot product and vector magnitude related?
3.
How can one quickly tell if the angle between two vectors is acute or obtuse?
4.
Give a synonym for “orthogonal.”

Problems

Exercise Group.
In the following exercises, find the dot product of the given vectors.
5.
\(\vec u = \la 2,-4\ra\text{,}\) \(\vec v = \la 3,7\ra\)
\(\vec u \cdot\vec v=\)
6.
\(\vec u = \la 5,3\ra\text{,}\) \(\vec v = \la 6,1\ra\)
\(\vec u \cdot\vec v=\)
7.
\(\vec u = \la 1,-1,2\ra\text{,}\) \(\vec v = \la 2,5,3\ra\)
\(\vec u \cdot\vec v=\)
8.
\(\vec u = \la 3,5,-1\ra\text{,}\) \(\vec v = \la 4,-1,7\ra\)
\(\vec u \cdot\vec v=\)
9.
\(\vec u = \la 1,1\ra\text{,}\) \(\vec v = \la 1,2,3\ra\)
10.
\(\vec u = \la 1,2,3\ra\text{,}\) \(\vec v = \la 0,0,0\ra\)
\(\vec u \cdot\vec v=\)
11.
Create your own vectors \(\vec u\text{,}\) \(\vec v\) and \(\vec w\) in \(\mathbb{R}^2\) and show that \(\vec u\cdot (\vec v+\vec w) = \vec u\cdot \vec v + \vec u\cdot \vec w\text{.}\)
12.
Create your own vectors \(\vec u\) and \(\vec v\) in \(\mathbb{R}^3\) and scalar \(c\) and show that \(c(\vec u\cdot \vec v) = \vec u\cdot (c\vec v)\text{.}\)
Exercise Group.
In the following exercises, find the measure of the angle between the two vectors in both radians and degrees.
13.
The angle between \(\vec u = \la 1,1\ra\) and \(\vec v = \la 1,2\ra\) is .
14.
The angle between \(\vec u = \la -2,1\ra\) and \(\vec v = \la 3,5\ra\) is .
15.
The angle between \(\vec u = \la 8,1,-4\ra\) and \(\vec v = \la 2,2,0\ra\) is .
16.
The angle between \(\vec u = \la 1,7,2\ra\) and \(\vec v = \la 4,-2,5\ra\) is .
Exercise Group.
In the following exercises, a vector \(\vec v\) is given. Give two vectors that are orthogonal to \(\vec v\text{.}\)
17.
Find two nonzero vectors orthogonal to \(\vec v = \la 4,7\ra\text{.}\)
and
18.
Find two nonzero vectors orthogonal to \(\vec v = \la -3,5\ra\text{.}\)
and
19.
Find two nonzero vectors orthogonal to \(\vec v = \la 1,1,1\ra\text{.}\)
and
20.
Find two nonzero vectors orthogonal to \(\vec v = \la 1,-2,3\ra\text{.}\)
and
Exercise Group.
In the following exercises, vectors \(\vec u\) and \(\vec v\) are given. Find \(\proj uv\text{,}\) the orthogonal projection of \(\vec u\) onto \(\vec v\text{,}\) and sketch all three vectors with the same initial point.
21.
If \(\vec u = \la 1,2\ra\) and \(\vec v = \la -1,3\ra\text{,}\) then \(\proj uv=\).
Sketch all three vectors on the same axes.
22.
If \(\vec u = \la 5,5\ra\) and \(\vec v = \la 1,3\ra\text{,}\) then \(\proj uv=\).
Sketch all three vectors on the same axes.
23.
If \(\vec u = \la -3,2\ra\) and \(\vec v = \la 1,1\ra\text{,}\) then \(\proj uv=\).
Sketch all three vectors on the same axes.
24.
If \(\vec u = \la -3,2\ra\) and \(\vec v = \la 2,3\ra\text{,}\) then \(\proj uv=\).
Sketch all three vectors on the same axes.
25.
If \(\vec u = \la 1,5,1\ra\) and \(\vec v = \la 1,2,3\ra\text{,}\) then \(\proj uv=\).
Sketch all three vectors on the same axes.
26.
If \(\vec u = \la 3,-1,2\ra\) and \(\vec v = \la 2,2,1\ra\text{,}\) then \(\proj uv=\).
Sketch all three vectors on the same axes.
Exercise Group.
In the following exercises, vectors \(\vec u\) and \(\vec v\) are given. Write \(\vec u\) as the sum of two vectors, one of which is parallel to \(\vec v\) (or is zero) and one of which is orthogonal to \(\vec v\text{.}\) Note: these are the same pairs of vectors as found in Exercises 11.3.2.21Exercise 11.3.2.26.
27.
Write \(\vec u = \la 1,2\ra\) as the sum of two vectors, one parallel to \(\vec v = \la -1,3\ra\) (or zero) and the other perpendicular.
\(\vec u=\)\({}+{}\)
28.
Write \(\vec u = \la 5,5\ra\) as the sum of two vectors, one parallel to \(\vec v = \la 1,3\ra\) (or zero) and the other perpendicular.
\(\vec u=\)\({}+{}\)
29.
Write \(\vec u = \la -3,2\ra\) as the sum of two vectors, one parallel to \(\vec v = \la 1,1\ra\) (or zero) and the other perpendicular.
\(\vec u=\)\({}+{}\)
30.
Write \(\vec u = \la -3,2\ra\) as the sum of two vectors, one parallel to \(\vec v = \la 2,3\ra\) (or zero) and the other perpendicular.
\(\vec u=\)\({}+{}\)
31.
Write \(\vec u = \la 1,5,1\ra\) as the sum of two vectors, one parallel to \(\vec v = \la 1,2,3\ra\) (or zero) and the other perpendicular.
\(\vec u=\)\({}+{}\)
32.
Write \(\vec u = \la 3,-1,2\ra\) as the sum of two vectors, one parallel to \(\vec v = \la 2,2,1\ra\) (or zero) and the other perpendicular.
\(\vec u=\)\({}+{}\)
33.
A 10lb box sits on a ramp that rises 4ft over a distance of 20ft. How much force is required to keep the box from sliding down the ramp?
34.
A 10lb box sits on a 15ft ramp that makes a \(30^\circ\) angle with the horizontal. How much force is required to keep the box from sliding down the ramp?
35.
How much work is performed in moving a box horizontally 10ft with a force of 20lb applied at an angle of \(45^\circ\) to the horizontal?
36.
How much work is performed in moving a box horizontally 10ft with a force of 20lb applied at an angle of \(10^\circ\) to the horizontal?
37.
How much work is performed in moving a box up the length of a ramp that rises 2ft over a distance of 10ft, with a force of 50lb applied horizontally?
38.
How much work is performed in moving a box up the length of a ramp that rises 2ft over a distance of 10ft, with a force of 50lb applied at an angle of \(45^\circ\) to the horizontal?
39.
How much work is performed in moving a box up the length of a 10ft ramp that makes a \(5^\circ\) angle with the horizontal, with 50lb of force applied in the direction of the ramp?
You have attempted of activities on this page.