Mathematics · Analytic Geometry / Vectors

Cross Product (Vector Product)

The cross product of two vectors in space yields a vector perpendicular to both.

AdvancedExam-relevant

Free · no credit card · in your study plan in 2 minutes

Formula

LaTeX: \vec{a} \times \vec{b} = \begin{pmatrix} a_{2}b_{3} - a_{3}b_{2} \\ a_{3}b_{1} - a_{1}b_{3} \\ a_{1}b_{2} - a_{2}b_{1} \end{pmatrix}
Magnitude in area units (product of the length units) · coordinates in length units
Diagram: vectors a and b span a parallelogram; the result vector a×b points perpendicular upward, its length equals the parallelogram area.|a×b|aba×b
The cross-product vector is perpendicular to a and b; its magnitude is the area of the spanned parallelogram.

Variables & units – Cross Product (Vector Product)

SymbolMeaningUnit
a⃗, b⃗Vectors in R³ with coordinates a₁..b₃length unit
a⃗×b⃗Result vector, perpendicular to a⃗ and b⃗length unit²
|a⃗×b⃗|Area of the parallelogram spanned by a⃗ and b⃗area units

Derivation & background – Cross Product (Vector Product)

The cross product exists in this form only in R³ (Gibbs, late 19th century). It is anticommutative: b⃗×a⃗ = −(a⃗×b⃗); the direction follows the right-hand rule. The magnitude |a⃗×b⃗| = |a⃗|·|b⃗|·sin φ measures the parallelogram area; a⃗×b⃗ = 0⃗ means parallel (collinear) vectors. Mnemonic: each coordinate arises cyclically from the other two rows.

Exam blueprint

Validity range

Defined only in three-dimensional space. Anticommutative: b⃗×a⃗ = −(a⃗×b⃗). For parallel vectors the result is the zero vector.

Derivation steps

We seek a vector perpendicular to both a⃗ and b⃗.

  1. 1The conditions n⃗·a⃗ = 0 and n⃗·b⃗ = 0 lead to a system of equations.
  2. 2The cyclic solution (a₂b₃−a₃b₂ | a₃b₁−a₁b₃ | a₁b₂−a₂b₁) satisfies both conditions.

Rearrangements

Magnitude and area

Parallelogram area; the triangle area is half of it.

Collinearity

Zero vector as a test for parallelism.

Scalar triple product

Volume of the parallelepiped spanned by three vectors.

Task variant

Find a normal vector to a⃗ = (1|0|2) and b⃗ = (0|1|1).

n⃗ = a⃗×b⃗ = (0·1−2·1 | 2·0−1·1 | 1·1−0·0) = (−2|−1|1). Check: n⃗·a⃗ = −2+0+2 = 0 ✓, n⃗·b⃗ = 0−1+1 = 0 ✓.

Compute the triangle area for the spanning vectors a⃗ = (2|0|0) and b⃗ = (0|3|0).

a⃗×b⃗ = (0|0|6), magnitude 6. Triangle area = 6/2 = 3 area units.

Common mistakes

Forming the middle coordinate with the wrong sign.

Middle coordinate: a₃b₁ − a₁b₃ (order reversed).

Using the cross product in R².

It exists only in R³; in R², a₁b₂ − a₂b₁ serves as the area measure.

Assuming a⃗×b⃗ = b⃗×a⃗.

Anticommutative: swapping flips the sign.

Not checking the result.

Check in seconds: the dot product with a⃗ and b⃗ must be 0.

Exam context

  • Normal vectors for plane equations, area and volume calculation in advanced courses.

These mistakes cost points in real exams. The set drills them until they stick.

Formula cluster

Vector geometry

Provides the normal vector, which dot product checks then confirm.

Worked example

a⃗ = (1|2|0), b⃗ = (3|0|1): a⃗×b⃗ = (2·1−0·0 | 0·3−1·1 | 1·0−2·3) = (2|−1|−6). |a⃗×b⃗| = √(4+1+36) = √41 ≈ 6.4 area units (parallelogram area).

Applications

Normal vectors of planes, areas of parallelograms and triangles, scalar triple product and volume, physics (torque, Lorentz force)

Quanta exam set

Curated exam set for "Cross Product (Vector Product)":

Question (front)

Which formula describes Cross Product (Vector Product)?

Answer in your set

Question (front)

How do you rearrange a⃗×b⃗ = (a₂b₃−a₃b₂ | a₃b₁−a₁b₃ | a₁b₂−a₂b₁) for Magnitude and area?

Answer in your set

Question (front)

Which common mistake happens with Cross Product (Vector Product)?

Answer in your set

+ 7 more cards: units, variables, derivation, example, exam task

These 10 cards are ready. One click and they sit in your deck, FSRS schedules the reviews until exam day.

Scientific sources

Common notations & search queries

a x b VektorproduktKreuzprodukt berechnenVektorprodukt FormelNormalenvektor KreuzproduktKreuzprodukt Parallelogramm Flächecross product formulaa kreuz bRechte-Hand-Regel Vektoren

Related formulas

More Mathematics formulas

Frequently asked questions about Cross Product (Vector Product)

How do I calculate the cross product of two vectors?+

