Vector normalization is the process of converting any vector into a unit vector. A unit vector has a magnitude of 1 and points in the same direction.
To normalize a vector \(\text{{\mathbf{{v}}}}\), you divide each component by the vector's magnitude. For \(\text{{\mathbf{{v}}}} = -5\text{{\mathbf{{i}}}} + 12\text{{\mathbf{{j}}}}\) with \(\text{{\|\mathbf{{v}}\|}} = 13\), we get the unit vector \(\text{{\mathbf{{u}}}}\) using:
\(\text{{\mathbf{{u}}}} = \frac{\text{{\mathbf{{v}}}}}{\text{{\|\mathbf{{v}}\|}}}\)
This becomes:
- \(\frac{-5}{13}\text{{\mathbf{{i}}}} + \frac{12}{13}\text{{\mathbf{{j}}}}\)
This vector now has a magnitude of 1 and points in the same direction as the original vector.