If a,b,c are three non-coplanar vectors, prove that [a+b,b+c,c+a]=2[a,b,c], where [⋅,⋅,⋅] denotes the scalar triple product.
Solution — Step by Step
[a+b,b+c,c+a] means (a+b)⋅[(b+c)×(c+a)].
(b+c)×(c+a)=b×c+b×a+c×c+c×a
Since c×c=0 and b×a=−a×b:
=b×c−a×b+c×a.
(a+b)⋅(b×c−a×b+c×a).
Distribute and use the cyclic property a⋅(b×c)=[a,b,c] and a⋅(a×b)=0 (any triple product with a repeated vector is zero).
Non-zero terms: a⋅(b×c)=[a,b,c] and b⋅(c×a)=[b,c,a]=[a,b,c] (cyclic).
So total = [a,b,c]+[a,b,c]=2[a,b,c].
Final answer: proved.
Why This Works
The scalar triple product is a determinant. When you replace each vector by a sum, you can split the determinant by linearity in each row — this gives 23=8 smaller determinants. Most of them vanish because two rows become equal (the determinant of a matrix with two equal rows is zero). Only two non-zero terms survive, both equal to [a,b,c], giving the factor 2.
This is a JEE Advanced classic — the geometric interpretation is that the parallelepiped formed by a+b,b+c,c+a has exactly twice the volume of the parallelepiped formed by a,b,c.
Alternative Method
Use determinants. Write each new vector as a linear combination, get the matrix:
M=101110011
(coefficients of a,b,c in each new vector). Compute detM=2. Then the new triple product = detM times the old triple product.
For any linear combination of three vectors, the new triple product = (determinant of coefficient matrix) × (old triple product). Memorise this; it generalises far beyond this one example.
Common Mistake
Trying to expand all 8 terms term by term and getting lost. Use the linearity-of-determinants shortcut and you save 80% of the algebra.
Forgetting the cyclic property of triple products. [a,b,c]=[b,c,a]=[c,a,b], but [a,c,b]=−[a,b,c] (swap two vectors → flip sign).
Want to master this topic?
Read the complete guide with more examples and exam tips.