Skip to main content

Active Calculus - Multivariable

Section 9.4 The Cross Product

Subsection 9.4.1 Introduction

The last two sections have introduced some basic algebraic operations and useful geometric interpretations for vector addition, scalar multiplication, and the dot product. In this section, we will define and explore the cross product, another algebraic operation which measures useful geometric information related to pairs of vectors in \(\R^3\text{.}\)
Remember that we use a right-handed coordinate system, as described in Section 9.1. In particular, recall that the vectors \(\vi\text{,}\) \(\vj\text{,}\) and \(\vk\) are oriented as shown below in Figure 9.4.1. We would like to think of a right-handed coordinate system in terms of vectors that are not just \(\vi\text{,}\) \(\vj\text{,}\) and \(\vk\text{.}\)
described in detail following the image
Three mutually-perpendicular vectors labeled \(\vi\text{,}\) \(\vj\text{,}\) and \(\vk\text{.}\) The vector \(\vj\) points to the right while \(\vk\) points up and \(\vi\) comes out of the screen.
Figure 9.4.1. Basis vectors \(\vi\text{,}\) \(\vj\text{,}\) and \(\vk\text{.}\)
We will call an ordered list of vectors \(\{\vu, \vv, \vw\}\) a right-handed coordinate system (or right-handed orientation) provided that putting the fingers of your right hand in the direction of \(\vu\) and curling your fingers in the direction of \(\vv\) results in the thumb of your right hand pointing in the direction of \(\vw\text{.}\) Remember that to get this orientation correct, you may need to rotate your right hand to get your fingers to curl in the correct direction, which will then give you the proper direction for the third vector \(\vw\text{.}\)
described in detail following the image
A depiction of a person’s right hand with thumb, index finger, and middle finger extended. The thumb points up and is labeled \(\vw\text{.}\) The index finger points to the left and is labeled \(\vu\text{.}\) The middle finger points toward the viewer and is labeled \(\vv\text{.}\) Adapted from https://en.m.wikipedia.org/wiki/File:Right_hand_rule_cross_product.svg with credit to user KdYpUvMgT.
Figure 9.4.2. A right-handed orientation of vectors \(\{\vu,\vv,\vw\}\)
We would like to create a product of two vectors, which we will call the cross product, that creates a right handed coordinate system with the input vectors as the first two vectors in our coordinate system. We will denote the cross product of \(\vu\) and \(\vv\) by \(\vu \times \vv\text{.}\) If \(\vu\) and \(\vv\) are not parallel, we want the cross product of \(\vu\) with \(\vv\) to make \(\{\vu, \vv, \vu\times\vv\}\) a right-handed coordinate system. Additionally, we would like the cross product to work well with linear combinations of vectors. Specifically, we want the following algebraic property to be satisfied:
\begin{equation*} (k \vv+\vu) \times \vw = k(\vv \times \vw) + (\vu \times \vw) \end{equation*}
An important difference to note here is that the cross product of two vectors will be a vector, whereas the dot product of two vectors gives a scalar.

Aside

Preview Activity 9.4.1.
(a)
Our first task is to understand what it means to complete a right-handed coordinate system. For each of the cases below, you need to give a vector that fills in the blank to create a right-handed coordinate system. For example, the answer that would complete \(\{\vi, \vj, ???\}\) would be \(\vk\text{.}\) You should be careful to when you have vectors that are in the opposite directions of \(\vi\) or \(\vj\) or \(\vk\text{.}\)
  1. \(\displaystyle \{\vj,\vi, ???\}\)
  2. \(\displaystyle \{-\vi,\vj, ???\}\)
  3. \(\displaystyle \{\vk,\vi, ???\}\)
  4. \(\displaystyle \{-\vi,-\vj, ???\}\)
  5. \(\displaystyle \{\vk,\vj, ???\}\)
(b)
Explain why there is not a way to complete \(\{\vi,\vi, ???\}\) to be a right-handed coordinate system.
(c)
As we said above, we would like the cross product to distribute over vector sums (\((\vv+\vu) \times \vw = (\vv \times \vw) + (\vu \times \vw)\)). Complete each of the following right-handed coordinate systems geometrically. Focus on the direction of the vector needed to complete the right-handed coordinate system and do not worry about the length of the vector you choose.
  1. \(\displaystyle \{\vi,\vk, ???\}\)
  2. \(\displaystyle \{\vj,\vk, ???\}\)
  3. \(\displaystyle \{\vi+\vj,\vk, ???\}\)
Be sure to note how your thumb is oriented in the last case and verify that the sum of the first two results gives you the last case.
(d)
Finally, we want to address the relationship between the cross product and scalar multiplication.
  1. What direction should the third vector in the right-handed coordinate system \(\{2\vi,3\vj, ???\}\) be?
  2. What direction should the third vector in the right-handed coordinate system \(\{2\vk,\vj, ???\}\) be?
  3. Note that \(3\vk=\vk+\vk+\vk\text{,}\) so \((3\vk) \times \vj = (\vk \times \vj) + (\vk \times \vj) + (\vk \times \vj)\text{.}\) What do you think the vector \((3\vk) \times \vj\) will be?
  4. What do you think the result of \((4\vi)\times (-6\vj)\) will be?

