Cross Product Formula
The cross product of two 3D vectors a = a_1, a_2, a_3 and b = b_1, b_2, b_3 is a new vector a x b that is perpendicular to both a and b.
The Formula
When to use: 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.
Quick Example
The result points along the -axis, perpendicular to both and .
Notation
What This Formula Means
The cross product of two 3D vectors and is a new vector that is perpendicular to both and . Its magnitude equals the area of the parallelogram formed by and .
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.
Formal View
Worked Examples
Example 1
mediumAnswer
First step
See the full worked solution + why-it-works coaching
SetupKey insightWhy it worksCommon pitfallConnection
Example 2
hardExample 3
easyCommon Mistakes
- Returning a scalar - the cross product is a vector; build all three components
- Reversing the order without flipping sign - , so order matters
- Forgetting the middle component's sign pattern - the determinant expansion makes the term negative; the formula already bakes this in as
Why This Formula Matters
The cross product is how you manufacture a perpendicular direction and measure spanned area at the same time, which is exactly what is needed for plane normals, torque, and 3D geometry β things the dot product cannot give because it only returns a number. Recognizing it by "Do I have two 3D vectors and need a new vector perpendicular to both (or the area they span)?" β rather than by familiar numbers β is what lets a student tell it apart from dot product and vector addition and determinant (2x2) in a mixed problem set.
Frequently Asked Questions
What is the Cross Product formula?
The cross product of two 3D vectors and is a new vector that is perpendicular to both and . Its magnitude equals the area of the parallelogram formed by and .
How do you use the Cross Product formula?
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.
What do the symbols mean in the Cross Product formula?
uses the multiplication sign. Can also be computed as a determinant: .
Why is the Cross Product formula important in Math?
The cross product is how you manufacture a perpendicular direction and measure spanned area at the same time, which is exactly what is needed for plane normals, torque, and 3D geometry β things the dot product cannot give because it only returns a number. Recognizing it by "Do I have two 3D vectors and need a new vector perpendicular to both (or the area they span)?" β rather than by familiar numbers β is what lets a student tell it apart from dot product and vector addition and determinant (2x2) in a mixed problem set.
What do students get wrong about Cross Product?
The procedure for cross product is the easy part; the trap is returning a scalar. Asking "Do I have two 3D vectors and need a new vector perpendicular to both (or the area they span)?" first is what keeps a correct-looking calculation from being attached to the wrong concept.
What should I learn before the Cross Product formula?
Before studying the Cross Product formula, you should understand: dot product, vector operations, determinant.