MX Calculus The Cross Product

Section 2.4The Cross Product

Imagine a mechanic turning a wrench to tighten a bolt. The mechanic applies a force at the end of the wrench. This creates rotation, or torque, which tightens the bolt. We can use vectors to represent the force applied by the mechanic, and the distance (radius) from the bolt to the end of the wrench. Then, we can represent torque by a vector oriented along the axis of rotation. Note that the torque vector is orthogonal to both the force vector and the radius vector.

In this section, we develop an operation called the cross product, which allows us to find a vector orthogonal to two given vectors. Calculating torque is an important application of cross products, and we examine torque in more detail later in the section. This material uses a 3 × 3 determinant of the form \(|\begin{array}{lll}a & b & c \\ d & e & f \\ g & h & i\end{array}|\) , which expands by minors to \(a|\begin{array}{ll}e & f \\ h & i\end{array}|-b|\begin{array}{ll}d & f \\ g & i\end{array}|+c|\begin{array}{ll}d & e \\ g & h\end{array}|=a(ei-fh)-b(di-fg)+c(dh-eg).\)

The Cross Product and Its Properties

The dot product is a multiplication of two vectors that results in a scalar. In this section, we introduce a product of two vectors that generates a third vector orthogonal to the first two. Consider how we might find such a vector. Let \(\text{u}=\langle {u}_{1},{u}_{2},{u}_{3}\rangle\) and \(\text{v}=\langle {v}_{1},{v}_{2},{v}_{3}\rangle\) be nonzero vectors. We want to find a vector \(\text{w}=\langle {w}_{1},{w}_{2},{w}_{3}\rangle\) orthogonal to both \(\text{u}\) and \(\text{v}\) —that is, we want to find \(\text{w}\) such that \(\text{u}·\text{w}=0\) and \(\text{v}·\text{w}=0.\) Therefore, \({w}_{1},\) \({w}_{2},\) and \({w}_{3}\) must satisfy

\[\begin{array}{lll}{u}_{1}{w}_{1}+{u}_{2}{w}_{2}+{u}_{3}{w}_{3} & = & 0 \\ {v}_{1}{w}_{1}+{v}_{2}{w}_{2}+{v}_{3}{w}_{3} & = & 0.\end{array}\]

If we multiply the top equation by \({v}_{3}\) and the bottom equation by \({u}_{3}\) and subtract, we can eliminate the variable \({w}_{3},\) which gives

\[({u}_{1}{v}_{3}-{v}_{1}{u}_{3}){w}_{1}+({u}_{2}{v}_{3}-{v}_{2}{u}_{3}){w}_{2}=0.\]

If we select

\[\begin{array}{lll}{w}_{1} & = & {u}_{2}{v}_{3}-{u}_{3}{v}_{2} \\ {w}_{2} & = & \text{-}({u}_{1}{v}_{3}-{u}_{3}{v}_{1}),\end{array}\]

we get a possible solution vector. Substituting these values back into the original equations gives

\[{w}_{3}={u}_{1}{v}_{2}-{u}_{2}{v}_{1}.\]

That is, vector

\[\text{w}=\langle {u}_{2}{v}_{3}-{u}_{3}{v}_{2},\text{-}({u}_{1}{v}_{3}-{u}_{3}{v}_{1}),{u}_{1}{v}_{2}-{u}_{2}{v}_{1}\rangle \]

is orthogonal to both \(\text{u}\) and \(\text{v},\) which leads us to define the following operation, called the cross product.

Definition

Let \(\text{u}=\langle {u}_{1},{u}_{2},{u}_{3}\rangle \,\text{and}\,\text{v}=\langle {v}_{1},{v}_{2},{v}_{3}\rangle .\) Then, the cross product \(\text{u}\,\times \,\text{v}\) is vector

\[\begin{array}{ll}\text{u}\,\times \,\text{v} & =({u}_{2}{v}_{3}-{u}_{3}{v}_{2})\text{i}-({u}_{1}{v}_{3}-{u}_{3}{v}_{1})\text{j}+({u}_{1}{v}_{2}-{u}_{2}{v}_{1})\text{k} \\ & =\langle {u}_{2}{v}_{3}-{u}_{3}{v}_{2},\text{-}({u}_{1}{v}_{3}-{u}_{3}{v}_{1}),{u}_{1}{v}_{2}-{u}_{2}{v}_{1}\rangle .\end{array}\]

From the way we have developed \(\text{u}\,\times \,\text{v},\) it should be clear that the cross product is orthogonal to both \(\text{u}\) and \(\text{v}.\) However, it never hurts to check. To show that \(\text{u}\,\times \,\text{v}\) is orthogonal to \(\text{u},\) we calculate the dot product of \(\text{u}\) and \(\text{u}\,\times \,\text{v}.\)

\[\begin{array}{ll}\text{u}·(\text{u}\,\times \,\text{v}) & =\langle {u}_{1},{u}_{2},{u}_{3}\rangle ·\langle {u}_{2}{v}_{3}-{u}_{3}{v}_{2},\text{-}{u}_{1}{v}_{3}+{u}_{3}{v}_{1},{u}_{1}{v}_{2}-{u}_{2}{v}_{1}\rangle \\ & ={u}_{1}({u}_{2}{v}_{3}-{u}_{3}{v}_{2})+{u}_{2}(\text{-}{u}_{1}{v}_{3}+{u}_{3}{v}_{1})+{u}_{3}({u}_{1}{v}_{2}-{u}_{2}{v}_{1}) \\ & ={u}_{1}{u}_{2}{v}_{3}-{u}_{1}{u}_{3}{v}_{2}-{u}_{1}{u}_{2}{v}_{3}+{u}_{2}{u}_{3}{v}_{1}+{u}_{1}{u}_{3}{v}_{2}-{u}_{2}{u}_{3}{v}_{1} \\ & =({u}_{1}{u}_{2}{v}_{3}-{u}_{1}{u}_{2}{v}_{3})+(\text{-}{u}_{1}{u}_{3}{v}_{2}+{u}_{1}{u}_{3}{v}_{2})+({u}_{2}{u}_{3}{v}_{1}-{u}_{2}{u}_{3}{v}_{1}) \\ & =0\end{array}\]

In a similar manner, we can show that the cross product is also orthogonal to \(\text{v}.\)

Example 1

Let \(\text{p}=\langle -1,2,5\rangle \,\text{and}\,\text{q}=\langle 4,0,-3\rangle\) (Figure 1). Find \(\text{p}\,\times \,\text{q}.\)

Figure 1 — Finding a cross product to two given vectors.

Substitute the components of p and q directly into the cross-product component formula.

Substitute the components of the vectors into Equation 6:

\[\begin{array}{ll}\text{p}\,\times \,\text{q} & =⟨-1,2,5⟩\,\times \,⟨4,0,-3⟩ \\ & =⟨{p}_{2}{q}_{3}-{p}_{3}{q}_{2},-\left({p}_{1}{q}_{3} - {p}_{3}{q}_{1}\right),{p}_{1}{q}_{2}-{p}_{2}{q}_{1}⟩ \\ & =⟨{p}_{2}{q}_{3}-{p}_{3}{q}_{2},{p}_{3}{q}_{1}-{p}_{1}{q}_{3},{p}_{1}{q}_{2}-{p}_{2}{q}_{1}⟩ \\ & =⟨2(-3)-5(0),5\left(4\right)-(-1)(-3),(-1)0-2(4)⟩ \\ & =⟨-6,17,-8⟩.\end{array}\]

Try It #1

Find \(\text{p}\,\times \,\text{q}\) for \(\text{p}=\langle 5,1,2\rangle\) and \(\text{q}=\langle -2,0,1\rangle .\) Express the answer using standard unit vectors.

\(\text{i}-9\text{j}+2\text{k}\)

Did you get it?

Although it may not be obvious from Equation 6, the direction of \(\text{u}\,\times \,\text{v}\) is given by the right-hand rule. If we hold the right hand out with the fingers pointing in the direction of \(\text{u},\) then curl the fingers toward vector \(\text{v},\) the thumb points in the direction of the cross product, as shown.

This figure has two images. The first image has three vectors with the same initial point. Two of the vectors are labeled “u” and “v.” The angle between u and v is theta. The third vector is perpendicular to u and v. It is labeled “u cross v.” The second image has three vectors. The vectors are labeled “u, v, and u cross v.” “u cross v” is perpendicular to u and v. Also, on the image of these three vectors is a right hand. The fingers are in the direction of u. As the hand is closing, the direction of the closing fingers is the direction of v. The thumb is up and in the direction of “u cross v.”
Figure 2 — The direction of \(\text{u}\,\times \,\text{v}\) is determined by the right-hand rule.

Notice what this means for the direction of \(\text{v}\,\times \,\text{u}.\) If we apply the right-hand rule to \(\text{v}\,\times \,\text{u},\) we start with our fingers pointed in the direction of \(\text{v},\) then curl our fingers toward the vector \(\text{u}.\) In this case, the thumb points in the opposite direction of \(\text{u}\,\times \,\text{v}.\) (Try it!)

Example 2

Let \(\text{u}=\langle 0,2,1\rangle\) and \(\text{v}=\langle 3,-1,0\rangle .\) Calculate \(\text{u}\,\times \,\text{v}\) and \(\text{v}\,\times \,\text{u}\) and graph them.

Figure 3 — Are the cross products \(\text{u}\,\times \,\text{v}\) and \(\text{v}\,\times \,\text{u}\) in the same direction?

Compute \(\text{u}\,\times \,\text{v}\) with the component formula, then notice \(\text{v}\,\times \,\text{u}\) is just its negative.

We have

\[\begin{array}{lll}\text{u}\,\times \,\text{v} & = & \langle (0+1),\text{-}(0-3),(0-6)\rangle =\langle 1,3,-6\rangle \\ \text{v}\,\times \,\text{u} & = & \langle (-1-0),\text{-}(3-0),(6-0)\rangle =\langle -1,-3,6\rangle .\end{array}\]

We see that, in this case, \(\text{u}\,\times \,\text{v}=\text{-}(\text{v}\,\times \,\text{u})\) (Figure 4). We prove this in general later in this section.