Subsection 9.4.2 Computing the cross product

As we have seen in Preview Activity 9.4.1, the cross product \(\vu\times\vv\) will be defined for two vectors \(\vu\) and \(\vv\) in \(\R^3\) and produces another vector in \(\R^3\text{.}\) Using the right-hand rule, we saw that
\begin{align*} \vi\times\vj \amp = \vk \amp \vi\times\vk \amp= -\vj \amp \vj\times\vk \amp= \vi\\ \vj\times\vi \amp = -\vk \amp \vk\times\vi \amp= \vj \amp \vk\times\vj \amp= -\vi \end{align*}
We also want the cross product to distribute over linear combinations so that \((k \vv+\vu) \times \vw = k(\vv \times \vw) + (\vu \times \vw)\text{.}\) Using the ideas directly above, we can compute the cross product in terms of the components of general vectors. Applying these ideas of right-handed coordinate systems and the cross product working with linear combinations of vectors gives us the following:
\begin{align*} \vu\times\vv =\mathstrut \amp (u_1\vi + u_2\vj + u_3\vk) \times (v_1\vi + v_2\vj + v_3\vk)\\ =\mathstrut \amp u_1\vi\times (v_1\vi + v_2\vj + v_3\vk)+u_2\vj\times (v_1\vi + v_2\vj + v_3\vk) \\ \mathstrut \amp +u_3\vk\times (v_1\vi + v_2\vj + v_3\vk)\\ =\mathstrut \amp u_1v_1\vi\times\vi + u_1v_2\vi\times\vj + u_1v_3\vi\times\vk + u_2v_1\vj\times\vi + u_2v_2\vj\times\vj \\ \mathstrut \amp + u_2v_3\vj\times\vk +u_3v_1\vk\times\vi + u_3v_2\vk\times\vj + u_3v_3\vk\times\vk\\ =\mathstrut \amp u_1v_2\vk - u_1v_3\vj - u_2v_1\vk + u_2v_3\vi +u_3v_1\vj - u_3v_2\vi\\ =\mathstrut \amp (u_2v_3-u_3v_2)\vi - (u_1v_3-u_3v_1)\vj + (u_1v_2-u_2v_1)\vk. \end{align*}

Aside

Definition 9.4.3.

The cross product \(\vu \times \vv\) of vectors \(\vu = u_1\vi + u_2\vj + u_3\vk\) and \(\vv = v_1\vi + v_2\vj + v_3\vk\) in \(\R^3\) is the vector
\begin{equation} \vu\times\vv = (u_2v_3-u_3v_2)\vi - (u_1v_3-u_3v_1)\vj + (u_1v_2-u_2v_1)\vk.\tag{9.4.1} \end{equation}
As presented, the expression in (9.4.1) is complicated, and the variety of subscripts and minus signs may appear difficult to remember. However, we can rewrite this definition using determinants, which allows important structure to emerge. The determinant of a \(2\times2\) matrix is
\begin{equation*} \left| \begin{array}{cc} a \amp b \\ c \amp d \end{array} \right| =ad - bc. \end{equation*}
It follows that we can thus rewrite Equation (9.4.1) in the form
\begin{equation*} \vu\times\vv = \left| \begin{array}{cc} u_2 \amp u_3 \\ v_2 \amp v_3 \end{array} \right| \vi - \left| \begin{array}{cc} u_1 \amp u_3 \\ v_1 \amp v_3 \end{array} \right| \vj + \left| \begin{array}{cc} u_1 \amp u_2 \\ v_1 \amp v_2 \end{array} \right| \vk. \end{equation*}
For those familiar with the determinant of a \(3\times3\) matrix, we write the mnemonic as
\begin{equation*} \vu\times\vv = \left| \begin{array}{ccc} \vi \amp \vj \amp \vk \\ u_1 \amp u_2 \amp u_3 \\ v_1 \amp v_2 \amp v_3 \end{array} \right|. \end{equation*}

Example 9.4.4.

