1. Normalize a vector with positive components
Problem
We find the magnitude using the Pythagorean theorem applied to the vector components.
Square each component, add them, and take the square root to get .
We substitute into the unit vector formula .
Divide each component of the vector by the magnitude to get the final result.
Answer:
This example shows the standard process: find magnitude, then divide the entire vector by that magnitude. The result is a vector that still points the same direction but now has length 1.