vector triple product a b c vector
Adot(BcrossC) = det(A, B, C)
Thisvector tripple Productis not changed by cyclically permuting the vectors (for example toB,C,A) or by reversing the order of the factors in the dot product.
We can deduce then thatAdotBcrossC = CdotAcrosB =AcrossBdotC.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.) This product, like the determinant, changes sign if you just reverse the vectors in thecross product.
Thevector triple product,Across(BcrossC) is a vector, is normal toAand normal toBcrossCwhich means it is in the plane ofBandC. And it is linear in all three vectors.