JEE Corner — Vector Algebra for JEE Main and Advanced
Where Vectors Sit in JEE — and the Product NCERT Stops Short Of
Vector Algebra is among the most reliable JEE topics: 1-2 questions in every JEE Main session, plus its machinery quietly powering the Three Dimensional Geometry questions. The syllabus adds one object beyond the NCERT chapter, and it is asked constantly: the scalar triple product.
Scalar triple product
[abc]=a⋅(b×c)=a1b1c1a2b2c2a3b3c3
Geometric meaning:[abc] is the volume of the parallelepiped with the three vectors as coterminous edges.
Coplanarity test:[abc]=0⟺ the three vectors are coplanar. Four pointsA,B,C,D are coplanar ⟺[ABACAD]=0.
Symmetries: cyclic rotations preserve it, [abc]=[bca]; swapping any two vectors flips the sign; a repeated vector makes it zero. Dot and cross can trade places: a⋅(b×c)=(a×b)⋅c.
Linearity:[λabc]=λ[abc], and a useful consequence: [a+bb+cc+a]=2[abc].
Remembered as "BAC minus CAB": the result lies in the plane of b and c, with the far bracket's dots as coefficients. Note (a×b)×c=a×(b×c) in general — the cross product is not associative.
The Speed Toolkit
Square the sum. Any relation among magnitudes of a+b (or a+b+c) is one expansion away from the pairwise dots: a+b+c2=∑∣a∣2+2∑a⋅b. Given magnitudes, extract dots; given dots, extract magnitudes.
Unit-vector half-angle pair. For unit vectors at angle θ: a^+b^=2cos2θ and a^−b^=2sin2θ — instant conversions both ways.
Resolution along and across. Component of β along α: (∣α∣2β⋅α)α; the perpendicular remainder is β minus that. Minimising a+tb over t lands exactly on this perpendicular remainder, at t=−∣b∣2a⋅b.
Perpendicular-to-two = scalar times cross. Every condition "d⊥a and d⊥b" collapses to d=λ(a×b); one more scalar condition then fixes λ.
Lagrange's identity.a×b2+(a⋅b)2=∣a∣2∣b∣2 — trade dot data for cross data without ever computing θ.
Angle bisector. The internal bisector of the directions a,b points along a^+b^ (normalised sum of unit vectors — for equal-magnitude vectors, simply a+b).
Standard position-vector facts. Centroid of triangle ABC: 3a+b+c; midpoint 2a+b; and any point of segment PQ is (1−t)p+tq, t∈[0,1].
Coplanarity drill. Three vectors: determinant zero. Four points: convert to three joining vectors from one point, then determinant zero. This is the single most repeated JEE Main vector question.
JEE-Pattern Worked Examples
Example 1: A volume
Find the volume of the parallelepiped with coterminous edges a=i^+j^+k^, b=i^+2j^+3k^, c=2i^−j^+k^.