The cross product takes two vectors in 3D and returns a new vector perpendicular to both. Its size is
where is the angle between and , and in a right-handed coordinate system its direction follows the right-hand rule.
This gives the main idea quickly. Parallel vectors have , so their cross product is the zero vector. Perpendicular vectors have , so the cross product has the largest possible magnitude for those vector lengths.
Cross Product Formula In Coordinates
If
then
The result is a vector, not a scalar. That is one of the main differences from the dot product.
Cross Product Direction And The Right-Hand Rule
The cross product points perpendicular to the plane containing and . In a right-handed coordinate system, curl the fingers of your right hand from toward through the smaller angle. Your thumb points in the direction of .
Order matters:
So swapping the vectors reverses the direction.
Worked Example: Find
Take
Using the component formula,
so
This example is useful because everything is visible at once:
- The result points in the positive direction, so it is perpendicular to both input vectors.
- Its magnitude is .
- That same magnitude is the area of the parallelogram formed by and .
You can check the magnitude formula too. Here , , and the angle is , so
If you reverse the order, then
The size stays the same, but the direction flips.
What The Cross Product Magnitude Means
The quantity gives the area of the parallelogram spanned by and . If you want the area of the triangle formed by the same vectors, divide by .
That geometric meaning explains why the cross product becomes zero for parallel vectors: a parallelogram with no width has area zero.
Common Cross Product Mistakes
Mixing It Up With The Dot Product
The dot product gives a scalar and uses . The cross product gives a vector and uses for its magnitude.
Forgetting That Order Matters
and do not point in the same direction. They are negatives of each other.
Using It Outside The Usual 3D Setting
In most school and first-course engineering contexts, the cross product is defined for two 3D vectors. If you are working in 2D, people often switch to scalar-area interpretations or embed the vectors into 3D first.
Where The Cross Product Is Used
In geometry, the cross product helps find areas and normal vectors. In vector calculus and graphics, it is used to build a perpendicular direction to a surface or plane.
In physics, it appears when both magnitude and rotational direction matter. A standard example is torque:
That formula says the turning effect depends on the position vector, the force, and the angle between them.
Try A Similar Problem
Try
Compute , then check its magnitude against . After that, reverse the order and confirm that the new answer points in the opposite direction.
Need help with a problem?
Upload your question and get a verified, step-by-step solution in seconds.
Open GPAI Solver →