4. Vectors and Dot Products
Sign In
Recall the definition of the dot product.
Yes
We are asked if the following equation is true for any vectors u and v.
u* v? =v* u
| u* v | v* u |
|---|---|
| ⟨ 1, 3⟩*⟨ 2, 4⟩= 1( 2)+ 3( 4) =14 | ⟨ 2, 4⟩*⟨ 1, 3⟩= 2( 1)+ 4( 3) =14 |
Here, we can see that u* v is equal to u* v. This is also true for any other pair of vectors u and v. We call this the Commutative Property of the Dot Product. u* v=v* u ✓
a * b = a_1 * b_1 + a_2 * b_2
Commutative Property of Multiplication
a * b = a_1 * b_1 + a_2 * b_2
Since the vectors u and v are arbitrary, the given equation is always true. u* v=v* u ✓