In this section, we review the vector cross product, including the geometric perspective of the cross product, the area of a parallelogram, and the volume of parallelepiped.
The Cross Product
The cross product is fundamentally different from the dot product in a couple of ways. The cross product is defined only on vectors in , while the dot product is defined in for any positive integer . Furthermore, the cross product takes two vectors and produces another vector, while the dot product takes two vectors and produces a scalar.
We now give the algebraic definition of the cross product.
The cross product has some nice algebraic properties, which can be very useful.
- (a)
- (the cross product is anticommutative);
- (b)
- ;
- (c)
- (with the previous property, the cross product is distributive over vector addition);
- (d)
- .
In particular, it’s important to remember that the cross product is not commutative, so the order of the vectors matters!
Geometry of the Cross Product
It’s often easiest to compute cross products algebraically, but it’s easier to understand their significance from a geometric perspective. We now discuss some of the geometric properties of the cross product.
- The magnitude of the vector can be computed as where is the angle
between the vectors and . Furthermore, this magnitude is equal to the
area of the parallelogram determined by and .
- The vector is always perpendicular to both and , and follows the right-hand
rule. That is, if you take your right hand and orient it so you can curl your
fingers from the vector to the , your thumb will be pointing in the same
direction as the cross product .
Imagine this image in , so that is perpendicular to both and .
Volume of a Parallelepiped
We can use the cross product and dot product together to compute the volume of a parallelepiped.
The volume of the parellelepiped can be computed as the area of the base times the height. We’ve seen that the area of the base can be computed as the magnitude of a cross product, . The height of the parallelepiped can be computed as , where is the angle between the vector and a line perpendicular to the base. We then have that the volume is , which we can recognize as the absolute value of the dot product of the vectors and . Thus we have the following proposition.