Definition
The cross product (or vector product) of two vectors and in is a vector that is perpendicular to both and , with a magnitude proportional to the area of the parallelogram they span.
Why It Matters
The cross product is essential for modeling rotation, torque, and electromagnetism in three-dimensional space. It provides a mathematical bridge between area, orientation, and orthogonal force, which is fundamental to physics and engineering.
Core Concepts
- Geometric Definition: , where is a unit vector perpendicular to the plane of and , determined by the right-hand rule.
- How to read: “The cross product of u and v equals the magnitude of u times the magnitude of v times the sine of theta, times the unit normal vector n.”
- Meaning: Magnitude equals parallelogram area; is the unit normal perpendicular to and (right-hand rule).
- Determinant Formula: .
- How to read: “The cross product of u and v equals the three by three determinant with unit vectors i, j, k, followed by the components of u and v.”
- Meaning / when to use: Expand along the first row for component-wise computation.
- Properties: It is anticommutative () and yields the zero vector if the input vectors are parallel.
- How to read: “The cross product of u and v equals the negative cross product of v and u.”
- Meaning: Swapping order flips the direction; parallel vectors give zero cross product.
- Area of Parallelogram: The magnitude is exactly the area of the parallelogram determined by the two vectors.