You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 26 Next »

Also known as the vector product, the cross product is a way of multiplying two vectors to yield another vector.

Page Contents


Use in Physics

In mechanics, the cross product is used in calculating [torque] and [angular momentum]. The cross product is also used in introductory electricity and magnetism. Calculations involving the production and effects of magnetic fields generally involve the cross product.


Calculating Cross Products

Unit Vector Cross Products

By definition:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[\hat

Unknown macro: {x}

\times \hat

Unknown macro: {y}

= \hat

Unknown macro: {z}

]\end

and the same holds for even permutations of the order of the unit vectors, thus:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ \hat

Unknown macro: {y}

\times \hat

Unknown macro: {z}

= \hat

Unknown macro: {x}

]
[ \hat

\times \hat

Unknown macro: {x}

= \hat

]\end

Odd permutations reverse the sign:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ \hat

Unknown macro: {y}

\times\hat

Unknown macro: {x}

= -\hat

Unknown macro: {z}

]
[\hat

\times\hat

= -\hat

Unknown macro: {x}

]
[\hat

\times\hat

Unknown macro: {z}

= -\hat

Unknown macro: {y}

]\end

For three dimensions, the sign of the cross product of two unit vectors can be easily remembered by checking if the unit vectors are in a special version of alphabetical order. Start with the position of the

Unknown macro: {latex}

\begin

Unknown macro: {large}

$\hat

Unknown macro: {x}

$\end

vector and read to the right. When you get to the end of the equation, wrap to the beginning and keep reading until you return to

Unknown macro: {latex}

\begin

Unknown macro: {large}

$\hat

Unknown macro: {x}

$\end

. If you get x, y, z then the sign of the result is positive. If you get x, z, y then the sign is negative.

and the cross product of any vector with itself is zero:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ \hat

Unknown macro: {x}

\times\hat

= 0]
[\hat

Unknown macro: {y}

\times\hat

= 0]
[\hat

Unknown macro: {z}

\times\hat

= 0]\end

Note that reversing the order of the two vectors being multiplied switches the sign of the result.

Using this definition, it is possible to find the componentwise cross product of two vectors:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[\vec

Unknown macro: {A}

\times\vec

Unknown macro: {B}

=(A_

Unknown macro: {x}

\hat

+A_

Unknown macro: {y}

\hat

+A_

Unknown macro: {z}

\hat

)\times(B_

Unknown macro: {x}

\hat

+B_

Unknown macro: {y}

\hat

+B_

Unknown macro: {z}

\hat

) = A_

Unknown macro: {x}

B_

\hat

Unknown macro: {x}

\times\hat

+ A_

Unknown macro: {x}

B_

Unknown macro: {y}

\hat

\times\hat

Unknown macro: {y}

+ A_

Unknown macro: {x}

B_

Unknown macro: {z}

\hat

\times\hat

Unknown macro: {z}

+ A_

B_

Unknown macro: {x}

\hat

Unknown macro: {y}

\times\hat

+A_

Unknown macro: {y}

B_

\hat

Unknown macro: {y}

\times\hat

+A_

Unknown macro: {y}

B_

Unknown macro: {z}

\hat

\times\hat

Unknown macro: {z}

+A_

B_

Unknown macro: {x}

\hat

Unknown macro: {z}

\times\hat

+A_

Unknown macro: {z}

B_

Unknown macro: {y}

\hat

\times\hat

Unknown macro: {y}

+ A_

Unknown macro: {z}

B_

\hat

Unknown macro: {z}

\times\hat

]\end

Using the relationships given above for the cross product of unit vectors, we have:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ A_

Unknown macro: {x}

B_

Unknown macro: {y}

\hat

Unknown macro: {z}

- A_

B_

Unknown macro: {z}

\hat

Unknown macro: {y}

-A_

B_

Unknown macro: {x}

\hat

+A_

Unknown macro: {y}

B_

Unknown macro: {z}

\hat

Unknown macro: {x}

+ A_

B_

Unknown macro: {x}

\hat

-A_

Unknown macro: {z}

B_

Unknown macro: {y}

\hat

Unknown macro: {x}

= (A_

B_

-A_

Unknown macro: {z}

B_

Unknown macro: {y}

)\hat

Unknown macro: {x}

+ (A_

B_

Unknown macro: {x}
  • A_

B_

Unknown macro: {z}

)\hat

Unknown macro: {y}

+(A_

Unknown macro: {x}

B_

-A_

Unknown macro: {y}

B_

Unknown macro: {x}

)\hat

]\end

Shortcut Using Matrix Determinant

One way to remember the formula derived in the section above is to use a matrix determinant:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ \vec

Unknown macro: {A}

\times\vec

Unknown macro: {B}

= \begin

Unknown macro: {vmatrix}

\hat

Unknown macro: {x}

& \hat

Unknown macro: {y}

& \hat

Unknown macro: {z}


A_

& A_

Unknown macro: {y}

& A_

Unknown macro: {z}


B_

Unknown macro: {x}

& B_

& B_

Unknown macro: {z}

\end

= (A_

Unknown macro: {y}

B_

Unknown macro: {z}

-A_

B_

)\hat