Figure 4 — The cross products \(\text{u}\,\times \,\text{v}\) and \(\text{v}\,\times \,\text{u}\) are both orthogonal to \(\text{u}\) and \(\text{v},\) but in opposite directions.
Try It #2

Suppose vectors \(\text{u}\) and \(\text{v}\) lie in the xy-plane (the z-component of each vector is zero). Now suppose the x- and y-components of \(\text{u}\) and the y-component of \(\text{v}\) are all positive, whereas the x-component of \(\text{v}\) is negative. Assuming the coordinate axes are oriented in the usual positions, in which direction does \(\text{u}\,\times \,\text{v}\) point?

Up (the positive z-direction)

Did you get it?

The cross products of the standard unit vectors \(\text{i},\text{j},\) and \(\text{k}\) can be useful for simplifying some calculations, so let’s consider these cross products. A straightforward application of the definition shows that

\[\text{i}\,\times \,\text{i}=\text{j}\,\times \,\text{j}=\text{k}\,\times \,\text{k}=0.\]

(The cross product of two vectors is a vector, so each of these products results in the zero vector, not the scalar \(0.)\) It’s up to you to verify the calculations on your own.

Furthermore, because the cross product of two vectors is orthogonal to each of these vectors, we know that the cross product of \(\text{i}\) and \(\text{j}\) is parallel to \(\text{k}.\) Similarly, the vector product of \(\text{i}\) and \(\text{k}\) is parallel to \(\text{j},\) and the vector product of \(\text{j}\) and \(\text{k}\) is parallel to \(\text{i}.\) We can use the right-hand rule to determine the direction of each product. Then we have

\[\begin{array}{llllllll}\text{i}\,\times \,\text{j} & = & \text{k} & & & \text{j}\,\times \,\text{i} & = & \text{-}\text{k} \\ \text{j}\,\times \,\text{k} & = & \text{i} & & & \text{k}\,\times \,\text{j} & = & \text{-}\text{i} \\ \text{k}\,\times \,\text{i} & = & \text{j} & & & \text{i}\,\times \,\text{k} & = & \text{-}\text{j}.\end{array}\]

These formulas come in handy later.

Example 3

Find \(\text{i}\,\times \,(\text{j}\,\times \,\text{k}).\)

Work the innermost cross product first, then cross that result with i.

We know that \(\text{j}\,\times \,\text{k}=\text{i}.\) Therefore, \(\text{i}\,\times \,(\text{j}\,\times \,\text{k})=\text{i}\,\times \,\text{i}=0.\)

Try It #3

Find \((\text{i}\,\times \,\text{j})\,\times \,(\text{k}\,\times \,\text{i}).\)

\(\text{-}\text{i}\)

Did you get it?

As we have seen, the dot product is often called the scalar product because it results in a scalar. The cross product results in a vector, so it is sometimes called the vector product. These operations are both versions of vector multiplication, but they have very different properties and applications. Let’s explore some properties of the cross product. We prove only a few of them. Proofs of the other properties are left as exercises.

Properties of the Cross Product

Let \(\text{u},\text{v},\) and \(\text{w}\) be vectors in space, and let \(c\) be a scalar.

\[\begin{array}{llllllll}\text{i.} & & & \text{u}\,\times \,\text{v} & = & \text{-}(\text{v}\,\times \,\text{u}) & & \text{Anticommutative property} \\ \text{ii.} & & & \text{u}\,\times \,(\text{v}+\text{w}) & = & \text{u}\,\times \,\text{v}+\text{u}\,\times \,\text{w} & & \text{Distributive property} \\ \text{iii.} & & & c(\text{u}\,\times \,\text{v}) & = & (c\text{u})\,\times \,\text{v}=\text{u}\,\times \,(c\text{v}) & & \text{Multiplication by a constant} \\ \text{iv.} & & & \text{u}\,\times \,0 & = & 0\,\times \,\text{u}=0 & & \text{Cross product of the zero vector} \\ \text{v.} & & & \text{v}\,\times \,\text{v} & = & 0 & & \text{Cross product of a vector with itself} \\ \text{vi.} & & & \text{u}·(\text{v}\,\times \,\text{w}) & = & (\text{u}\,\times \,\text{v})·\text{w} & & \text{Scalar triple product}\end{array}\]

Proof

For property \(\text{i}.,\) we want to show \(\text{u}\,\times \,\text{v}=\text{-}(\text{v}\,\times \,\text{u}).\) We have

\[\begin{array}{ll}\text{u}\,\times \,\text{v} & =\langle {u}_{1},{u}_{2},{u}_{3}\rangle \,\times \,\langle {v}_{1},{v}_{2},{v}_{3}\rangle \\ & =\langle {u}_{2}{v}_{3}-{u}_{3}{v}_{2},\text{-}{u}_{1}{v}_{3}+{u}_{3}{v}_{1},{u}_{1}{v}_{2}-{u}_{2}{v}_{1}\rangle \\ & =\text{-}\langle {u}_{3}{v}_{2}-{u}_{2}{v}_{3},\text{-}{u}_{3}{v}_{1}+{u}_{1}{v}_{3},{u}_{2}{v}_{1}-{u}_{1}{v}_{2}\rangle \\ & =\text{-}\langle {v}_{1},{v}_{2},{v}_{3}\rangle \,\times \,\langle {u}_{1},{u}_{2},{u}_{3}\rangle \\ & =\text{-}(\text{v}\,\times \,\text{u}).\end{array}\]

Unlike most operations we’ve seen, the cross product is not commutative. This makes sense if we think about the right-hand rule.

For property \(\text{iv}.,\) this follows directly from the definition of the cross product. We have

\[\begin{array}{ll}\text{u}\,\times \,0 & =\langle {u}_{2}(0)-{u}_{3}(0),\text{-}({u}_{2}(0)-{u}_{3}(0)),{u}_{1}(0)-{u}_{2}(0)\rangle \\ & =\langle 0,0,0\rangle =0.\end{array}\]

Then, by property i., \(0\,\times \,\text{u}=0\) as well. Remember that the dot product of a vector and the zero vector is the scalar \(0,\) whereas the cross product of a vector with the zero vector is the vector \(0.\)

Property \(\text{vi}.\) looks like the associative property, but note the change in operations:

\[\begin{array}{ll}\text{u}·(\text{v}\,\times \,\text{w}) & =\text{u}·\langle {v}_{2}{w}_{3}-{v}_{3}{w}_{2},\text{-}{v}_{1}{w}_{3}+{v}_{3}{w}_{1},{v}_{1}{w}_{2}-{v}_{2}{w}_{1}\rangle \\ & ={u}_{1}({v}_{2}{w}_{3}-{v}_{3}{w}_{2})+{u}_{2}(\text{-}{v}_{1}{w}_{3}+{v}_{3}{w}_{1})+{u}_{3}({v}_{1}{w}_{2}-{v}_{2}{w}_{1}) \\ & ={u}_{1}{v}_{2}{w}_{3}-{u}_{1}{v}_{3}{w}_{2}-{u}_{2}{v}_{1}{w}_{3}+{u}_{2}{v}_{3}{w}_{1}+{u}_{3}{v}_{1}{w}_{2}-{u}_{3}{v}_{2}{w}_{1} \\ & =({u}_{2}{v}_{3}-{u}_{3}{v}_{2}){w}_{1}+({u}_{3}{v}_{1}-{u}_{1}{v}_{3}){w}_{2}+({u}_{1}{v}_{2}-{u}_{2}{v}_{1}){w}_{3} \\ & =\langle {u}_{2}{v}_{3}-{u}_{3}{v}_{2},{u}_{3}{v}_{1}-{u}_{1}{v}_{3},{u}_{1}{v}_{2}-{u}_{2}{v}_{1}\rangle ·\langle {w}_{1},{w}_{2},{w}_{3}\rangle \\ & =(\text{u}\,\times \,\text{v})·\text{w}.\end{array}\]

Example 4

Use the cross product properties to calculate \((2\text{i}\,\times \,3\text{j})\,\times \,\text{j}.\)

Factor out the scalars, use \(\text{i}\,\times \,\text{j}=\text{k}\) for the inner product, then apply the standard-unit-vector cross products again for the outer one.

\[\begin{array}{ll}(2\text{i}\,\times \,3\text{j})\,\times \,\text{j} & =2(\text{i}\,\times \,3\text{j})\,\times \,\text{j} \\ & =2(3)(\text{i}\,\times \,\text{j})\,\times \,\text{j} \\ & =(6\text{k})\,\times \,\text{j} \\ & =6(\text{k}\,\times \,\text{j}) \\ & =6(\text{-}\text{i})=-6\text{i}.\end{array}\]

Try It #4

Use the properties of the cross product to calculate \((\text{i}\,\times \,\text{k})\,\times \,(\text{k}\,\times \,\text{j}).\)

\(\text{-}\text{k}\)

Did you get it?

So far in this section, we have been concerned with the direction of the vector \(\text{u}\,\times \,\text{v},\) but we have not discussed its magnitude. It turns out there is a simple expression for the magnitude of \(\text{u}\,\times \,\text{v}\) involving the magnitudes of \(\text{u}\) and \(\text{v},\) and the sine of the angle between them.

Magnitude of the Cross Product

Let \(\text{u}\) and \(\text{v}\) be vectors, and let \(θ\) be the angle between them. Then, \(\Vert \text{u}\,\times \,\text{v}\Vert =\Vert \text{u}\Vert ·\Vert \text{v}\Vert ·\text{sin}\,θ.\)

Proof

Let \(\text{u}=\langle {u}_{1},{u}_{2},{u}_{3}\rangle\) and \(\text{v}=\langle {v}_{1},{v}_{2},{v}_{3}\rangle\) be vectors, and let \(θ\) denote the angle between them. Then

