Vector Cross Product Calculator

3D cross product a × b

CalculatorsFreeNo Signup
4.9(414 reviews)
All Tools

Loading tool...

About Vector Cross Product Calculator

A 3D vector cross product calculator. Computes a × b = (a₂b₃−a₃b₂, a₃b₁−a₁b₃, a₁b₂−a₂b₁). Shows magnitude (parallelogram area), verifies perpendicularity (dot products = 0), and unit normal. Select from preset vectors or enter custom. All calculations are client-side.

Vector Cross Product Calculator Features

  • a × b
  • Magnitude
  • Normal
  • Area
  • Perpendicularity
Cross product: a × b = |i j k; a₁ a₂ a₃; b₁ b₂ b₃| = (a₂b₃−a₃b₂)i + (a₃b₁−a₁b₃)j + (a₁b₂−a₂b₁)k. Result is perpendicular to both a and b. ||a × b|| = ||a||||b||sin(θ) = area of parallelogram. Direction by right-hand rule.

How to Use

Enter two 3D vectors:

  • a, b: Components
  • Output: a × b, |a × b|
  • Verify: Perpendicularity

Properties

  • Anti-commutative: a×b = −b×a
  • Not associative: a×(b×c) ≠ (a×b)×c
  • Distributive: a×(b+c) = a×b + a×c
  • a×a = 0

Applications

  • Normal vectors to surfaces
  • Torque: τ = r × F
  • Angular momentum: L = r × p
  • Area calculations

Step-by-Step Instructions

  1. 1Enter vector a.
  2. 2Enter vector b.
  3. 3View a × b.
  4. 4Check magnitude.
  5. 5Verify perpendicularity.

Vector Cross Product Calculator — Frequently Asked Questions

Why does cross product only work in 3D?+

Cross product as a vector × vector → vector only works in 3D and 7D (by Hurwitz theorem). In higher dimensions, use the wedge product (exterior algebra) or generalized cross products. The 3D cross product is special because it relates to the Lie algebra of rotations.

How is cross product related to determinant?+

a × b is the 'determinant' of [i j k; a₁ a₂ a₃; b₁ b₂ b₃] expanded along the first row. The scalar triple product a·(b×c) = det[a;b;c] gives the volume of a parallelepiped.

When is the cross product zero?+

When a and b are parallel (or one is zero). Since ||a × b|| = ||a||||b||sin(θ), the cross product is zero iff θ = 0 or π (parallel or anti-parallel). This is the test for collinearity in 3D.

Share this tool: