Vectors Vectorprod
Vectors Vectorprod
One of the ways in which two vectors can be combined is known as the vector product. When
we calculate the vector product of two vectors the result, as the name suggests, is a vector.
In this unit you will learn how to calculate the vector product and meet some geometrical
applications.
In order to master the techniques explained here it is vital that you undertake plenty of practice
exercises so that they become second nature.
After reading this text, and/or viewing the video tutorial on this topic, you should be able to:
• calculate the vector product when the two vectors are given in cartesian form
Contents
1. Introduction 2
2. Definition of the vector product 2
3. Some properties of the vector product 4
4. The vector product of two vectors given in cartesian form 5
5. Some applications of the vector product 9
Figure 1. Two vectors a and b drawn so that the angle between them is θ.
As we stated before, when we find a vector product the result is a vector. We define the
modulus, or magnitude, of this vector as
so at this stage, a very similar definition to the scalar product, except now the sine of θ appears
in the formula. However, this quantity is not a vector. To obtain a vector we need to specify a
direction. By definition the direction of the vector product is such that it is at right angles to
both a and b. This means it is at right angles to the plane in which a and b lie. Figure 2 shows
that we have two choices for such a direction.
Figure 2. There are two directions which are perpendicular to both a and b.
The convention is that we choose the direction specified by the right hand screw rule. This
means that we imagine a screwdriver in the right hand. The direction of the vector product is
mathtutor project: 2
February 16, 2005
the direction in which a screw would advance as the screwdriver handle is turned in the sense
from a to b. This is shown in Figure 3.
a×b
n̂
Figure 3. The direction of the vector product is determined by the right hand screw rule.
We let a unit vector in this direction be labelled n̂. We then define the vector product of a and
b as follows:
Key Point
The vector product of a and b is defined to be
where
|a| is the modulus, or magnitude of a,
|b| is the modulus of b,
θ is the angle between a and b, and n̂ is a unit vector, perpendicular to both a and b
in a sense defined by the right hand screw rule.
Some people find it helpful to obtain the direction of the vector product using the right hand
thumb rule. This is achieved by curling the fingers of the right hand in the direction in which
a would be rotated to meet b. The thumb then points in the direction of a × b.
Yet another view is to align the first finger of the right hand with a, and the middle finger with
b. If these two fingers and the thumb are then positiioned at right-angles, the thumb points in
the direction of a × b. Try this for yourself.
Note that the symbol for the vector product is the times sign, or cross ×, and so we sometimes
refer to the vector product as the cross product. Either name will do. Some textbooks and some
teachers and lecturers use the alternative ‘wedge’ symbol ∧.
3 mathtutor project:
February 16, 2005
3. Some properties of the vector product
Suppose, for the two vectors a and b we calculate the product in a different order. That is,
suppose we want to find b × a. Using the definition of b × a and using the right-hand screw
rule to obtain the required direction we find
b × a = |b| |a| sin θ (−n̂)
We see that the direction of b × a is opposite to that of a × b as shown in Figure 4. So
b × a = −a × b
So the vector product is not commutative. In practice, this means that the order in which
we do the calculation does matter. b × a is in the opposite direction to a × b.
a×b
ˆn
b b
a a
ˆ
-n
b×a
Key Point
The vector product is not commutative.
b × a = −a × b
Another property of the vector product is that it is distributive over addition. This means
that
a × (b + c) = a × b + a × c
Although we shall not prove this result here we shall use it later on when we develop an alter-
native formula for finding the vector product.
mathtutor project: 4
February 16, 2005
Key Point
The vector product is distributive over addition. This means
a × (b + c) = a × b + a × c
Equivalently,
(b + c) × a = b × a + c × a
Key Point
For two parallel vectors
a×b= 0
5 mathtutor project:
February 16, 2005
Example
Suppose we want to find i × j. The vectors i and j are shown in Figure 5. Note that because
these vectors lie along the x and y axes they must be perpendicular.
z
j
O
y
i
Figure 5. The unit vectors i, j and k. Note that k is a unit vector perpendicular to i and j.
The angle between i and j is 90◦ , and sin 90◦ = 1. Further, if we apply the right hand screw
rule, a vector perpendicular to both i and j is k. Therefore
i × j = |i| |j| sin 90◦ k
= (1)(1)(1) k
= k
Example
Suppose we want to find j × i. Again, refer to Figure 5. If we apply the right hand screw rule,
a vector perpendicular to both j and i, in the sense defined by the right hand screw rule, is −k.
Therefore
j × i = −k
Example
Suppose we want to find i × i. Because these two vectors are parallel the angle between them is
0◦ . We can use the Key Point developed on page 5 to show that i × i = 0.
In a similar manner we can derive all the results given in the following Key Point:
Key Point
i×i=0 j×j=0 k×k=0
i×j= k j×k=i k×i=j
j × i = −k k × j = −i i × k = −j
mathtutor project: 6
February 16, 2005
We can use these results to develop a formula for finding the vector product of two vectors given
in cartesian form:
Suppose a = a1 i + a2 j + a3 k and b = b1 i + b2 j + b3 k then
a × b = (a1 i + a2 j + a3 k) × (b1 i + b2 j + b3 k)
= a1 i × (b1 i + b2 j + b3 k)
+ a2 j × (b1 i + b2 j + b3 k)
+ a3 k × (b1 i + b2 j + b3 k)
= a1 i × b1 i + a1 i × b2 j + a1 i × b3 k
+ a2 j × b1 i + a2 j × b2 j + a2 j × b3 k
+ a3 k × b1 i + a3 k × b2 j + a3 k × b3 k
= a1 b1 i × i + a1 b2 i × j + a1 b3 i × k
+ a2 b1 j × i + a2 b2 j × j + a2 b3 j × k
+ a3 b1 k × i + a3 b2 k × j + a3 b3 k × k
Now, from the previous Key Point three of these terms are zero. Those that are not zero simplify
to give
a × b = (a2 b3 − a3 b2 )i + (a3 b1 − a1 b3 )j + (a1 b2 − a2 b1 )k
This is the formula which we can use to calculate a vector product when we are given the
cartesian components of the two vectors.
Key Point
If a = a1 i + a2 j + a3 k and b = b1 i + b2 j + b3 k then
Example
Suppose we wish to find the vector product of the two vectors a = 4i+3j+7k and b = 2i+5j+4k.
We use the previous result with a1 = 4, a2 = 3, a3 = 7 and b1 = 2, b2 = 5, b3 = 4. Substitution
into the formula gives
which simplifies to
a × b = −23i − 2j + 14k
7 mathtutor project:
February 16, 2005
For those familiar with evaluation of determinants there is a convenient way of remembering
and representing this formula which is given in the following Key Point and which is explained
in the accompanying video and in the Example below.
Key Point
If a = a1 i + a2 j + a3 k and b = b1 i + b2 j + b3 k then
i j k
a×b = a1 a2 a3
b1 b2 b3
a2 a3 a1 a3 a1 a2
= i− j+ k
b2 b3 b1 b3 b1 b2
= (a2 × b3 − a3 × b2 )i − (a1 × b3 − a3 × b1 )j + (a1 × b2 − a2 × b1 )
Example
Suppose we wish to find the vector product of the two vectors a = 4i+3j+7k and b = 2i+5j+4k.
We write down a determinant, which is an array of numbers: in the first row we write the three
unit vectors i, j and k. In the second and third rows we write the three components of a and b
respectively:
i j k
a×b = 4 3 7
2 5 4
We then consider the first element in the first row, i. Imagine covering up the elements in its row
3 7
and column, to give the array . This is a so-called 2 × 2 determinant and is evaluated
5 4
by finding the product of the elements on the leading diagonal (top left to bottom right) and
subtracting the product of the elements on the other diagonal (3 × 4 − 7 × 5 = −23). The
resulting number gives the i component of the final answer.
We then consider the second element in the first row, j. Imagine covering up the elements in
4 7
its row and column, to give the array . This 2 × 2 determinant is evaluated, as before,
2 4
by finding the product of the elements on the leading diagonal (top left to bottom right) and
subtracting the product of the elements on the other diagonal, (4 × 4 − 7 × 2 = 2). The result
is then multiplied by −1 and this gives the j component of the final answer, that is −2.
Finally, we consider the third element in the first row, k. Imagine covering up the elements in its
4 3
row and column, to give the array . This determinant is evaluated, as before, by finding
2 5
mathtutor project: 8
February 16, 2005
the product of the elements on the leading diagonal (top left to bottom right) and subtracting
the product of the elements on the other diagonal (4 × 5 − 3 × 2 = 14). The resulting number
gives the k component of the final answer.
We write all this as follows:
i j k
a×b = 4 3 7
2 5 4
3 7 4 7 4 3
= i− j+ k
5 4 2 4 2 5
= (3 × 4 − 7 × 5)i − (4 × 4 − 7 × 2)j + (4 × 5 − 3 × 2)k
= −23i − 2j + 14k
Exercises 1
a × (b + c) = (a × b) + (a × c)
Example
Suppose we wish to find a vector which is perpendicular to both of the vectors a = i + 3j − 2k
and b = 5i − 3k.
We know from the definition of the vector product that the vector a × b will be perpendicular
to both a and b. So first of all we calculate a × b.
9 mathtutor project:
February 16, 2005
i j k
a×b = 1 3 −2
5 0 −3
= (3 × −3 − (−2) × 0)i − (1 × −3 − (−2) × 5)j + (1 × 0 − 3 × 5)k
= −9i − 7j − 15k
This vector is perpendicular to a and b.
On occasions you may be asked to find a unit vector which is perpendicular to two given vectors.
To convert a vector into a unit vector in the same direction we must divide it by its modulus.
The modulus of −9i − 7j − 15k is
p √
|a × b| = (−9)2 + (−7)2 + (−15)2 = 355
1
So, finally, the required unit vector is √ (−9i − 7j − 15k).
355
Using the vector product to find the area of a parallelogram.
Consider the parallelogram shown in Figure 6 which has sides given by vectors b and c.
c
h
θ
b
Consider Figure 7 which illustrates a parallelepiped. This is a six sided solid, the sides of which
are parallelograms. Opposite parallelograms are identical. The volume, V , of a parallelepiped
with edges a, b and c is given by
V = |a · (b × c)|
This formula can be obtained by understanding that the volume is the product of the area of
the base and the perpendicular height. Because the base is a parallelogram its area is |b × c|.
The perpendicular height is the component of a in the direction perpendicular to the plane
containing b and a, and this is h = a · \
b × c. So the volume is given by
V = (height)( area of base)
= a·b\ × c |b × c|
b×c
= a· |b × c|
|b × c|
= a · (b × c)
mathtutor project: 10
February 16, 2005
This could turn out to be negative, so in fact, for the volume we take its modulus: V = |a·(b×c)|.
h a
c
i j k
b×c = 2 1 1
1 2 4
= (1 × 4 − 1 × 2)i − (2 × 4 − 1 × 1)j + (2 × 2 − 1 × 1)k
= 2i − 7j + 3k
Finally, we want the modulus, or absolute value, of this result. We conclude the parallelepiped
has volume 5 (units cubed).
Exercises 2.
1. Find a unit vector which is perpendicular to both a = i + 2j − 3k and b = 2i + 3j + k.
2. Find the area of the parallelogram with edges represented by the vectors 2i − j + 3k and
7i + j + k.
3. Find the volume of the parallelepiped with edges represented by the vectors i+j+k, 2i+3j+4k
and 3i − 2j + k.
4. Calculate the triple scalar product (a × b) · c when a = 2i − 2j + k, b = 2i + j and
c = 3i + 2j + k.
Answers to Exercises
Exercises 1.
1. (a) 24k, (b) −18k. Both answers are vectors in the z direction. The given vectors, a and b,
lie in the xy plane.
2. (a) 59i − 37j − 46k, (b) 13i − 25j − k.
3. (a) −4i + 19j − 8k, (b) −i + 10j − 7k.
4. Both cross products equal zero, and so, in this special case p × q = q × p. The two given
vectors are anti-parallel.
5. Both equal −11i + 25j − 13k.
11 mathtutor project:
February 16, 2005
Exercises 2.
1
1. √171 (11i − 7j − k).
√
2. 458 square units.
3. 8 units cubed.
4. 7.
mathtutor project: 12
February 16, 2005