The second main operation on vectors is
scaling. Suppose k is any real number and u be any vector in
or
.
- If k >0, then ku is the vector having the same direction as u such that its length is k times the length of u.
- If k = 0, then ku is a zero vector.
- If k < 0, then ku is the vector having the opposite direction to u such that its length is |k| times the length of u. (Note: |k| is the absolute value of k.)
In the applet below, you can construct a vector u in
using the vector tool

. Then scale the vector u by k and then drag the slider corresponding to k to see how the vector ku changes for different values of k.