Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
Calculus Volume 3

2.4 The Cross Product

Calculus Volume 32.4 The Cross Product

Learning Objectives

  • 2.4.1 Calculate the cross product of two given vectors.
  • 2.4.2 Use determinants to calculate a cross product.
  • 2.4.3 Find a vector orthogonal to two given vectors.
  • 2.4.4 Determine areas and volumes by using the cross product.
  • 2.4.5 Calculate the torque of a given force and position vector.

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.

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 u=u1,u2,u3u=u1,u2,u3 and v=v1,v2,v3v=v1,v2,v3 be nonzero vectors. We want to find a vector w=w1,w2,w3w=w1,w2,w3 orthogonal to both uu and vv—that is, we want to find ww such that u·w=0u·w=0 and v·w=0.v·w=0. Therefore, w1,w1, w2,w2, and w3w3 must satisfy

u1w1+u2w2+u3w3=0v1w1+v2w2+v3w3=0.u1w1+u2w2+u3w3=0v1w1+v2w2+v3w3=0.

If we multiply the top equation by v3v3 and the bottom equation by u3u3 and subtract, we can eliminate the variable w3,w3, which gives

(u1v3v1u3)w1+(u2v3v2u3)w2=0.(u1v3v1u3)w1+(u2v3v2u3)w2=0.

If we select

w1=u2v3u3v2w2=(u1v3u3v1),w1=u2v3u3v2w2=(u1v3u3v1),

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

w3=u1v2u2v1.w3=u1v2u2v1.

That is, vector

w=u2v3u3v2,(u1v3u3v1),u1v2u2v1w=u2v3u3v2,(u1v3u3v1),u1v2u2v1

is orthogonal to both uu and v,v, which leads us to define the following operation, called the cross product.

Definition

Let u=u1,u2,u3andv=v1,v2,v3.u=u1,u2,u3andv=v1,v2,v3. Then, the cross product u×vu×v is vector

u×v=(u2v3u3v2)i(u1v3u3v1)j+(u1v2u2v1)k=u2v3u3v2,(u1v3u3v1),u1v2u2v1.u×v=(u2v3u3v2)i(u1v3u3v1)j+(u1v2u2v1)k=u2v3u3v2,(u1v3u3v1),u1v2u2v1.
(2.9)

From the way we have developed u×v,u×v, it should be clear that the cross product is orthogonal to both uu and v.v. However, it never hurts to check. To show that u×vu×v is orthogonal to u,u, we calculate the dot product of uu and u×v.u×v.

u·(u×v)=u1,u2,u3·u2v3u3v2,u1v3+u3v1,u1v2u2v1=u1(u2v3u3v2)+u2(u1v3+u3v1)+u3(u1v2u2v1)=u1u2v3u1u3v2u1u2v3+u2u3v1+u1u3v2u2u3v1=(u1u2v3u1u2v3)+(u1u3v2+u1u3v2)+(u2u3v1u2u3v1)=0u·(u×v)=u1,u2,u3·u2v3u3v2,u1v3+u3v1,u1v2u2v1=u1(u2v3u3v2)+u2(u1v3+u3v1)+u3(u1v2u2v1)=u1u2v3u1u3v2u1u2v3+u2u3v1+u1u3v2u2u3v1=(u1u2v3u1u2v3)+(u1u3v2+u1u3v2)+(u2u3v1u2u3v1)=0

In a similar manner, we can show that the cross product is also orthogonal to v.v.

Example 2.31

Finding a Cross Product

Let p=−1,2,5andq=4,0,−3p=−1,2,5andq=4,0,−3 (Figure 2.53). Find p×q.p×q.

This figure is the 3-dimensional coordinate system. It has two vectors in standard position. The first vector is labeled “p = <-1, 2, 5>.” The second vector is labeled “q = <4, 0, -3>.”
Figure 2.53 Finding a cross product to two given vectors.

Checkpoint 2.30

Find p×qp×q for p=5,1,2p=5,1,2 and q=−2,0,1.q=−2,0,1. Express the answer using standard unit vectors.

Although it may not be obvious from Equation 2.9, the direction of u×vu×v is given by the right-hand rule. If we hold the right hand out with the fingers pointing in the direction of u,u, then curl the fingers toward vector v,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.54 The direction of u×vu×v is determined by the right-hand rule.

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

Example 2.32

Anticommutativity of the Cross Product

