If a, b, and c are vectors and c is a scalar, then we have the following properties:
1. a x b = -b x a
2. (c a) x b = c(a x b) = a x (c b)
3. a x (b + c) = a x b + a x c
4. (a + b) x c = a x c + b x c
5. a . (b x c) = (a x b) . c
6. a x (b x c) = (a . c) b - (a . b) c
Prove the property a x b = -b x a of the theorem above. Let a = (a1, a2, a3) and b = (b1, b2, b3). Then,
a x b =
= (-1)
= -b x a.