2.47 min read
Scalar Multiplication
Scalar multiplication scales a vector by a number (the "scalar"). To multiply by , multiply every entry by : .
Geometrically, scalar multiplication scales the arrow: makes it longer, shrinks it, reverses direction, gives the zero vector.
Vectors of the form for varying form a line through the origin — the set of all scalar multiples of . This is the span of a single vector.
Formal View
Definition 2.4 — Scalar Multiplication
For and :
The additive inverse is , with .
Why This Matters
Scalar multiplication is how we encode "direction with magnitude" — the essence of quantities like velocity.
- Scaling a force vector: twice the force in the same direction
- Unit vectors: divide by magnitude to get a direction-only vector
- Linear interpolation: is a path from to
Quiz
Question 1
What is ?
Common Mistakes
- Applying scalar multiplication only to some entries — it must be applied to every entry uniformly.
- Confusing (gives zero vector) with "the equation has a trivial solution."