Let u=0,2,1u=0,2,1 and v=3,−1,0.v=3,−1,0. Calculate u×vu×v and v×uv×u and graph them.

This figure is the 3-dimensional coordinate system. It has two vectors in standard position. The first vector is labeled “u = <0, 2, 1>.” The second vector is labeled “v = <3, -1, 0>.”
Figure 2.55 Are the cross products u×vu×v and v×uv×u in the same direction?

Checkpoint 2.31

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

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

i×i=j×j=k×k=0.i×i=j×j=k×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.)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 ii and jj is parallel to k.k. Similarly, the vector product of ii and kk is parallel to j,j, and the vector product of jj and kk is parallel to i.i. We can use the right-hand rule to determine the direction of each product. Then we have

i×j=kj×i=kj×k=ik×j=ik×i=ji×k=j.i×j=kj×i=kj×k=ik×j=ik×i=ji×k=j.

These formulas come in handy later.

Example 2.33

Cross Product of Standard Unit Vectors

Find i×(j×k).i×(j×k).

Checkpoint 2.32

Find (i×j)×(k×i).(i×j)×(k×i).

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.

Theorem 2.6

Properties of the Cross Product

Let u,v,u,v, and ww be vectors in space, and let cc be a scalar.

i.u×v=(v×u)Anticommutative propertyii.u×(v+w)=u×v+u×wDistributive propertyiii.c(u×v)=(cu)×v=u×(cv)Multiplication by a constantiv.u×0=0×u=0Cross product of the zero vectorv.v×v=0Cross product of a vector with itselfvi.u·(v×w)=(u×v)·wScalar triple producti.u×v=(v×u)Anticommutative propertyii.u×(v+w)=u×v+u×wDistributive propertyiii.c(u×v)=(cu)×v=u×(cv)Multiplication by a constantiv.u×0=0×u=0Cross product of the zero vectorv.v×v=0Cross product of a vector with itselfvi.u·(v×w)=(u×v)·wScalar triple product

Proof

For property i.,i., we want to show u×v=(v×u).u×v=(v×u). We have

u×v=u1,u2,u3×v1,v2,v3=u2v3u3v2,u1v3+u3v1,u1v2u2v1=u3v2u2v3,u3v1+u1v3,u2v1u1v2=v1,v2,v3×u1,u2,u3=(v×u).u×v=u1,u2,u3×v1,v2,v3=u2v3u3v2,u1v3+u3v1,u1v2u2v1=u3v2u2v3,u3v1+u1v3,u2v1u1v2=v1,v2,v3×u1,u2,u3=(v×u).

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 iv.,iv., this follows directly from the definition of the cross product. We have

u×0=u2(0)u3(0),(u2(0)u3(0)),u1(0)u2(0)=0,0,0=0.u×0=u2(0)u3(0),(u2(0)u3(0)),u1(0)u2(0)=0,0,0=0.

Then, by property i., 0×u=00×u=0 as well. Remember that the dot product of a vector and the zero vector is the scalar 0,0, whereas the cross product of a vector with the zero vector is the vector 0.0.

Property vi.vi. looks like the associative property, but note the change in operations:

u·(v×w)=u·v2w3v3w2,v1w3+v3w1,v1w2v2w1=u1(v2w3v3w2)+u2(v1w3+v3w1)+u3(v1w2v2w1)=u1v2w3u1v3w2u2v1w3+u2v3w1+u3v1w2u3v2w1=(u2v3u3v2)w1+(u3v1u1v3)w2+(u1v2u2v1)w3=u2v3u3v2,u3v1u1v3,u1v2u2v1·w1,w2,w3=(u×v)·w.u·(v×w)=u·v2w3v3w2,v1w3+v3w1,v1w2v2w1=u1(v2w3v3w2)+u2(v1w3+v3w1)+u3(v1w2v2w1)=u1v2w3u1v3w2u2v1w3+u2v3w1+u3v1w2u3v2w1=(u2v3u3v2)w1+(u3v1u1v3)w2+(u1v2u2v1)w3=u2v3u3v2,u3v1u1v3,u1v2u2v1·w1,w2,w3=(u×v)·w.

Example 2.34

Using the Properties of the Cross Product

Use the cross product properties to calculate (2i×3j)×j.(2i×3j)×j.

Checkpoint 2.33

Use the properties of the cross product to calculate (i×k)×(k×j).(i×k)×(k×j).

