Vector multiplication involves multiplying each component of a vector by a scalar (a number). This process scales the vector, either increasing or decreasing its magnitude. When we multiply the vector \( \langle 3, -5\rangle \) by 3, each component is multiplied individually:
- Multiply the x-component: \( 3 \times 3 = 9 \)
- Multiply the y-component: \( 3 \times (-5) = -15 \)
This gives us the new vector \( \langle 9, -15\rangle \). Similarly, for the vector \( \langle 6, 0\rangle \) multiplied by \(-9\), we get:
- \(-9 \times 6 = -54\)
- \(-9 \times 0 = 0\)
Thus, the vector becomes \( \langle -54, 0\rangle \). Multiplying vectors by scalars alters their size but not their direction, unless the scalar is negative. Then, the vector points in the opposite direction.