\[\begin{array}{ll}{\Vert \text{u}\,\times \,\text{v}\Vert }^{2} & ={({u}_{2}{v}_{3}-{u}_{3}{v}_{2})}^{2}+{({u}_{3}{v}_{1}-{u}_{1}{v}_{3})}^{2}+{({u}_{1}{v}_{2}-{u}_{2}{v}_{1})}^{2} \\ & ={u}_{2}^{2}{v}_{3}^{2}-2{u}_{2}{u}_{3}{v}_{2}{v}_{3}+{u}_{3}^{2}{v}_{2}^{2}+{u}_{3}^{2}{v}_{1}^{2}-2{u}_{1}{u}_{3}{v}_{1}{v}_{3}+{u}_{1}^{2}{v}_{3}^{2}+{u}_{1}^{2}{v}_{2}^{2}-2{u}_{1}{u}_{2}{v}_{1}{v}_{2}+{u}_{2}^{2}{v}_{1}^{2} \\ & ={u}_{1}^{2}{v}_{1}^{2}+{u}_{1}^{2}{v}_{2}^{2}+{u}_{1}^{2}{v}_{3}^{2}+{u}_{2}^{2}{v}_{1}^{2}+{u}_{2}^{2}{v}_{2}^{2}+{u}_{2}^{2}{v}_{3}^{2}+{u}_{3}^{2}{v}_{1}^{2}+{u}_{3}^{2}{v}_{2}^{2}+{u}_{3}^{2}{v}_{3}^{2} \\ & \,-({u}_{1}^{2}{v}_{1}^{2}+{u}_{2}^{2}{v}_{2}^{2}+{u}_{3}^{2}{v}_{3}^{2}+2{u}_{1}{u}_{2}{v}_{1}{v}_{2}+2{u}_{1}{u}_{3}{v}_{1}{v}_{3}+2{u}_{2}{u}_{3}{v}_{2}{v}_{3}) \\ & =({u}_{1}^{2}+{u}_{2}^{2}+{u}_{3}^{2})({v}_{1}^{2}+{v}_{2}^{2}+{v}_{3}^{2})-{({u}_{1}{v}_{1}+{u}_{2}{v}_{2}+{u}_{3}{v}_{3})}^{2} \\ & ={\Vert \text{u}\Vert }^{2}{\Vert \text{v}\Vert }^{2}-{(\text{u}·\text{v})}^{2} \\ & ={\Vert \text{u}\Vert }^{2}{\Vert \text{v}\Vert }^{2}-{\Vert \text{u}\Vert }^{2}{\Vert \text{v}\Vert }^{2}{\text{cos}}^{2}θ \\ & ={\Vert \text{u}\Vert }^{2}{\Vert \text{v}\Vert }^{2}(1-{\text{cos}}^{2}θ) \\ & ={\Vert \text{u}\Vert }^{2}{\Vert \text{v}\Vert }^{2}({\text{sin}}^{2}θ).\end{array}\]

Taking square roots and noting that \(\sqrt{{\text{sin}}^{2}θ}=\text{sin}\,θ\) for \(0\le θ\le 180\text{°},\) we have the desired result:

\[\Vert \text{u}\,\times \,\text{v}\Vert =\Vert \text{u}\Vert \Vert \text{v}\Vert \text{sin}\,θ.\]

This definition of the cross product allows us to visualize or interpret the product geometrically. It is clear, for example, that the cross product is defined only for vectors in three dimensions, not for vectors in two dimensions. In two dimensions, it is impossible to generate a vector simultaneously orthogonal to two nonparallel vectors.

Example 5

Use Properties of the Cross Product to find the magnitude of the cross product of \(\text{u}=\langle 0,4,0\rangle\) and \(\text{v}=\langle 0,0,-3\rangle .\)

Use \(\Vert \text{u}\,\times \,\text{v}\Vert =\Vert \text{u}\Vert \Vert \text{v}\Vert \text{sin}\,θ\) — notice u and v are perpendicular here.

We have

\[\begin{array}{ll}\Vert \text{u}\,\times \,\text{v}\Vert & =\Vert \text{u}\Vert ·\Vert \text{v}\Vert ·\text{sin}\,θ \\ & =\sqrt{{0}^{2}+{4}^{2}+{0}^{2}}·\sqrt{{0}^{2}+{0}^{2}+{(-3)}^{2}}·\text{sin}\,\frac{\pi }{2} \\ & =4(3)(1)=12.\end{array}\]

Try It #5

Use Properties of the Cross Product to find the magnitude of \(\text{u}\,\times \,\text{v},\) where \(\text{u}=\langle -8,0,0\rangle\) and \(\text{v}=\langle 0,2,0\rangle .\)

\(16\)

Did you get it?

Determinants and the Cross Product

Using Equation 6 to find the cross product of two vectors is straightforward, and it presents the cross product in the useful component form. The formula, however, is complicated and difficult to remember. Fortunately, we have an alternative. We can calculate the cross product of two vectors using determinant notation.

A \(2\,\times \,2\) determinant is defined by

\[|\begin{array}{ll}{a}_{1} & {a}_{2} \\ {b}_{1} & {b}_{2}\end{array}|={a}_{1}{b}_{2}-{b}_{1}{a}_{2}.\]

For example,

\[|\begin{array}{ll}3 & -2 \\ 5 & 1\end{array}|=3(1)-5(-2)=3+10=13.\]

A \(3\,\times \,3\) determinant is defined in terms of \(2\,\times \,2\) determinants as follows:

\[|\begin{array}{lll}{a}_{1} & {a}_{2} & {a}_{3} \\ {b}_{1} & {b}_{2} & {b}_{3} \\ {c}_{1} & {c}_{2} & {c}_{3}\end{array}|={a}_{1}|\begin{array}{ll}{b}_{2} & {b}_{3} \\ {c}_{2} & {c}_{3}\end{array}|-{a}_{2}|\begin{array}{ll}{b}_{1} & {b}_{3} \\ {c}_{1} & {c}_{3}\end{array}|+{a}_{3}|\begin{array}{ll}{b}_{1} & {b}_{2} \\ {c}_{1} & {c}_{2}\end{array}|.\]

Equation 22 is referred to as the expansion of the determinant along the first row. Notice that the multipliers of each of the \(2\,\times \,2\) determinants on the right side of this expression are the entries in the first row of the \(3\,\times \,3\) determinant. Furthermore, each of the \(2\,\times \,2\) determinants contains the entries from the \(3\,\times \,3\) determinant that would remain if you crossed out the row and column containing the multiplier. Thus, for the first term on the right, \({a}_{1}\) is the multiplier, and the \(2\,\times \,2\) determinant contains the entries that remain if you cross out the first row and first column of the \(3\,\times \,3\) determinant. Similarly, for the second term, the multiplier is \({a}_{2},\) and the \(2\,\times \,2\) determinant contains the entries that remain if you cross out the first row and second column of the \(3\,\times \,3\) determinant. Notice, however, that the coefficient of the second term is negative. The third term can be calculated in similar fashion.

Example 6

Evaluate the determinant \(|\begin{array}{lll}2 & 5 & -1 \\ -1 & 1 & 3 \\ -2 & 3 & 4\end{array}|.\)

Expand along the first row, computing each 2×2 minor determinant and alternating signs.

We have

\[\begin{array}{ll}|\begin{array}{lll}2 & 5 & -1 \\ -1 & 1 & 3 \\ -2 & 3 & 4\end{array}| & =2|\begin{array}{ll}1 & 3 \\ 3 & 4\end{array}|-5|\begin{array}{ll}-1 & 3 \\ -2 & 4\end{array}|-1|\begin{array}{ll}-1 & 1 \\ -2 & 3\end{array}| \\ & =2(4-9)-5(-4+6)-1(-3+2) \\ & =2(-5)-5(2)-1(-1)=-10-10+1 \\ & =-19.\end{array}\]

Try It #6

Evaluate the determinant \(|\begin{array}{lll}1 & -2 & -1 \\ 3 & 2 & -3 \\ 1 & 5 & 4\end{array}|.\)

\(40\)

Did you get it?

Technically, determinants are defined only in terms of arrays of real numbers. However, the determinant notation provides a useful mnemonic device for the cross product formula.

Rule: Cross Product Calculated by a Determinant

Let \(\text{u}=\langle {u}_{1},{u}_{2},{u}_{3}\rangle\) and \(\text{v}=\langle {v}_{1},{v}_{2},{v}_{3}\rangle\) be vectors. Then the cross product \(\text{u}\,\times \,\text{v}\) is given by

\[\text{u}\,\times \,\text{v}=|\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ {u}_{1} & {u}_{2} & {u}_{3} \\ {v}_{1} & {v}_{2} & {v}_{3}\end{array}|=|\begin{array}{ll}{u}_{2} & {u}_{3} \\ {v}_{2} & {v}_{3}\end{array}|\text{i}-|\begin{array}{ll}{u}_{1} & {u}_{3} \\ {v}_{1} & {v}_{3}\end{array}|\text{j}+|\begin{array}{ll}{u}_{1} & {u}_{2} \\ {v}_{1} & {v}_{2}\end{array}|\text{k}.\]

Example 7

Let \(\text{p}=\langle -1,2,5\rangle\) and \(\text{q}=\langle 4,0,-3\rangle .\) Find \(\text{p}\,\times \,\text{q}.\)

Set up the determinant with i, j, k across the top row, p's components in the second row, and q's in the third, then expand along the first row.

We set up our determinant by putting the standard unit vectors across the first row, the components of \(\text{u}\) in the second row, and the components of \(\text{v}\) in the third row. Then, we have

\[\begin{array}{ll}\text{p}\,\times \,\text{q} & =|\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ -1 & 2 & 5 \\ 4 & 0 & -3\end{array}|=|\begin{array}{ll}2 & 5 \\ 0 & -3\end{array}|\text{i}-|\begin{array}{ll}-1 & 5 \\ 4 & -3\end{array}|\text{j}+|\begin{array}{ll}-1 & 2 \\ 4 & 0\end{array}|\text{k} \\ & =(-6-0)\text{i}-(3-20)\text{j}+(0-8)\text{k} \\ & =-6\text{i}+17\text{j}-8\text{k}.\end{array}\]

Notice that this answer confirms the calculation of the cross product in Example 1.

Try It #7

Use determinant notation to find \(\text{a}\,\times \,\text{b},\) where \(\text{a}=\langle 8,2,3\rangle\) and \(\text{b}=\langle -1,0,4\rangle .\)

\(8\text{i}-35\text{j}+2\text{k}\)

Did you get it?

Using the Cross Product