We will use the definition of cross product to check some of our work from Preview Activity 9.4.1. First, we want to check a calculation like \(\vk \times \vi\) from part (a). We will write both \(\vk\) and \(\vi\) in their component forms of \(\langle 0,0,1\rangle\) and \(\langle 1,0,0\rangle\text{.}\) So \(\vk \times \vi\) will be computed as
\begin{align*} \langle 0,0,1\rangle \times \langle 1,0,0\rangle\amp= \left| \begin{array}{cc} 0 \amp 1 \\ 0\amp 0 \end{array} \right| \vi - \left| \begin{array}{cc} 0 \amp 1 \\ 1 \amp 0 \end{array} \right| \vj + \left| \begin{array}{cc} 0 \amp 0 \\ 1 \amp 0 \end{array} \right| \vk\\ \amp=0 \vi - (-1)\vj +0 \vk \\ \amp=\langle 0,1,0 \rangle \end{align*}
which matches our answer of \(\vj\) from the Preview Activity.
Next we want to check our work from part (c) when we found \((\vi+\vj)\times \vk\) geometrically.
\begin{align*} \langle 1,1,0 \rangle \times \langle 0,0,1 \rangle\amp= \left| \begin{array}{cc} 1 \amp 0 \\ 0\amp 1 \end{array} \right| \vi - \left| \begin{array}{cc} 1 \amp 0 \\ 0 \amp 1 \end{array} \right| \vj + \left| \begin{array}{cc} 1 \amp 1 \\ 0 \amp 0 \end{array} \right| \vk\\ \amp=1 \vi - (1)\vj +0 \vk \\ \amp=\langle 1,-1,0 \rangle \end{align*}
which matches our answer of \(\vi-\vj\) from part (c) of the Preview Activity.
For our last part of this example we will verify our calculation of \((4\vi)\times (-6\vj)\) from part (d) of the Preview Activity.
\begin{align*} \langle 4,0,0 \rangle \times \langle 0,-6,0 \rangle\amp= \left| \begin{array}{cc} 0 \amp 0 \\ -6\amp 0 \end{array} \right| \vi - \left| \begin{array}{cc} 4 \amp 0 \\ 0 \amp 0 \end{array} \right| \vj + \left| \begin{array}{cc} 4 \amp 0 \\ 0 \amp -6 \end{array} \right| \vk\\ \amp=0 \vi - 0\vj +(-24) \vk \\ \amp=\langle 0,0,-24 \rangle \end{align*}
Which should match our work of \(-24 \vk\) from the last part of the Preview Activity.
The next activity gives you an opportunity to practice computing cross products and to start investigating its algebraic properties.

Activity 9.4.2.
Suppose \(\vu = \langle 0, 1, 3\rangle\) and \(\vv = \langle 2, -1, 0\rangle\text{.}\) Use equation (9.4.1) for the following.
(a)
Find the cross product \(\vu\times\vv\text{.}\)
(b)
Evaluate the dot products \(\vu\cdot(\vu\times\vv)\) and \(\vv\cdot(\vu\times\vv)\text{.}\) What does this tell you about the geometric relationship among \(\vu\text{,}\) \(\vv\text{,}\) and \(\vu\times\vv\text{?}\)
(c)
Find the cross product \(\vv\times \vi\text{.}\)
(d)
Recall that multiplication of real numbers is associative. For example, \((2\cdot 5)\cdot 3 = 2\cdot(5\cdot 3)\text{.}\) Is it true that the cross product of vectors is associative? For instance, is it true that \((\vu\times\vv)\times\vi = \vu\times(\vv\times\vi)\text{?}\)
(e)
Find the cross product \(\vu\times\vu\) and write a sentence or two to explain the meaning of your result.
Hint.
Your ideas for part 9.4.1.b will apply here.
The cross product satisfies the following properties, some of which were illustrated in Preview Activity 9.4.1 or may be verified from the definition (9.4.1).

Properties of the cross product.

Let \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) be vectors in \(\R^3\text{,}\) and let \(c\) be a scalar. Then
  1. \(\displaystyle \vu \times \vv = -(\vv \times \vu)\)
  2. \(\displaystyle (\vu +\vv)\times \vw = (\vu \times \vw) + (\vv \times \vw)\)
  3. \(\displaystyle (c\vu)\times \vw = c(\vu \times \vw) = \vu \times (c\vw)\)
  4. \(\vu\times\vv = \vzero\) if \(\vu\) and \(\vv\) are parallel.
  5. The cross product is not associative; that is, in general
    \begin{equation*} (\vu\times\vv)\times\vw \neq \vu\times(\vv\times\vw). \end{equation*}
While some of these properties may not seem natural, we need to look at these from the perspective of what we desired the cross product to measure. The result of the cross product should complete a right handed coordinate system and the cross product should work well with linear combinations by distributing across vector addition and scalar multiplication. The first property above is a consequence of the cross product being the vector needed to complete the associated right-handed coordinate system. If you switch the order of the first two vectors in our right-handed coordinate system, then the third vector must switch direction in order for the orientation to follow the right hand rule. The second and third properties are what we meant for the cross product to work well with linear combinations and can be verified algebraically from (9.4.1), and the fifth should make sense after thinking about part d of Subsection 9.4.2.

Subsection 9.4.3 The Vector Nature of the Cross Product

The output of the cross product is a vector and thus has both magnitude and direction. In this section, we will split up the cross product’s geometric meaning into these two fundamental properties of vectors. We will begin by first mentioning that the direction of the cross product (as defined in equation (9.4.1)) satisfies our claim in the introduction to this section.

Proof.

