Write B = 8i +4j -12k as the Sum of a Vector Parallel to a

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 = u 1 , u 2 , u 3 u = u 1 , u 2 , u 3 and v = v 1 , v 2 , v 3 v = v 1 , v 2 , v 3 be nonzero vectors. We want to find a vector w = w 1 , w 2 , w 3 w = w 1 , w 2 , w 3 orthogonal to both u u and v v —that is, we want to find w w such that u · w = 0 u · w = 0 and v · w = 0 . v · w = 0 . Therefore, w 1 , w 1 , w 2 , w 2 , and w 3 w 3 must satisfy

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. 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.

If we multiply the top equation by v 3 v 3 and the bottom equation by u 3 u 3 and subtract, we can eliminate the variable w 3 , 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 . ( u 1 v 3 v 1 u 3 ) w 1 + ( u 2 v 3 v 2 u 3 ) w 2 = 0 .

If we select

w 1 = u 2 v 3 u 3 v 2 w 2 = ( u 1 v 3 u 3 v 1 ) , w 1 = u 2 v 3 u 3 v 2 w 2 = ( u 1 v 3 u 3 v 1 ) ,

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 . w 3 = u 1 v 2 u 2 v 1 .

That is, vector

w = u 2 v 3 u 3 v 2 , ( u 1 v 3 u 3 v 1 ) , u 1 v 2 u 2 v 1 w = u 2 v 3 u 3 v 2 , ( u 1 v 3 u 3 v 1 ) , u 1 v 2 u 2 v 1

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

Definition

Let u = u 1 , u 2 , u 3 and v = v 1 , v 2 , v 3 . u = u 1 , u 2 , u 3 and v = v 1 , v 2 , v 3 . Then, the cross product u × v u × v is vector

u × v = ( u 2 v 3 u 3 v 2 ) i ( u 1 v 3 u 3 v 1 ) j + ( u 1 v 2 u 2 v 1 ) k = u 2 v 3 u 3 v 2 , ( u 1 v 3 u 3 v 1 ) , u 1 v 2 u 2 v 1 . u × v = ( u 2 v 3 u 3 v 2 ) i ( u 1 v 3 u 3 v 1 ) j + ( u 1 v 2 u 2 v 1 ) k = u 2 v 3 u 3 v 2 , ( u 1 v 3 u 3 v 1 ) , u 1 v 2 u 2 v 1 .

(2.9)

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

