The right-hand rule to choose between the two normals
A×B=−B×A,A×A=0
Anti-commutativity
Swap the order, put in a minus sign
Key Insight: Swapping A and B exchanges rows 2 and 3 of the determinant, and exchanging the two rows of a 2×2 minor reverses its subtraction. All three components change sign together, which is why the whole vector does.
IIVisualization 1 — Exchanging the Two Rows
Swapping the vectors exchanges rows 2 and 3, and every 2×2 minor reverses its subtraction.
IIIVisualization 2 — Same Parallelogram, Opposite Thumb
The swap leaves the parallelogram untouched; only the side the thumb points to changes.
IVVisualization 3 — When B Lands On A
As B slides onto A the parallelogram flattens, and the cross product flattens with it.
B has landed on A — both rows are now the components of A
💡 That perpendicular direction is what the next video needs: a normal vector is exactly what turns three points into the equation of a plane.
VQuiz Questions
Problem 1 · The Cost of a Swap
Given:A×B=⟨5,−5,5⟩ — findB×A.
✅ Correct! Same length, same plane, opposite side: B×A=−(A×B).
❌ Not quite. Ordinary multiplication does not care about order, but the cross product does — swapping costs a minus sign.
❌ Close, but… Negating a vector reverses the sign of each component; it does not make every component negative. The middle entry was already −5.
❌ Not quite. That is A×A. Here A and B span a genuine parallelogram, so neither order gives the zero vector.
Show solution
Each component of a cross product is a 2×2 minor of the symbolic determinant. Swapping A and B exchanges rows 2 and 3, so each minor has its two rows exchanged — and exchanging the rows of a 2×2 determinant reverses its sign. Every component flips:
B×A=−(A×B)=−⟨5,−5,5⟩=⟨−5,5,−5⟩
The picture says the same thing. B and A span the same parallelogram — same area, same plane — so the length and the line of the answer cannot change. Only the right hand changes: sweeping from B to A turns the hand over, and the thumb points the other way.
Problem 2 · The Middle Minus
Given:A=⟨1,−2,3⟩ and B=⟨2,1,−1⟩ — findA×B.
✅ Correct! The standing check works: A⋅(A×B)=−1−14+15=0 and B⋅(A×B)=−2+7−5=0.
❌ Check the j^ term. Its minor evaluates to (1)(−1)−(3)(2)=−7, and the expansion puts a minus in front of it: −(−7)=+7.
❌ Close, but… That is B×A — every component has the opposite sign. You were asked for A×B, so A belongs in row 2.
❌ Not quite. The cross product is not computed componentwise; each entry mixes components of both vectors through a 2×2 minor.
Show solution
Put A in row 2 and B in row 3, then expand along the top row:
A×B=i^12j^−21k^3−1
i^:(−2)(−1)−(3)(1)=2−3=−1
j^:−[(1)(−1)−(3)(2)]=−[−1−6]=7
k^:(1)(1)−(−2)(2)=1+4=5
A×B=⟨−1,7,5⟩
The middle minus is the easiest sign in the subject to drop. It belongs to the expansion, not to the numbers, and it is there whatever the entries are.
Problem 3 · The Length Does Not Swap
Given:A=⟨2,2,1⟩ and B=⟨1,−2,2⟩ — find∣B×A∣.
✅ Correct! Here A⋅B=2−4+2=0, so the parallelogram is a rectangle and its area is just ∣A∣∣B∣=3⋅3=9.
❌ Not quite. A length is never negative — that is the whole reason the cross product needs no ± repair. Swapping the order turns the arrow around; it cannot shorten it.
❌ Close, but…36+9+36=81 is the sum of the squares. The length is its square root.
❌ Not quite. That is the area of the triangle with sides A and B. The cross product measures the full parallelogram, twice as large.
You never needed the swap: the two vectors span the same parallelogram in either order, so ∣B×A∣=∣A×B∣ always. Negating every component leaves the length alone.
Problem 4 · When the Answer Is the Zero Vector
Given:A and B are both nonzero, and A×B=0 — what must be true?
✅ Correct! Both arrows lie along one line, the parallelogram is flat, and the only vector of length 0 is 0.
❌ That is the opposite extreme. Perpendicular vectors give the largest cross product, ∣A∣∣B∣. It is the dot product that vanishes when they are perpendicular.
❌ Close, but…A×A=0 is true, but it is only one case. ⟨1,2,3⟩×⟨2,4,6⟩=0 too, with A=B.
❌ Not quite. Equal lengths say nothing about direction: ⟨3,0,0⟩ and ⟨0,3,0⟩ have the same length and their cross product is ⟨0,0,9⟩.
Show solution
Read the geometric definition backwards. The length of the cross product is the area of the parallelogram,
∣A×B∣=∣A∣∣B∣sinθ=0
With ∣A∣=0 and ∣B∣=0 this forces sinθ=0, so θ=0 or θ=180°: the two arrows lie along a single line and B is a scalar multiple of A. The "parallelogram" they span is completely flat, with zero area.
A×A=0 is the case c=1. In the determinant it shows up as two identical rows, and every 2×2 minor of the form aiaj−ajai is zero.