General Mechanics/Cross Product

From Wikibooks, open books for an open world
Jump to navigation Jump to search

There are two ways to multiply two vectors together, the dot product and the cross product. We have already studied the dot product of two vectors, which results in a scalar or single number.

The cross product of two vectors results in a third vector, and is written symbolically as follows:

The cross product of two vectors is defined to be perpendicular to the plane defined by these vectors. However, this doesn't tell us whether the resulting vector points upward out of the plane or downward. This ambiguity is resolved using the right-hand rule:

  1. Point the uncurled fingers of your right hand along the direction of the first vector .
  2. Rotate your arm until you can curl your fingers in the direction of the second vector .
  3. Your stretched out thumb now points in the direction of the cross product vector .

The magnitude of the cross product is given by

where and are the magnitudes of , and is the angle between these two vectors. Note that the magnitude of the cross product is zero when the vectors are parallel or anti-parallel, and maximum when they are perpendicular. This contrasts with the dot product, which is maximum for parallel vectors and zero for perpendicular vectors.

Notice that the cross product does not commute, i.e. the order of the vectors is important. In particular, it is easy to show using the right-hand rule that

An alternate way to compute the cross product is most useful when the two vectors are expressed in terms of components,

where the determinant is expanded as if all the components were numbers, giving

Note how the positive terms possess a forward alphabetical direction, xyzxyzx... (with x following z):


With the cross product we can also multiply three vectors together, in two different ways.

We can take the dot product of a vector with a cross product, a triple scalar product,

The absolute value of this product is the volume of the parallelpiped defined by the three vectors

Alternately, we can take the cross product of a vector with a cross product, a triple vector product, which can be simplified to a combination of dot products.

This form is easier to do calculations with.

The triple vector product is not associative.

A nice as well as a useful way to denote the cross product is using the indicial notation

where is the Levi-Civita alternating symbol and is either of the unit vectors . (A good exercise to convince yourself would be to use this expression and see if you can get as defined before.)