- Home
- /
- Math
- /
- Algebra Fundamentals
- /
- Cross Product
Cross Product
Also known as: vector product, cross multiplication of vectors
Grade 9-12
View on concept mapThe cross product of two 3D vectors \mathbf{a} = \langle a_1, a_2, a_3 \rangle and \mathbf{b} = \langle b_1, b_2, b_3 \rangle is a new vector \mathbf{a} \times \mathbf{b} that is perpendicular to both \mathbf{a} and \mathbf{b}. Cross products find normal vectors to surfaces, compute torque and angular momentum in physics, determine the orientation of three points (left or right turn), and calculate areas in 3D geometry.
Definition
The cross product of two 3D vectors \mathbf{a} = \langle a_1, a_2, a_3 \rangle and \mathbf{b} = \langle b_1, b_2, b_3 \rangle is a new vector \mathbf{a} \times \mathbf{b} that is perpendicular to both \mathbf{a} and \mathbf{b}. Its magnitude equals the area of the parallelogram formed by \mathbf{a} and \mathbf{b}.
π‘ Intuition
Place two arrows flat on a table. The cross product points straight up from the table, perpendicular to both. Its length tells you how much area the two arrows spanβlike the area of a parallelogram with the arrows as sides. If the arrows are parallel, they span no area, so the cross product is the zero vector.
π― Core Idea
The cross product produces a vector perpendicular to both inputs, with magnitude equal to the area of the parallelogram they span. It is anti-commutative: \mathbf{a} \times \mathbf{b} = -(\mathbf{b} \times \mathbf{a}).
Example
\mathbf{a} \times \mathbf{b} = \langle 0, 0, 1 \rangle
The result points along the z-axis, perpendicular to both \mathbf{a} and \mathbf{b}.
Formula
Notation
\mathbf{a} \times \mathbf{b} uses the multiplication sign. Can also be computed as a 3 \times 3 determinant: \mathbf{a} \times \mathbf{b} = \det\begin{bmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{bmatrix}.
π Why It Matters
Cross products find normal vectors to surfaces, compute torque and angular momentum in physics, determine the orientation of three points (left or right turn), and calculate areas in 3D geometry.
π Hint When Stuck
Cover one row at a time in the 3x3 determinant setup and compute the 2x2 determinant of what remains.
Formal View
Related Concepts
See Also
π§ Common Stuck Point
The cross product is only defined for 3D vectors (and 7D, but that is rarely encountered). Also, order matters: \mathbf{a} \times \mathbf{b} = -(\mathbf{b} \times \mathbf{a}).
β οΈ Common Mistakes
- Swapping the order and forgetting the sign change: \mathbf{a} \times \mathbf{b} \neq \mathbf{b} \times \mathbf{a}
- Trying to compute a cross product of 2D vectors without extending them to 3D (append 0 as the third component)
- Sign errors in the component formulaβthe middle component has a subtracted order (a_3 b_1 - a_1 b_3, not a_1 b_3 - a_3 b_1)
Go Deeper
Worked Examples
Step-by-step solved problems
Practice Problems
Test your understanding
Formula Explained
Notation, derivation, and common mistakes
Frequently Asked Questions
What is Cross Product in Math?
The cross product of two 3D vectors \mathbf{a} = \langle a_1, a_2, a_3 \rangle and \mathbf{b} = \langle b_1, b_2, b_3 \rangle is a new vector \mathbf{a} \times \mathbf{b} that is perpendicular to both \mathbf{a} and \mathbf{b}. Its magnitude equals the area of the parallelogram formed by \mathbf{a} and \mathbf{b}.
Why is Cross Product important?
Cross products find normal vectors to surfaces, compute torque and angular momentum in physics, determine the orientation of three points (left or right turn), and calculate areas in 3D geometry.
What do students usually get wrong about Cross Product?
The cross product is only defined for 3D vectors (and 7D, but that is rarely encountered). Also, order matters: \mathbf{a} \times \mathbf{b} = -(\mathbf{b} \times \mathbf{a}).
What should I learn before Cross Product?
Before studying Cross Product, you should understand: dot product, vector operations, determinant.
Prerequisites
Next Steps
Cross-Subject Connections
How Cross Product Connects to Other Ideas
To understand cross product, you should first be comfortable with dot product, vector operations and determinant. Once you have a solid grasp of cross product, you can move on to surface area.