Explanation
Scalar multiplication means multiplying a vector by a number.
Example:
2⟨3, 1⟩ = ⟨6, 2⟩
Rules:
-
The magnitude changes
-
The direction stays the same (unless the scalar is negative)
Negative scalar:
−1⟨2, 3⟩ = ⟨−2, −3⟩
(This reverses direction.)
Quiz
-
What is a scalar?
-
What does 3⟨2, −1⟩ equal?
-
Does scalar multiplication change direction?
-
What happens if the scalar is negative?
-
Does scalar multiplication change magnitude?
Answer Key
-
A number
-
⟨6, −3⟩
-
Only if negative
-
Direction reverses
-
Yes