Remember from Preview Activity 9.4.1 that the cross product of \(\vu\) and \(\vv\) will complete the right handed coordinate system, \(\{\vu, \vv, ???\}\text{.}\) In particular, the last vector in our right handed coordinate system will be at a \(\frac{\pi}{2}\) or \(90^\circ\) angle to the other vectors because your thumb makes a \(90^\circ\) angle with the plane that your fingers can extend and curl in. We defined the cross product to satisfy the right-hand orientation relationship for \(\vi\text{,}\) \(\vj\text{,}\) and \(\vk\) (and for linear combinations of these vectors), so we need only verify the orthogonal relationship algebraically by computing \(\vu\cdot(\vu\times\vv)\text{.}\)
\begin{align*} \vu\cdot(\vu\times\vv)=\mathstrut \amp u_1(u_2v_3-u_3v_2) - u_2(u_1v_3-u_3v_1) + u_3(u_1v_2-u_2v_1)\\ =\mathstrut \amp u_1u_2v_3 - u_1u_3v_2 - u_2u_1v_3+u_2u_3v_1 + u_3u_1v_2 - u_3u_2v_1\\ =\mathstrut \amp 0 \end{align*}
To summarize, we have \(\vu\cdot(\vu\times\vv) = 0\text{,}\) which implies that \(\vu\) is orthogonal to \(\vu\times\vv\text{.}\) A similar algebraic argument will show that \(\vv\) is orthogonal to \(\vu\times\vv\text{,}\) and thus the output of \(\vu\times\vv\) is a vector that is perpendicular to both input vectors, \(\vu\) and \(\vv\text{.}\) Because the cross product works well with linear combinations, \(\vu\times\vv\) is perpendicular to any linear combination of \(\vu\) and \(\vv\) (to be shown in 16).
We now look at the magnitude of \(\vu\times\vv\) in terms of the vector attributes (magnitude and direction) of the input vectors \(\vu\) and \(\vv\text{.}\)

Proof.

To investigate, we will compute the square of the length \(\vecmag{\vu\times\vv}^2\) and denote by \(\theta\) the angle between \(\vu\) and \(\vv\text{,}\) as in Subsection 9.3.3. The following simplification is not intuitive, but you can find through some significant algebra that
\begin{align*} \vecmag{\vu\times\vv}^2=\mathstrut \amp (u_2v_3-u_3v_2)^2 + (u_1v_3-u_3v_1)^2 + (u_1v_2-u_2v_1)^2\\ =\mathstrut \amp u_2^2 v_3^2- 2u_2u_3v_2v_3 +u_3^2v_2^2 + u_1^2 v_3^2 -2u_1u_3v_1v_3 +u_3^2v_1^2 \\ \mathstrut \amp + u_1^2 v_2^2 -2u_1u_2v_1v_2 +u_2^2v_1^2\\ =\mathstrut \amp u_1^2(v_2^2+v_3^2) + u_2^2(v_1^2+v_3^2) + u_3^2(v_1^2+v_2^2) \\ \mathstrut \amp - 2(u_1u_2v_1v_2 + u_1u_3v_1v_3 + u_2u_3v_2v_3)\\ =\mathstrut \amp u_1^2(v_1^2+v_2^2+v_3^2) + u_2^2(v_1^2+v_2^2+v_3^2) + u_3^2(v_1^2+v_2^2+v_3^2) \\ \mathstrut \amp - (u_1^2v_1^2 + u_2^2v_2^2 + u_3^2v_3^2 + 2(u_1u_2v_1v_2 + u_1u_3v_1v_3 + u_2u_3v_2v_3))\\ =\mathstrut \amp (u_1^2+u_2^2+u_3^2)(v_1^2+v_2^2+v_3^2)-(u_1v_1+u_2v_2+u_3v_3)^2\\ =\mathstrut \amp \vecmag{\vu}^2\vecmag{\vv}^2-(\vu\cdot\vv)^2\\ =\mathstrut \amp \vecmag{\vu}^2\vecmag{\vv}^2(1-\cos^2(\theta))\\ =\mathstrut \amp \vecmag{\vu}^2\vecmag{\vv}^2\sin^2(\theta). \end{align*}
Therefore, we have found \(\vecmag{\vu\times\vv}^2 = \vecmag{\vu}^2 \vecmag{\vv}^2 \sin^2(\theta)\text{.}\)
Note that Key Idea 9.4.6 stated above implies \(\vu\times\vv = \vzero\) if \(\vu\) and \(\vv\) are parallel. If \(\vu\) and \(\vv\) are parallel, then \(\theta=0\) or \(\pi\text{.}\) Thus, equation (9.4.2) tells us that \(\sin(\theta)=0\) implies \(\vu\times\vv = \vzero\text{.}\)

Subsection 9.4.4 Applications of the Cross Product

