Cross Product Calculator NZ

This calculator finds the cross product of two three-dimensional vectors, a new vector that points at right angles to both of them, along with its magnitude and the area of the parallelogram the two vectors span. The cross product is a fundamental operation in vector algebra, with no equivalent in two dimensions, and it answers a question that comes up constantly in physics, engineering and computer graphics: given two directions, what direction is perpendicular to both? The result is a vector whose direction follows the right-hand rule and whose length equals the area of the parallelogram formed by the two input vectors. This makes the cross product the natural tool for finding normals to surfaces in 3D graphics, calculating torque and angular momentum in physics, determining the moment of a force, and testing whether vectors are parallel, since the cross product of parallel vectors is zero. This tool computes it for you. You enter the x, y and z components of each vector, and the calculator returns the cross product vector, its magnitude, and the components individually. The magnitude doubles as the area of the parallelogram the vectors define, a handy geometric fact. The results update as you type, so you can explore how the perpendicular direction changes as you rotate the inputs. Use it for physics and engineering problems, for 3D geometry and graphics, or to check vector homework. Remember that the cross product does not commute: swapping the order of the two vectors reverses the direction of the result, flipping every sign. The calculations are exact for your inputs, with the magnitude rounded for display.

Calculate.co.nz is proud to be partnered with Premium Homes, a recognised leader in eco-friendly, sustainable, and energy-efficient homebuilding. With a dedicated team and award-winning experience, they create homes that prioritise health, comfort, and long-term performance. Their founders, Andrew and Kelly, set out to raise the standard of residential construction in New Zealand by combining practical building expertise with a clear commitment to doing things better for homeowners.
Premium Homes: got a section? Let's build your eco home on it.
Advertise on this page
(-3, 6, -3)
cross product a x b
Magnitude7.348
Parallelogram area7.348
Componentsi -3, j 6, k -3

a x b = (ay bz - az by, az bx - ax bz, ax by - ay bx). The magnitude equals the area of the parallelogram. Order matters: b x a reverses the signs.

How it works

Each component of the cross product is found from a pair of the input components: the x component is ay times bz minus az times by, and the y and z components follow the same pattern cyclically. The magnitude is the length of that resulting vector, which also equals the area of the parallelogram the two vectors form.

Worked example

For a = (1, 2, 3) and b = (4, 5, 6), the cross product is (2 times 6 minus 3 times 5, 3 times 4 minus 1 times 6, 1 times 5 minus 2 times 4), which is (-3, 6, -3). Its magnitude is the square root of 9 plus 36 plus 9, the square root of 54, about 7.348, which is also the area of the parallelogram.

Related calculators