NDA Maths · Vectors
Cross Product and Triple Product
The vector product whose magnitude is the area of a parallelogram, its direction the right-hand-rule perpendicular — plus the scalar and vector triple products built from it.
Why this matters
The cross product takes two vectors and produces a THIRD vector — perpendicular to both, with magnitude equal to the area of the parallelogram they span. That single idea opens up a family of geometric tools: computing areas of triangles and parallelograms, building unit vectors perpendicular to a plane, expressing torque/moment of a force about a point, and detecting when three vectors lie in one plane (via the scalar triple product). The seven concepts below take you from the basic algebra (anti-commutative, NOT associative) through the Lagrange identity, the triple products, and the vector triple product (BAC-CAB rule). 37 PYQs across 2017–2026, with 27% rated HARD — the densest and toughest Vectors subtopic. Master these seven and the chapter's HARD tail collapses.
Concept 1 of 7
Cross product — algebra and properties
Intuition
Definition
For vectors and scalar : (anti-commutative); (distributive); (scalar associative); ; (or one is zero); in general.
Difference-of-squares-style identity
- both equal
- differ in sign — they survive in the expansion
Diagram · drag to rotate a × b
Drag to orbit the scene. However you turn it, a × b stays perpendicular to the plane of a and b, on the side your right-hand fingers (curling a → b) point your thumb. Length is schematic; magnitude is |a||b| sin θ.
Worked example
- Distribute: .
- Drop the zero diagonal terms .
- Apply anti-commutativity : .
- Combine: .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.
- 2.in terms of .
- 3.If (both non-zero), the vectors are?
- 4.Is the cross product associative?
From the bank · past-year question
[Q68 · Sep · 2018]
Cross product is NOT associative
does NOT mean both vectors are zero
Concept 2 of 7
Cross-product magnitude, area, and the Lagrange identity
Intuition
Definition
For non-zero at angle : . Area of parallelogram with sides is ; area of triangle with the same sides is . Lagrange identity: .
Magnitude, area, and Lagrange
- angle between and
- parallelogram area; triangle area is half of this
- Lagrange identityfrom multiplied by
Visualization · the parallelogram area is |a × b|
|a × b| = |a₁b₂ − a₂b₁| is exactly the parallelogram area; the triangle on a and b is half of it. Make a and b parallel and the area — and the cross product — collapse to zero. The fill colour flips with the right-hand-rule direction (out of vs into the page).
Worked example
- Cross product: , so .
- Triangle area is half the parallelogram area: .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Area of the parallelogram on ?
- 2.for , , angle ?
- 3.Triangle area with sides ?
- 4.Lagrange:
From the bank · past-year question
[Q69 · Apr · 2020]
Area of a triangle is , NOT
is always non-negative for
Concept 3 of 7
Unit vector perpendicular to two given vectors
Intuition
Definition
If are not parallel, a unit vector perpendicular to both is . Both signs are valid answers unless the question specifies a direction (right-hand rule, towards a third vector, etc.).
Unit perpendicular
- vector perpendicular to both and
- magnitude — divide to normalise
- two unit perpendiculars exist, in opposite directions
Diagram · unit normal n̂ = (a×b)/|a×b|
A plane has exactly two unit normals, ±n̂. The cross product a × b picks one by the right-hand rule; b × a gives the other. Dividing by |a × b| rescales it to length 1.
Worked example
- Compute as a determinant: .
- Expand: .
- Simplify: .
- Magnitude: .
- Normalise: .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Unit vector perpendicular to both ?
- 2.How many unit vectors are perpendicular to two non-parallel vectors?
- 3.
- 4.Unit vector perpendicular to both and ?
From the bank · past-year question
[Q65 · Sep · 2018]
Both signs give valid answers
Scalar multiples of a unit perpendicular are not unit
Concept 4 of 7
Moment of a force (torque)
Intuition
Definition
If a force acts at a point and we measure its moment about a point , then . Moment magnitude is where is the perpendicular distance from to the line of action.
Moment of a force
- pivot / reference point for the moment
- position vector from to the point of application
- applied force vector
Diagram · torque τ = r × F (drag to rotate)
Torque about the pivot is τ = r × F, where r reaches the point where the force F acts. It points perpendicular to the plane of r and F (right-hand rule, here out of that plane), with magnitude |τ| = r·F·sinθ — largest when the force is perpendicular to the arm, zero when it's along it.
Worked example
- Position vector from the pivot: .
- Set up the cross product as a determinant: .
- Expand: .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Moment of force acting at about ?
- 2.Is the moment or ?
- 3., . Moment about ?
- 4.Moment of a force about a point — vector or scalar?
From the bank · past-year question
[Q70 · Sep · 2025]
Order is , not
Moment depends on the pivot — moment of a force about a POINT is unique, but about a LINE is also a vector
Concept 5 of 7
Scalar triple product and coplanarity
Intuition
Definition
For in , the scalar triple product is . Coplanarity criterion: are coplanar iff . Volume of the parallelepiped on the three vectors is .
STP as determinant + coplanarity test
- scalar triple product (a single number)
- equivalent dot-cross form
- volume of the parallelepiped on the three vectors
Diagram · triple product = box volume (SVG, drag to rotate)
The box spanned by a, b, c has volume |[a b c]|. Painter's-ordered faces fake the solidity — edges don't truly hide behind nearer faces, which is the SVG limit this comparison is testing.
Worked example
- Coplanar the determinant is zero.
- Set up: .
- Expand along the first row: .
- Simplify: .
- Solve: .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.means the vectors are?
- 2.Volume of the parallelepiped on ?
- 3.
- 4.Write the STP as a dot-cross:
From the bank · past-year question
[Q70 · Apr · 2020]
STP means coplanar — NOT \" parallel to \"
Determinant row/column expansion: pick the row with most zeros
Concept 6 of 7
STP cyclic property and derived linear-combo identities
Intuition
Definition
Cyclic identity: . Anti-cyclic: swapping any two negates the value, e.g. . Linearity in each slot: . If are coplanar, and the derived cyclic sum collapses to zero too.
Cyclic + sum identity
- Cyclic ordering — all three terms are STPs of the same value
- the cyclic sum is three times any one of them
Worked example
- From , write .
- Substitute into each cross product. .
- Similarly .
- Sum: .
- Hence .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Is ?
- 2.in terms of .
- 3.
- 4.
From the bank · past-year question
[Q74 · Apr · 2021]
Anti-cyclic = sign flip — don't accidentally drop it
Concept 7 of 7
Vector triple product (BAC-CAB rule)
Intuition
Definition
For any : . By anti-commutativity, . Either form lies in the plane of the two inner vectors and is perpendicular to the outer one.
BAC-CAB rule
- scalar coefficients
- vector basis of the resulting plane
- Result directionlies in the plane of and , perpendicular to
Worked example
- Apply BAC-CAB: .
- Compute and .
- Substitute: .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.(BAC-CAB)
- 2.lies in the plane of?
- 3.
- 4.Does BAC-CAB apply to ?
From the bank · past-year question
[Q66 · Apr · 2024]
BAC-CAB only applies to vector triple products — not scalar
Cross-then-cross is NOT cross-then-dot-with-different-grouping
Special triples: if and , the three vectors are an orthonormal pairwise-perpendicular triple
Summary — formulas & gotchas at a glance
A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.
Formulas (7)
- Cross product — algebra and properties
Difference-of-squares-style identity
- Cross-product magnitude, area, and the Lagrange identity
Magnitude, area, and Lagrange
- Unit vector perpendicular to two given vectors
Unit perpendicular
- Moment of a force (torque)
Moment of a force
- Scalar triple product and coplanarity
STP as determinant + coplanarity test
- STP cyclic property and derived linear-combo identities
Cyclic + sum identity
- Vector triple product (BAC-CAB rule)
BAC-CAB rule
Watch out for (15)
- Cross product is NOT associative→ Cross product — algebra and properties
- does NOT mean both vectors are zero→ Cross product — algebra and properties
- Area of a triangle is , NOT→ Cross-product magnitude, area, and the Lagrange identity
- is always non-negative for→ Cross-product magnitude, area, and the Lagrange identity
- Both signs give valid answers→ Unit vector perpendicular to two given vectors
- Scalar multiples of a unit perpendicular are not unit→ Unit vector perpendicular to two given vectors
- Order is , not→ Moment of a force (torque)
- Moment depends on the pivot — moment of a force about a POINT is unique, but about a LINE is also a vector→ Moment of a force (torque)
- STP means coplanar — NOT \" parallel to \"→ Scalar triple product and coplanarity
- Determinant row/column expansion: pick the row with most zeros→ Scalar triple product and coplanarity
- Anti-cyclic = sign flip — don't accidentally drop it→ STP cyclic property and derived linear-combo identities
- → STP cyclic property and derived linear-combo identities
- BAC-CAB only applies to vector triple products — not scalar→ Vector triple product (BAC-CAB rule)
- Cross-then-cross is NOT cross-then-dot-with-different-grouping→ Vector triple product (BAC-CAB rule)
- Special triples: if and , the three vectors are an orthonormal pairwise-perpendicular triple→ Vector triple product (BAC-CAB rule)
Mastery check — 5 interleaved questions
Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.
[Q51 · Sep · 2024]
[Q49 · Sep · 2019]
[Q45 · Sep · 2017]
[Q68 · Apr · 2024]
[Q66 · Apr · 2017]
Drill every past-year question on this subtopic
37 questions from the bank — paginated, with cart and Word-export support.