<< Chapter < Page Chapter >> Page >

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

Then, by property i., 0 × 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 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 .

Using the properties of the cross product

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

( 2 i × 3 j ) × j = 2 ( i × 3 j ) × j = 2 ( 3 ) ( i × j ) × j = ( 6 k ) × j = 6 ( k × j ) = 6 ( i ) = −6 i .
Got questions? Get instant answers now!
Got questions? Get instant answers now!

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

k

Got questions? Get instant answers now!

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

Magnitude of the cross product

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

Proof

Let u = u 1 , u 2 , u 3 and 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 θ ) .

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

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.

Calculating the cross product

Use [link] to find the magnitude of the cross product of u = 0 , 4 , 0 and v = 0 , 0 , −3 .

We have

u × v = u · v · sin θ = 0 2 + 4 2 + 0 2 · 0 2 + 0 2 + ( −3 ) 2 · sin π 2 = 4 ( 3 ) ( 1 ) = 12.
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Use [link] to find the magnitude of u × v , where u = −8 , 0 , 0 and v = 0 , 2 , 0 .

16

Got questions? Get instant answers now!

Determinants and the cross product

Using [link] 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 determinant is defined by

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

A 3 × 3 determinant is defined in terms of 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 | .

[link] is referred to as the expansion of the determinant along the first row . Notice that the multipliers of each of the 2 × 2 determinants on the right side of this expression are the entries in the first row of the 3 × 3 determinant. Furthermore, each of the 2 × 2 determinants contains the entries from the 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 is the multiplier, and the 2 × 2 determinant contains the entries that remain if you cross out the first row and first column of the 3 × 3 determinant. Similarly, for the second term, the multiplier is a 2 , and the 2 × 2 determinant contains the entries that remain if you cross out the first row and second column of the 3 × 3 determinant. Notice, however, that the coefficient of the second term is negative. The third term can be calculated in similar fashion.

Practice Key Terms 6

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Calculus volume 3. OpenStax CNX. Feb 05, 2016 Download for free at http://legacy.cnx.org/content/col11966/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Calculus volume 3' conversation and receive update notifications?

Ask