Equation (9.4.2) is also related to the parallelogram formed by two vectors \(\vu\) and \(\vv\text{,}\) as shown in Figure 9.4.7. We say that \(\vw\) is the outward direction of the parallelogram formed by \(\vu\) and \(\vv\) provided that \(\vw\) is perpendicular (in \(\R^3\)) to the parallelogram and \(\{\vu,\vv,\vw\}\) has a right-handed orientation. You should now convince yourself that in Figure 9.4.7 the outward direction is coming directly out of the page (or screen). Remember that the order of our vectors matters for orientation purposes, so the outward direction for the parallelogram formed by \(\vv\) and \(\vu\) would be into the page.
Figure 9.4.7. The parallelogram formed by \(\vu\) and \(\vv\)

Proof.

The area of a parallelogram is the product of its base and height. Based on Figure 9.4.7, we consider the base of the parallelogram to be \(\vecmag{\vu}\) and the height to be \(\vecmag{\vv}\sin(\theta)\text{.}\) This means that the area of the parallelogram formed by \(\vu\) and \(\vv\) is
\begin{equation*} \vecmag{\vu} \vecmag{\vv} \sin(\theta) = \vecmag{\vu\times\vv}\text{.} \end{equation*}
If \(\vu = u_1\vi + u_2\vj + 0\vk\) and \(\vv = v_1\vi + v_2\vj + 0\vk\) are vectors in the \(xy\)-plane, then Equation (9.4.1) shows that the area of the parallelogram determined by \(\vu\) and \(\vv\) is \(\vecmag{\vu \times \vv} = \vert u_1v_2-u_2v_1 \vert\) is the absolute value of the \(2 \times 2\) determinant \(\left\vert \begin{array}{cc} u_1 \amp u_2 \\ v_1 \amp v_2 \end{array} \right\vert \text{.}\) Thus, the absolute value of a determinant of a \(2 \times 2 \) matrix is also the area of a parallelogram.
The outward direction of the parallelogram is a consequence of Key Idea 9.4.5.
The next activity gives you a chacne to practice thinking about how to use the cross product to answer questions about parallelograms.

Activity 9.4.3.
(a)
Find the area of the parallelogram formed by the vectors \(\vu = \langle 1,3, -2\rangle\) and \(\vv=\langle 3,0,1\rangle\text{.}\)
(b)
Find the area of the parallelogram in \(\R^3\) whose vertices are \((1,0,1)\text{,}\) \((0,0,1)\text{,}\) \((2,1,0)\text{,}\) and \((1,1,0)\text{.}\)
Hint.
It might be helpful to draw a picture to see how the vertices are arranged so you can determine which vectors you might use.
There is yet one more geometric implication we may draw from Key Idea 9.4.8. Suppose \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) are vectors in \(\R^3\) that are not coplanar. (That is, \(\vw\) is not a linear combination of \(\vu\) and \(\vv\text{.}\)) In this case, \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) define a three-dimensional solid called a parallelepiped and depicted in Figure 9.4.9.
Figure 9.4.9. The parallelepiped determined by \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\)
The volume of the parallelepiped is determined by multiplying the area \(A\) of the base by the height \(h\text{.}\) As we have just seen, the area of the base is \(\vecmag{\vu\times\vv}\text{.}\) Moreover, \(h=\vecmag{\vw}\cos(\alpha)\) where \(\alpha\) is the angle between \(\vw\) and the vector \(\vn\) orthogonal to the plane formed by \(\vu\) and \(\vv\text{.}\) Since \(\vn\) is parallel to \(\vu\times\vv\text{,}\) the angle between \(\vw\) and \(\vu\times\vv\) is also \(\alpha\text{.}\) This shows that
\begin{equation*} \vecmag{(\vu\times\vv)\cdot\vw} = \vecmag{\vu\times\vv}\vecmag{\vw}\cos(\alpha) = Ah\text{.} \end{equation*}
We summarize this useful relationship below.

The cross product and the volume of a parallelepiped.

The volume of the parallelepiped determined by \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) is \(\vecmag{(\vu\times\vv)\cdot\vw}\text{.}\)
As a dot product of two vectors, the quantity \((\vu \times \vv) \cdot \vw\) is a scalar and is called the scalar triple product.