The cross product is very useful for several types of calculations, including finding a vector orthogonal to two given vectors, computing areas of triangles and parallelograms, and even determining the volume of the three-dimensional geometric shape made of parallelograms known as a parallelepiped. The following examples illustrate these calculations.

Example 8

Let \(\text{a}=\langle 5,2,-1\rangle\) and \(\text{b}=\langle 0,-1,4\rangle .\) Find a unit vector orthogonal to both \(\text{a}\) and \(\text{b}.\)

Compute \(\text{a}\,\times \,\text{b}\) to get an orthogonal vector, then divide it by its own magnitude to normalize it.

The cross product \(\text{a}\,\times \,\text{b}\) is orthogonal to both vectors \(\text{a}\) and \(\text{b}.\) We can calculate it with a determinant:

\[\begin{array}{ll}\text{a}\,\times \,\text{b} & =|\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ 5 & 2 & -1 \\ 0 & -1 & 4\end{array}|=|\begin{array}{ll}2 & -1 \\ -1 & 4\end{array}|\text{i}-|\begin{array}{ll}5 & -1 \\ 0 & 4\end{array}|\text{j}+|\begin{array}{ll}5 & 2 \\ 0 & -1\end{array}|\text{k} \\ & =(8-1)\text{i}-(20-0)\text{j}+(-5-0)\text{k} \\ & =7\text{i}-20\text{j}-5\text{k}.\end{array}\]

Normalize this vector to find a unit vector in the same direction:

\[\Vert \text{a}\,\times \,\text{b}\Vert =\sqrt{{(7)}^{2}+{(-20)}^{2}+{(-5)}^{2}}=\sqrt{474}.\]

Thus, \(\langle \frac{7}{\sqrt{474}},\frac{-20}{\sqrt{474}},\frac{-5}{\sqrt{474}}\rangle\) is a unit vector orthogonal to \(\text{a}\) and \(\text{b}.\)

Try It #8

Find a unit vector orthogonal to both \(\text{a}\) and \(\text{b},\) where \(\text{a}=\langle 4,0,3\rangle\) and \(\text{b}=\langle 1,1,4\rangle .\)

\(\langle \frac{-3}{\sqrt{194}},\frac{-13}{\sqrt{194}},\frac{4}{\sqrt{194}}\rangle\)

Did you get it?

To use the cross product for calculating areas, we state and prove the following theorem.

Area of a Parallelogram

If we locate vectors \(\text{u}\) and \(\text{v}\) such that they form adjacent sides of a parallelogram, then the area of the parallelogram is given by \(\Vert \text{u}\,\times \,\text{v}\Vert\) (Figure 5).

This figure is a parallelogram. One side is represented with a vector labeled “v.” The second side, the base, has the same initial point as vector v and is labeled “u.” The angle between u and v is theta. Also, a perpendicular line segment is drawn from the terminal point of v to vector u. It is labeled “|v|sin(theta).”
Figure 5 — The parallelogram with adjacent sides \(\text{u}\) and \(\text{v}\) has base \(\Vert \text{u}\Vert\) and height \(\Vert \text{v}\Vert \text{sin}\,θ.\)

Proof

We show that the magnitude of the cross product is equal to the base times height of the parallelogram.

\[\begin{array}{ll}\text{Area of a parallelogram} & =\text{base}\,\times \,\text{height} \\ & =\Vert \text{u}\Vert (\Vert \text{v}\Vert \text{sin}\,θ) \\ & =\Vert \text{u}\,\times \,\text{v}\Vert \end{array}\]

Example 9

Let \(P=(1,0,0),Q=(0,1,0),\,\text{and}\,R=(0,0,1)\) be the vertices of a triangle (Figure 6). Find its area.

This figure is the 3-dimensional coordinate system. It has a triangle drawn in the first octant. The vertices of the triangle are points P(1, 0, 0); Q(0, 1, 0); and R(0, 0, 1).
Figure 6 — Finding the area of a triangle by using the cross product.

Form two vectors from one vertex to the other two, then the triangle's area is half the magnitude of their cross product.

We have \(\overset{\to }{PQ}=\langle 0-1,1-0,0-0\rangle =\langle -1,1,0\rangle\) and \(\overset{\to }{PR}=\langle 0-1,0-0,1-0\rangle =\langle -1,0,1\rangle .\) The area of the parallelogram with adjacent sides \(\overset{\to }{PQ}\) and \(\overset{\to }{PR}\) is given by \(\Vert \overset{\to }{PQ}\,\times \,\overset{\to }{PR}\Vert \text{:}\)

\[\begin{array}{lll}\overset{\to }{PQ}\,\times \,\overset{\to }{PR} & = & |\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ -1 & 1 & 0 \\ -1 & 0 & 1\end{array}|=(1-0)\text{i}-(-1-0)\text{j}+(0-(-1))\text{k}=\text{i}+\text{j}+\text{k} \\ \Vert \overset{\to }{PQ}\,\times \,\overset{\to }{PR}\Vert & = & \Vert \langle 1,1,1\rangle \Vert =\sqrt{{1}^{2}+{1}^{2}+{1}^{2}}=\sqrt{3}.\end{array}\]

The area of \(\Delta PQR\) is half the area of the parallelogram, or \(\sqrt{3}\text{/}2.\)

Try It #9

Find the area of the parallelogram \(PQRS\) with vertices \(P(1,1,0),Q(7,1,0),R(9,4,2),\) and \(S(3,4,2).\)

\(6\sqrt{13}\)

Did you get it?

The Triple Scalar Product

Because the cross product of two vectors is a vector, it is possible to combine the dot product and the cross product. The dot product of a vector with the cross product of two other vectors is called the triple scalar product because the result is a scalar.

Definition

The triple scalar product of vectors \(\text{u},\) \(\text{v},\) and \(\text{w}\) is \(\text{u}·(\text{v}\,\times \,\text{w}).\)

Calculating a Triple Scalar Product

The triple scalar product of vectors \(\text{u}={u}_{1}\text{i}+{u}_{2}\text{j}+{u}_{3}\text{k},\) \(\text{v}={v}_{1}\text{i}+{v}_{2}\text{j}+{v}_{3}\text{k},\) and \(\text{w}={w}_{1}\text{i}+{w}_{2}\text{j}+{w}_{3}\text{k}\) is the determinant of the \(3\,\times \,3\) matrix formed by the components of the vectors:

\[\text{u}·(\text{v}\,\times \,\text{w})=|\begin{array}{lll}{u}_{1} & {u}_{2} & {u}_{3} \\ {v}_{1} & {v}_{2} & {v}_{3} \\ {w}_{1} & {w}_{2} & {w}_{3}\end{array}|.\]

Proof

The calculation is straightforward.

\[\begin{array}{ll}\text{u}·(\text{v}\,\times \,\text{w}) & =\langle {u}_{1},{u}_{2},{u}_{3}\rangle ·\langle {v}_{2}{w}_{3}-{v}_{3}{w}_{2},\text{-}{v}_{1}{w}_{3}+{v}_{3}{w}_{1},{v}_{1}{w}_{2}-{v}_{2}{w}_{1}\rangle \\ & ={u}_{1}({v}_{2}{w}_{3}-{v}_{3}{w}_{2})+{u}_{2}(\text{-}{v}_{1}{w}_{3}+{v}_{3}{w}_{1})+{u}_{3}({v}_{1}{w}_{2}-{v}_{2}{w}_{1}) \\ & ={u}_{1}({v}_{2}{w}_{3}-{v}_{3}{w}_{2})-{u}_{2}({v}_{1}{w}_{3}-{v}_{3}{w}_{1})+{u}_{3}({v}_{1}{w}_{2}-{v}_{2}{w}_{1}) \\ & =|\begin{array}{lll}{u}_{1} & {u}_{2} & {u}_{3} \\ {v}_{1} & {v}_{2} & {v}_{3} \\ {w}_{1} & {w}_{2} & {w}_{3}\end{array}|\end{array}\]

Example 10

Let \(\text{u}=\langle 1,3,5\rangle ,\text{v}=\langle 2,-1,0\rangle \,\text{and}\,\text{w}=\langle -3,0,-1\rangle .\) Calculate the triple scalar product \(\text{u}·(\text{v}\,\times \,\text{w}).\)

Build the 3×3 determinant with u, v, w as its rows and evaluate it directly — no need to compute \(\text{v}\,\times \,\text{w}\) separately first.

Apply Calculating a Triple Scalar Product directly:

\[\begin{array}{ll}\text{u}·(\text{v}\,\times \,\text{w}) & =|\begin{array}{lll}1 & 3 & 5 \\ 2 & -1 & 0 \\ -3 & 0 & -1\end{array}| \\ & =1|\begin{array}{ll}-1 & 0 \\ 0 & -1\end{array}|-3|\begin{array}{ll}2 & 0 \\ -3 & -1\end{array}|+5|\begin{array}{ll}2 & -1 \\ -3 & 0\end{array}| \\ & =(1-0)-3(-2-0)+5(0-3) \\ & =1+6-15=-8.\end{array}\]

Try It #10

Calculate the triple scalar product \(\text{a}·(\text{b}\,\times \,\text{c}),\) where \(\text{a}=\langle 2,-4,1\rangle ,\) \(\text{b}=\langle 0,3,-1\rangle ,\) and \(\text{c}=\langle 5,-3,3\rangle .\)

\(17\)

Did you get it?

When we create a matrix from three vectors, we must be careful about the order in which we list the vectors. If we list them in a matrix in one order and then rearrange the rows, the absolute value of the determinant remains unchanged. However, each time two rows switch places, the determinant changes sign:

\[|\begin{array}{lll}{a}_{1} & {a}_{2} & {a}_{3} \\ {b}_{1} & {b}_{2} & {b}_{3} \\ {c}_{1} & {c}_{2} & {c}_{3}\end{array}|=d\,|\begin{array}{lll}{b}_{1} & {b}_{2} & {b}_{3} \\ {a}_{1} & {a}_{2} & {a}_{3} \\ {c}_{1} & {c}_{2} & {c}_{3}\end{array}|=\text{-}d\,|\begin{array}{lll}{b}_{1} & {b}_{2} & {b}_{3} \\ {c}_{1} & {c}_{2} & {c}_{3} \\ {a}_{1} & {a}_{2} & {a}_{3}\end{array}|=d\,|\begin{array}{lll}{c}_{1} & {c}_{2} & {c}_{3} \\ {b}_{1} & {b}_{2} & {b}_{3} \\ {a}_{1} & {a}_{2} & {a}_{3}\end{array}|=\text{-}d.\]

