Cross Product in 3-Space
Cross Product in 3-Space
a3b
b3a
The Cross Product
(Vector Product)
EXAMPLE 1
In the previous three sections, the dot product along with some of its applications
was discussed.
In this section, a second product called the cross product, denoted
!
!
as a b , is introduced. The cross product is sometimes referred to as a vector
product because, when it is calculated, the result is a vector and not a scalar. As
we shall see, the cross product can be used in physical applications but also in the
understanding of the geometry of R3.
!
!
a If we are given two vectors, a and b , and wish to calculate their cross product,
what we are trying to find is a particular vector that is perpendicular to each
of the two given vectors. As will be observed, if we consider two nonzero,
noncollinear vectors, there is an infinite number of vectors perpendicular to the
two vectors. If we want to determine the cross product of these two vectors, we
choose just one of these perpendicular vectors as our answer. Finding the cross
product of two vectors is shown in the following example.
xy0
x 3y z 0
NEL
CHAPTER 7
401
a 3 b, k = 1
b
O
is any vector of the form y11, 1, 22 . It can be left in this form, but is
usually written as k11, 1, 2 2 , kR, where k is a parameter
representing any real value. The parameter k indicates that there is an
infinite number of solutions and that each of them is a scalar multiple of
11, 1, 2 2. In this case, the cross product is defined to be the vector
where k 1that is, 11, 1, 22 . The choosing of k 1 simplifies
computation and makes sense mathematically, as we will see in the
next section. It should also be noted that the cross product is a vector
and, as stated previously, is sometimes called a vector product.
b 3 a, k = 1
402 7 . 6 T H E C R O S S P R O D U C T O F T W O V E C TO R S
NEL
!
!
To develop a formula for a b , we follow
a procedure similar to that followed in
!
!
!
Example 1. Let a 1a1, a2, a3 2 and b! 1b1, b2, b3 2 , and let v 1x, y, z2 be the
!
vector that is perpendicular to a and b .
! !
So, 1 a # v 1a1, a2, a3 2 # 1x, y, z2 a1x a2 y a3 z 0
! !
and 2 b # v 1b1, b2, b3 2 # 1x, y, z2 b1x b2 y b3 z 0
As before, we have a system of two equations in three unknowns, which we know
from before has an infinite number of solutions. To solve this system of equations,
we will multiply the first equation by b1 and the second equation by a1 and then
subtract.
1
3 b1 S
3 a1 S
Subtracting
and
Now
y
z
a3b1 a1b3
a1b2 a2b1
NEL
CHAPTER 7
403
It is not easy to remember this formula for calculating the cross product of two
vectors, so we develop a procedure, or a way of writing them, so that the memory
work is removed from the calculation.
!
!
!
!
Method of Calculating a b , where a 1a1, a2, a3 2 and b 1b1, b2, b3 2
!
1. List the components of vector a in column form on the left side, starting with
a2 and then writing a3, a1, and a2 below each other as shown.
!
!
2. Write the components of vector b in a column to the right of a , starting with
b2 and then writing b3, b1, and b2 in exactly the same way as the components
!
of a .
3. The required formula is now a matter of following the arrows and doing the
calculation. To find the x component, for example, we take the down
product a2b3 and subtract the up product a3b2 from it to get a2b3 a3b2.
(continued)
404 7 . 6 T H E C R O S S P R O D U C T O F T W O V E C TO R S
NEL
The other components are calculated in exactly the same way, and the
formula for each component is listed below.
a
a2
a3
a1
a2
x
y
z
b
b2
x = a2 b3 a3 b2
b3
y = a3 b1 a1 b3
b1
b2
z = a1 b2 a2 b1
INVESTIGATION
!
!
!
!
A. Given two vectors a 12, 4, 62 and b 11, 2, 5 2 calculate a b and
!
!
b a . What property does this demonstrate does hold not for the cross
product? Explain why the property does not hold.
!
!
!
!
B. How are
the vectors
a b and b a related? Write an expression that relates
!
!
!
!
a b with b a .
C. Will the expression you wrote in part B be true for any pair of vectors in R3?
Explain.
!
D. Using the two vectors given in part A and a third vector c 14, 3, 1 2
calculate:
!
!
!
!
!
!
!
i. a 1b c 2
ii. a b a c
E. Compare your results from i and ii in part D. What! property does this
!
!
demonstrate? Write an equivalent expression for b 1a c 2 and confirm it
using the appropriate calculations.
F. Choose any 3 vectors in R3 and demonstrate that the property you identified in
part E holds for your vectors.
G. Using the three vectors given calculate:
!
!
!
!
!
!
i. 1a b 2 c
ii. a 1b c 2
H. Compare your results from i and ii in part G. What property does this demonstrate
does hold not for the cross product? Explain why the property does not hold.
!
I. Choose any vector that is collinear with a (that is, any vector of the form
!
!
!
k a kR2 . Calculate a k a . Repeat using a different value for k.
What can you conclude?
NEL
CHAPTER 7
405
EXAMPLE 2
x
y
z
q
5
x = 3(6) (2)(5) = 28
6
y = 2(2) (1)(6) = 10
2
z = 1(5) 3(2) = 1
5
p q = (28, 10, 1)
!
!
!
!
As already mentioned, q p is the opposite of p q , so
!
!
q p 1128, 10, 1 2 128, 10, 1 2 . It is not actually necessary
!
!
!
!
to calculate q p . All that is required is to calculate p q and take the
!
!
opposite vector to get q p .
After completing the calculation of the cross product, the answer should be
verified to see if it is perpendicular to the given vectors using the dot product.
Check:
128, 10, 12 # 1 1, 3, 2 2 28 30 2 0 and
128, 10, 12 # 12, 5, 6 2 56 50 6 0
There are a number of important properties of cross products that are worth
noting. Some of these properties will be verified in the exercises.
406 7 . 6 T H E C R O S S P R O D U C T O F T W O V E C TO R S
NEL
The first property is one that we have seen in this section and is the first instance
we have seen where the commutative property for multiplication has failed.
Normally, we expect that the order of multiplication does not affect the product.
In this case, changing the order of multiplication does change the result. The other
two listed results are results that produce exactly what would be expected, and
they will be used in this set of exercises and beyond.
IN SUMMARY
Key Idea
!
!
!
!
The cross product a b , between two vectors a and b , results in a third
vector that is perpendicular to the plane in which the given vectors lie.
Need to Know
!
!
a b 1a2b3 a3b2, a3b1 a1b3, a1b2 a2b1 2
!
!
!
!
a b b a
!
!
!
!
!
!
!
a 1b c 2 a b a c
!
!
!
!
!
!
1ka 2 b a 1kb 2 k1a b 2
Exercise 7.6
PART A
!
!
!
!
1. The two vectors a and b are vectors in R3, and a b is calculated.
!
! !
!
! !
a. Using a diagram, explain why a # 1a b 2 0 and b # 1a b 2 0.
!
!
b. Draw the parallelogram determined by a and b , and then draw the vector
!
!
!
!
!
!
a b . Give a simple explanation of why 1a b 2 # 1a b 2 0.
!
!
!
!
c. Why is it true that 1a b 2 # 1a b 2 0? Explain.
!
! ! !
2. For vectors in R3, explain why the calculation 1a # b 2 1a b 2 0 is meaningless.
(Consider whether or not it is possible for the left side to be a scalar.)
PART B
3. For each of the following calculations, say which are possible for vectors in
R3 and which are meaningless. Give a brief explanation for each.
!
!
!
!
! !
!
!
!
!
!
a. a # 1b c 2
c. 1a b 2 # 1c d 2
e. 1a b 2 1c d 2
!
!
!
! !
!
! ! !
!
b. 1a # b 2 c
d. 1a # b 2 1c d 2
f. a b c
NEL
CHAPTER 7
407
4. Calculate the cross product for each of the following pairs of vectors, and
verify your answer by using the dot product.
a. 12, 3, 52 and 10, 1, 42
!
10. Show algebraically that k1a2b3 a3b2, a3b1 a1b3, a1b2 a2b1 2 # a 0.
What is the meaning of this result?
!
!
!
11. You are
! given the vectors a 12, 0, 0 2 , b 10, 3, 0 2, c 12, 3, 0 2,
and d 14, 3, 02.
!
!
!
!
a. Calculate a b and c d .
!
!
!
!
b. Calculate 1a b 2 1c d 2.
c. Without doing any calculations (that is, by visualizing the four
vectors and using
properties
of cross products), say why
!
!
!
!
!
1a c 2 1b d 2 0 .
PART C
! !
!
12. Show that the cross product is not associative by finding vectors x , y , and z
!
!
!
!
!
!
such that 1x y 2 z x 1y z 2 .
!
!
!
!
!
!
13. Prove that 1a b 2 1a b 2 2a b is true.
408 7 . 6 T H E C R O S S P R O D U C T O F T W O V E C TO R S
NEL