Physics Lab

Triple Products

Beyond dot and cross, two third-order combinations appear in mechanics and electromagnetism: the scalar triple product (a volume) and the vector triple product (used in expanding cross-product cascades, especially for angular-momentum problems).

Concept

Scalar triple product: [a,b,c]=a(b×c)=axayazbxbybzcxcycz.[\vec a, \vec b, \vec c] = \vec a \cdot (\vec b \times \vec c) = \begin{vmatrix} a_x & a_y & a_z \\ b_x & b_y & b_z \\ c_x & c_y & c_z \end{vmatrix}. Geometrically, [a,b,c]|[\vec a,\vec b,\vec c]| equals the volume of the parallelepiped with edges a,b,c\vec a,\vec b,\vec c. Cyclic permutations preserve the value; swapping two vectors flips the sign. The vectors are coplanar iff the scalar triple product is zero.

Vector triple product: a×(b×c)=(ac)b(ab)c.\vec a \times (\vec b \times \vec c) = (\vec a \cdot \vec c)\,\vec b - (\vec a \cdot \vec b)\,\vec c. Mnemonic: BAC-CAB. The result lies in the plane of b\vec b and c\vec c.

Derivation

For the vector triple, set up a Cartesian frame with b\vec b along x^\hat x, c\vec c in the xyxy plane. Then b×c\vec b \times \vec c is along z^\hat z, and crossing with any a\vec a produces a vector in the xyxy plane, i.e. spanned by b\vec b and c\vec c. Bilinearity forces the form αb+βc\alpha \vec b + \beta \vec c. Determining α,β\alpha, \beta by matching simple cases (set a=c\vec a = \vec c) yields BAC-CAB.

JEE Worked Example

Q. Show that a=i^+j^\vec a = \hat i + \hat j, b=j^+k^\vec b = \hat j + \hat k, c=k^+i^\vec c = \hat k + \hat i are non-coplanar and find the volume of the parallelepiped.

Solution. [a,b,c]=110011101=1(10)1(01)+0=1+1=2.[\vec a, \vec b, \vec c] = \begin{vmatrix} 1 & 1 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \end{vmatrix} = 1(1 - 0) - 1(0 - 1) + 0 = 1 + 1 = 2.

Volume =2= 2 cubic units. Since it is non-zero, the vectors are non-coplanar.

Traps

  • Forgetting the cyclic property: a(b×c)=b(c×a)=c(a×b)\vec a\cdot(\vec b\times\vec c) = \vec b\cdot(\vec c\times\vec a) = \vec c\cdot(\vec a\times\vec b).
  • Mis-remembering BAC-CAB as CAB-BAC.
  • Writing (a×b)×c(\vec a\times\vec b)\times\vec c as if it equalled a×(b×c)\vec a\times(\vec b\times\vec c); the cross product is non-associative.
  • Sign errors when expanding the 3×33\times 3 determinant.

Key Takeaways

  • Scalar triple = signed volume; zero \Leftrightarrow coplanar.
  • a×(b×c)=(ac)b(ab)c\vec a\times(\vec b\times\vec c) = (\vec a\cdot\vec c)\vec b - (\vec a\cdot\vec b)\vec c.
  • Use cyclic symmetry of scalar triples to simplify before computing.

AI Summary

Summarize this page in your favorite LLM