Verifying this fact is straightforward, but rather messy. Let’s take a look at this with an example:

\[\begin{array}{ll}|\begin{array}{lll}1 & 2 & 1 \\ -2 & 0 & 3 \\ 4 & 1 & -1\end{array}| & =|\begin{array}{ll}0 & 3 \\ 1 & -1\end{array}|-2|\begin{array}{ll}-2 & 3 \\ 4 & -1\end{array}|+|\begin{array}{ll}-2 & 0 \\ 4 & 1\end{array}| \\ & =(0-3)-2(2-12)+(-2-0)=-3+20-2=15.\end{array}\]

Switching the top two rows we have

\[|\begin{array}{lll}-2 & 0 & 3 \\ 1 & 2 & 1 \\ 4 & 1 & -1\end{array}|=-2|\begin{array}{ll}2 & 1 \\ 1 & -1\end{array}|+3|\begin{array}{ll}1 & 2 \\ 4 & 1\end{array}|=-2(-2-1)+3(1-8)=6-21=-15.\]

Rearranging vectors in the triple products is equivalent to reordering the rows in the matrix of the determinant. Let \(\text{u}={u}_{1}\text{i}+{u}_{2}\text{j}+{u}_{3}\text{k},\) \(\text{v}={v}_{1}\text{i}+{v}_{2}\text{j}+{v}_{3}\text{k},\) and \(\text{w}={w}_{1}\text{i}+{w}_{2}\text{j}+{w}_{3}\text{k}.\) Applying Calculating a Triple Scalar Product, we have

\[\text{u}·(\text{v}\,\times \,\text{w})=|\begin{array}{lll}{u}_{1} & {u}_{2} & {u}_{3} \\ {v}_{1} & {v}_{2} & {v}_{3} \\ {w}_{1} & {w}_{2} & {w}_{3}\end{array}|\,\text{and}\,\text{u}·(\text{w}\,\times \,\text{v})=|\begin{array}{lll}{u}_{1} & {u}_{2} & {u}_{3} \\ {w}_{1} & {w}_{2} & {w}_{3} \\ {v}_{1} & {v}_{2} & {v}_{3}\end{array}|.\]

We can obtain the determinant for calculating \(\text{u}·(\text{w}\,\times \,\text{v})\) by switching the bottom two rows of \(\text{u}·(\text{v}\,\times \,\text{w}).\) Therefore, \(\text{u}·(\text{v}\,\times \,\text{w})=\text{-}\text{u}·(\text{w}\,\times \,\text{v}).\)

Following this reasoning and exploring the different ways we can interchange variables in the triple scalar product lead to the following identities:

\[\begin{array}{lll}\text{u}·(\text{v}\,\times \,\text{w}) & = & \text{-}\text{u}·(\text{w}\,\times \,\text{v}) \\ \text{u}·(\text{v}\,\times \,\text{w}) & = & \text{v}·(\text{w}\,\times \,\text{u})=\text{w}·(\text{u}\,\times \,\text{v}).\end{array}\]

Let \(\text{u}\) and \(\text{v}\) be two vectors in standard position. If \(\text{u}\) and \(\text{v}\) are not scalar multiples of each other, then these vectors form adjacent sides of a parallelogram. We saw in Area of a Parallelogram that the area of this parallelogram is \(\Vert \text{u}\,\times \,\text{v}\Vert .\) Now suppose we add a third vector \(\text{w}\) that does not lie in the same plane as \(\text{u}\) and \(\text{v}\) but still shares the same initial point. Then these vectors form three edges of a parallelepiped, a three-dimensional prism with six faces that are each parallelograms, as shown in Figure 7. The volume of this prism is the product of the figure’s height and the area of its base. The triple scalar product of \(\text{u},\text{v},\) and \(\text{w}\) provides a simple method for calculating the volume of the parallelepiped defined by these vectors.

Volume of a Parallelepiped

The volume of a parallelepiped with adjacent edges given by the vectors \(\text{u},\text{v},\,\text{and}\,\text{w}\) is the absolute value of the triple scalar product:

\[V=|\text{u}·(\text{v}\,\times \,\text{w})|.\]

See Figure 7.

Note that, as the name indicates, the triple scalar product produces a scalar. The volume formula just presented uses the absolute value of a scalar quantity.

This figure is a parallelepided, a three dimensional parallelogram. Three of the sides are represented with vectors. The base has vectors v and w. The vertical side has vector u. All three vectors have the same initial point. A perpendicular vector is drawn from this common point. It is labeled “proj sub (v x w) u.”
Figure 7 — The height of the parallelepiped is given by \(\Vert {\text{proj}}_{\text{v}\times \text{w}}\text{u}\Vert .\)

Proof

The area of the base of the parallelepiped is given by \(\Vert \text{v}\,\times \,\text{w}\Vert .\) The height of the figure is given by \(\Vert {\text{proj}}_{\text{v}\times \text{w}}\text{u}\Vert .\) The volume of the parallelepiped is the product of the height and the area of the base, so we have

\[\begin{array}{ll}V & =\Vert {\text{proj}}_{\text{v}\,\times \,\text{w}}\text{u}\Vert \Vert \text{v}\,\times \,\text{w}\Vert \\ & =|\frac{\text{u}·(\text{v}\,\times \,\text{w})}{\Vert \text{v}\,\times \,\text{w}\Vert }|\Vert \text{v}\,\times \,\text{w}\Vert \\ & =|\text{u}·(\text{v}\,\times \,\text{w})|.\end{array}\]

Example 11

Let \(\text{u}=\langle -1,-2,1\rangle ,\text{v}=\langle 4,3,2\rangle ,\,\text{and}\,\text{w}=\langle 0,-5,-2\rangle .\) Find the volume of the parallelepiped with adjacent edges \(\text{u},\text{v},\,\text{and}\,\text{w}\) (Figure 8).

Figure 8

The volume equals the absolute value of the triple scalar product \(\text{u}·(\text{v}\,\times \,\text{w}).\)

We have

\[\begin{array}{ll}\text{u}·(\text{v}\,\times \,\text{w}) & =|\begin{array}{lll}-1 & -2 & 1 \\ 4 & 3 & 2 \\ 0 & -5 & -2\end{array}|=(-1)|\begin{array}{ll}3 & 2 \\ -5 & -2\end{array}|+2|\begin{array}{ll}4 & 2 \\ 0 & -2\end{array}|+|\begin{array}{ll}4 & 3 \\ 0 & -5\end{array}| \\ & =(-1)(-6+10)+2(-8-0)+(-20-0) \\ & =-4-16-20 \\ & =-40.\end{array}\]

Thus, the volume of the parallelepiped is \(|-40|=40\) units3.

Try It #11

Find the volume of the parallelepiped formed by the vectors \(\text{a}=3\text{i}+4\text{j}-\text{k},\) \(\text{b}=2\text{i}-\text{j}-\text{k},\) and \(\text{c}=3\text{j}+\text{k}.\)

\(8\) units3

Did you get it?

Applications of the Cross Product

The cross product appears in many practical applications in mathematics, physics, and engineering. Let’s examine some of these applications here, including the idea of torque, with which we began this section. Other applications show up in later chapters, particularly in our study of vector fields such as gravitational and electromagnetic fields (Introduction to Vector Calculus).

Example 12

Use the triple scalar product to show that vectors \(\text{u}=\langle 2,0,5\rangle ,\text{v}=\langle 2,2,4\rangle ,\,\text{and}\,\text{w}=\langle 1,-1,3\rangle\) are coplanar—that is, show that these vectors lie in the same plane.

Compute the triple scalar product — vectors are coplanar exactly when it equals zero.

Start by calculating the triple scalar product to find the volume of the parallelepiped defined by \(\text{u},\text{v},\,\text{and}\,\text{w}\text{:}\)

\[\begin{array}{ll}\text{u}·(\text{v}\,\times \,\text{w}) & =|\begin{array}{lll}2 & 0 & 5 \\ 2 & 2 & 4 \\ 1 & -1 & 3\end{array}| \\ & =[2(2)(3)+(0)(4)(1)+5(2)(-1)]-[5(2)(1)+(2)(4)(-1)+(0)(2)(3)] \\ & =2-2 \\ & =0.\end{array}\]

The volume of the parallelepiped is \(0\) units3, so one of the dimensions must be zero. Therefore, the three vectors all lie in the same plane.

Try It #12

Are the vectors \(\text{a}=\text{i}+\text{j}-\text{k},\) \(\text{b}=\text{i}-\text{j}+\text{k},\) and \(\text{c}=\text{i}+\text{j}+\text{k}\) coplanar?

No, the triple scalar product is \(-4\ne 0,\) so the three vectors form the adjacent edges of a parallelepiped. They are not coplanar.

Did you get it?
Example 13

Only a single plane can pass through any set of three noncolinear points. Find a vector orthogonal to the plane containing points \(P=(9,-3,-2),Q=(1,3,0),\) and \(R=(-2,5,0).\)

Form two vectors that lie in the plane, such as \(\overset{\to }{PQ}\) and \(\overset{\to }{QR},\) then their cross product is normal to the plane.

The plane must contain vectors \(\overset{\to }{PQ}\) and \(\overset{\to }{QR}\text{:}\)

\[\begin{array}{l}\overset{\to }{PQ}=\langle 1-9,3-(-3),0-(-2)\rangle =\langle -8,6,2\rangle \\ \overset{\to }{QR}=\langle -2-1,5-3,0-0\rangle =\langle -3,2,0\rangle .\end{array}\]

The cross product \(\overset{\to }{PQ}\,\times \,\overset{\to }{QR}\) produces a vector orthogonal to both \(\overset{\to }{PQ}\) and \(\overset{\to }{QR}.\) Therefore, the cross product is orthogonal to the plane that contains these two vectors:

