| v×u | u×v | −(u×v) |
| Example: (0,1,0)×(1,0,0)=(0,0,−1), the opposite of (1,0,0)×(0,1,0)=(0,0,1). |
| u×u | ∥u∥2 | 0 |
| Example: (3,1,2)×(3,1,2)=(0,0,0), a vector, not the number 14. |
| u×(v+w) | u×v+u×w | u×v+u×w |
| Example: (1,0,0)×(0,1,1)=(0,−1,1)=(0,0,1)+(0,−1,0). |
| (u×v)×w | u×(v×w) | no regrouping rule that does not exist |
| Example: (i×i)×j=(0,0,0) but i×(i×j)=i×k=(0,−1,0). What to do: Compute the inner bracket first, in the order written, and never move the parentheses. |
| u×v=u×w | v=w | v−w parallel to u rule that does not exist |
| Example: (1,0,0)×(0,1,0)=(1,0,0)×(1,1,0)=(0,0,1) with (0,1,0)=(1,1,0). What to do: Write u×(v−w)=0 and conclude only that v−w=cu for some scalar c. |