Vector Normalize Calculator
Unit vector û = u / |u|. Same engine as Vector. uz defaults to 0. Zero vector is invalid. Not /vector-magnitude. Not a matrix. Not CAS. Runs locally.
Trust summary Engine tested · Specification checked · 11/11 tests · Production surface contract 3/3 · v1.6.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Unit vector û = u / |u|.
- Scope
- Euclidean R²/R³
- Verification
- Engine tested · 11/11 tests · Production surface contract 3/3 · Specification checked · v1.6.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 3 golden · 2 boundary · 6 property · Production surface contract 3/3 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.6.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (3 capabilities; 161 remain CURRENT) @ 2026-09-20T23:37:12.315Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter ux and uy
uz is optional and defaults to 0. (3, 4) normalizes to (0.6, 0.8).
Read û
The result has length 1. The zero vector is invalid.
Example calculations
Common configurations with formula and result.
3-4
u = (3, 4, 0)
Unit i
u = (1, 0, 0)
Vector Normalize calculator specification
Version 1.6.0 · Engine tested
- Engine tested 11/11 tests · Production surface contract 3/3
- Named expert review Not performed
- Calculation version 1.6.0
- Definition
- û = u / |u| with |u| = √(ux²+uy²+uz²). This page is mode=normalize on math.vector. uz defaults to 0. The zero vector has no direction. Not /vector-magnitude. Not a second engine. Not CAS.
- What it calculates
- Unit vector û = u / |u|.
- Inputs
- ux
- uy
- uz?
- Outputs
- nx
- ny
- nz
- magnitude
- Formula
û = u / |u|- Assumptions
- Euclidean R²/R³
- uz defaults to 0
- Not /vector-magnitude
- Not a matrix
- Not CAS
- Units
- length (consistent units)
- Boundary conditions
- missing ux or uy → MISSING_REQUIRED_INPUT
- zero vector → INVALID_INPUT
- unknown mode → INVALID_MODE
- Example
- ux=3 uy=4 → (0.6, 0.8, 0)
- Validation cases
2 published on this page · 11/11 tests · Production surface contract 3/3 · View evidence
- ux=3 uy=4 → nx=0.6 ny=0.8 nz=0
- ux=0 uy=0 → INVALID_INPUT
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.6.0
Related tools
Other calculators in this family: Angle Between Lines Calculator, Annulus Calculator, Arc Calculator, Circle Calculator, Cone Calculator, Conic Section Calculator, Coordinate Geometry Calculator, Cross Product Calculator . Explore all Geometry.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second vector engine?
No. It is mode=normalize on math.vector, the same engine as /calc/math/vector.
Is this the magnitude page?
No. |u| stays on /calc/math/vector-magnitude. This page returns the unit vector.
Where does this run?
Locally in the browser by default. REST and MCP call the same vector engine.