Introduction
The vector product (also called the cross product or outer product) is a way to multiply two vectors together to obtain another vector. Unlike the scalar product, which produces a scalar, the cross product produces a vector that is perpendicular to both of the original vectors. This operation is fundamental in physics for calculating torques, angular momentum, magnetic forces, and many other applications.
The vector product of two vectors $\mathbf{a}$ and $\mathbf{b}$ is denoted by $\mathbf{a} \times \mathbf{b}$ and is a vector with the following properties:
-
Magnitude: The magnitude of the cross product is given by:
$$|\mathbf{a} \times \mathbf{b}| = ab\sin\theta$$where $\theta$ is the angle between the two vectors when they are placed tail-to-tail, and $a$ and $b$ are the magnitudes of vectors $\mathbf{a}$ and $\mathbf{b}$ respectively.
- Direction: The direction of $\mathbf{a} \times \mathbf{b}$ is perpendicular to both $\mathbf{a}$ and $\mathbf{b}$, following the right-hand rule: point your right-hand fingers in the direction of $\mathbf{a}$, curl them toward $\mathbf{b}$, and your thumb points in the direction of $\mathbf{a} \times \mathbf{b}$.
Geometric Interpretation
The cross product has the following geometric meanings:
-
Area of a parallelogram: The magnitude $|\mathbf{a} \times \mathbf{b}|$ equals the area of the
parallelogram formed by vectors $\mathbf{a}$ and $\mathbf{b}$:
$$\text{Area} = |\mathbf{a} \times \mathbf{b}| = ab\sin\theta$$
- Perpendicular direction: The cross product points in the direction perpendicular to the plane containing $\mathbf{a}$ and $\mathbf{b}$, with direction determined by the right-hand rule.
-
Parallel or anti-parallel vectors ($\theta = 0°$ or $180°$): When two vectors are parallel or anti-parallel,
$\sin(0°) = \sin(180°) = 0$, so the cross product is the zero vector:
$$\mathbf{a} \times \mathbf{b} = \mathbf{0}$$This is a useful test for parallel vectors: if $\mathbf{a} \times \mathbf{b} = \mathbf{0}$ (and neither vector is zero), then the vectors are parallel.
Component Form
We can use the components of the vectors to calculate the cross product as follows:
For two vectors $\mathbf{a} = a_x\hat{x} + a_y\hat{y} + a_z\hat{z}$ and $\mathbf{b} = b_x\hat{x} + b_y\hat{y} + b_z\hat{z}$, the cross product is given by the determinant of the following matrix (see The 3×3 Determinant for more info):
Equivalently, we can calculate the cross product using the Levi-Civita symbol (summation notation):
where $\epsilon_{ijk}$ is the Levi-Civita symbol (1 for even permutations, -1 for odd permutations, 0 otherwise).
Calculate the cross product of $\mathbf{a} = 3\hat{x} + 4\hat{y}$ and $\mathbf{b} = 2\hat{x} - \hat{y} + 5\hat{z}$.
Solution:
Using the component form:
Substitute the vector components into the determinant:
Show that the cross product calculated in Example 1 is perpendicular to both $\mathbf{a}$ and $\mathbf{b}$.
Solution:
We test for orthogonality by calculating the dot product of each vector with the cross product. Here are the vectors:
First, verify that $(\mathbf{a} \times \mathbf{b}) \cdot \mathbf{a} = 0$:
Next, verify that $(\mathbf{a} \times \mathbf{b}) \cdot \mathbf{b} = 0$:
Thus, the cross product is perpendicular to both $\mathbf{a}$ and $\mathbf{b}$.
Key Properties
- Anti-commutative: $\mathbf{a} \times \mathbf{b} = -\mathbf{b} \times \mathbf{a}$ (order matters!)
- Distributive: $\mathbf{a} \times (\mathbf{b} + \mathbf{c}) = \mathbf{a} \times \mathbf{b} + \mathbf{a} \times \mathbf{c}$
- Scalar multiplication: $(k\mathbf{a}) \times \mathbf{b} = k(\mathbf{a} \times \mathbf{b})$ for any scalar $k$
- Cross product with itself: $\mathbf{a} \times \mathbf{a} = \mathbf{0}$ (the zero vector)
- Parallel vectors: If $\mathbf{a} \times \mathbf{b} = \mathbf{0}$, then the vectors are co-linear (parallel or anti-parallel), or one or both are zero
- Not associative: In general, $\mathbf{a} \times (\mathbf{b} \times \mathbf{c}) \neq (\mathbf{a} \times \mathbf{b}) \times \mathbf{c}$
Calculate $\hat{x} \times \hat{y}$.
Solution:
Using the component form with $\hat{x} = \hat{x}$ and $\hat{y} = \hat{y}$:
This confirms the right-hand rule: $\hat{x} \times \hat{y} = \hat{z}$. Similarly, $\hat{y} \times \hat{z} = \hat{x}$ and $\hat{z} \times \hat{x} = \hat{y}$.
Show that $\mathbf{a} = 2\hat{x} + 4\hat{y} + 6\hat{z}$ and $\mathbf{b} = \hat{x} + 2\hat{y} + 3\hat{z}$ are colinear (parallel or anti-parallel) by computing their cross product.
Solution:
Calculate the cross product:
Since $\mathbf{a} \times \mathbf{b} = \mathbf{0}$ and neither vector is zero, the vectors are parallel. Note that a simpler way to show this is to observe that $\mathbf{b} = \frac{1}{2}\mathbf{a}$, confirming they point along the same line.
Find the magnitude of the cross product of $\mathbf{u} = \hat{x} + 2\hat{y} + 2\hat{z}$ and $\mathbf{v} = 3\hat{x} + 4\hat{z}$.
Solution:
First, calculate the cross product:
The magnitude is:
Alternatively, we can use the formula $|\mathbf{u} \times \mathbf{v}| = |\mathbf{u}||\mathbf{v}|\sin\theta$. First find $|\mathbf{u}| = \sqrt{1^2 + 2^2 + 2^2} = 3$ and $|\mathbf{v}| = \sqrt{3^2 + 0^2 + 4^2} = 5$. From Example 2 in the scalar product page, we know $\cos\theta = 11/15$, so $\sin\theta = \sqrt{1 - (11/15)^2} = \sqrt{104}/15$. Therefore:
Verify that $\mathbf{a} \times \mathbf{b} = -\mathbf{b} \times \mathbf{a}$ for $\mathbf{a} = \hat{x} + 2\hat{z}$ and $\mathbf{b} = 3\hat{x} + \hat{y}$.
Solution:
First compute $\mathbf{a} \times \mathbf{b}$:
Now compute $\mathbf{b} \times \mathbf{a}$:
Indeed, $\mathbf{b} \times \mathbf{a} = 2\hat{x} - 6\hat{y} - \hat{z} = -(-2\hat{x} + 6\hat{y} + \hat{z}) = -\mathbf{a} \times \mathbf{b}$, confirming the anti-commutative property.
Applications in Physics
The cross product appears frequently in physics:
- Torque: $\boldsymbol{\tau} = \mathbf{r} \times \mathbf{F}$, where torque is the cross product of position and force
- Angular momentum: $\mathbf{L} = \mathbf{r} \times \mathbf{p}$, where angular momentum is the cross product of position and linear momentum
- Magnetic force: $\mathbf{F} = q\mathbf{v} \times \mathbf{B}$, where the force on a moving charge is the cross product of velocity and magnetic field
- Area calculations: The magnitude of the cross product gives the area of parallelograms and triangles
- Normal vectors: Cross products are used to find vectors perpendicular to surfaces