u · ( u × v ) = u 1 , u 2 , u 3 · u 2 v 3 u 3 v 2 , u 1 v 3 + u 3 v 1 , u 1 v 2 u 2 v 1 = u 1 ( u 2 v 3 u 3 v 2 ) + u 2 ( 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 ) + ( 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 u · ( u × v ) = u 1 , u 2 , u 3 · u 2 v 3 u 3 v 2 , u 1 v 3 + u 3 v 1 , u 1 v 2 u 2 v 1 = u 1 ( u 2 v 3 u 3 v 2 ) + u 2 ( 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 ) + ( 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

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 , 5 and q = 4 , 0 , −3 p = −1 , 2 , 5 and q = 4 , 0 , −3 (Figure 2.53). Find p × q . p × q .

." The second vector is labeled "q = <4, 0, -3>.""> This figure is the 3-dimensional coordinate system. It has two vectors in standard position. The first vector is labeled ." The second vector is labeled "q = <4, 0, -3>."" id="4">

Figure 2.53 Finding a cross product to two given vectors.

Checkpoint 2.30

Find p × q p × q for p = 5 , 1 , 2 p = 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 × v u × 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

Figure 2.54 The direction of u × v u × 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 , 1 u = 0 , 2 , 1 and v = 3 , −1 , 0 . v = 3 , −1 , 0 . Calculate u × v u × v and v × u v × u and graph them.

." The second vector is labeled "v = <3, -1, 0>.""> This figure is the 3-dimensional coordinate system. It has two vectors in standard position. The first vector is labeled ." The second vector is labeled "v = <3, -1, 0>."" id="8">

Figure 2.55 Are the cross products u × v u × v and v × u v × u in the same direction?

Checkpoint 2.31

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

The cross products of the standard unit vectors i , j , i , j , and k k 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 i i and j j is parallel to k . k . Similarly, the vector product of i i and k k is parallel to j , j , and the vector product of j j and k k is parallel to i . i . We can use the right-hand rule to determine the direction of each product. Then we have

i × j = k j × i = k j × k = i k × j = i k × i = j i × k = j . i × j = k j × i = k j × k = i k × j = i k × i = j i × 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 w w be vectors in space, and let c c be a scalar.

i. u × v = ( v × u ) Anticommutative property ii. u × ( v + w ) = u × v + u × w Distributive property iii. c ( u × v ) = ( c u ) × v = u × ( c v ) Multiplication by a constant iv. u × 0 = 0 × u = 0 Cross product of the zero vector v. v × v = 0 Cross product of a vector with itself vi. u · ( v × w ) = ( u × v ) · w Scalar triple product i. u × v = ( v × u ) Anticommutative property ii. u × ( v + w ) = u × v + u × w Distributive property iii. c ( u × v ) = ( c u ) × v = u × ( c v ) Multiplication by a constant iv. u × 0 = 0 × u = 0 Cross product of the zero vector v. v × v = 0 Cross product of a vector with itself vi. u · ( v × w ) = ( u × v ) · w Scalar triple product

Proof

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

u × v = u 1 , u 2 , u 3 × v 1 , v 2 , v 3 = u 2 v 3 u 3 v 2 , u 1 v 3 + u 3 v 1 , u 1 v 2 u 2 v 1 = u 3 v 2 u 2 v 3 , u 3 v 1 + u 1 v 3 , u 2 v 1 u 1 v 2 = v 1 , v 2 , v 3 × u 1 , u 2 , u 3 = ( v × u ) . u × v = u 1 , u 2 , u 3 × v 1 , v 2 , v 3 = u 2 v 3 u 3 v 2 , u 1 v 3 + u 3 v 1 , u 1 v 2 u 2 v 1 = u 3 v 2 u 2 v 3 , u 3 v 1 + u 1 v 3 , u 2 v 1 u 1 v 2 = v 1 , v 2 , v 3 × u 1 , u 2 , u 3 = ( 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 = u 2 ( 0 ) u 3 ( 0 ) , ( u 2 ( 0 ) u 3 ( 0 ) ) , u 1 ( 0 ) u 2 ( 0 ) = 0 , 0 , 0 = 0 . u × 0 = u 2 ( 0 ) u 3 ( 0 ) , ( u 2 ( 0 ) u 3 ( 0 ) ) , u 1 ( 0 ) u 2 ( 0 ) = 0 , 0 , 0 = 0 .

Then, by property i., 0 × u = 0 0 × 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 · v 2 w 3 v 3 w 2 , v 1 w 3 + v 3 w 1 , 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 ) = 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 = u 2 v 3 u 3 v 2 , u 3 v 1 u 1 v 3 , u 1 v 2 u 2 v 1 · w 1 , w 2 , w 3 = ( u × v ) · w . u · ( v × w ) = u · v 2 w 3 v 3 w 2 , v 1 w 3 + v 3 w 1 , 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 ) = 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 = u 2 v 3 u 3 v 2 , u 3 v 1 u 1 v 3 , u 1 v 2 u 2 v 1 · w 1 , w 2 , w 3 = ( u × v ) · w .

Example 2.34

Using the Properties of the Cross Product

Use the cross product properties to calculate ( 2 i × 3 j ) × j . ( 2 i × 3 j ) × 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 × v u × v involving the magnitudes of u u and v , v , and the sine of the angle between them.

Theorem 2.7

Magnitude of the Cross Product

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

Proof

Let u = u 1 , u 2 , u 3 u = u 1 , u 2 , u 3 and v = v 1 , v 2 , v 3 v = v 1 , v 2 , v 3 be vectors, and let θ θ denote the angle between them. Then

u × v 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 = u 2 v 2 ( u · v ) 2 = u 2 v 2 u 2 v 2 cos 2 θ = u 2 v 2 ( 1 cos 2 θ ) = u 2 v 2 ( sin 2 θ ) . u × v 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 = u 2 v 2 ( u · v ) 2 = u 2 v 2 u 2 v 2 cos 2 θ = u 2 v 2 ( 1 cos 2 θ ) = u 2 v 2 ( sin 2 θ ) .

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

u × v = u v sin θ . u × v = u v 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 2.35

Calculating the Cross Product

Use Properties of the Cross Product to find the magnitude of the cross product of u = 0 , 4 , 0 u = 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 , 0 u = −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 × 2 2 × 2 determinant is defined by

| a 1 a 2 b 1 b 2 | = a 1 b 2 b 1 a 2 . | a 1 a 2 b 1 b 2 | = a 1 b 2 b 1 a 2 .

For example,

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

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

| a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 | = a 1 | b 2 b 3 c 2 c 3 | a 2 | b 1 b 3 c 1 c 3 | + a 3 | b 1 b 2 c 1 c 2 | . | a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 | = a 1 | b 2 b 3 c 2 c 3 | a 2 | b 1 b 3 c 1 c 3 | + a 3 | b 1 b 2 c 1 c 2 | .

(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 × 2 2 × 2 determinants on the right side of this expression are the entries in the first row of the 3 × 3 3 × 3 determinant. Furthermore, each of the 2 × 2 2 × 2 determinants contains the entries from the 3 × 3 3 × 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 a 1 is the multiplier, and the 2 × 2 2 × 2 determinant contains the entries that remain if you cross out the first row and first column of the 3 × 3 3 × 3 determinant. Similarly, for the second term, the multiplier is a 2 , a 2 , and the 2 × 2 2 × 2 determinant contains the entries that remain if you cross out the first row and second column of the 3 × 3 3 × 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 × 3 3 × 3 Determinant

Evaluate the determinant | 2 5 −1 −1 1 3 −2 3 4 | . | 2 5 −1 −1 1 3 −2 3 4 | .

Checkpoint 2.35

Evaluate the determinant | 1 −2 −1 3 2 −3 1 5 4 | . | 1 −2 −1 3 2 −3 1 5 4 | .

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 = u 1 , u 2 , u 3 u = u 1 , u 2 , u 3 and v = v 1 , v 2 , v 3 v = v 1 , v 2 , v 3 be vectors. Then the cross product u × v u × v is given by

u × v = | i j k u 1 u 2 u 3 v 1 v 2 v 3 | = | u 2 u 3 v 2 v 3 | i | u 1 u 3 v 1 v 3 | j + | u 1 u 2 v 1 v 2 | k . u × v = | i j k u 1 u 2 u 3 v 1 v 2 v 3 | = | u 2 u 3 v 2 v 3 | i | u 1 u 3 v 1 v 3 | j + | u 1 u 2 v 1 v 2 | k .

Example 2.37

Using Determinant Notation to find p × q p × q

Let p = −1 , 2 , 5 p = −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 , 3 a = 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 , −1 a = 5 , 2 , −1 and b = 0 , −1 , 4 . b = 0 , −1 , 4 . Find a unit vector orthogonal to both a a and b . b .

Checkpoint 2.37

Find a unit vector orthogonal to both a a and b , b , where a = 4 , 0 , 3 a = 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 u u and v v such that they form adjacent sides of a parallelogram, then the area of the parallelogram is given by u × v u × v (Figure 2.57).

This figure is a parallelogram. One side is represented with a vector labeled

Figure 2.57 The parallelogram with adjacent sides u u and v v has base u u and height v sin θ . v sin θ .

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 ( v sin θ ) = u × v Area of a parallelogram = base × height = u ( v sin θ ) = u × v

Example 2.39

Finding the Area of a Triangle

Let P = ( 1 , 0 , 0 ) , Q = ( 0 , 1 , 0 ) , and R = ( 0 , 0 , 1 ) P = ( 1 , 0 , 0 ) , Q = ( 0 , 1 , 0 ) , and R = ( 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 P Q R S P Q R S 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 w w is u · ( v × w ) . u · ( v × w ) .

Theorem 2.9

Calculating a Triple Scalar Product

The triple scalar product of vectors u = u 1 i + u 2 j + u 3 k , u = u 1 i + u 2 j + u 3 k , v = v 1 i + v 2 j + v 3 k , v = v 1 i + v 2 j + v 3 k , and w = w 1 i + w 2 j + w 3 k w = w 1 i + w 2 j + w 3 k is the determinant of the 3 × 3 3 × 3 matrix formed by the components of the vectors:

u · ( v × w ) = | u 1 u 2 u 3 v 1 v 2 v 3 w 1 w 2 w 3 | . u · ( v × w ) = | u 1 u 2 u 3 v 1 v 2 v 3 w 1 w 2 w 3 | .

Proof

The calculation is straightforward.

u · ( v × w ) = u 1 , u 2 , u 3 · v 2 w 3 v 3 w 2 , v 1 w 3 + v 3 w 1 , 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 ) = 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 ) = | u 1 u 2 u 3 v 1 v 2 v 3 w 1 w 2 w 3 | u · ( v × w ) = u 1 , u 2 , u 3 · v 2 w 3 v 3 w 2 , v 1 w 3 + v 3 w 1 , 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 ) = 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 ) = | u 1 u 2 u 3 v 1 v 2 v 3 w 1 w 2 w 3 |

