The norm is the foundation of three related concepts this page has developed: distance (the norm of a difference), unit vector (a vector with norm exactly 1), and normalization (rescaling any nonzero vector to unit length). The table below collects each alongside its definition, formula, and direct relationship to the norm ‖v‖ — showing the family tree of ideas that grow out of a single length measurement.
| Concept |
Definition |
Formula |
Built from the norm by |
| Norm ‖v‖ |
length of v |
√(v₁² + v₂² + ⋯ + vₙ²) |
(the base concept — everything below is derived from this) |
| Distance d(a, b) |
straight-line distance between two vectors viewed as points |
‖a − b‖ = √(Σ(aᵢ − bᵢ)²) |
applying the norm to the difference a − b |
| Unit vector û |
a vector that carries pure direction with no scale |
‖û‖ = 1 |
requiring the norm to equal exactly 1 |
| Normalization |
turn any nonzero vector into the unit vector pointing the same way |
v̂ = v / ‖v‖ |
dividing v by its own norm (undefined for v = 0) |