Final answer:
The vector product, or cross product, of vectors in 3-dimensional space does not satisfy an associative law for multiplication. This can be shown by calculating two different orders of the cross product and demonstrating that they are not equal.
Step-by-step explanation:
The vector product, or cross product, of vectors in 3-dimensional space does not satisfy an associative law for multiplication.
To prove this, let's take three vectors A, B, and C.
We will calculate two different orders of the cross product (A × B) × C and A × (B × C) and show that they are not equal.
Let's assume A = (1, 0, 0), B = (0, 1, 0), and C = (0, 0, 1).
(A × B) × C = ((AyBz - AzBy), (AzBx - AxBz), (AxBy - AyBx)) × C = (0, 0, -(1 * 1 - 0 * 0)) = (0, 0, -1)
A × (B × C) = A × ((BzCy - ByCz), (CxAz - CxAz), (AxBy - AyBx)) = (0,0, -(1* 0 - 0* 1)) = (0, 0, 0)
As we can see, the two results are different, hence the cross product does not satisfy an associative law for multiplication.