Cross Product Calculator
A cross product calculator computes the vector product of two three-dimensional vectors, yielding a third vector that is perpendicular to both inputs. The calculator evaluates the product using the determinant method of a three-by-three matrix, where the first row contains unit vectors, and subsequent rows contain the components of the input vectors. It determines the magnitude and direction of the resulting vector and can show the angle between the two input vectors. This tool is widely used in physics, engineering, and linear algebra to compute torque, angular momentum, and normal vectors.
Calculate the cross product A × B of two 3D vectors, with step-by-step determinant method.
Quick Answer
Compute the cross product of two 3D vectors. Enter the components of both vectors to find the resulting orthogonal vector, its magnitude, and the angle between them.
Vector A
Vector B
Cross Product Vector
(-3, 6, -3)
Orthogonal to both A and B
Step-by-step Determinant
| i j k |
| 1 2 3 |
| 4 5 6 |
= i(2×6 - 3×5)
- j(1×6 - 3×4)
+ k(1×5 - 2×4)
= i(12 - 15) - j(6 - 12) + k(5 - 8)
= -3i + 6j - 3k
How it works
What is the cross product?
The cross product is a mathematical operation on two vectors in three-dimensional space. It takes two vectors (A and B) and produces a third vector (C) that is completely perpendicular to both A and B.
The Determinant Method
The easiest way to remember how to calculate the cross product is to set it up as the determinant of a 3x3 matrix. The first row contains the unit vectors i, j, and k. The second row contains the components of vector A, and the third row contains the components of vector B.
| i j k |
| Ax Ay Az |
| Bx By Bz |
Expanding this determinant gives the components of the cross product:
- x-component (i): Ay×Bz − Az×By
- y-component (j): Az×Bx − Ax×Bz
- z-component (k): Ax×By − Ay×Bx
Geometric Meaning
The cross product has two important geometric properties:
- Direction: It is perpendicular to the plane containing the two original vectors. The exact direction is given by the right-hand rule.
- Magnitude: Its length, |A × B|, is exactly equal to the area of the parallelogram formed by the vectors A and B.
Disclaimer
For educational purposes. Verify results for critical applications.
Related calculators
Related Calculators
More tools from Education