Example 2.40

Calculating the Triple Scalar Product

Let u = 1 , 3 , 5 , v = 2 , −1 , 0 and w = −3 , 0 , −1 . u = 1 , 3 , 5 , v = 2 , −1 , 0 and w = −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:

| a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 | = d | b 1 b 2 b 3 a 1 a 2 a 3 c 1 c 2 c 3 | = d | b 1 b 2 b 3 c 1 c 2 c 3 a 1 a 2 a 3 | = d | c 1 c 2 c 3 b 1 b 2 b 3 a 1 a 2 a 3 | = d . | a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 | = d | b 1 b 2 b 3 a 1 a 2 a 3 c 1 c 2 c 3 | = d | b 1 b 2 b 3 c 1 c 2 c 3 a 1 a 2 a 3 | = d | c 1 c 2 c 3 b 1 b 2 b 3 a 1 a 2 a 3 | = d .

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

| 1 2 1 −2 0 3 4 1 −1 | = | 0 3 1 −1 | 2 | −2 3 4 −1 | + | −2 0 4 1 | = ( 0 3 ) 2 ( 2 12 ) + ( −2 0 ) = −3 + 20 2 = 15. | 1 2 1 −2 0 3 4 1 −1 | = | 0 3 1 −1 | 2 | −2 3 4 −1 | + | −2 0 4 1 | = ( 0 3 ) 2 ( 2 12 ) + ( −2 0 ) = −3 + 20 2 = 15.

