Math Lab
Home/Class XII/Ch 10/Scalar triple product

Scalar triple product

The scalar triple product of three vectors a,b,c\vec{a}, \vec{b}, \vec{c} is [a  b  c]=a(b×c).[\vec{a}\;\vec{b}\;\vec{c}] = \vec{a}\cdot(\vec{b}\times\vec{c}). It is a single number (a scalar). Geometrically, its absolute value equals the volume of the parallelepiped whose three edges (from a common vertex) are a,b,c\vec{a}, \vec{b}, \vec{c}. The sign tells us about the orientation of the three vectors (right-handed vs left-handed).

Determinant form

In components, [a  b  c]=det(a1a2a3b1b2b3c1c2c3).[\vec a\;\vec b\;\vec c] = \det \begin{pmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{pmatrix}.

This follows directly: b×c\vec{b}\times\vec{c} expands as a "i^,j^,k^\hat i, \hat j, \hat k" determinant, then dotting with a\vec{a} replaces those unit vectors by a1,a2,a3a_1, a_2, a_3 , yielding the 3×33\times 3 determinant.

Properties

  • Cyclic invariance: [a  b  c]=[b  c  a]=[c  a  b][\vec a\;\vec b\;\vec c] = [\vec b\;\vec c\;\vec a] = [\vec c\;\vec a\;\vec b]. (Cyclically permuting the order leaves the value unchanged.)
  • Transposition flips sign: swapping any two vectors changes the sign: [a  b  c]=[b  a  c][\vec a\;\vec b\;\vec c] = -[\vec b\;\vec a\;\vec c].
  • Linear in each argument: [λa+μa  b  c]=λ[a  b  c]+μ[a  b  c][\lambda\vec a + \mu\vec a'\;\vec b\;\vec c] = \lambda[\vec a\;\vec b\;\vec c] + \mu[\vec a'\;\vec b\;\vec c].
  • Dot-cross interchange: a(b×c)=(a×b)c\vec a\cdot(\vec b\times\vec c) = (\vec a\times\vec b)\cdot\vec c. The dot and cross can swap without changing value.
  • Vanishes for proportional vectors: if any two of a,b,c\vec a, \vec b, \vec c are parallel, [a  b  c]=0[\vec a\;\vec b\;\vec c] = 0.

Coplanarity test

The triple product measures volume. Three vectors span no volume (i.e. are coplanar) iff the parallelepiped is flat, i.e. [a  b  c]=0    a,b,c are coplanar.[\vec a\;\vec b\;\vec c] = 0 \iff \vec a, \vec b, \vec c \text{ are coplanar}.

This is one of the most useful tests in 3D geometry. To check whether four points A,B,C,DA, B, C, D are coplanar: form the three vectors AB,AC,AD\vec{AB}, \vec{AC}, \vec{AD} and compute [AB  AC  AD][\vec{AB}\;\vec{AC}\;\vec{AD}]. Zero \Rightarrow coplanar.

Volume of a tetrahedron

The tetrahedron with three edges a,b,c\vec a, \vec b, \vec c from a common vertex has volume Vtet=16[a  b  c].V_{\text{tet}} = \frac{1}{6}\left|[\vec a\;\vec b\;\vec c]\right|.

(Tetrahedron = 1/61/6 of the parallelepiped.)

Worked examples

Example 1. Find [a  b  c][\vec a\;\vec b\;\vec c] where 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.

det(110011101)=1(10)1(01)+0=1+1=2\det \begin{pmatrix} 1 & 1 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \end{pmatrix} = 1(1 - 0) - 1(0 - 1) + 0 = 1 + 1 = 2.

Example 2. Are the vectors a=i^2j^+k^\vec a = \hat i - 2\hat j + \hat k, b=2i^+j^+k^\vec b = 2\hat i + \hat j + \hat k, c=4i^3j^+3k^\vec c = 4\hat i - 3\hat j + 3\hat k coplanar?

det(121211433)=1(3+3)(2)(64)+1(64)=6+410=0\det \begin{pmatrix} 1 & -2 & 1 \\ 2 & 1 & 1 \\ 4 & -3 & 3 \end{pmatrix} = 1(3 + 3) - (-2)(6 - 4) + 1(-6 - 4) = 6 + 4 - 10 = 0. Yes, coplanar.

Example 3. Find the volume of the parallelepiped with edges i^,i^+j^,i^+j^+k^\hat i, \hat i + \hat j, \hat i + \hat j + \hat k.

det(100110111)=1\det \begin{pmatrix} 1 & 0 & 0 \\ 1 & 1 & 0 \\ 1 & 1 & 1 \end{pmatrix} = 1. Volume =1= 1.

Example 4. Find λ\lambda so that a=i^+2j^+3k^\vec a = \hat i + 2\hat j + 3\hat k, b=2i^+3j^+4k^\vec b = 2\hat i + 3\hat j + 4\hat k, c=i^+λj^+5k^\vec c = \hat i + \lambda \hat j + 5\hat k are coplanar.

det=0\det = 0: 1232341λ5=1(154λ)2(104)+3(2λ3)=154λ12+6λ9=2λ6=0λ=3\begin{vmatrix} 1 & 2 & 3 \\ 2 & 3 & 4 \\ 1 & \lambda & 5 \end{vmatrix} = 1(15 - 4\lambda) - 2(10 - 4) + 3(2\lambda - 3) = 15 - 4\lambda - 12 + 6\lambda - 9 = 2\lambda - 6 = 0 \Rightarrow \lambda = 3.

Example 5. Volume of the tetrahedron with vertices A=(0,0,0)A = (0, 0, 0), B=(1,0,0)B = (1, 0, 0), C=(0,1,0)C = (0, 1, 0), D=(0,0,1)D = (0, 0, 1).

AB=(1,0,0)\vec{AB} = (1, 0, 0), AC=(0,1,0)\vec{AC} = (0, 1, 0), AD=(0,0,1)\vec{AD} = (0, 0, 1). Triple product =1= 1 (identity matrix). Volume =1/6= 1/6.

Example 6. Show that the four points A=(1,0,0)A = (1, 0, 0), B=(0,1,0)B = (0, 1, 0), C=(0,0,1)C = (0, 0, 1), D=(2,1,1)D = (2, 1, 1) are coplanar.

AB=(1,1,0)\vec{AB} = (-1, 1, 0), AC=(1,0,1)\vec{AC} = (-1, 0, 1), AD=(1,1,1)\vec{AD} = (1, 1, 1).

det(110101111)=1(01)1(11)+0=1+2=3\det \begin{pmatrix} -1 & 1 & 0 \\ -1 & 0 & 1 \\ 1 & 1 & 1 \end{pmatrix} = -1(0 - 1) - 1(-1 - 1) + 0 = 1 + 2 = 3.

Not zero , so they are not coplanar. The example shows that you must compute, not guess.

Try it yourself

  1. Compute [i^  j^  k^][\hat i\;\hat j\;\hat k].
  2. Compute [a  b  c][\vec a\;\vec b\;\vec c] if a=i^+2j^+3k^\vec a = \hat i + 2\hat j + 3\hat k, b=2i^j^+k^\vec b = 2\hat i - \hat j + \hat k, c=i^j^+2k^\vec c = \hat i - \hat j + 2\hat k.
  3. Find λ\lambda so that i^+j^\hat i + \hat j, i^+k^\hat i + \hat k, λi^+j^+k^\lambda \hat i + \hat j + \hat k are coplanar.
  4. Find the volume of the parallelepiped with edges i^+j^\hat i + \hat j, 2j^k^2\hat j - \hat k, i^+k^\hat i + \hat k.
  5. Volume of the tetrahedron with vertices (1,1,1)(1, 1, 1), (2,1,3)(2, 1, 3), (3,2,2)(3, 2, 2), (3,3,4)(3, 3, 4).
  6. Show [a  b  c]=[b  c  a][\vec a\;\vec b\;\vec c] = [\vec b\;\vec c\;\vec a] from determinant properties.
  7. If a,b,c\vec a, \vec b, \vec c are mutually perpendicular unit vectors, find [a  b  c][\vec a\;\vec b\;\vec c].
  8. Are a=2i^j^+k^\vec a = 2\hat i - \hat j + \hat k, b=i^3j^5k^\vec b = \hat i - 3\hat j - 5\hat k, c=3i^4j^4k^\vec c = 3\hat i - 4\hat j - 4\hat k coplanar?
  9. Find a unit vector perpendicular to both b=i^+j^\vec b = \hat i + \hat j and c=i^j^+k^\vec c = \hat i - \hat j + \hat k, and verify it's orthogonal to both.
  10. Find the volume of the parallelepiped spanned by i^,j^,i^+j^+k^\hat i, \hat j, \hat i + \hat j + \hat k.
  11. Show that points (1,1,1)(1, 1, 1), (2,3,5)(2, 3, 5), (3,4,6)(3, 4, 6), (4,7,11)(4, 7, 11) are coplanar.
  12. If [a  b  c]=5[\vec a\;\vec b\;\vec c] = 5, find [b  c  a][\vec b\;\vec c\;\vec a], [b  a  c][\vec b\;\vec a\;\vec c].
  13. The volume of a parallelepiped is 2424. If two edges are a=2i^+j^\vec a = 2\hat i + \hat j and b=j^+3k^\vec b = \hat j + 3\hat k, find a possible third edge.
  14. Show a(b×c)=b(c×a)\vec a\cdot(\vec b\times\vec c) = \vec b\cdot(\vec c\times\vec a).

Pitfalls and tricks

  • Always take absolute value for volume , a negative triple product just means left-handed orientation.
  • Coplanarity test: triple product =0= 0. Always.
  • Cyclic permutation preserves; transposition flips. Memorise these symmetries.
  • For four points coplanar, use vectors from one chosen vertex, then compute triple product.
  • Tetrahedron volume: don't forget the 1/61/6 factor.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Scalar triple product
6 questions · pick the best answer
Q1

[i^j^k^][\hat i\,\hat j\,\hat k] equals

Q2

Three coplanar vectors have triple product

Q3

[abc][\vec a\,\vec b\,\vec c] equals

Q4

Volume of parallelepiped on a,b,c\vec a, \vec b, \vec c

Q5

[bac]=[\vec b\,\vec a\,\vec c] =

Q6

Volume of a tetrahedron with edges a,b,c\vec a, \vec b, \vec c from one vertex