\[\begin{array}{ll}\overset{\to }{PQ}\,\times \,\overset{\to }{QR} & =|\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ -8 & 6 & 2 \\ -3 & 2 & 0\end{array}| \\ & =0\text{i}-6\text{j}-16\text{k}-(-18\text{k}+4\text{i}+0\text{j}) \\ & =-4\text{i}-6\text{j}+2\text{k}.\end{array}\]

We have seen how to use the triple scalar product and how to find a vector orthogonal to a plane. Now we apply the cross product to real-world situations.

Sometimes a force causes an object to rotate. For example, turning a screwdriver or a wrench creates this kind of rotational effect, called torque.

Definition

Torque, \(τ\) (the Greek letter tau), measures the tendency of a force to produce rotation about an axis of rotation. Let \(\text{r}\) be a vector with an initial point located on the axis of rotation and with a terminal point located at the point where the force is applied, and let vector \(\text{F}\) represent the force. Then torque is equal to the cross product of \(\text{r}\) and \(\text{F}\text{:}\)

\[τ=\text{r}\,\times \,\text{F}.\]

See Figure 9.

This figure has a vector r from an “axis of rotation”. At the terminal point of r there is a vector labeled “F”. The angle between r and F is theta.
Figure 9 — Torque measures how a force causes an object to rotate.

Think about using a wrench to tighten a bolt. The torque \(τ\) applied to the bolt depends on how hard we push the wrench (force) and how far up the handle we apply the force (distance). The torque increases with a greater force on the wrench at a greater distance from the bolt. Common units of torque are the newton-meter or foot-pound. Although torque is dimensionally equivalent to work (it has the same units), the two concepts are distinct. Torque is used specifically in the context of rotation, whereas work typically involves motion along a line.

Example 14

A bolt is tightened by applying a force of \(6\) N to a 0.15-m wrench (Figure 10). The angle between the wrench and the force vector is \(40\text{°}.\) Find the magnitude of the torque about the center of the bolt. Round the answer to two decimal places.

This figure is the image of an open-end wrench. The length of the wrench is labeled “0.15 m.” The angle the wrench makes with a vertical vector is 40 degrees. The vector is labeled with “6 N.”
Figure 10 — Torque describes the twisting action of the wrench.

Substitute the wrench length, force, and angle directly into \(\Vert τ\Vert =\Vert \text{r}\Vert \Vert \text{F}\Vert \text{sin}\,θ.\)

Substitute the given information into the equation defining torque:

\[\Vert τ\Vert =\Vert \text{r}\,\times \,\text{F}\Vert =\Vert \text{r}\Vert \Vert \text{F}\Vert \text{sin}\,θ=(0.15\,\text{m})(6\,\text{N})\text{sin}\,40\text{°}\approx 0.58\,\text{N}·\text{m}.\]

Try It #13

Calculate the force required to produce \(15\,\text{N}·\text{m}\) torque at an angle of \(30^{\circ}\) from a 150-cm rod.

\(20\) N

Did you get it?

Key Concepts

Key Equations

Table 1
The cross product of two vectors in terms of the unit vectors\(\text{u}\,\times \,\text{v}=({u}_{2}{v}_{3}-{u}_{3}{v}_{2})\text{i}-({u}_{1}{v}_{3}-{u}_{3}{v}_{1})\text{j}+({u}_{1}{v}_{2}-{u}_{2}{v}_{1})\text{k}\)

Section Exercises

For the following exercises, the vectors \(\text{u}\) and \(\text{v}\) are given.

  • Find the cross product \(\text{u}\,\times \,\text{v}\) of the vectors \(\text{u}\) and \(\text{v}.\) Express the answer in component form.
  • Sketch the vectors \(\text{u},\text{v},\) and \(\text{u}\,\times \,\text{v}.\)
1

\(\text{u}=\langle 2,0,0\rangle ,\) \(\text{v}=\langle 2,2,0\rangle\)

a. \(\text{u}\,\times \,\text{v}=\langle 0,0,4\rangle ;\)
b.

This figure is the first octant of the 3-dimensional coordinate system. On the x-axis there is a vector labeled “u.” In the x y-plane there is a vector labeled “v.” On the z-axis there is the vector labeled “u cross v.”
2

\(\text{u}=\langle 3,2,-1\rangle ,\) \(\text{v}=\langle 1,1,0\rangle\)

3

\(\text{u}=2\text{i}+3\text{j},\) \(\text{v}=\text{j}+2\text{k}\)

a. \(\text{u}\,\times \,\text{v}=\langle 6,-4,2\rangle ;\)
b.
. The second vector is labeled v and has components <0, 1, 2>.” The third vector is labeled u cross v and has components <6, -4, 2>.”">

4

\(\text{u}=2\text{j}+3\text{k},\) \(\text{v}=3\text{i}+\text{k}\)

5

Simplify \((\text{i}\,\times \,\text{i}-2\text{i}\,\times \,\text{j}-4\text{i}\,\times \,\text{k}+3\text{j}\,\times \,\text{k})\,\times \,\text{i}.\)

\(-2\text{j}-4\text{k}\)

6

Simplify \(\text{j}\,\times \,(\text{k}\,\times \,\text{j}+2\text{j}\,\times \,\text{i}-3\text{j}\,\times \,\text{j}+5\text{i}\,\times \,\text{k}).\)

In the following exercises, vectors \(\text{u}\) and \(\text{v}\) are given. Find unit vector \(\text{w}\) in the direction of the cross product vector \(\text{u}\,\times \,\text{v}.\) Express your answer using standard unit vectors.

7

\(\text{u}=\langle 3,-1,2\rangle ,\) \(\text{v}=\langle -2,0,1\rangle\)

\(\text{w}=-\frac{1}{3\sqrt{6}}\text{i}-\frac{7}{3\sqrt{6}}\text{j}-\frac{2}{3\sqrt{6}}\text{k}\)

8

\(\text{u}=\langle 2,6,1\rangle ,\) \(\text{v}=\langle 3,0,1\rangle\)

9

\(\text{u}=\overset{\to }{AB},\) \(\text{v}=\overset{\to }{AC},\) where \(A(1,0,1),\) \(B(1,-1,3),\) and \(C(0,0,5)\)

\(\text{w}=-\frac{4}{\sqrt{21}}\text{i}-\frac{2}{\sqrt{21}}\text{j}-\frac{1}{\sqrt{21}}\text{k}\)

10

\(\text{u}=\overset{\to }{OP},\) \(\text{v}=\overset{\to }{PQ},\) where \(P(-1,1,0)\) and \(Q(0,2,1)\)

11

Determine the real number \(α\) such that \(\text{u}\,\times \,\text{v}\) and \(\text{i}\) are orthogonal, where \(\text{u}=3\text{i}+\text{j}-5\text{k}\) and \(\text{v}=4\text{i}-2\text{j}+α\text{k}.\)

\(α=10\)

12

Show that \(\text{u}\,\times \,\text{v}\) and \(2\text{i}-14\text{j}+2\text{k}\) cannot be orthogonal for any \(α\) real number, where \(\text{u}=\text{i}+7\text{j}-\text{k}\) and \(\text{v}=α\text{i}+5\text{j}+\text{k}.\)

13

Show that \(\text{u}\,\times \,\text{v}\) is orthogonal to \(\text{u}+\text{v}\) and \(\text{u}-\text{v},\) where \(\text{u}\) and \(\text{v}\) are nonzero vectors.

14

Show that \(\text{v}\,\times \,\text{u}\) is orthogonal to \((\text{u}·\text{v})(\text{u}+\text{v})+\text{u},\) where \(\text{u}\) and \(\text{v}\) are nonzero vectors.

15

Calculate the determinant \(|\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ 1 & -1 & 7 \\ 2 & 0 & 3\end{array}|.\)

\(-3\text{i}+11\text{j}+2\text{k}\)

16

Calculate the determinant \(|\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ 0 & 3 & -4 \\ 1 & 6 & -1\end{array}|.\)

For the following exercises, the vectors \(\text{u}\) and \(\text{v}\) are given. Use determinant notation to find vector \(\text{w}\) orthogonal to vectors \(\text{u}\) and \(\text{v}.\)

17

\(\text{u}=\langle -1,0,{e}^{t}\rangle ,\) \(\text{v}=\langle 1,{e}^{\text{-}t},0\rangle ,\) where \(t\) is a real number

\(\text{w}=\langle -1,{e}^{t},\text{-}{e}^{\text{-}t}\rangle\)

18

\(\text{u}=\langle 1,0,x\rangle ,\) \(\text{v}=\langle \frac{2}{x},1,0\rangle ,\) where \(x\) is a nonzero real number

19

Find vector \((\text{a}-2\text{b})\,\times \,\text{c},\) where \(\text{a}=|\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ 2 & -1 & 5 \\ 0 & 1 & 8\end{array}|,\) \(\text{b}=|\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ 0 & 1 & 1 \\ 2 & -1 & -2\end{array}|,\) and \(\text{c}=\text{i}+\text{j}+\text{k}.\)

\(-26\text{i}+17\text{j}+9\text{k}\)

20

Find vector \(\text{c}\,\times \,(\text{a}+3\text{b}),\) where \(\text{a}=|\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ 5 & 0 & 9 \\ 0 & 1 & 0\end{array}|,\) \(\text{b}=|\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ 0 & -1 & 1 \\ 7 & 1 & -1\end{array}|,\) and \(\text{c}=\text{i}-\text{k}.\)

21

[T] Use the cross product \(\text{u}\,\times \,\text{v}\) to find the acute angle between vectors \(\text{u}\) and \(\text{v},\) where \(\text{u}=\text{i}+2\text{j}\) and \(\text{v}=\text{i}+\text{k}.\) Express the answer in degrees rounded to the nearest integer.

\(72\text{°}\)

22

[T] Use the cross product \(\text{u}\,\times \,\text{v}\) to find the obtuse angle between vectors \(\text{u}\) and \(\text{v},\) where \(\text{u}=\text{-}\text{i}+3\text{j}+\text{k}\) and \(\text{v}=\text{i}-2\text{j}.\) Express the answer in degrees rounded to the nearest integer.

23

Use the sine and cosine of the angle between two nonzero vectors \(\text{u}\) and \(\text{v}\) to prove Lagrange’s identity: \({\Vert \text{u}\,\times \,\text{v}\Vert }^{2}={\Vert \text{u}\Vert }^{2}{\Vert \text{v}\Vert }^{2}-{(\text{u}·\text{v})}^{2}.\)

