Euclidean Space — Definition, Formula & Examples
Euclidean space is the standard geometric space of dimensions where you can measure distances and angles using the familiar rules from everyday geometry. Points in -dimensional Euclidean space are represented as ordered lists of real numbers, like .
The -dimensional Euclidean space, denoted , is the set of all -tuples of real numbers equipped with the Euclidean inner product and the induced norm . This structure defines a complete normed inner product space (Hilbert space) over .
Key Formula
Where:
- = Two points in $\mathbb{R}^n$
- = The $i$-th coordinates of points $\mathbf{a}$ and $\mathbf{b}$
- = The dimension of the space
- = The Euclidean distance between the two points
How It Works
Each point in is an ordered -tuple of real numbers. The Euclidean distance between two points and is , which generalizes the Pythagorean theorem to dimensions. Angles between vectors are computed via the inner product: . The familiar cases are the number line (), the coordinate plane (), and three-dimensional space (), but the same algebraic structure extends seamlessly to any positive integer .
Worked Example
Problem: Find the Euclidean distance between the points and in .
Compute coordinate differences: Subtract corresponding coordinates.
Sum the squares: Square each difference and add them.
Take the square root: Apply the distance formula.
Answer: The distance is .
Why It Matters
Euclidean space is the default setting for multivariable calculus, linear algebra, and physics — nearly every vector, gradient, or force calculation assumes it. Machine learning algorithms like -nearest neighbors and principal component analysis rely on Euclidean distance and inner products in high-dimensional . Understanding where Euclidean assumptions hold (and where they break, such as on curved surfaces) is essential in differential geometry and general relativity.
Common Mistakes
Mistake: Assuming every space with coordinates is Euclidean.
Correction: A space can use real-number coordinates but have a different metric. For example, Minkowski space in special relativity uses coordinates but a non-Euclidean inner product . The Euclidean structure requires the standard positive-definite inner product.
