M408M Learning Module Pages
Main page
Chapter 10: Parametric Equations
and Polar Coordinates
Chapter 12: Vectors and the Geometry of Space
Learning module LM 12.1:
3-dimensional rectangular coordinates:
Learning module LM 12.2: Vectors:
Learning module LM 12.3: Dot products:
Learning module LM 12.4: Cross products:
Areas in the plane
Definition
Computing cross products
Applications
Learning module LM 12.5: Equations of Lines and Planes:
Learning module LM 12.6: Surfaces:
Chapter 13: Vector Functions
Chapter 14: Partial Derivatives
Chapter 15: Multiple Integrals
|
|
Definition of cross product
Cross Products p2
Cross Product: We now want 'multiplication' of vectors to
produce a vector, u×v, and not a scalar. Such a vector
product occurs many times in geometry as well as in engineering and
physics.
To do that, we need matrices and determinants.
A 2×2 matrix is an array
[abcd],
where the entries a,b,c, and d are scalars.
Similarly, a 3×3 matrix is an array
[a11a12a13a21a22a23a31a32a33],
where the entries have been conveniently indexed to indicate the row and column they belong to. The
determinant of a 2×2 matrix is given by
|abcd| = ad−bc,
while the determinant of a 3×3 matrix is
|XYZa1a2a3b1b2b3| = X|a2a3b2b3|−Y|a1a3b1b3|+Z|a1a2b1b2|
= X(a2b3−b2a3)−Y(a1b3−b1a3)+Z(a1b2−b1a2),
the entries being labeled simply to emphasize how they get combined and multiplied.
Because a vector has direction, a convention has to be
adopted when defining the 'vector' product of two vectors. If a, b are vectors arranged so that they have the same tail,
then vectors {a,b,c} are said to form a
right-handed system when c is perpendicular to the
plane containing a, b and points in the direction
shown to the right.
Since there could be two directions for c to point and still
be perpendicular to the plane containing a and b, the
right hand rule specifies which direction we'll
choose. If you point your right hand along a and curl
your fingers so they point along b then your extended thumb should
be pointing along c.
Notice that {i,j,k} is a
right-handed system.
|

|
Question: For a right-handed system {a,b,c},
(i) Is {b,a,c} a right-handed system?
(ii) Is {b,a,−c} a right-handed system?
|
Answers: Switching a,b reverses the
direction of c, so
(i) NO, {b,a,c} is not right-handed
(ii) YES, {b,a,−c} is right-handed.
|
Definition: The Cross Product, u×v, of vectors u and v is the vector defined by
u×v = (‖
where \theta is the angle between \bf u and \bf v, and {\bf n} is the unit vector perpendicular to {\bf u} and {\bf v}
such that \{{\bf u},\, {\bf v},\, {\bf n}\} forms a right-handed system. Since \sin 0\,=\, \sin \pi \,=\, 0, vectors {\bf u}, \, {\bf v} are parallel when {\bf u}\times {\bf v} \ = \ 0 and {\bf u},\, {\bf v} \, \ne\,0.
|
Note that the cross product of two vectors is a vector. The
magnitude of {\bf u} \times {\bf v} is \|{\bf u}\| \|{\bf v}\|
\sin(\theta), and the direction of {\bf u} \times {\bf v} is
{\bf n}.
|