So far in this section, we have been concerned with the direction of the vector u×v,u×v, but we have not discussed its magnitude. It turns out there is a simple expression for the magnitude of u×vu×v involving the magnitudes of uu and v,v, and the sine of the angle between them.

Theorem 2.7

Magnitude of the Cross Product

Let uu and vv be vectors, and let θθ be the angle between them. Then, u×v=u·v·sinθ.u×v=u·v·sinθ.

Proof

Let u=u1,u2,u3u=u1,u2,u3 and v=v1,v2,v3v=v1,v2,v3 be vectors, and let θθ denote the angle between them. Then

u×v2=(u2v3u3v2)2+(u3v1u1v3)2+(u1v2u2v1)2=u22v322u2u3v2v3+u32v22+u32v122u1u3v1v3+u12v32+u12v222u1u2v1v2+u22v12=u12v12+u12v22+u12v32+u22v12+u22v22+u22v32+u32v12+u32v22+u32v32(u12v12+u22v22+u32v32+2u1u2v1v2+2u1u3v1v3+2u2u3v2v3)=(u12+u22+u32)(v12+v22+v32)(u1v1+u2v2+u3v3)2=u2v2(u·v)2=u2v2u2v2cos2θ=u2v2(1cos2θ)=u2v2(sin2θ).u×v2=(u2v3u3v2)2+(u3v1u1v3)2+(u1v2u2v1)2=u22v322u2u3v2v3+u32v22+u32v122u1u3v1v3+u12v32+u12v222u1u2v1v2+u22v12=u12v12+u12v22+u12v32+u22v12+u22v22+u22v32+u32v12+u32v22+u32v32(u12v12+u22v22+u32v32+2u1u2v1v2+2u1u3v1v3+2u2u3v2v3)=(u12+u22+u32)(v12+v22+v32)(u1v1+u2v2+u3v3)2=u2v2(u·v)2=u2v2u2v2cos2θ=u2v2(1cos2θ)=u2v2(sin2θ).

Taking square roots and noting that sin2θ=sinθsin2θ=sinθ for 0θ180°,0θ180°, we have the desired result:

u×v=uvsinθ.u×v=uvsinθ.

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 2.35

Calculating the Cross Product

Use Properties of the Cross Product to find the magnitude of the cross product of u=0,4,0u=0,4,0 and v=0,0,−3.v=0,0,−3.

Checkpoint 2.34

Use Properties of the Cross Product to find the magnitude of u×v,u×v, where u=−8,0,0u=−8,0,0 and v=0,2,0.v=0,2,0.

Determinants and the Cross Product

Using Equation 2.9 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×22×2 determinant is defined by

|a1a2b1b2|=a1b2b1a2.|a1a2b1b2|=a1b2b1a2.

For example,

|3−251|=3(1)5(−2)=3+10=13.|3−251|=3(1)5(−2)=3+10=13.

A 3×33×3 determinant is defined in terms of 2×22×2 determinants as follows:

|a1a2a3b1b2b3c1c2c3|=a1|b2b3c2c3|a2|b1b3c1c3|+a3|b1b2c1c2|.|a1a2a3b1b2b3c1c2c3|=a1|b2b3c2c3|a2|b1b3c1c3|+a3|b1b2c1c2|.
(2.10)

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

Example 2.36

Using Expansion Along the First Row to Compute a 3×33×3 Determinant

Evaluate the determinant |25−1−113−234|.|25−1−113−234|.

Checkpoint 2.35

Evaluate the determinant |1−2−132−3154|.|1−2−132−3154|.

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 u=u1,u2,u3u=u1,u2,u3 and v=v1,v2,v3v=v1,v2,v3 be vectors. Then the cross product u×vu×v is given by

u×v=|ijku1u2u3v1v2v3|=|u2u3v2v3|i|u1u3v1v3|j+|u1u2v1v2|k.u×v=|ijku1u2u3v1v2v3|=|u2u3v2v3|i|u1u3v1v3|j+|u1u2v1v2|k.

Example 2.37

Using Determinant Notation to find p×qp×q

Let p=−1,2,5p=−1,2,5 and q=4,0,−3.q=4,0,−3. Find p×q.p×q.

Checkpoint 2.36

Use determinant notation to find a×b,a×b, where a=8,2,3a=8,2,3 and b=−1,0,4.b=−1,0,4.

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 2.38