Activity 9.4.4.
Suppose \(\vu = \langle 3, 5, -1\rangle\) and \(\vv = \langle 2, -2, 1\rangle\text{.}\)
(a)
Find two unit vectors orthogonal to both \(\vu\) and \(\vv\text{.}\)
(b)
Find the volume of the parallelepiped formed by the vectors \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw = \langle 3,3,1\rangle\text{.}\)
(c)
Find a vector orthogonal to the parallelogram containing the points \((0,1,2)\text{,}\) \((4,1,0)\text{,}\) and \((-2,2,2)\text{.}\)
(d)
Given the vectors \(\vu\) and \(\vv\) shown below in Figure 9.4.10, sketch the cross products \(\vu\times\vv\) and \(\vv\times\vu\text{.}\)
Figure 9.4.10. Vectors \(\vu\) and \(\vv\)
(e)
Are the vectors \(\va = \langle 1,3,-2\rangle\text{,}\)\(\vb=\langle2,1,-4\rangle\text{,}\) and \(\vc=\langle 0, 1, 0\rangle\) in standard position coplanar? Use the concepts from this section to explain your answer.
We have seen that the cross product enables us to produce a vector perpendicular to two given vectors, to measure the area of a parallelogram, and to measure the volume of a parallelepiped. Besides these geometric applications, the cross product also enables us to describe a physical quantity called torque.
Suppose that we would like to turn a bolt using a wrench as shown in Figure 9.4.11. If a force \(\vF\) is applied to the wrench and \(\vr\) is the vector from the position on the wrench at which the force is applied to center of the bolt, we define the torque, \(\tau\text{,}\) to be
\begin{equation*} \tau=\vF\times\vr. \end{equation*}
Figure 9.4.11. A force applied to a wrench
When a force is applied to an object, Newton’s Second Law tells us that the force is equal to the rate of change of the object’s linear momentum. Similarly, the torque applied to an object is equal to the rate of change of the object’s angular momentum. In other words, torque will cause the bolt to rotate.
In many industrial applications, bolts are required to be tightened using a specified torque. Of course, the magnitude of the torque is \(\vecmag{\tau} =\vecmag{\vF\times\vr} =\vecmag{\vF}\vecmag{\vr}\sin(\theta)\text{.}\) Thus, to produce a larger torque, we can increase either \(\vecmag{\vF}\) or \(\vecmag{\vr}\text{,}\) which you may know if you have ever removed lug nuts when changing a flat tire. Increasing \(\vecmag{\vF}\) means you exert more force and increasing \(\vecmag{\vr}\) means you use a longer wrench. The ancient Greek scientist and mathematician Archimedes said: “Give me a lever long enough and a fulcrum on which to place it, and I shall move the world.” A modern spin on this statement is: “Allow me to make \(\vecmag{\vr}\) large enough, and I shall produce a torque large enough to move the world.”
When opening a door, you use the knob or push bar as far from the hinge as possible. If you were to try to open a door by pushing on the middle of the door (rather than the edge farthest from the hinges), you would need to push twice as hard normal because you have half of \(\Vert\vr\Vert\text{.}\)

Subsection 9.4.5 Comparing the dot and cross products

In this subsection we summarize the last few sections by comparing and contrasting several properties of the dot and cross products.
  1. \(\vu\cdot\vv\) is a scalar, while \(\vu\times\vv\) is a vector.
  2. \(\vu\cdot\vv = \vv\cdot\vu\text{,}\) while \(\vu\times\vv = -\vv\times\vu\)
  3. \(\vu\cdot\vv = \Vert\vu\Vert\Vert\vv\Vert\cos(\theta)\text{,}\) while \(\Vert\vu\times\vv\Vert = \Vert\vu\Vert\Vert\vv\Vert\sin(\theta)\text{.}\)
  4. \(\vu\cdot\vv = 0\) if \(\vu\) and \(\vv\) are perpendicular, while \(\vu\times\vv = \vzero\) if \(\vu\) and \(\vv\) are parallel.

Subsection 9.4.6 Object Types and Vector Notation

In this final subsection, we practice making sense of the kind of object are described by different expressions involving vectors. It is easy to get caught up in all of the manipulations of symbols and new operations and write an expression that looks reasonable but is not defined. For example, \((\vu \cdot \vv) \times \vw\) looks like a nice and reasonable calculation involving vectors (and looks a lot like a scalar triple product!). However, \((\vu \cdot \vv) \times \vw\) is undefined because the quantity in the parentheses is a scalar and you can’t take the cross product of a scalar and a vector.

Activity 9.4.5.
In this activity, we are focused on the type of objects being used and whether the expression makes sense to do at all. We are not going to worry about interpreting or understanding what is being measured by these expressions.
(a)
For each of the expressions below, state whether the result is a scalar, a vector, or undefined. You should write a sentence or two about each to explain your reasoning. (Assume that vectors are nonzero and not orthogonal.)
  1. \(\displaystyle \frac{\vv}{\vw}\)
  2. \(\displaystyle \frac{\vv}{\vw\cdot\vv}\)
  3. \(\displaystyle (\vu\times\vw)+\vv\)
  4. \(\displaystyle k(\vu\cdot\vw)+c\vv\)
  5. \(\displaystyle k(\vu\cdot\vv)\cdot\vw\)
  6. \(\displaystyle \frac{\vv}{\vecmag{\vw}}\)
  7. \(\displaystyle (k+\vu)\times \vv\)
  8. \(\displaystyle k+(\vu\times \vv)\)
  9. \(\displaystyle \vv+(\vu\cdot \vw)\)
  10. \(\displaystyle k+\vecmag{\vu\times \vw}\)
(b)
Use the operations of dot product and vector subtraction to write an expression involving \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) that evaluates to a scalar. You can use other operations if you want.
(c)
Use the operations of cross product, scalar multiplication, and vector addition to write an expression involving \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) that evaluates to a vector. You can use other operations if you want.
(d)
Use the operations of dot product and vector addition to write an expression involving \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) that is undefined. You can use other operations if you want.

