MIT OpenCourseWare Close Window
 
» Required Reading » Table of Contents » Chapter 5

5.4 Vector Triple Products

Previous Section Next Section

The volume of a parallelepiped with sides A, B and C is the area of its base (say the parallelogram with area |BC| ) multiplied by its altitude, the component of A in the direction of BC. This is the magnitude of ABC; but it is also the magnitude of the determinant of the matrix with columns A, B and C, so these linear functions of the vectors here are the same up to sign. The usual sign convention gives:

A(BC) = det(A, B, C)

This product is not changed by cyclically permuting the vectors (for example to B, C, A) or by reversing the order of the factors in the dot product.

We can deduce then that ABC = CAB = ABC. In words, we can switch the dot and cross product without changing anything in this entity. (in either formula of course you must take the cross product first). It changes sign, however if you just reverse the vectors in the cross product.

The vector triple product, A(BC) is a vector, is normal to A and normal to BC which means it is in the plane of B and C. And it is linear in all three vectors. We can deduce it is a multiple of B that is linear in A and C plus a multiple of C that is linear in A and B, with the condition that it is normal to A. Any multiple of B(AC) - C(AB)   will obey all these conditions. What multiple is it? Earlier we saw that the square of the area of a parallelogram with sides A and B can be written either as (AA)( BB) - (AB)( AB) or (BA)(BA) . By our claim above about interchanging the dot and cross product when we do so, applied to the first cross product here we get :

(BA)(BA) = B(A(BA)) =(AA)( BB) ) - (AB)( AB)

If we identify A with C in A(BC) and take its dot product with B we find that the multiple consistent with this equation is 1 and we get

A(BC)  = B(AC) - C(AB)

This is sometimes called the back cab rule to remember the appropriate signs. When applying remember that the parentheses here are all as far back as possible in this expression The easiest way to get the signs right is to check the case A = i = C, B = j.

Exercise 5.5 Suppose we have a vector A in three dimensions and an unknown vector v, but we do know Av and Av. Can we find v? YES! how?