The formula this page uses
û = v / |v|, where |v| = √(v₁² + v₂² + v₃²)
Solve unit vector problems with clear steps, notation, and a final check.
Evaluate the governing formula locally in your browser. Define each known quantity once, then change values to test another case instantly.
Choose an example or enter a formula.
No calculations yet.
û = v / |v|, where |v| = √(v₁² + v₂² + v₃²)
The vector
It separates direction from size. A force of 90 N along (3, −6, 6) is just 90 × û, and a directional derivative needs the direction alone with the length stripped out, which is exactly what û supplies.
They are the three components of û, and each one is the cosine of the angle between v and an axis. For (3, −6, 6) they are 1/3, −2/3 and 2/3, giving axis angles of 70.53°, 131.81° and 48.19°. Their squares always add to 1.
No. Its length is 0, and dividing by 0 has no answer. That matches the geometry: the zero vector has no direction to preserve, so any code doing this needs a guard before it divides.
Yes, they are two words for the identical object. 'Unit vector' names the result and 'normalize' names the action of producing it, which is why i, j and k are the standard unit vectors along the three axes.