Finding a Unit Vector Orthogonal to Two Given Vectors

Let a=5,2,−1a=5,2,−1 and b=0,−1,4.b=0,−1,4. Find a unit vector orthogonal to both aa and b.b.

Checkpoint 2.37

Find a unit vector orthogonal to both aa and b,b, where a=4,0,3a=4,0,3 and b=1,1,4.b=1,1,4.

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

Theorem 2.8

Area of a Parallelogram

If we locate vectors uu and vv such that they form adjacent sides of a parallelogram, then the area of the parallelogram is given by u×vu×v (Figure 2.57).

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 2.57 The parallelogram with adjacent sides uu and vv has base uu and height vsinθ.vsinθ.

Proof

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

Area of a parallelogram=base×height=u(vsinθ)=u×vArea of a parallelogram=base×height=u(vsinθ)=u×v

Example 2.39

Finding the Area of a Triangle

Let P=(1,0,0),Q=(0,1,0),andR=(0,0,1)P=(1,0,0),Q=(0,1,0),andR=(0,0,1) be the vertices of a triangle (Figure 2.58). 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 2.58 Finding the area of a triangle by using the cross product.

Checkpoint 2.38

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

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 u,u, v,v, and ww is u·(v×w).u·(v×w).

Theorem 2.9

Calculating a Triple Scalar Product

The triple scalar product of vectors u=u1i+u2j+u3k,u=u1i+u2j+u3k, v=v1i+v2j+v3k,v=v1i+v2j+v3k, and w=w1i+w2j+w3kw=w1i+w2j+w3k is the determinant of the 3×33×3 matrix formed by the components of the vectors:

u·(v×w)=|u1u2u3v1v2v3w1w2w3|.u·(v×w)=|u1u2u3v1v2v3w1w2w3|.

Proof

The calculation is straightforward.

u·(v×w)=u1,u2,u3·v2w3v3w2,v1w3+v3w1,v1w2v2w1=u1(v2w3v3w2)+u2(v1w3+v3w1)+u3(v1w2v2w1)=u1(v2w3v3w2)u2(v1w3v3w1)+u3(v1w2v2w1)=|u1u2u3v1v2v3w1w2w3|u·(v×w)=u1,u2,u3·v2w3v3w2,v1w3+v3w1,v1w2v2w1=u1(v2w3v3w2)+u2(v1w3+v3w1)+u3(v1w2v2w1)=u1(v2w3v3w2)u2(v1w3v3w1)+u3(v1w2v2w1)=|u1u2u3v1v2v3w1w2w3|

Example 2.40

Calculating the Triple Scalar Product

Let u=1,3,5,v=2,−1,0andw=−3,0,−1.u=1,3,5,v=2,−1,0andw=−3,0,−1. Calculate the triple scalar product u·(v×w).u·(v×w).

Checkpoint 2.39

Calculate the triple scalar product a·(b×c),a·(b×c), where a=2,−4,1,a=2,−4,1, b=0,3,−1,b=0,3,−1, and c=5,−3,3.c=5,−3,3.

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:

|a1a2a3b1b2b3c1c2c3|=d|b1b2b3a1a2a3c1c2c3|=d|b1b2b3c1c2c3a1a2a3|=d|c1c2c3b1b2b3a1a2a3|=d.|a1a2a3b1b2b3c1c2c3|=d|b1b2b3a1a2a3c1c2c3|=d|b1b2b3c1c2c3a1a2a3|=d|c1c2c3b1b2b3a1a2a3|=d.

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

|121−20341−1|=|031−1|2|−234−1|+|−2041|=(03)2(212)+(−20)=−3+202=15.|121−20341−1|=|031−1|2|−234−1|+|−2041|=(03)2(212)+(−20)=−3+202=15.

Switching the top two rows we have

|−20312141−1|=−2|211−1|+3|1241|=−2(−21)+3(18)=621=−15.|−20312141−1|=−2|211−1|+3|1241|=−2(−21)+3(18)=621=−15.

Rearranging vectors in the triple products is equivalent to reordering the rows in the matrix of the determinant. Let u=u1i+u2j+u3k,u=u1i+u2j+u3k, v=v1i+v2j+v3k,v=v1i+v2j+v3k, and w=w1i+w2j+w3k.w=w1i+w2j+w3k. Applying Calculating a Triple Scalar Product, we have

