Cross Product Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

easy
Is aร—b=bร—a\mathbf{a} \times \mathbf{b} = \mathbf{b} \times \mathbf{a}?

Solution

  1. 1
    No. aร—b=โˆ’(bร—a)\mathbf{a} \times \mathbf{b} = -(\mathbf{b} \times \mathbf{a}).
  2. 2
    The cross product is anti-commutative โ€” reversing the order negates the result.

Answer

No, aร—b=โˆ’(bร—a)\mathbf{a} \times \mathbf{b} = -(\mathbf{b} \times \mathbf{a}).
Unlike the dot product, the cross product is anti-commutative. Swapping the operands reverses the direction of the resulting vector. This reflects the right-hand rule: the direction depends on order.

About Cross Product

The cross product of two 3D vectors a=โŸจa1,a2,a3โŸฉ\mathbf{a} = \langle a_1, a_2, a_3 \rangle and b=โŸจb1,b2,b3โŸฉ\mathbf{b} = \langle b_1, b_2, b_3 \rangle is a new vector aร—b\mathbf{a} \times \mathbf{b} that is perpendicular to both a\mathbf{a} and b\mathbf{b}. Its magnitude equals the area of the parallelogram formed by a\mathbf{a} and b\mathbf{b}.

Learn more about Cross Product โ†’

More Cross Product Examples