BAC-CAB Identity — Definition, Formula & Examples
The BAC-CAB identity is a formula that simplifies the vector triple product into a combination of dot products: . The name comes from reading the letters in the result: B-A-C minus C-A-B.
For vectors , the vector triple product satisfies . This identity expresses a cross product of a vector with a cross product as a linear combination of the two inner vectors, with scalar coefficients given by dot products.
Key Formula
Where:
- = The outer vector in the triple product
- = The first vector in the inner cross product
- = The second vector in the inner cross product
- = Dot product of A and C (a scalar)
- = Dot product of A and B (a scalar)
How It Works
Without this identity, computing requires first evaluating the inner cross product and then crossing with the result — two full cross product computations. The BAC-CAB rule replaces both with two dot products and two scalar-vector multiplications, which is often faster. Note that the parentheses matter: in general. The result always lies in the plane spanned by and .
Worked Example
Problem: Compute A × (B × C) for A = (1, 2, 0), B = (0, 1, 3), and C = (2, 0, 1) using the BAC-CAB identity.
Compute A · C: Take the dot product of A and C.
Compute A · B: Take the dot product of A and B.
Apply the identity: Substitute into B(A · C) − C(A · B).
Answer: A × (B × C) = (−4, 2, 4)
Why It Matters
This identity appears throughout electromagnetism (e.g., simplifying ), fluid dynamics, and proofs in differential geometry. It is also essential in linear algebra courses when deriving properties of the Levi-Civita symbol and tensor contractions.
Common Mistakes
Mistake: Forgetting that the cross product is not associative, and writing A × (B × C) = (A × B) × C.
Correction: These two expressions are generally not equal. The BAC-CAB identity applies only to A × (B × C). For (A × B) × C, use the related form: (A × B) × C = B(A · C) − A(B · C).