Follow the cyclic scheme: the first coordinate of a⃗×b⃗ is a₂b₃ − a₃b₂, the second a₃b₁ − a₁b₃, the third a₁b₂ − a₂b₁. For each result coordinate you cover the corresponding row and cross-multiply the other two, forwards minus backwards. Example: a⃗ = (1|2|0), b⃗ = (3|0|1): first coordinate 2·1 − 0·0 = 2, second 0·3 − 1·1 = −1, third 1·0 − 2·3 = −6, so a⃗×b⃗ = (2|−1|−6). Always check via dot product: (2|−1|−6)·(1|2|0) = 2 − 2 + 0 = 0 ✓ and likewise 0 with b⃗ ✓. This ten-second check catches almost all arithmetic and sign errors.

What is the cross product needed for in analytic geometry?+

Its main job is the normal vector: a⃗×b⃗ is perpendicular to both factors. If you have a plane in parametric form with spanning vectors u⃗ and v⃗, n⃗ = u⃗×v⃗ delivers the normal vector for the coordinate or normal form in one step; without the cross product you would have to solve a system of two dot-product conditions. Second, the magnitude |a⃗×b⃗| measures the area of the spanned parallelogram, half of it being the triangle area; this is needed for area tasks in space. Third, a⃗×b⃗ = 0⃗ tests for parallelism. And combined with the dot product you get the scalar triple product (a⃗×b⃗)·c⃗, whose absolute value gives the volume of the parallelepiped, one sixth of it for the pyramid on three edge vectors.

What does the magnitude of the cross product mean geometrically?+

|a⃗×b⃗| = |a⃗|·|b⃗|·sin φ is the area of the parallelogram spanned by the two vectors: base |a⃗| times height |b⃗|·sin φ. Example: a⃗ = (1|2|0) and b⃗ = (3|0|1) have a⃗×b⃗ = (2|−1|−6) with magnitude √(4 + 1 + 36) = √41 ≈ 6.4 area units. For triangles, the most common exam case, you halve: A = ½|a⃗×b⃗|, where a⃗ and b⃗ are two side vectors from the same vertex. Two limiting cases make the formula plausible: for parallel vectors sin φ = 0, the parallelogram degenerates to a segment, area 0. For perpendicular vectors sin φ = 1 and the area is simply the product of the lengths, as for a rectangle.

Why does the cross product exist only in R³ and what does the right-hand rule say?+

Only in three-dimensional space is there exactly one direction perpendicular to two (non-parallel) directions; in R² there is none at all, in R⁴ infinitely many perpendicular directions, so such a product cannot be defined uniquely there. In the plane, the determinant a₁b₂ − a₂b₁ takes over the area role; it is precisely the third coordinate of the cross product if you embed the vectors in space. The right-hand rule fixes which of the two possible perpendicular directions the result takes: if the thumb of the right hand points along a⃗ and the index finger along b⃗, the middle finger points along a⃗×b⃗. Anticommutativity follows directly: b⃗×a⃗ = −(a⃗×b⃗), swapping reverses the orientation.

What is the fastest way to check my cross product result?+

With two dot products: the result n⃗ = a⃗×b⃗ must be perpendicular to both input vectors, so n⃗·a⃗ and n⃗·b⃗ must both be exactly zero. Example: for a⃗ = (1|0|2), b⃗ = (0|1|1) one computes n⃗ = (0·1−2·1 | 2·0−1·1 | 1·1−0·0) = (−2|−1|1); check: n⃗·a⃗ = −2 + 0 + 2 = 0 ✓ and n⃗·b⃗ = 0 − 1 + 1 = 0 ✓. If it is not zero, the error is almost always in the middle coordinate, whose order is reversed (a₃b₁ − a₁b₃). Extra checks: for obviously parallel vectors the zero vector must result, and a plausibility glance at the size of the magnitude (area!) never hurts. These checks cost seconds but regularly save entire geometry tasks, because everything that follows depends on the normal vector.

Retain Cross Product (Vector Product) for exams

Create a curated FSRS exam set for a⃗×b⃗ = (a₂b₃−a₃b₂ | a₃b₁−a₁b₃ | a₁b₂−a₂b₁): formula recall, variables, derivation, rearrangement, worked example, common mistakes and exam context.

Free · curated formula set · LaTeX · FSRS spaced repetition

How do you calculate with Cross Product (Vector Product)?

Here is how to work through a typical Cross Product (Vector Product) (a⃗×b⃗ = (a₂b₃−a₃b₂ | a₃b₁−a₁b₃ | a₁b₂−a₂b₁)) task step by step:

  1. 1

    Task

    Find a normal vector to a⃗ = (1|0|2) and b⃗ = (0|1|1).

    Solution path

    n⃗ = a⃗×b⃗ = (0·1−2·1 | 2·0−1·1 | 1·1−0·0) = (−2|−1|1). Check: n⃗·a⃗ = −2+0+2 = 0 ✓, n⃗·b⃗ = 0−1+1 = 0 ✓.

  2. 2

    Task

    Compute the triangle area for the spanning vectors a⃗ = (2|0|0) and b⃗ = (0|3|0).

    Solution path

    a⃗×b⃗ = (0|0|6), magnitude 6. Triangle area = 6/2 = 3 area units.