Normalizing a vector
The unit vector û of vector v is v/|v|, where |v| = √(v₁² + v₂² + v₃²).
The zero vector cannot be normalized because it has no direction.
û = v / |v|
Unit vector (normalization) formula.
Normalize a 2D or 3D vector to find its unit vector (magnitude 1) with step-by-step work.
Share this calculator
Normalize
Enter a vector to find its unit vector (direction with magnitude 1).
Dimension
What is a unit vector?
A unit vector points in the same direction as the original vector but has a magnitude of exactly 1. It is computed by dividing each component by the vector's magnitude.
When is it undefined?
The zero vector (all components equal to zero) has no direction and cannot be normalized to a unit vector.
Unit vector
Step-by-step
Sum of squares
3² + 4²
= 9 + 16 = 25
Magnitude |v|
√(25)
= 5
Unit vector
3 / 5, 4 / 5
= (0.6, 0.8)
Verification
The magnitude of the resulting unit vector is 1, confirming it is a valid unit vector.
Also in Linear Algebra
Linear Algebra
A unit vector calculator divides each component of a vector by its magnitude to produce a vector of length 1 pointing in the same direction.
The unit vector û of vector v is v/|v|, where |v| = √(v₁² + v₂² + v₃²).
The zero vector cannot be normalized because it has no direction.
û = v / |v|
Unit vector (normalization) formula.
Frequently asked questions
Unit vectors isolate direction from magnitude, used in physics to describe directions of forces and velocities.
By definition, a unit vector always has a magnitude of exactly 1.
Related
These related calculators come from the same leaf category, nearby sibling categories, or the same top-level topic.
Calculate the magnitude of a 2D or 3D vector with squared magnitude, unit vector, and direction angles.
Calculate the dot product of two vectors in 2D or 3D, with angle and orthogonality detection.
Compute the cross product of two 3D vectors, with magnitude and direction information.
Calculate the angle between two vectors in 2D or 3D using the dot product formula.