This tool calculates a unit vector—a vector with a magnitude of exactly 1—that points in the same direction as your input vector components.
Magnitude of original vector:
0
Unit Vector Component u_x:
Unit Vector Component u_y:
Unit Vector Component u_z:
A unit vector is a vector with a magnitude (length) of exactly 1. To calculate a unit vector, you must normalize the original vector by dividing each of its components by the total magnitude of the vector.
u = v / |v|
Consider a vector v with components (3, 4). To find its unit vector u, we perform the following steps:
© 2026 Hreflabs LLC. All rights reserved.
Made with ❤️ for everyone who loves accurate calculations