Cross Product Calculator
A perpendicular vector, and the area it measures.
Work out Cross Product. A perpendicular vector, and the area it measures. Free, with no account and nothing to install.
Three components — the cross product exists only in 3D.
A × B
(0, 0, 1)
Magnitude 1 · 90° between them
The cross product returns a vector perpendicular to both inputs, with a length equal to the area of the parallelogram they span. That area is the fact that makes it useful in geometry rather than only in physics — halve it and you have the area of the triangle through the two vectors. It is anticommutative: A × B points exactly opposite to B × A. Which of the two you get follows the right-hand rule, and swapping the operands is the commonest source of a normal pointing into a surface instead of out of it. Parallel vectors give the zero vector, because they span no area at all. That is the test for collinearity, and it is why the result here says so plainly rather than returning three very small numbers.
How the Cross Product Calculator works
The cross product of two 3D vectors, with the unit normal and the parallelogram and triangle areas its magnitude represents. That area is what makes it useful in geometry rather than only in physics.
Also known as: vector perpendicular to two vectors · area of a triangle from vectors · normal vector calculator · right hand rule calculator
Frequently asked questions
What does the cross product give you?
A vector perpendicular to both inputs, whose length equals the area of the parallelogram they span. Direction follows the right-hand rule, and reversing the operands reverses it.
How do I find the area of a triangle from two vectors?
Half the magnitude of their cross product. The two vectors span a parallelogram; the triangle is exactly half of it.
Why is the cross product only defined in 3D?
Because only in three dimensions is there a unique direction perpendicular to two given vectors. In two dimensions there is no room, and in four or more there is a whole plane of perpendicular directions to choose from.
What does a zero cross product mean?
The vectors are parallel or antiparallel — they span no area at all. It is the standard test for collinearity of three points.
Why does the order matter?
The cross product is anticommutative: A × B points exactly opposite to B × A. Swapping the operands is the commonest cause of a surface normal pointing into an object instead of out of it.
Put this calculator on your own site
Free to use, on any site, commercial or not. Paste this where you want it to appear. It is a plain iframe, so it works in WordPress, Squarespace, Wix, Webflow, Ghost and anything else that accepts HTML.
<iframe src="https://www.thecalclibrary.com/embed/cross-product-calculator" width="100%" height="640" style="border:1px solid #e2e8f0;border-radius:12px" loading="lazy" title="Cross Product Calculator"></iframe>
<p style="font:13px/1.5 system-ui,sans-serif;margin:6px 0 0;color:#64748b">Powered by <a href="https://www.thecalclibrary.com/cross-product-calculator" style="color:#64748b">Cross Product Calculator</a> from The Calc Library</p>The only condition is that the credit line below the frame stays in place. That one line is what pays for the tool being free — it is how anyone else finds it.