u·(v×w)=|u1u2u3v1v2v3w1w2w3|andu·(w×v)=|u1u2u3w1w2w3v1v2v3|.u·(v×w)=|u1u2u3v1v2v3w1w2w3|andu·(w×v)=|u1u2u3w1w2w3v1v2v3|.

We can obtain the determinant for calculating u·(w×v)u·(w×v) by switching the bottom two rows of u·(v×w).u·(v×w). Therefore, u·(v×w)=u·(w×v).u·(v×w)=u·(w×v).

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

u·(v×w)=u·(w×v)u·(v×w)=v·(w×u)=w·(u×v).u·(v×w)=u·(w×v)u·(v×w)=v·(w×u)=w·(u×v).

Let uu and vv be two vectors in standard position. If uu and vv 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 u×v.u×v. Now suppose we add a third vector ww that does not lie in the same plane as uu and vv 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 2.59. The volume of this prism is the product of the figure’s height and the area of its base. The triple scalar product of u,v,u,v, and ww provides a simple method for calculating the volume of the parallelepiped defined by these vectors.

Theorem 2.10

Volume of a Parallelepiped

The volume of a parallelepiped with adjacent edges given by the vectors u,v,andwu,v,andw is the absolute value of the triple scalar product:

V=|u·(v×w)|.V=|u·(v×w)|.

See Figure 2.59.

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 2.59 The height of the parallelepiped is given by projv×wu.projv×wu.

Proof

The area of the base of the parallelepiped is given by v×w.v×w. The height of the figure is given by projv×wu.projv×wu. The volume of the parallelepiped is the product of the height and the area of the base, so we have

V=projv×wuv×w=|u·(v×w)v×w|v×w=|u·(v×w)|.V=projv×wuv×w=|u·(v×w)v×w|v×w=|u·(v×w)|.

Example 2.41

Calculating the Volume of a Parallelepiped

Let u=−1,−2,1,v=4,3,2,andw=0,−5,−2.u=−1,−2,1,v=4,3,2,andw=0,−5,−2. Find the volume of the parallelepiped with adjacent edges u,v,andwu,v,andw (Figure 2.60).

This figure is the 3-dimensional coordinate system. It has three vectors in standard position. The vectors are u = <-1, -2, 1>; v = <4, 3, 2>; and w = <0, -5, -2>.
Figure 2.60

Checkpoint 2.40

Find the volume of the parallelepiped formed by the vectors a=3i+4jk,a=3i+4jk, b=2ijk,b=2ijk, and c=3j+k.c=3j+k.

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 2.42

Using the Triple Scalar Product

Use the triple scalar product to show that vectors u=2,0,5,v=2,2,4,andw=1,−1,3u=2,0,5,v=2,2,4,andw=1,−1,3 are coplanar—that is, show that these vectors lie in the same plane.

Checkpoint 2.41

Are the vectors a=i+jk,a=i+jk, b=ij+k,b=ij+k, and c=i+j+kc=i+j+k coplanar?

Example 2.43

Finding an Orthogonal Vector

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),P=(9,−3,−2),Q=(1,3,0), and R=(−2,5,0).R=(−2,5,0).

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 rr 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 FF represent the force. Then torque is equal to the cross product of rr and F:F:

τ=r×F.τ=r×F.

See Figure 2.61.

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 2.61 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 2.44

Evaluating Torque

A bolt is tightened by applying a force of 66 N to a 0.15-m wrench (Figure 2.62). The angle between the wrench and the force vector is 40°.40°. 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 2.62 Torque describes the twisting action of the wrench.

Checkpoint 2.42

Calculate the force required to produce 15N·m15N·m torque at an angle of 30º30º from a 150-cm rod.

Section 2.4 Exercises

For the following exercises, the vectors uu and vv are given.

  1. Find the cross product u×vu×v of the vectors uu and v.v. Express the answer in component form.
  2. Sketch the vectors u,v,u,v, and u×v.u×v.
183.

u=2,0,0,u=2,0,0, v=2,2,0v=2,2,0

184.

u=3,2,−1,u=3,2,−1, v=1,1,0v=1,1,0

185.

u=2i+3j,u=2i+3j, v=j+2kv=j+2k

186.

u=2j+3k,u=2j+3k, v=3i+kv=3i+k

187.

Simplify (i×i2i×j4i×k+3j×k)×i.(i×i2i×j4i×k+3j×k)×i.