Switching the top two rows we have

| −2 0 3 1 2 1 4 1 −1 | = −2 | 2 1 1 −1 | + 3 | 1 2 4 1 | = −2 ( −2 1 ) + 3 ( 1 8 ) = 6 21 = −15 . | −2 0 3 1 2 1 4 1 −1 | = −2 | 2 1 1 −1 | + 3 | 1 2 4 1 | = −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 u = u 1 i + u 2 j + u 3 k , u = u 1 i + u 2 j + u 3 k , v = v 1 i + v 2 j + v 3 k , v = v 1 i + v 2 j + v 3 k , and w = w 1 i + w 2 j + w 3 k . w = w 1 i + w 2 j + w 3 k . Applying Calculating a Triple Scalar Product, we have

u · ( v × w ) = | u 1 u 2 u 3 v 1 v 2 v 3 w 1 w 2 w 3 | and u · ( w × v ) = | u 1 u 2 u 3 w 1 w 2 w 3 v 1 v 2 v 3 | . u · ( v × w ) = | u 1 u 2 u 3 v 1 v 2 v 3 w 1 w 2 w 3 | and u · ( w × v ) = | u 1 u 2 u 3 w 1 w 2 w 3 v 1 v 2 v 3 | .

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 u u and v v be two vectors in standard position. If u u and v 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 u × v . u × v . Now suppose we add a third vector w w that does not lie in the same plane as u u and v 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 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 w w 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 , and w u , v , and w 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

Figure 2.59 The height of the parallelepiped is given by proj v×w u . proj v×w u .

Proof

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

