Artificial Intelligence 🤖
Vectors
Vector triple product

Vector triple product

The vector triple product is defined as the cross product of one vector with the cross product of the other two. Consider the triple product a×(b×c)\boldsymbol{a} \times(\boldsymbol{b} \times \boldsymbol{c}); note that the brackets are important since the vector product is anticommutative. We observe that b×c\boldsymbol{b} \times \boldsymbol{c} gives a vector that is perpendicular to the plane containing b\boldsymbol{b} and c\boldsymbol{c}. Taking the cross product of a\boldsymbol{a} must then put us back in the plane described by b\boldsymbol{b} and c\boldsymbol{c}. This gives us

a×(b×c)=λb+μc,\boldsymbol{a} \times(\boldsymbol{b} \times \boldsymbol{c})=\lambda \boldsymbol{b}+\mu \boldsymbol{c},

where λ\lambda and μ\mu are given by the following relationship,

a×(b×c)=b(a⋅c)−c(a⋅b).\boldsymbol{a} \times(\boldsymbol{b} \times \boldsymbol{c})=\boldsymbol{b}(\boldsymbol{a} \cdot \boldsymbol{c})-\boldsymbol{c}(\boldsymbol{a} \cdot \boldsymbol{b}) .

This is known as the triple product expansion whose RHS can be remembered using the mnemonic 'BAC-CAB'. Since the formula is anticommutative, it can also be written as

(a×b)×c=−c×(a×b),=−(b⋅c)a+(a⋅c)b.\begin{aligned} (\boldsymbol{a} \times \boldsymbol{b}) \times \boldsymbol{c} & =-\boldsymbol{c} \times(\boldsymbol{a} \times \boldsymbol{b}), \\ & =-(\boldsymbol{b} \cdot \boldsymbol{c}) \boldsymbol{a}+(\boldsymbol{a} \cdot \boldsymbol{c}) \boldsymbol{b} . \end{aligned}

Exercises

  1. Test the points (0,1,1)(1,2,2)(3,2,2)(0,1,1)(1,2,2)(3,2,2), and (9.6.6) for coplanarity.
  2. Do the vectors (1,1,2),(1,3,1)(1,1,2),(1,3,1) and (1,−3,4)(1,-3,4) lie on the same plane through the origin? If they do, express one vector as a linear combination of the other two.
  3. Give the equation of the plane in both Cartesian and parametric form containing the vectors (1,0,1)(2,2,2)(1,0,1)(2,2,2) and (−1,2,3)(-1,2,3).