188.

Simplify j×(k×j+2j×i3j×j+5i×k).j×(k×j+2j×i3j×j+5i×k).

In the following exercises, vectors uu and vv are given. Find unit vector ww in the direction of the cross product vector u×v.u×v. Express your answer using standard unit vectors.

189.

u=3,−1,2,u=3,−1,2, v=−2,0,1v=−2,0,1

190.

u=2,6,1,u=2,6,1, v=3,0,1v=3,0,1

191.

u=AB,u=AB, v=AC,v=AC, where A(1,0,1),A(1,0,1), B(1,−1,3),B(1,−1,3), and C(0,0,5)C(0,0,5)

192.

u=OP,u=OP, v=PQ,v=PQ, where P(−1,1,0)P(−1,1,0) and Q(0,2,1)Q(0,2,1)

193.

Determine the real number αα such that u×vu×v and ii are orthogonal, where u=3i+j5ku=3i+j5k and v=4i2j+αk.v=4i2j+αk.

194.

Show that u×vu×v and 2i14j+2k2i14j+2k cannot be orthogonal for any αα real number, where u=i+7jku=i+7jk and v=αi+5j+k.v=αi+5j+k.

195.

Show that u×vu×v is orthogonal to u+vu+v and uv,uv, where uu and vv are nonzero vectors.

196.

Show that v×uv×u is orthogonal to (u·v)(u+v)+u,(u·v)(u+v)+u, where uu and vv are nonzero vectors.

197.

Calculate the determinant |ijk1−17203|.|ijk1−17203|.

198.

Calculate the determinant |ijk03−416−1|.|ijk03−416−1|.

For the following exercises, the vectors uu and vv are given. Use determinant notation to find vector ww orthogonal to vectors uu and v.v.

199.

u=−1,0,et,u=−1,0,et, v=1,et,0,v=1,et,0, where tt is a real number

200.

u=1,0,x,u=1,0,x, v=2x,1,0,v=2x,1,0, where xx is a nonzero real number

201.

Find vector (a2b)×c,(a2b)×c, where a= |ijk2−15018| ,a= |ijk2−15018| , b= |ijk0112−1−2| ,b= |ijk0112−1−2| , and c=i+j+k.c=i+j+k.

202.

Find vector c×(a+3b),c×(a+3b), where a=|ijk509010|,a=|ijk509010|, b=|ijk0−1171−1|,b=|ijk0−1171−1|, and c=ik.c=ik.

203.

[T] Use the cross product u×vu×v to find the acute angle between vectors uu and v,v, where u=i+2ju=i+2j and v=i+k.v=i+k. Express the answer in degrees rounded to the nearest integer.

204.

[T] Use the cross product u×vu×v to find the obtuse angle between vectors uu and v,v, where u=i+3j+ku=i+3j+k and v=i2j.v=i2j. Express the answer in degrees rounded to the nearest integer.

205.

Use the sine and cosine of the angle between two nonzero vectors uu and vv to prove Lagrange’s identity: u×v2=u2v2(u·v)2.u×v2=u2v2(u·v)2.

206.

Verify Lagrange’s identity u×v2=u2v2(u·v)2u×v2=u2v2(u·v)2 for vectors u=i+j2ku=i+j2k and v=2ij.v=2ij.

207.

Nonzero vectors uu and vv are called collinear if there exists a nonzero scalar αα such that v=αu.v=αu. Show that uu and vv are collinear if and only if u×v=0.u×v=0.

208.

Nonzero vectors uu and vv are called collinear if there exists a nonzero scalar αα such that v=αu.v=αu. Show that vectors ABAB and ACAC are collinear, where A(4,1,0),A(4,1,0), B(6,5,−2),B(6,5,−2), and C(5,3,−1).C(5,3,−1).

209.

Find the area of the parallelogram with adjacent sides u=3,2,0u=3,2,0 and v=0,2,1.v=0,2,1.

210.

Find the area of the parallelogram with adjacent sides u=i+ju=i+j and v=i+k.v=i+k.

211.

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

  1. Find the area of parallelogram ABCDABCD with adjacent sides ABAB and AC.AC.
  2. Find the area of triangle ABC.ABC.
  3. Find the distance from point AA to line BC.BC.
