Vector Triple Product. This product is a VECTOR, and with the bracket on the right it expands by the "BAC-CAB" rule:
a×(b×c)=(a⋅c)b−(a⋅b)c.
With the bracket on the left the expansion is different:
(a×b)×c=(a⋅c)b−(b⋅c)a.
[JEE Tip] The cross product is NOT associative: in general a×(b×c)=(a×b)×c. Middle-vector rule: the answer is always a linear combination of the two vectors INSIDE the bracket, so a×(b×c) lies in the plane of b and c (and is perpendicular to a), while (a×b)×c lies in the plane of a and b.
Triple Product of Cross Products. The box product of the three face-normals is the square of the box product of the edges:
[a×bb×cc×a]=[abc]2.
Being a perfect square it is never negative, and it vanishes exactly when a,b,c are coplanar.
Resolution of a Vector. Every a splits uniquely into a part parallel to b plus a part perpendicular to b. With b^=∣b∣b:
component along b is (a⋅b^)b^, which also equals ∣b∣2a⋅bb;
component perpendicular to b is a−(a⋅b^)b^.
The two pieces add back to a and are mutually perpendicular, since their dot product is 0.
Linear Independence. Three vectors a,b,c are linearly independent -- equivalently, non-coplanar -- if and only if
[abc]=0.
If [abc]=0 they are coplanar, hence linearly dependent. In 3-D space at most three vectors can be independent, so ANY four or more vectors are automatically linearly dependent.
Cyclic Scalar Triple Product. Cycling the letters a→b→c→a leaves the box product unchanged:
a⋅(b×c)=b⋅(c×a)=c⋅(a×b).
Swapping any two of them reverses the sign, and the dot and cross may be interchanged, since a⋅(b×c)=(a×b)⋅c.
Solved Examples — Beyond-NCERT Formulae
Example 1: Vector triple product two ways. Let a=i^+2j^−k^, b=2i^−j^+k^ and c=i^+j^+2k^; find a×(b×c).
Direct route. First b×c=−3i^−3j^+3k^, and crossing with a gives
a×(b×c)=3i^+0j^+3k^=3i^+3k^.
Formula route. Here a⋅c=1+2−2=1 and a⋅b=2−2−1=−1, so
a×(b×c)=(a⋅c)b−(a⋅b)c=b+c=3i^+3k^.
Both routes agree, and the answer is a combination of b and c, confirming it lies in their plane.
Example 2: Non-associativity. For the same a,b,c compute (a×b)×c. Using the left-bracket rule with a⋅c=1 and b⋅c=2−1+2=3,
(a×b)×c=(a⋅c)b−(b⋅c)a=b−3a=−i^−7j^+4k^.
This differs from the 3i^+3k^ of Example 1, so a×(b×c)=(a×b)×c: the cross product is not associative.
Example 3: Verify [a×bb×cc×a]=[abc]2. Take a=i^+j^, b=j^+k^ and c=i^+k^. The edge box product is
[abc]=101110011=2.
The three cross products are a×b=i^−j^+k^, b×c=i^+j^−k^ and c×a=−i^+j^+k^, so
[a×bb×cc×a]=11−1−1111−11=4=22.
The identity checks out: the box product of the cross vectors is the square of the original.
Example 4: Resolve along and perpendicular. Resolve a=3i^+j^+k^ relative to b=2i^+2j^+k^. Since ∣b∣=3, we have b^=31(2i^+2j^+k^) and a⋅b=6+2+1=9, giving a⋅b^=3.
Component along b is (a⋅b^)b^=3⋅31(2i^+2j^+k^)=2i^+2j^+k^.
Component perpendicular is a−(2i^+2j^+k^)=i^−j^.
Check: (i^−j^)⋅b=2−2+0=0, and the two parts sum back to a.
Example 5: Independence test. Read off the box product.
Set A: a=i^+2j^+3k^, b=2i^+3j^+4k^ and c=3i^+4j^+5k^ give
[abc]=123234345=0,
so Set A is linearly dependent -- indeed c=2b−a.
Set B: a=i^+j^, b=j^+k^ and c=i^+k^ give [abc]=2=0, so Set B is linearly independent, i.e. non-coplanar.
Example 6: Cyclic symmetry of the box product. For a=2i^+j^−k^, b=i^−j^+2k^ and c=3i^+2j^−k^:
b×c=−3i^+7j^+5k^, so a⋅(b×c)=−6+7−5=−4;
c×a=−i^+j^−k^, so b⋅(c×a)=−1−1−2=−4;
a×b=i^−5j^−3k^, so c⋅(a×b)=3−10+3=−4.
All three equal −4, confirming a⋅(b×c)=b⋅(c×a)=c⋅(a×b).
Example 7: Jacobi identity from the expansion. Prove a×(b×c)+b×(c×a)+c×(a×b)=0. Expand every term by the middle-vector rule:
Adding, each a,b,c coefficient cancels in a pair, using a⋅b=b⋅a, so the sum is 0. Numerically, with the Example 1 vectors the three terms are 3i^+3k^, then −4i^−7j^+k^ and i^+7j^−4k^, which add to 0.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.