OverCalculator
  1. Home
  2. Math & Scientific
  3. Cross Product Calculator
Math & Scientific

Cross Product Calculator

Calculate the cross product of two vectors in 3D space. Essential for physics, engineering, and computer graphics calculations.

Result vector
v₁ Ɨ vā‚‚
⟨0.0000, 0.0000, 1.0000⟩
i component
0.0000
j component
0.0000
k component
1.0000
Magnitude
1.0000

The cross product is perpendicular to both input vectors; its magnitude equals the parallelogram area.

Results update as you type.

Cross Product Calculator

Use this calculator to find the vector product of two three-dimensional vectors. The result is a new vector that is perpendicular to both inputs, which makes cross products important in physics, engineering, robotics, and 3D graphics.

How to use this calculator

Enter Vector 1 components X, Y, and Z, then enter Vector 2 components X, Y, and Z. The calculator returns v₁ Ɨ vā‚‚, the individual i, j, and k components, and the magnitude of the result.

Cross product formula

For vectors A = (a1, a2, a3) and B = (b1, b2, b3), the cross product A x B is:

A x B = (a2 b3 - a3 b2, a3 b1 - a1 b3, a1 b2 - a2 b1)

The magnitude of the result is related to the angle between the vectors:

|A x B| = |A| |B| sin(theta)

For example, vector 1 (1, 0, 0) and vector 2 (0, 1, 0) give (0, 0, 1) with magnitude 1.

Interpreting the result

The direction follows the right-hand rule. A zero vector result means the inputs are parallel, anti-parallel, or one vector has zero length. For related math tools, try the slope calculator, matrix calculator, or relative velocity calculator.

Frequently asked questions

What inputs does the cross product calculator use?
Enter the X, Y, and Z components for vector 1 and vector 2. The calculator returns the result vector and its magnitude.
What does the cross product result mean?
The result is a vector perpendicular to both input vectors. Its magnitude equals the area of the parallelogram formed by the inputs.
Does vector order matter in a cross product?
Yes. Reversing the order changes the sign of the result vector, so vector 1 cross vector 2 is the negative of vector 2 cross vector 1.
What is the cross product of 1,0,0 and 0,1,0?
The result is 0,0,1 with magnitude 1, following the right-hand rule.

Related calculators

Cross Product Calculator updated at