Cross Product Calculator

Calculate A × B for 3D vectors

CalculatorsFreeNo Signup
4.7(164 reviews)
All Tools

Loading tool...

About Cross Product Calculator

A cross product calculator that computes A × B for two 3D vectors. Shows the resulting vector, its magnitude, the unit vector, and the angle between the input vectors. Verifies perpendicularity via dot product. All calculations are client-side. Essential for physics (torque, magnetic force), engineering, and 3D graphics programming.

Cross Product Calculator Features

  • 3D vectors
  • Magnitude
  • Unit vector
  • Angle
  • Perpendicularity check
The cross product A × B produces a vector perpendicular to both A and B. Its magnitude equals |A||B|sin(θ), giving the area of the parallelogram formed by A and B. Direction follows the right-hand rule. Unlike dot product, cross product is only defined in 3D and produces a vector, not a scalar.

How to Use

Enter two 3D vectors:

  • Vector A: (a₁, a₂, a₃)
  • Vector B: (b₁, b₂, b₃)
  • Result: A × B vector computed

Formula

A × B = (a₂b₃−a₃b₂, a₃b₁−a₁b₃, a₁b₂−a₂b₁). Use the determinant method with i, j, k unit vectors.

Applications

  • Torque: τ = r × F
  • Magnetic force: F = qv × B
  • Surface normals in 3D graphics
  • Area of parallelogram/triangle

Step-by-Step Instructions

  1. 1Enter Vector A components.
  2. 2Enter Vector B components.
  3. 3View the cross product vector.
  4. 4Check its magnitude.
  5. 5Verify perpendicularity.

Cross Product Calculator — Frequently Asked Questions

Is cross product commutative?+

No! A × B = −(B × A). Order matters. Reversing the order flips the direction of the result. This is called anticommutative.

What does the magnitude of the cross product represent?+

|A × B| = |A||B|sin(θ), which equals the area of the parallelogram formed by vectors A and B. Half of this gives the triangle area.

Why is cross product only defined in 3D?+

The cross product requires 3 dimensions to produce a perpendicular vector. In 2D, there's no 'up' direction. The generalization to higher dimensions uses the wedge (exterior) product.

Share this tool: