IB Maths AI HL Vector Properties Paper 1 & 2 v Ɨ w (cross product) ~8 min read

The Vector Product

The vector product (also called the cross product) takes two vectors and returns a new vector that’s perpendicular to both. Its direction follows the right-hand rule; its magnitude is |v||w| sin θ. Where the scalar product detects perpendicularity (giving zero), the vector product detects parallel vectors (giving the zero vector). The component formula looks heavy at first — nine multiplications — but it follows a clean cyclic pattern.

šŸ“˜ What you need to know

Direction perpendicular to the plane

If you draw v and w from a common starting point, they define a plane. The cross product v × w is a vector that points straight out of this plane — perpendicular to both v and w. The right-hand rule fixes which of the two possible perpendicular directions is correct: with your right hand, index finger along v and middle finger along w, the thumb points in the direction of v × w. The magnitude is |v||w| sin θ — equal to the area of the parallelogram spanned by v and w (a fact used heavily in the next sub-topic on areas).

v Ɨ w is perpendicular to both v and w v w Īø v Ɨ w āŸ‚ to both v and w right-hand rule: index along v, middle along w, thumb = v Ɨ w direction O Cross product toolkit ā‘  Component formula v Ɨ w = (vā‚‚wā‚ƒ āˆ’ vā‚ƒwā‚‚, vā‚ƒw₁ āˆ’ v₁wā‚ƒ, v₁wā‚‚ āˆ’ vā‚‚w₁)įµ€ cyclic pattern: 23, 31, 12 ā‘” Geometric magnitude |v Ɨ w| = |v| |w| sin Īø ā‘¢ Parallel case v Ɨ w = 0 ⇔ parallel (zero vector, not zero scalar) ā‘£ w Ɨ v = āˆ’(v Ɨ w)
Vectors v (teal) and w (orange) lie in the grey parallelogram (their plane). The cross product v × w (blue) shoots perpendicular to this plane, with its direction set by the right-hand rule. Its magnitude equals the parallelogram’s area.
Vector product formulas v × w = (v2w3v3w2,   v3w1v1w3,   v1w2v2w1)T |v × w| = |v||w| sin θ component formula is in the booklet; only the magnitude version of the geometric formula is given

Component formula — the cyclic pattern

The component formula has a memorable structure: each output component skips its own index and uses the other two in a cyclic order. The first component (1) uses indices 2 and 3; the second (2) uses 3 and 1; the third (3) uses 1 and 2. Within each component, multiply the diagonal one way, subtract the diagonal the other way. Practising on a few small examples cements the pattern quickly. Many students prefer to memorise it as a 3×3 determinant, but the index-based version above gives the same answer and avoids requiring linear algebra notation.

Verification trick: after computing v × w, check (v × w) · v and (v × w) · w. Both should equal zero. If either isn’t zero, you’ve made an arithmetic slip in the cross product itself.

🧭 Recipe — compute v Ɨ w

  1. Line up the two vectors as columns: write v = (v1, v2, v3)T and w = (w1, w2, w3)T.
  2. First component: v2w3v3w2 — multiply row 2 by row 3 then subtract row 3 by row 2.
  3. Second component: v3w1v1w3 — cycle: 3, 1.
  4. Third component: v1w2v2w1 — cycle: 1, 2.
  5. Verify perpendicularity (optional but recommended): the cross product should give zero when dotted with either v or w.

Worked examples

WE 1

Compute v Ɨ w from components

Find v × w where v = (2, 3, −1)T and w = (4, −1, 2)T.

first component: vā‚‚wā‚ƒ āˆ’ vā‚ƒwā‚‚ = 3Ā·2 āˆ’ (āˆ’1)Ā·(āˆ’1) = 6 āˆ’ 1 = 5 second component: vā‚ƒw₁ āˆ’ v₁wā‚ƒ = (āˆ’1)Ā·4 āˆ’ 2Ā·2 = āˆ’4 āˆ’ 4 = āˆ’8 third component: v₁wā‚‚ āˆ’ vā‚‚w₁ = 2Ā·(āˆ’1) āˆ’ 3Ā·4 = āˆ’2 āˆ’ 12 = āˆ’14 v Ɨ w = (5, āˆ’8, āˆ’14)T double-negative trap in component 1: āˆ’(āˆ’1)Ā·(āˆ’1) = āˆ’1, not +1.
WE 2

Verify perpendicularity to both inputs

Given a = (1, 2, 3)T and b = (2, −1, 1)T, find a × b, then verify that the result is perpendicular to both a and b.

compute a Ɨ b comp 1: 2Ā·1 āˆ’ 3Ā·(āˆ’1) = 2 + 3 = 5 comp 2: 3Ā·2 āˆ’ 1Ā·1 = 6 āˆ’ 1 = 5 comp 3: 1Ā·(āˆ’1) āˆ’ 2Ā·2 = āˆ’1 āˆ’ 4 = āˆ’5 a Ɨ b = (5, 5, āˆ’5)T verify (a Ɨ b) Ā· a = 0 = 5Ā·1 + 5Ā·2 + (āˆ’5)Ā·3 = 5 + 10 āˆ’ 15 = 0 āœ“ verify (a Ɨ b) Ā· b = 0 = 5Ā·2 + 5Ā·(āˆ’1) + (āˆ’5)Ā·1 = 10 āˆ’ 5 āˆ’ 5 = 0 āœ“ a Ɨ b = (5, 5, āˆ’5)T; perpendicular to both āœ“ always a useful cross-check; both dot products MUST be exactly 0.
WE 3

Magnitude from geometric formula

The vectors v and w have magnitudes |v| = 6 and |w| = 4, and the angle between them is 30°. Find |v × w|.

geometric magnitude formula |v Ɨ w| = |v| |w| sin Īø = 6 Ā· 4 Ā· sin(30°) sin(30°) = 1/2 = 24 Ā· 1/2 |v Ɨ w| = 12 the geometric formula gives only the magnitude, not the direction — that requires components or the right-hand rule.
WE 4

Parallel vectors give the zero vector

Find p × q where p = 2i + 4j − 6k and q = 3i + 6j − 9k.

check for parallel: q = (3/2) p 3/2 = 3/2 = (āˆ’9)/(āˆ’6) ⇒ parallel compute components anyway comp 1: 4Ā·(āˆ’9) āˆ’ (āˆ’6)Ā·6 = āˆ’36 + 36 = 0 comp 2: (āˆ’6)Ā·3 āˆ’ 2Ā·(āˆ’9) = āˆ’18 + 18 = 0 comp 3: 2Ā·6 āˆ’ 4Ā·3 = 12 āˆ’ 12 = 0 p Ɨ q = (0, 0, 0)T = 0 spotting q = (3/2)p first saves time — the answer is automatically the zero vector for parallel inputs.
WE 5

Order matters — v Ɨ w vs w Ɨ v

Given v = (3, 1, 2)T and w = (−1, 2, 0)T, find v × w and w × v. Comment on the result.

compute v Ɨ w comp 1: 1Ā·0 āˆ’ 2Ā·2 = āˆ’4 comp 2: 2Ā·(āˆ’1) āˆ’ 3Ā·0 = āˆ’2 comp 3: 3Ā·2 āˆ’ 1Ā·(āˆ’1) = 7 v Ɨ w = (āˆ’4, āˆ’2, 7)T compute w Ɨ v (swap and recompute) comp 1: 2Ā·2 āˆ’ 0Ā·1 = 4 comp 2: 0Ā·3 āˆ’ (āˆ’1)Ā·2 = 2 comp 3: (āˆ’1)Ā·1 āˆ’ 2Ā·3 = āˆ’7 w Ɨ v = (4, 2, āˆ’7)T w Ɨ v = āˆ’(v Ɨ w) every component is the negative — swapping the order reverses the cross product’s direction.
WE 6

Find a vector perpendicular to two given vectors

Find a vector that is perpendicular to both a = (1, 1, 0)T and b = (1, 0, 1)T.

a Ɨ b gives a perpendicular vector comp 1: 1Ā·1 āˆ’ 0Ā·0 = 1 comp 2: 0Ā·1 āˆ’ 1Ā·1 = āˆ’1 comp 3: 1Ā·0 āˆ’ 1Ā·1 = āˆ’1 verify perpendicular to both (1, āˆ’1, āˆ’1) Ā· a = 1 āˆ’ 1 + 0 = 0 āœ“ (1, āˆ’1, āˆ’1) Ā· b = 1 + 0 āˆ’ 1 = 0 āœ“ (1, āˆ’1, āˆ’1)T (any scalar multiple also works) the cross product is the standard way to construct a perpendicular vector to two given inputs.

šŸ’” Top tips

⚠ Common mistakes

Next up — Areas using the Vector Product. The magnitude |v × w| equals the area of the parallelogram with v and w as adjacent sides; halve it for the area of a triangle. This single fact handles every “find the area of triangle ABC” or “parallelogram on three vertices” question on the syllabus — just compute the cross product and take its magnitude.

Need help with Vectors?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →