Areas and Orientation
The dot product takes two vectors and produces a number which measures how strongly they point in the same direction. There is another natural question we can ask about a pair of vectors: how much area do they span?
Area alone will not quite tell the whole story. We also want to remember the order of the vectors---whether the turn from the first to the second is clockwise or counterclockwise in the plane, or which side of their plane is positive in space. This extra choice is called orientation.
4.1Signed Area and the Planar Determinant
We begin in the plane, where two vectors span a parallelogram. The formula which measures its signed area is the determinant.
Definition 4.1 (The $2\times2$ Determinant). The determinant of a
For plane vectors
The absolute value
when the turn fromd e t ( ⃗ 𝑢 , ⃗ 𝑣 ) > 0 to⃗ 𝑢 is counterclockwise;⃗ 𝑣 when the turn is clockwise;d e t ( ⃗ 𝑢 , ⃗ 𝑣 ) < 0 when the vectors are parallel and the parallelogram has collapsed onto a line.d e t ( ⃗ 𝑢 , ⃗ 𝑣 ) = 0
For example, if
Thus the parallelogram has area
The parallelogram has not changed, so its ordinary area is still
4.2The Cross Product
In two dimensions, given one vector
In three dimensions, the analogous problem is more difficult: given two vectors, how do we find a third vector that is orthogonal to them both at once? A nice solution is given by the cross product.
There is an entire line of vectors orthogonal to both
Definition 4.2 (Cross Product as an Oriented Area Vector). For vectors
It is orthogonal to both
and⃗ 𝑢 .⃗ 𝑣 Its magnitude is
the area of the parallelogram spanned by
The formula “base times height,”
If
This gives us the magnitude information, but what about the direction? There
are two possible directions perpendicular to the plane containing
Theorem 4.3 (The Right-Hand Rule). Align the fingers of your right hand with
Reversing the order reverses this direction, so
The order of the vectors is therefore essential: the cross product is not commutative.
We can now state the exact relationship between the planar determinant and the
cross product. Place two plane vectors in the
This does not make the planar determinant a “two-dimensional cross
product.” The determinant is a scalar measuring signed area in
The same geometry continues when the vectors are allowed to point anywhere in three-dimensional space.
4.3Computing the Cross Product
The geometric description tells us what the cross product means. To compute it from components, we use the following formula.
Definition 4.4 (Cross Product in Coordinates). If
This formula looks complicated, but it is built out of the
Note the minus sign on the second term. A common mnemonic packages this expansion into the determinant notation
Definition 4.5 (The $3\times3$ Determinant). A
For example,
Exercise 4.6 (Orthogonality of the Cross Product). Check that
Then check directly from the coordinate formula that if
The cross product distributes across addition and scalar multiplication:
But it is not ordinary multiplication. We have already seen that reversing the order changes the sign. It is also not associative: in general,
When several cross products occur in one expression, the parentheses matter.
It is often useful to know the cross products of the standard basis vectors:
Reading these products backward inserts a minus sign; for example,
4.4Oriented Volume and the Scalar Triple Product
If we have three vectors, it is possible to combine the dot and cross products to get a single number: take the cross product of two of them to get an oriented area vector, then dot that result with the third.
Definition 4.7 (Scalar Triple Product). The scalar triple product of vectors
Equivalently, it is the
Just as the
The cross product
is the ordinary volume. The sign records whether the ordered set
For example, let
Then
and
Thus the parallelepiped has volume
Determinants now give us one common language for signed area in the plane, oriented area vectors in space, and signed volume. In the next chapter, the cross product will let us construct a normal vector to the plane through three points, while the dot product will turn that normal direction into an equation for the plane.