24

Verify Lagrange’s identity \({\Vert \text{u}\,\times \,\text{v}\Vert }^{2}={\Vert \text{u}\Vert }^{2}{\Vert \text{v}\Vert }^{2}-{(\text{u}·\text{v})}^{2}\) for vectors \(\text{u}=\text{-}\text{i}+\text{j}-2\text{k}\) and \(\text{v}=2\text{i}-\text{j}.\)

25

Nonzero vectors \(\text{u}\) and \(\text{v}\) are called collinear if there exists a nonzero scalar \(α\) such that \(\text{v}=α\text{u}.\) Show that \(\text{u}\) and \(\text{v}\) are collinear if and only if \(\text{u}\,\times \,\text{v}=0.\)

26

Nonzero vectors \(\text{u}\) and \(\text{v}\) are called collinear if there exists a nonzero scalar \(α\) such that \(\text{v}=α\text{u}.\) Show that vectors \(\overset{\to }{AB}\) and \(\overset{\to }{AC}\) are collinear, where \(A(4,1,0),\) \(B(6,5,-2),\) and \(C(5,3,-1).\)

27

Find the area of the parallelogram with adjacent sides \(\text{u}=\langle 3,2,0\rangle\) and \(\text{v}=\langle 0,2,1\rangle .\)

\(7\)

28

Find the area of the parallelogram with adjacent sides \(\text{u}=\text{i}+\text{j}\) and \(\text{v}=\text{i}+\text{k}.\)

29

Consider points \(A(3,-1,2),B(2,1,5),\) and \(C(1,-2,-2).\)

  • Find the area of parallelogram \(ABCD\) with adjacent sides \(\overset{\to }{AB}\) and \(\overset{\to }{AC}.\)
  • Find the area of triangle \(ABC.\)
  • Find the distance from point \(A\) to line \(BC.\)

a. \(5\sqrt{6};\) b. \(\frac{5\sqrt{6}}{2};\) c. \(\frac{5\sqrt{6}}{\sqrt{59}}\)

30

Consider points \(A(2,-3,4),B(0,1,2),\) and \(C(-1,2,0).\)

  • Find the area of parallelogram \(ABCD\) with adjacent sides \(\overset{\to }{AB}\) and \(\overset{\to }{AC}.\)
  • Find the area of triangle \(ABC.\)
  • Find the distance from point \(B\) to line \(AC.\)

In the following exercises, vectors \(\text{u},\text{v},\text{and}\,\text{w}\) are given.

  • Find the triple scalar product \(\text{u}·(\text{v}\,\times \,\text{w}).\)
  • Find the volume of the parallelepiped with the adjacent edges \(\text{u},\text{v},\text{and}\,\text{w}.\)
31

\(\text{u}=\text{i}+\text{j},\) \(\text{v}=\text{j}+\text{k},\) and \(\text{w}=\text{i}+\text{k}\)

a. \(2;\) b. \(2\)

32

\(\text{u}=\langle -3,5,-1\rangle ,\) \(\text{v}=\langle 0,2,-2\rangle ,\) and \(\text{w}=\langle 3,1,1\rangle\)

33

Calculate the triple scalar products \(\text{v}·(\text{u}\,\times \,\text{w})\) and \(\text{w}·(\text{u}\,\times \,\text{v}),\) where \(\text{u}=\langle 1,1,1\rangle ,\) \(\text{v}=\langle 7,6,9\rangle ,\) and \(\text{w}=\langle 4,2,7\rangle .\)

\(\text{v}·(\text{u}\,\times \,\text{w})=-1,\) \(\text{w}·(\text{u}\,\times \,\text{v})=1\)

34

Calculate the triple scalar products \(\text{w}·(\text{v}\,\times \,\text{u})\) and \(\text{u}·(\text{w}\,\times \,\text{v}),\) where \(\text{u}=\langle 4,2,-1\rangle ,\) \(\text{v}=\langle 2,5,-3\rangle ,\) and \(\text{w}=\langle 9,5,-10\rangle .\)

35

Find vectors \(\text{a},\text{b},\,\text{and}\,\text{c}\) with a triple scalar product given by the determinant

\(|\begin{array}{lll}1 & 2 & 3 \\ 0 & 2 & 5 \\ 8 & 9 & 2\end{array}|.\) Determine their triple scalar product.

\(\text{a}=\langle 1,2,3\rangle ,\) \(\text{b}=\langle 0,2,5\rangle ,\) \(\text{c}=\langle 8,9,2\rangle ;\) \(\text{a}·(\text{b}\,\times \,\text{c})=-9\)

36

The triple scalar product of vectors \(\text{a},\text{b},\,\text{and}\,\text{c}\) is given by the determinant

\(|\begin{array}{lll}0 & -2 & 1 \\ 0 & 1 & 4 \\ 1 & -3 & 7\end{array}|.\) Find vector \(\text{a}-\text{b}+\text{c}.\)

37

Consider the parallelepiped with edges \(OA,OB,\) and \(OC,\) where \(A(2,1,0),B(1,2,0),\) and \(C(0,1,α).\)

  • Find the real number \(α>0\) such that the volume of the parallelepiped is \(3\) units3.
  • For \(α=1,\) find the height \(h\) from vertex \(C\) of the parallelepiped to the plane formed by the edges \(OA\) and \(OB\) .

a. \(α=1;\) b. \(h=1,\)

This figure is the first octant of the 3-dimensional coordinate system. There is a parallelepided drawn. From the origin there are three vectors to vertices on the parallelepiped. They are vectors to the points A (2, 1, 0); B (1, 2, 0); and C (0, 1, alpha).
38

Consider points \(A(α,0,0),B(0,β,0),\) and \(C(0,0,γ),\) with \(α,\) \(β,\) and \(γ\) positive real numbers.

  • Determine the volume of the parallelepiped with adjacent sides \(\overset{\to }{OA},\) \(\overset{\to }{OB},\) and \(\overset{\to }{OC}.\)
  • Find the volume of the tetrahedron with vertices \(O,A,B,\,\text{and}\,C.\) (Hint: The volume of the tetrahedron is \(1\text{/}6\) of the volume of the parallelepiped.)
  • Find the distance from the origin to the plane determined by \(A,B,\,\text{and}\,C.\) Sketch the parallelepiped and tetrahedron.
39

Let \(\text{u},\text{v},\,\text{and}\,\text{w}\) be three-dimensional vectors and \(c\) be a real number. Prove the following properties of the cross product.

  • \(\text{u}\,\times \,\text{u}=0\)
  • \(\text{u}\,\times \,(\text{v}+\text{w})=(\text{u}\,\times \,\text{v})+(\text{u}\,\times \,\text{w})\)
  • \(c(\text{u}\,\times \,\text{v})=(c\text{u})\,\times \,\text{v}=\text{u}\,\times \,(c\text{v})\)
  • \(\text{u}·(\text{u}\,\times \,\text{v})=0\)
40

Show that vectors \(\text{u}=\langle 1,0,-8\rangle ,\) \(\text{v}=\langle 0,1,6\rangle ,\) and \(\text{w}=\langle -1,9,3\rangle\) satisfy the following properties of the cross product.

  • \(\text{u}\,\times \,\text{u}=0\)
  • \(\text{u}\,\times \,(\text{v}+\text{w})=(\text{u}\,\times \,\text{v})+(\text{u}\,\times \,\text{w})\)
  • \(c(\text{u}\,\times \,\text{v})=(c\text{u})\,\times \,\text{v}=\text{u}\,\times \,(c\text{v})\)
  • \(\text{u}·(\text{u}\,\times \,\text{v})=0\)
41

Nonzero vectors \(\text{u},\text{v},\,\text{and}\,\text{w}\) are said to be linearly dependent if one of the vectors is a linear combination of the other two. For instance, there exist two nonzero real numbers \(α\) and \(β\) such that \(\text{w}=α\text{u}+β\text{v}.\) Otherwise, the vectors are called linearly independent. Show that \(\text{u},\text{v},\,\text{and}\,\text{w}\) are coplanar if and only if they are linear dependent.

42

Consider vectors \(\text{u}=\langle 1,4,-7\rangle ,\) \(\text{v}=\langle 2,-1,4\rangle ,\) \(\text{w}=\langle 0,-9,18\rangle ,\) and \(\text{p}=\langle 0,-9,17\rangle .\)

  • Show that \(\text{u},\text{v},\,\text{and}\,\text{w}\) are coplanar by using their triple scalar product
  • Show that \(\text{u},\text{v},\,\text{and}\,\text{w}\) are coplanar, using the definition that there exist two nonzero real numbers \(α\) and \(β\) such that \(\text{w}=α\text{u}+β\text{v}.\)
  • Show that \(\text{u},\text{v},\,\text{and}\,\text{p}\) are linearly independent—that is, none of the vectors is a linear combination of the other two.
43

Consider points \(A(0,0,2),\) \(B(1,0,2),\) \(C(1,1,2),\) and \(D(0,1,2).\) Are vectors \(\overset{\to }{AB},\) \(\overset{\to }{AC},\) and \(\overset{\to }{AD}\) linearly dependent (that is, one of the vectors is a linear combination of the other two)?

Yes, \(\overset{\to }{AD}=α\overset{\to }{AB}+β\overset{\to }{AC},\) where \(α=-1\) and \(β=1.\)

44

Show that vectors \(\text{i}+\text{j},\) \(\text{i}-\text{j},\) and \(\text{i}+\text{j}+\text{k}\) are linearly independent—that is, there do not exist two nonzero real numbers \(α\) and \(β\) such that \(\text{i}+\text{j}+\text{k}=α(\text{i}+\text{j})+β(\text{i}-\text{j}).\)

45