Unknown macro: {x}

+ (A_

Unknown macro: {z}

B_

- A_

Unknown macro: {x}

B_

Unknown macro: {z}

)\hat

Unknown macro: {y}

+(A_

B_

Unknown macro: {y}

-A_

B_

Unknown macro: {x}

)\hat

Unknown macro: {z}

]\end


Geometric Methods

Magnitudes from Trigonometry

The formalism above has a simple geometric interpretation. The cross product measures the "perpendicularity" of two vectors. Since Cartesian unit vectors are always either perpendicular (

Unknown macro: {latex}

\begin

Unknown macro: {large}

$\hat

Unknown macro: {x}

\perp \hat

Unknown macro: {y}

, \hat

Unknown macro: {z}

$\end

) or parallel (

Unknown macro: {latex}

\begin

Unknown macro: {large}

$\hat

Unknown macro: {x}

\parallel \hat

$\end

) we get a cross product with either magnitude one (for perpendicular unit vectors) or zero (for parallel unit vectors). The mathematical definitions given above, however, will let you construct cross products with vectors that are combinations of the unit vectors, such as

Unknown macro: {latex}

\begin

Unknown macro: {large}

$\vec

Unknown macro: {A}

= \frac

Unknown macro: {1}

{\sqrt{2}}\hat

Unknown macro: {x}

+ \frac

{\sqrt{2}}\hat

Unknown macro: {y}

$\end

. Two arbitrary vectors will usually not be perfectly parallel or perpendicular. Instead, they will form some angle θ as shown in the figures below.

By using the mathematical definition, it is possible to show that for the case of two vectors A and B that meet at an angle θ, the magnitude of the cross product will be:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ |\vec

Unknown macro: {A}

\times \vec

Unknown macro: {B}

| = |A||B|\sin\theta ]\end

Note that this definition gives a magnitude of one for the product of two perpendicular unit vectors and a magnitude of zero for two parallel unit vectors.

Magnitudes from Vector Parallelograms

When manipulating vectors, it is sometimes useful to imagine the parallelogram constructed by adding the two vectors in both possible orders (e.g., A + B and B + A). The magnitude of the sum of the two vectors can then be interpreted as the length of the diagonal of the parallelogram. The cross product can be similarly interpreted. The magnitude of the cross product of two vectors is equal to the area of the parallelogram formed by adding the vectors.

Direction from Right Hand Rule

We have given two geometric interpretations of the size of the cross product. Unfortunately, the direction of the cross product is not similarly meaningful. Consider a comparison between vector addition and the cross product. Vector addition is commutative, which means that if A + B = C, then it is also true that B + A = C. For this reason, the preferred direction of the diagonal of the vector parallelogram is obvious. The diagonal should point "along with" the arrows of the sides.

The preferred direction for the cross product is not obvious in the same way. One signal of the difficulty is that the cross product is not commutative. If

Unknown macro: {latex}

\begin

Unknown macro: {large}

$\vec

Unknown macro: {A}

\times\vec

Unknown macro: {B}

=\vec

Unknown macro: {C}

$\end

, then our mathematical definition tells us that

Unknown macro: {latex}

\begin

Unknown macro: {large}

$\vec

Unknown macro: {B}

\times\vec

Unknown macro: {A}

= - \vec

Unknown macro: {C}

$\end

. The order of the vectors in the equation matters for determining the direction of the cross product. This difficulty shows up in the geometric interpretation of the cross product by noticing that if we define the direction of the cross product to be perpendicular to the surface of the parallelogram, there are two equally good choices. If we construct a parallelogram that lies in the x,y plane, for example, then either the +z or -z direction is perpendicular to the parallelogram.

The situation is even worse if we tried to define a direction for the area that wasn't perpendicular to the parallelogram. Instead of only two directions, we would have an infinite number to choose from!

The fact is that the only way to define a direction for the cross product is to make an arbitrary rule. The rule has already been set up in our mathematical definition. The rule we stated makes the product

Unknown macro: {latex}

\begin

Unknown macro: {large}

$\hat

Unknown macro: {x}

\times\hat

Unknown macro: {y}

$\end

equal to plus

Unknown macro: {latex}

\begin

Unknown macro: {large}

$\hat

Unknown macro: {z}

$\end

rather than minus

Unknown macro: {latex}

\begin

Unknown macro: {large}

$\hat

Unknown macro: {z}

$\end

. This was an arbitrary choice, based on the traditional ordering of those unit vectors. Once that choice has been made, all we need is a simple rule to remember the consequences. The most widely taught mnemonic is the "right hand rule". To find the direction of the cross product of two vectors, start by carefully reading the order of the vectors. For

Unknown macro: {latex}

\begin

Unknown macro: {large}

$\vec

Unknown macro: {A}

\times\vec

Unknown macro: {B}

$\end

, begin by laying the fingers of your right hand along vector A (the first in the product). Then, curl your fingers toward B. Your thumb will indicate the direction of the product vector.

You will get the wrong answer if you use your left hand.

Check that this definition reverses the direction of the product if you start with your fingers along B and curl toward A.

  • No labels