212.

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

  1. Find the area of parallelogram ABCDABCD with adjacent sides ABAB and AC.AC.
  2. Find the area of triangle ABC.ABC.
  3. Find the distance from point BB to line AC.AC.

In the following exercises, vectors u,v,andwu,v,andw are given.

  1. Find the triple scalar product u·(v×w).u·(v×w).
  2. Find the volume of the parallelepiped with the adjacent edges u,v,andw.u,v,andw.
213.

u=i+j,u=i+j, v=j+k,v=j+k, and w=i+kw=i+k

214.

u=−3,5,−1,u=−3,5,−1, v=0,2,−2,v=0,2,−2, and w=3,1,1w=3,1,1

215.

Calculate the triple scalar products v·(u×w)v·(u×w) and w·(u×v),w·(u×v), where u=1,1,1,u=1,1,1, v=7,6,9,v=7,6,9, and w=4,2,7.w=4,2,7.

216.

Calculate the triple scalar products w·(v×u)w·(v×u) and u·(w×v),u·(w×v), where u=4,2,−1,u=4,2,−1, v=2,5,−3,v=2,5,−3, and w=9,5,−10.w=9,5,−10.

217.

Find vectors a,b,andca,b,andc with a triple scalar product given by the determinant

|123025892|.|123025892|. Determine their triple scalar product.

218.

The triple scalar product of vectors a,b,andca,b,andc is given by the determinant

|0−210141−37|.|0−210141−37|. Find vector ab+c.ab+c.

219.

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

  1. Find the real number α>0α>0 such that the volume of the parallelepiped is 33 units3.
  2. For α=1,α=1, find the height hh from vertex CC of the parallelepiped to the plane formed by the edges OAOA and OBOB.
220.

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

  1. Determine the volume of the parallelepiped with adjacent sides OA,OA, OB,OB, and OC.OC.
  2. Find the volume of the tetrahedron with vertices O,A,B,andC.O,A,B,andC. (Hint: The volume of the tetrahedron is 1/61/6 of the volume of the parallelepiped.)
  3. Find the distance from the origin to the plane determined by A,B,andC.A,B,andC. Sketch the parallelepiped and tetrahedron.
221.

Let u,v,andwu,v,andw be three-dimensional vectors and cc be a real number. Prove the following properties of the cross product.

  1. u×u=0u×u=0
  2. u×(v+w)=(u×v)+(u×w)u×(v+w)=(u×v)+(u×w)
  3. c(u×v)=(cu)×v=u×(cv)c(u×v)=(cu)×v=u×(cv)
  4. u·(u×v)=0u·(u×v)=0
222.

Show that vectors u=1,0,−8,u=1,0,−8, v=0,1,6,v=0,1,6, and w=−1,9,3w=−1,9,3 satisfy the following properties of the cross product.

  1. u×u=0u×u=0
  2. u×(v+w)=(u×v)+(u×w)u×(v+w)=(u×v)+(u×w)
  3. c(u×v)=(cu)×v=u×(cv)c(u×v)=(cu)×v=u×(cv)
  4. u·(u×v)=0u·(u×v)=0
223.

Nonzero vectors u,v,andwu,v,andw 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 w=αu+βv.w=αu+βv. Otherwise, the vectors are called linearly independent. Show that u,v,andwu,v,andw are coplanar if and only if they are linear dependent.

224.

Consider vectors u=1,4,−7,u=1,4,−7, v=2,−1,4,v=2,−1,4, w=0,−9,18,w=0,−9,18, and p=0,−9,17.p=0,−9,17.

  1. Show that u,v,andwu,v,andw are coplanar by using their triple scalar product
  2. Show that u,v,andwu,v,andw are coplanar, using the definition that there exist two nonzero real numbers αα and ββ such that w=αu+βv.w=αu+βv.
  3. Show that u,v,andpu,v,andp are linearly independent—that is, none of the vectors is a linear combination of the other two.
225.

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

226.

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

227.

Let u=u1,u2u=u1,u2 and v=v1,v2v=v1,v2 be two-dimensional vectors. The cross product of vectors uu and vv is not defined. However, if the vectors are regarded as the three-dimensional vectors u˜=u1,u2,0u˜=u1,u2,0 and v˜=v1,v2,0,v˜=v1,v2,0, respectively, then, in this case, we can define the cross product of u˜u˜ and v˜.v˜. In particular, in determinant notation, the cross product of u˜u˜ and v˜v˜ is given by