Let \(\text{u}=\langle {u}_{1},{u}_{2}\rangle\) and \(\text{v}=\langle {v}_{1},{v}_{2}\rangle\) be two-dimensional vectors. The cross product of vectors \(\text{u}\) and \(\text{v}\) is not defined. However, if the vectors are regarded as the three-dimensional vectors \(\tilde{\text{u}}=\langle {u}_{1},{u}_{2},0\rangle\) and \(\tilde{\text{v}}=\langle {v}_{1},{v}_{2},0\rangle ,\) respectively, then, in this case, we can define the cross product of \(\tilde{\text{u}}\) and \(\tilde{\text{v}}.\) In particular, in determinant notation, the cross product of \(\tilde{\text{u}}\) and \(\tilde{\text{v}}\) is given by

\[\tilde{\text{u}}\,\times \,\tilde{\text{v}}=|\begin{array}{lll}\text{i} & \text{j} & \text{k} \\ {u}_{1} & {u}_{2} & 0 \\ {v}_{1} & {v}_{2} & 0\end{array}|.\]

Use this result to compute \((\text{i}\text{cos}\,θ+\text{j}\text{sin}\,θ)\,\times \,(\text{i}sinθ-\text{j}cosθ),\) where \(θ\) is a real number.

\(\text{-}\text{k}\)

46

Consider points \(P(2,1),\) \(Q(4,2),\) and \(R(1,2).\)

  • Find the area of triangle \(P,Q,\,\text{and}\,R.\)
  • Determine the distance from point \(R\) to the line passing through \(P\,\text{and}\,Q.\)
47

Determine a vector of magnitude \(10\) perpendicular to the plane passing through the x-axis and point \(P(1,2,4).\)

\(\langle 0,\pm 4\sqrt{5},∓2\sqrt{5}\rangle\)

48

Determine a unit vector perpendicular to the plane passing through the z-axis and point \(A(3,1,-2).\)

49

Consider \(\text{u}\) and \(\text{v}\) two three-dimensional vectors. If the magnitude of the cross product vector \(\text{u}\,\times \,\text{v}\) is \(k\) times larger than the magnitude of vector \(\text{u},\) show that the magnitude of \(\text{v}\) is greater than or equal to \(k,\) where \(k\) is a natural number.

50

[T] Assume that the magnitudes of two nonzero vectors \(\text{u}\) and \(\text{v}\) are known. The function \(f(θ)=\Vert \text{u}\Vert \Vert \text{v}\Vert \text{sin}\,θ\) defines the magnitude of the cross product vector \(\text{u}\,\times \,\text{v},\) where \(θ\in [0,\pi ]\) is the angle between \(\text{u}\,\text{and}\,\text{v}.\)

  • Graph the function \(f.\)
  • Find the absolute minimum and maximum of function \(f.\) Interpret the results.
  • If \(\Vert \text{u}\Vert =5\) and \(\Vert \text{v}\Vert =2,\) find the angle between \(\text{u}\,\text{and}\,\text{v}\) if the magnitude of their cross product vector is equal to \(9.\)
51

Find all vectors \(\text{w}=\langle {w}_{1},{w}_{2},{w}_{3}\rangle\) that satisfy the equation \(\langle 1,1,1\rangle \,\times \,\text{w}=\langle -1,-1,2\rangle .\)

\(\text{w}=\langle {w}_{3}-1,{w}_{3}+1,{w}_{3}\rangle ,\) where \({w}_{3}\) is any real number

52

Solve the equation \(\text{w}\,\times \,\langle 1,0,-1\rangle =\langle 3,0,3\rangle ,\) where \(\text{w}=\langle {w}_{1},{w}_{2},{w}_{3}\rangle\) is a nonzero vector with a magnitude of \(3.\)

53

[T] A mechanic uses a 12-in. wrench to turn a bolt. The wrench makes a \(30\text{°}\) angle with the horizontal. If the mechanic applies a vertical force of \(10\) lb on the wrench handle, what is the magnitude of the torque at point \(P\) (see the following figure)? Express the answer in foot-pounds rounded to two decimal places.

This figure is the image of an open-end wrench. The lower portion of the wrench is at point P. The wrench has a length of “12 I n.” The angle the wrench makes with a horizontal line from P is 30 degrees. At the top of the wrench is a downward vertical vector labeled “10 l b.”

8.66 ft-lb

54

[T] A boy applies the brakes on a bicycle by applying a downward force of \(20\) lb on the pedal when the 6-in. crank makes a \(40\text{°}\) angle with the horizontal (see the following figure). Find the torque at point \(P.\) Express your answer in foot-pounds rounded to two decimal places.

This figure shows the pedals, cranks, and chain of a bicycle. The distance along the crank to the top pedal is 6 in. The angle of the crank is 40 degrees with the horizontal, measured toward the rear. The top pedal has a downward vector labeled “20 lb”.
55

[T] Find the magnitude of the force that needs to be applied to the end of a 20-cm wrench located on the positive direction of the y-axis if the force is applied in the direction \(\langle 0,1,-2\rangle\) and it produces a \(100\) N·m torque to the bolt located at the origin.

559 N

56

[T] What is the magnitude of the force required to be applied to the end of a 1-ft wrench at an angle of \(35\text{°}\) to produce a torque of \(20\) ft-lbs?

57

[T] The force vector \(\text{F}\) acting on a proton with an electric charge of \(1.6\,\times \,{10}^{-19}\text{C}\) (in coulombs) moving in a magnetic field \(\text{B}\) where the velocity vector \(\text{v}\) is given by \(\text{F}=1.6\,\times \,{10}^{-19}(\text{v}\,\times \,\text{B})\) (here, \(\text{v}\) is expressed in meters per second, \(\text{B}\) is in tesla [T], and \(\text{F}\) is in newtons [N]). Find the force that acts on a proton that moves in the xy-plane at velocity \(\text{v}={10}^{5}\text{i}+{10}^{5}\text{j}\) (in meters per second) in a magnetic field given by \(\text{B}=0.3\text{j}.\)

\(\text{F}=4.8\,\times \,{10}^{-15}\text{k}\,\text{N}\)

58

[T] The force vector \(\text{F}\) acting on a proton with an electric charge of \(1.6\,\times \,{10}^{-19}\text{C}\) moving in a magnetic field \(\text{B}\) where the velocity vector v is given by \(\text{F}=1.6\,\times \,{10}^{-19}(\text{v}\,\times \,\text{B})\) (here, \(\text{v}\) is expressed in meters per second, \(\text{B}\) in \(\text{T},\) and \(\text{F}\) in \(\text{N}).\) If the magnitude of force \(\text{F}\) acting on a proton is \(5.9\,\times \,{10}^{-17}\) N and the proton is moving at the speed of 300 m/sec in magnetic field \(\text{B}\) of magnitude 2.4 T, find the angle between velocity vector \(\text{v}\) of the proton and magnetic field \(\text{B}.\) Express the answer in degrees rounded to the nearest integer.

59

[T] Consider \(\text{r}(t)=\langle \text{cos}\,t,\text{sin}\,t,2t\rangle\) the position vector of a particle at time \(t\in [0,30],\) where the components of \(\text{r}\) are expressed in centimeters and time in seconds. Let \(\overset{\to }{OP}\) be the position vector of the particle after \(1\) sec.

  • Determine unit vector \(\text{B}(t)\) (called the binormal unit vector) that has the direction of cross product vector \(\text{v}(t)\,\times \,\text{a}(t),\) where \(\text{v}(t)\) and \(\text{a}(t)\) are the instantaneous velocity vector and, respectively, the acceleration vector of the particle after \(t\) seconds.
  • Use a CAS to visualize vectors \(\text{v}(1),\) \(\text{a}(1),\) and \(\text{B}(1)\) as vectors starting at point \(P\) along with the path of the particle.

a. \(\text{B}(t)=\langle \frac{2\,\text{sin}\,t}{\sqrt{5}},-\frac{2\,\text{cos}\,t}{\sqrt{5}},\frac{1}{\sqrt{5}}\rangle ;\)
b.

This figure is the first octant of the 3-dimensional coordinate system. There is a curve sketched that is increasing. On the curve is a point labeled “P.” At P there is a tangent vector to the curve labeled “v(1).” Also from P there is a vector towards the inside of the curve labeled “a(1).” Finally, there is a vector from P labeled “B(1)” pointing towards the z-axis.
60

A solar panel is mounted on the roof of a house. The panel may be regarded as positioned at the points of coordinates (in meters) \(A(8,0,0),\) \(B(8,18,0),\) \(C(0,18,8),\) and \(D(0,0,8)\) (see the following figure).

This figure shows a rectangular set of solar panels on a roof. The corners are labeled “A, B, C, D.” Also there is a vector drawn from A to D. There is another vector along the bottom of the rectangle from A to B.
  • Find vector \(\text{n}=\overset{\to }{AB}\,\times \,\overset{\to }{AD}\) perpendicular to the surface of the solar panels. Express the answer using standard unit vectors.
  • Assume unit vector \(\text{s}=\frac{1}{\sqrt{3}}\text{i}+\frac{1}{\sqrt{3}}\text{j}+\frac{1}{\sqrt{3}}\text{k}\) points toward the Sun at a particular time of the day and the flow of solar energy is \(\text{F}=900\text{s}\) (in watts per square meter [ \({\text{W/m}}^{2}\) ]). Find the predicted amount of electrical power the panel can produce, which is given by the dot product of vectors \(\text{F}\) and \(\text{n}\) (expressed in watts).
  • Determine the angle of elevation of the Sun above the solar panel. Express the answer in degrees rounded to the nearest whole number. (Hint: The angle between vectors \(\text{n}\) and \(\text{s}\) and the angle of elevation are complementary.)

Glossary

cross product
\(\text{u}\,\times \,\text{v}=({u}_{2}{v}_{3}-{u}_{3}{v}_{2})\text{i}-({u}_{1}{v}_{3}-{u}_{3}{v}_{1})\text{j}+({u}_{1}{v}_{2}-{u}_{2}{v}_{1})\text{k},\) where \(\text{u}=\langle {u}_{1},{u}_{2},{u}_{3}\rangle\) and \(\text{v}=\langle {v}_{1},{v}_{2},{v}_{3}\rangle\)
determinant
a real number associated with a square matrix
parallelepiped
a three-dimensional prism with six faces that are parallelograms
torque
the effect of a force that causes an object to rotate
triple scalar product
the dot product of a vector with the cross product of two other vectors: \(\text{u}·(\text{v}\,\times \,\text{w})\)
vector product
the cross product of two vectors