Exercises 9.4.7 Exercises

1.

If \(\mathbf{a} = \mathbf{i} + \mathbf{j} + 4 \mathbf{k}\) and \(\mathbf{b} = \mathbf{i} + \mathbf{j} + 4 \mathbf{k}\)
Compute the cross product \(\bf{a} \times \bf{b}\text{.}\)
\(\bf{a} \times \bf{b}=\) \(\bf{i}\) + \(\bf{j}\) + \(\bf{k}\)

2.

Suppose \(\vec v\cdot \vec w=7\) and \(||\vec v\times\vec w|| = 2\text{,}\) and the angle between \(\vec v\) and \(\vec w\) is \(\theta\text{.}\) Find
(a) \(\tan\theta =\)
(b) \(\theta =\)

3.

You are looking down at a map. A vector \(\bf{u}\) with \(\left| \mathbf{u} \right|\) = 9 points north and a vector \(\mathbf{v}\) with \(\left| \mathbf{v} \right|\) = 10 points northeast. The crossproduct \(\mathbf{u} \times \mathbf{v}\) points:
A) south
B) northwest
C) up
D) down
Please enter the letter of the correct answer:
The magnitude \(\left| \mathbf{u} \times \mathbf{v} \right|\) =

4.

If \(\mathbf{a} = \mathbf{i} + 10 \mathbf{j} + \mathbf{k}\) and \(\mathbf{b} = \mathbf{i} + 16 \mathbf{j} + \mathbf{k}\text{,}\) find a unit vector with positive first coordinate orthogonal to both \(\mathbf{a}\) and \(\mathbf{b}\text{.}\)
\(\mathbf{i}\) + \(\mathbf{j}\) + \(\mathbf{k}\)

5.

Sketch the triangle with vertices \(O, P=\left(2,3,0\right)\) and \(Q=\left(0,3,7\right)\) and compute its area using cross products.
Area=

6.

Let \(A = \left(-3,4,1\right)\text{,}\) \(B = \left(2,-1,3\right)\text{,}\) and \(P = (k,k,k)\text{.}\) The vector from \(A\) to \(B\) is perpendicular to the vector from \(A\) to \(P\) when \(k\) = .

7.

Find two unit vectors orthogonal to \(\mathbf a = \langle -2, 1, -5\rangle\) and \(\mathbf b = \langle -1, -1, -2\rangle\)
Enter your answer so that the first non-zero coordinate of the first vector is positive.
First Vector: \(\langle\), , \(\rangle\)
Second Vector: \(\langle\), , \(\rangle\)

8.

Use the geometric definition of the cross product and the properties of the cross product to make the following calculations.
(a) \(((\vec{i} + \vec{j}) \times \vec{i} ) \times \vec{j}\) =
(b) \(( \vec{j} + \vec{k} ) \times ( \vec{j} \times \vec{k} )\) =
(c) \(2 \vec{i} \times ( \vec{i} + \vec{j} )\) =
(d) \(( \vec{k} + \vec{j} ) \times ( \vec{k} - \vec{j} )\) =

9.

Are the following statements true or false?
  1. The value of \(\vec{v} \cdot (\vec{v} \times \vec{w})\) is always zero.
  2. If \(\vec{v}\) and \(\vec{w}\) are any two vectors, then \(||\vec{v} + \vec{w}|| = ||\vec{v}|| + ||\vec{w}||\text{.}\)
  3. \((\vec{i} \times \vec{j}) \cdot \vec{k} = \vec{i} \cdot (\vec{j} \times \vec{k})\text{.}\)
  4. For any scalar \(c\) and any vector \(\vec{v}\text{,}\) we have \(||c\vec{v}|| = c ||\vec{v}||\text{.}\)

10.

A bicycle pedal is pushed straight downwards by a foot with a 36 Newton force. The shaft of the pedal is 20 cm long. If the shaft is \(\pi / 5\) radians past horizontal, what is the magnitude of the torque about the point where the shaft is attached to the bicycle? Nm

11.

Let \(\vu = 2\vi + \vj\) and \(\vv = \vi + 2\vj\) be vectors in \(\R^3\text{.}\)
  1. Without doing any computations, find a unit vector that is orthogonal to both \(\vu\) and \(\vv\text{.}\) What does this tell you about the formula for \(\vu \times \vv\text{?}\)
  2. Using the properties of the cross product and what you know about cross products involving the fundamental vectors \(\vi\) and \(\vj\text{,}\) compute \(\vu \times \vv\text{.}\)
  3. Next, use the determinant version of Equation (9.4.1) to compute \(\vu \times \vv\text{.}\) Write one sentence that compares your results in (a), (b), and (c).
  4. Find the area of the parallelogram determined by \(\vu\) and \(\vv\text{.}\)

12.