u ˜ × v ˜ = | i j k u 1 u 2 0 v 1 v 2 0 | . u ˜ × v ˜ = | i j k u 1 u 2 0 v 1 v 2 0 | .

Use this result to compute (icosθ+jsinθ)×(isinθjcosθ),(icosθ+jsinθ)×(isinθjcosθ), where θθ is a real number.

228.

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

  1. Find the area of triangle P,Q,andR.P,Q,andR.
  2. Determine the distance from point RR to the line passing through PandQ.PandQ.
229.

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

230.

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

231.

Consider uu and vv two three-dimensional vectors. If the magnitude of the cross product vector u×vu×v is kk times larger than the magnitude of vector u,u, show that the magnitude of vv is greater than or equal to k,k, where kk is a natural number.

232.

[T] Assume that the magnitudes of two nonzero vectors uu and vv are known. The function f(θ)=uvsinθf(θ)=uvsinθ defines the magnitude of the cross product vector u×v,u×v, where θ[0,π]θ[0,π] is the angle between uandv.uandv.

  1. Graph the function f.f.
  2. Find the absolute minimum and maximum of function f.f. Interpret the results.
  3. If u=5u=5 and v=2,v=2, find the angle between uandvuandv if the magnitude of their cross product vector is equal to 9.9.
233.

Find all vectors w=w1,w2,w3w=w1,w2,w3 that satisfy the equation 1,1,1×w=−1,−1,2.1,1,1×w=−1,−1,2.

234.

Solve the equation w×1,0,−1=3,0,3,w×1,0,−1=3,0,3, where w=w1,w2,w3w=w1,w2,w3 is a nonzero vector with a magnitude of 3.3.

235.

[T] A mechanic uses a 12-in. wrench to turn a bolt. The wrench makes a 30°30° angle with the horizontal. If the mechanic applies a vertical force of 1010 lb on the wrench handle, what is the magnitude of the torque at point PP (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.”
236.

[T] A boy applies the brakes on a bicycle by applying a downward force of 2020 lb on the pedal when the 6-in. crank makes a 40°40° angle with the horizontal (see the following figure). Find the torque at point P.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”.
237.

[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 0,1,−20,1,−2 and it produces a 100100 N·m torque to the bolt located at the origin.

238.

[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°35° to produce a torque of 2020 N·m?

239.

[T] The force vector FF acting on a proton with an electric charge of 1.6×10−19C1.6×10−19C (in coulombs) moving in a magnetic field BB where the velocity vector vv is given by F=1.6×10−19(v×B)F=1.6×10−19(v×B) (here, vv is expressed in meters per second, BB is in tesla [T], and FF is in newtons [N]). Find the force that acts on a proton that moves in the xy-plane at velocity v=105i+105jv=105i+105j (in meters per second) in a magnetic field given by B=0.3j.B=0.3j.

240.

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

241.

[T] Consider r(t)=cost,sint,2tr(t)=cost,sint,2t the position vector of a particle at time t[0,30],t[0,30], where the components of rr are expressed in centimeters and time in seconds. Let OPOP be the position vector of the particle after 11 sec.

  1. Determine unit vector B(t)B(t) (called the binormal unit vector) that has the direction of cross product vector v(t)×a(t),v(t)×a(t), where v(t)v(t) and a(t)a(t) are the instantaneous velocity vector and, respectively, the acceleration vector of the particle after tt seconds.
  2. Use a CAS to visualize vectors v(1),v(1), a(1),a(1), and B(1)B(1) as vectors starting at point PP along with the path of the particle.
242.

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),A(8,0,0), B(8,18,0),B(8,18,0), C(0,18,8),C(0,18,8), and D(0,0,8)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.
  1. Find vector n=AB×ADn=AB×AD perpendicular to the surface of the solar panels. Express the answer using standard unit vectors.
  2. Assume unit vector s=13i+13j+13ks=13i+13j+13k points toward the Sun at a particular time of the day and the flow of solar energy is F=900sF=900s (in watts per square meter [W/m2W/m2]). Find the predicted amount of electrical power the panel can produce, which is given by the dot product of vectors FF and nn (expressed in watts).
  3. 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 nn and ss and the angle of elevation are complementary.)
Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution-NonCommercial-ShareAlike License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/calculus-volume-3/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/calculus-volume-3/pages/1-introduction
Citation information

© Feb 5, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.