Cross Product Calculator

Compute the cross product of two 3D vectors, with magnitude and direction information.

Share this calculator

Cross product calculator Compute the cross product of two 3D vectors, along with the result magnitude and direction info.

Vector 1 (u)

Vector 2 (v)

What is the cross product?

The cross product of two 3D vectors produces a third vector that is perpendicular to both inputs, with a magnitude equal to the area of the parallelogram they span.

Right-hand rule

The direction of the resulting vector follows the right-hand rule: point your fingers along the first vector, curl them toward the second, and your thumb points in the direction of the cross product.

Result

(-3, 6, -3)

The result vector (-3, 6, -3) is perpendicular to both input vectors.

Result vector
(-3, 6, -3)
Magnitude
7.348469
Parallel?
No

Step-by-step

  1. u × v = (u₂v₃ − u₃v₂, u₃v₁ − u₁v₃, u₁v₂ − u₂v₁)
  2. x = (3)(7) − (4)(6) = 21 − 24 = -3
  3. y = (4)(5) − (2)(7) = 20 − 14 = 6
  4. z = (2)(6) − (3)(5) = 12 − 15 = -3
  5. |u × v| = √(-3² + 6² + -3²) = √54 = 7.348469

Also in Linear Algebra

Linear Algebra

Cross product calculator: compute the cross product of two 3D vectors

A cross product calculator computes the vector perpendicular to two input vectors in three-dimensional space. The result gives both the direction and magnitude of the perpendicular vector.

The cross product formula

For vectors u = (u₁, u₂, u₃) and v = (v₁, v₂, v₃), the cross product u × v = (u₂v₃ − u₃v₂, u₃v₁ − u₁v₃, u₁v₂ − u₂v₁).

The magnitude |u × v| equals |u||v|sin(θ), representing the area of the parallelogram formed by the two vectors.

u × v = (u₂v₃ − u₃v₂, u₃v₁ − u₁v₃, u₁v₂ − u₂v₁)

Cross product of 3D vectors.

Frequently asked questions

Is the cross product commutative?

No — u × v = −(v × u). Swapping the operands reverses the direction of the result.

Does the cross product work in 2D?

The cross product is only defined for 3D vectors. In 2D, a related scalar (u₁v₂ − u₂v₁) gives the signed area.

Related

More from nearby categories

These related calculators come from the same leaf category, nearby sibling categories, or the same top-level topic.