V = proj v × w u v × w = | u · ( v × w ) v × w | v × w = | u · ( v × w ) | . V = proj v × w u v × 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 , and w = 0 , −5 , −2 . u = −1 , −2 , 1 , v = 4 , 3 , 2 , and w = 0 , −5 , −2 . Find the volume of the parallelepiped with adjacent edges u , v , and w u , v , and w (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 = 3 i + 4 j k , a = 3 i + 4 j k , b = 2 i j k , b = 2 i j k , and c = 3 j + k . c = 3 j + 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 , and w = 1 , −1 , 3 u = 2 , 0 , 5 , v = 2 , 2 , 4 , and w = 1 , −1 , 3 are coplanar—that is, show that these vectors lie in the same plane.

Checkpoint 2.41

Are the vectors a = i + j k , a = i + j k , b = i j + k , b = i j + k , and c = i + j + k c = 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 r 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 F F represent the force. Then torque is equal to the cross product of r r and F : F :

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

See Figure 2.61.

This figure has a vector r from an

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 6 6 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

Figure 2.62 Torque describes the twisting action of the wrench.

Checkpoint 2.42

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

Section 2.4 Exercises

For the following exercises, the vectors u u and v v are given.

  1. Find the cross product u × v u × v of the vectors u u 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 , 0 v = 2 , 2 , 0

184 .

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

185 .

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

186 .

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

187 .

Simplify ( i × i 2 i × j 4 i × k + 3 j × k ) × i . ( i × i 2 i × j 4 i × k + 3 j × k ) × i .

188 .

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

In the following exercises, vectors u u and v v are given. Find unit vector w w 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 , 1 v = −2 , 0 , 1

190 .

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

191 .

u = A B , u = A B , v = A C , v = A C , 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 = O P , u = O P , v = P Q , v = P Q , 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 × v u × v and i i are orthogonal, where u = 3 i + j 5 k u = 3 i + j 5 k and v = 4 i 2 j + α k . v = 4 i 2 j + α k .

194 .

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

195 .

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

196 .

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

197 .

Calculate the determinant | i j k 1 −1 7 2 0 3 | . | i j k 1 −1 7 2 0 3 | .

198 .

Calculate the determinant | i j k 0 3 −4 1 6 −1 | . | i j k 0 3 −4 1 6 −1 | .

For the following exercises, the vectors u u and v v are given. Use determinant notation to find vector w w orthogonal to vectors u u and v . v .

199 .

u = −1 , 0 , e t , u = −1 , 0 , e t , v = 1 , e t , 0 , v = 1 , e t , 0 , where t t is a real number

200 .

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

201 .

Find vector ( a 2 b ) × c , ( a 2 b ) × c , where a = | i j k 2 −1 5 0 1 8 | , a = | i j k 2 −1 5 0 1 8 | , b = | i j k 0 1 1 2 −1 −2 | , b = | i j k 0 1 1 2 −1 −2 | , and c = i + j + k . c = i + j + k .

202 .

Find vector c × ( a + 3 b ) , c × ( a + 3 b ) , where a = | i j k 5 0 9 0 1 0 | , a = | i j k 5 0 9 0 1 0 | , b = | i j k 0 −1 1 7 1 −1 | , b = | i j k 0 −1 1 7 1 −1 | , and c = i k . c = i k .

203 .

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

204 .

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

205 .

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

206 .

Verify Lagrange's identity u × v 2 = u 2 v 2 ( u · v ) 2 u × v 2 = u 2 v 2 ( u · v ) 2 for vectors u = i + j 2 k u = i + j 2 k and v = 2 i j . v = 2 i j .

207 .

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

208 .

Nonzero vectors u u and v v are called collinear if there exists a nonzero scalar α α such that v = α u . v = α u . Show that vectors A B A B and A C A C 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 , 0 u = 3 , 2 , 0 and v = 0 , 2 , 1 . v = 0 , 2 , 1 .

210 .

Find the area of the parallelogram with adjacent sides u = i + j u = 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 A B C D A B C D with adjacent sides A B A B and A C . A C .
  2. Find the area of triangle A B C . A B C .
  3. Find the distance from point A A to line B C . B C .

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 A B C D A B C D with adjacent sides A B A B and A C . A C .
  2. Find the area of triangle A B C . A B C .
  3. Find the distance from point B B to line A C . A C .

In the following exercises, vectors u , v , and w u , v , and w 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 , and w . u , v , and w .

213 .

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

214 .

u = −3 , 5 , −1 , u = −3 , 5 , −1 , v = 0 , 2 , −2 , v = 0 , 2 , −2 , and w = 3 , 1 , 1 w = 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 , and c a , b , and c with a triple scalar product given by the determinant

| 1 2 3 0 2 5 8 9 2 | . | 1 2 3 0 2 5 8 9 2 | . Determine their triple scalar product.

218 .

The triple scalar product of vectors a , b , and c a , b , and c is given by the determinant

| 0 −2 1 0 1 4 1 −3 7 | . | 0 −2 1 0 1 4 1 −3 7 | . Find vector a b + c . a b + c .

219 .

Consider the parallelepiped with edges O A , O B , O A , O B , and O C , O C , 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 3 3 units3.
  2. For α = 1 , α = 1 , find the height h h from vertex C C of the parallelepiped. Sketch the parallelepiped.

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 O A , O A , O B , O B , and O C . O C .
  2. Find the volume of the tetrahedron with vertices O , A , B , and C . O , A , B , and C . (Hint: The volume of the tetrahedron is 1 / 6 1 / 6 of the volume of the parallelepiped.)
  3. Find the distance from the origin to the plane determined by A , B , and C . A , B , and C . Sketch the parallelepiped and tetrahedron.

221 .

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

  1. u × u = 0 u × u = 0
  2. u × ( v + w ) = ( u × v ) + ( u × w ) u × ( v + w ) = ( u × v ) + ( u × w )
  3. c ( u × v ) = ( c u ) × v = u × ( c v ) c ( u × v ) = ( c u ) × v = u × ( c v )
  4. u · ( u × v ) = 0 u · ( 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 , 3 w = −1 , 9 , 3 satisfy the following properties of the cross product.

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

223 .

Nonzero vectors u , v , and w u , v , and 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 w = α u + β v . w = α u + β v . Otherwise, the vectors are called linearly independent. Show that u , v , and w u , v , and w 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 , and w u , v , and w are coplanar by using their triple scalar product
  2. Show that u , v , and w u , v , and w 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 , and p u , v , and p 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 A B , A B , A C , A C , and A D A D linearly dependent (that is, one of the vectors is a linear combination of the other two)?

226 .

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

227 .

Let u = u 1 , u 2 u = u 1 , u 2 and v = v 1 , v 2 v = v 1 , v 2 be two-dimensional vectors. The cross product of vectors u u and v v is not defined. However, if the vectors are regarded as the three-dimensional vectors u ˜ = u 1 , u 2 , 0 u ˜ = u 1 , u 2 , 0 and v ˜ = v 1 , v 2 , 0 , v ˜ = v 1 , v 2 , 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 ( i cos θ + j sin θ ) × ( i s i n θ j c o s θ ) , ( i cos θ + j sin θ ) × ( i s i n θ j c o s θ ) , 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 , and R . P , Q , and R .
  2. Determine the distance from point R R to the line passing through P and Q . P and Q .

229 .

Determine a vector of magnitude 10 10 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 u u and v v two three-dimensional vectors. If the magnitude of the cross product vector u × v u × v is k k times larger than the magnitude of vector u , u , show that the magnitude of v v is greater than or equal to k , k , where k k is a natural number.

232 .

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

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

233 .

Find all vectors w = w 1 , w 2 , w 3 w = w 1 , w 2 , w 3 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 = w 1 , w 2 , w 3 w = w 1 , w 2 , w 3 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 10 10 lb on the wrench handle, what is the magnitude of the torque at point P 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

236 .

[T] A boy applies the brakes on a bicycle by applying a downward force of 20 20 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

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 , −2 0 , 1 , −2 and it produces a 100 100 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 20 20 N·m?

239 .

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

240 .

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

241 .

[T] Consider r ( t ) = cos t , sin t , 2 t r ( t ) = cos t , sin t , 2 t the position vector of a particle at time t [ 0 , 30 ] , t [ 0 , 30 ] , where the components of r r are expressed in centimeters and time in seconds. Let O P O P be the position vector of the particle after 1 1 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 t t 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 P P 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

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

Write B = 8i +4j -12k as the Sum of a Vector Parallel to a

Source: https://openstax.org/books/calculus-volume-3/pages/2-4-the-cross-product

Related Posts

0 Response to "Write B = 8i +4j -12k as the Sum of a Vector Parallel to a"

Postar um comentário

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel