Euclidean spaces Key concepts
Dimension
The dimension is the number of independent coordinates needed to locate a Point. A Line is D, a Plane is D, and Space (3D) is D.
Coordinates
In , a point is represented by an ordered list
Coordinates are labels, not the geometry itself: changing coordinates should not change distances or angles.
Vectors
A vector represents displacement, direction, and magnitude. The vector from to is
This is the language of position, Velocity, and Vector Calculus index.
Metric and distance
The Euclidean metric gives the dot product
It defines length
and distance
Basis
A basis is a set of independent directions from which every vector can be built. In , the standard basis is usually .
Flatness
Euclidean spaces have zero intrinsic Curvature. They are the local model for Manifolds, even when the full space is globally curved.
Inner products and norms
Euclidean geometry is powered by the dot product:
It gives lengths and angles:
\|\mathbf{v}\|=\sqrt{\mathbf{v}\cdot\mathbf{v}}, \qquad \cos heta=rac{\mathbf{u}\cdot\mathbf{v}}{\|\mathbf{u}\|\|\mathbf{v}\|}.This is why Euclidean space is the default playground for Vector Calculus index, mechanics vectors, and basic geometry.