Vector Cross Product Formula:
From: | To: |
The cross product is a binary operation on two vectors in three-dimensional space. It results in a vector that is perpendicular to both original vectors, with magnitude equal to the area of the parallelogram they span.
The calculator uses the determinant formula:
Which expands to:
Properties: The resulting vector is orthogonal to both input vectors, and its magnitude equals the area of the parallelogram formed by A and B.
Details: Cross products are essential in physics (torque, angular momentum), computer graphics (surface normals), and engineering (moment of forces).
Tips: Enter all six components (x,y,z for both vectors). The calculator will compute the cross product vector components.
Q1: What's the difference between dot product and cross product?
A: Dot product gives a scalar quantity, while cross product gives a vector perpendicular to both input vectors.
Q2: What does a zero cross product mean?
A: A zero cross product indicates the vectors are parallel (or at least one is zero).
Q3: Is cross product commutative?
A: No, A × B = - (B × A). It's anti-commutative.
Q4: Can you compute cross product in 2D?
A: The 2D equivalent would be a scalar representing the signed area of the parallelogram.
Q5: What's the geometric interpretation?
A: The magnitude equals the area of the parallelogram formed by the two vectors.