Let \(\vx = \langle 1, 1, 1 \rangle\) and \(\vy = \langle 0, 3, -2 \rangle\text{.}\)
  1. Are \(\vx\) and \(\vy\) orthogonal? Are \(\vx\) and \(\vy\) parallel? Clearly explain how you know, using appropriate vector products.
  2. Find a unit vector that is orthogonal to both \(\vx\) and \(\vy\text{.}\)
  3. Express \(\vy\) as the sum of two vectors: one parallel to \(\vx\text{,}\) the other orthogonal to \(\vx\text{.}\)
  4. Determine the area of the parallelogram formed by \(\vx\) and \(\vy\text{.}\)

13.

Consider the triangle in \(\R^3\) formed by \(P(3, 2, -1)\text{,}\) \(Q(1, -2, 4)\text{,}\) and \(R(4, 4, 0)\text{.}\)
  1. Find \(\overrightarrow{PQ}\) and \(\overrightarrow{PR}\text{.}\)
  2. Observe that the area of \(\triangle PQR\) is half of the area of the parallelogram formed by \(\overrightarrow{PQ}\) and \(\overrightarrow{PR}\text{.}\) Hence find the area of \(\triangle PQR\text{.}\)
  3. Find a unit vector that is orthogonal to the plane that contains points \(P\text{,}\) \(Q\text{,}\) and \(R\text{.}\)
  4. Determine the measure of \(\angle QPR\text{.}\)

14.

One of the properties of the cross product is that \((\vu+\vv) \times \vw = (\vu \times \vw) + (\vv \times \vw)\text{.}\) That is, the cross product distributes over vector addition on the right. Here we investigate whether the cross product distributes over vector addition on the left.
  1. Let \(\vu = \langle 1,2,-1 \rangle\text{,}\) \(\vv = \langle 4,-3,6 \rangle\text{,}\) and \(\vw = \langle 4,7,2 \rangle\text{.}\) Calculate
    \begin{equation*} \vu \times (\vv + \vw) \ \ \text{ and } \ \ (\vu \times \vv) + (\vu \times \vw). \end{equation*}
    What do you notice?
  2. Use the properties of the cross product to show that in general
    \begin{equation*} \vx \times (\vy + \vz) = (\vx \times \vy) + (\vx \times \vz) \end{equation*}
    for any vectors \(\vx\text{,}\) \(\vy\text{,}\) and \(\vz\) in \(\R^3\text{.}\)

15.

Let \(\vu = \langle u_1, u_2, u_3 \rangle\text{,}\) \(\vv = \langle v_1, v_2, v_3 \rangle\text{,}\) and \(\vw = \langle w_1, w_2, w_3 \rangle\) be vectors in \(\R^3\text{.}\) In this exercise we investigate properties of the triple scalar product \((\vu \times \vv) \cdot \vw\text{.}\)
  1. Show that \((\vu \times \vv) \cdot \vw = \left|\begin{array}{ccc} u_1 \amp u_2 \amp u_3 \\ v_1 \amp v_2 \amp v_3 \\ w_1 \amp w_2 \amp w_3 \end{array} \right| \text{.}\)
  2. Show that \(\left|\begin{array}{ccc} u_1 \amp u_2 \amp u_3 \\ v_1 \amp v_2 \amp v_3 \\ w_1 \amp w_2 \amp w_3 \end{array} \right| = -\left|\begin{array}{ccc} v_1 \amp v_2 \amp v_3 \\ u_1 \amp u_2 \amp u_3 \\ w_1 \amp w_2 \amp w_3 \end{array} \right|\text{.}\) Conclude that interchanging the first two rows in a \(3 \times 3\) matrix changes the sign of the determinant. In general (although we won’t show it here), interchanging any two rows in a \(3 \times 3\) matrix changes the sign of the determinant.
  3. Use the results of parts (a) and (b) to argue that
    \begin{equation*} (\vu \times \vv) \cdot \vw = (\vw \times \vu) \cdot \vv = (\vv \times \vw) \cdot \vu. \end{equation*}
  4. Now suppose that \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) do not lie in a plane when they eminate from a common initial point.
    1. Given that the parallepiped determined by \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) must have positive volume, what can we say about \((\vu \times \vv) \cdot \vw\text{?}\)
    2. Now suppose that \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) all lie in the same plane. What value must \((\vu \times \vv) \cdot \vw\) have? Why?
    3. Explain how (i.) and (ii.) show that if \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) all eminate from the same initial point, then \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw\) lie in the same plane if and only if \((\vu \times \vv) \cdot \vw = 0\text{.}\) This provides a straightforward computational method for determining when three vectors are co-planar.

16.

In Subsection 9.4.3, we stated “Because the cross product works well with linear combinations, \(\vu\times\vv\) is perpendicular to any linear combination of \(\vu\) and \(\vv\text{.}\)” We want to verify this algebraically here. Specifically, show that \(\vu\times\vv\) will be orthogonal to any vector of the form \(a\vu+b\vv\text{.}\)