Unit Vector Calculator:
The Unit Vector Calculator helps you convert any 2D or 3D vector into its corresponding unit vector — a vector that maintains the same direction but has a magnitude of exactly one. Whether you're studying physics, engineering, or vector mathematics, this tool offers a fast and accurate solution.
A unit vector is a vector with a magnitude (or length) of 1. It is often used to indicate direction only, removing any scaling or magnitude. For example, a vector v = (3, 4) has a magnitude of 5, so its unit vector is (3/5, 4/5) or approximately (0.6, 0.8).
The formula is simple: divide each component of the vector by its magnitude. For a vector v = (x, y, z), the unit vector u is:
|v| = √(x² + y² + z²) u = (x / |v|, y / |v|, z / |v|)
Our calculator automates this process for you. Just enter your vector components, and the result is shown instantly. It supports both 2D and 3D vectors.
This tool is perfect for:
Try it now and get your unit vector in seconds — no manual calculation needed!