Object that has magnitude (or length) and direction.
Equivalent: Euclidian vector, spatial vector, geometric vector


Length / magnitude / euclidean norm of vector

Unit vector

Vector with length of 1.
Indicates direction.
On the unit sphere.
Normalize a vector / divide vector by its length to get the unit vector:

\hat{a} = \frac{a}{||a||} $$ ^cf975b

High dimensional vectors

The alignment / difference in angle / direction of vectors is much more descriptive than the magnitude of a vector.
Take a 1k dimensional vector, it has 999 degrees of freedom to rotate and just 1 direction for length.

Cauchy-Schwarz inequality