Euclidean space is the geometric model behind the coordinate spaces , , , and more generally . It supplies the usual notions of length, distance, angle, line, plane, and orthogonality.
Linear algebra gives these geometric ideas an algebraic form. A point becomes a list of coordinates. A displacement becomes a vector. Length is computed from a dot product. Distance is computed from the difference of two vectors. Orthogonality is expressed by a zero dot product. These definitions allow geometry to be used in any finite dimension, not only in the plane or in ordinary three-dimensional space. The dot product of two coordinate vectors is the sum of products of corresponding coordinates, and it is the standard tool used to define length and angle in Euclidean coordinate space.
3.1 Points and Coordinates
The set consists of all ordered -tuples of real numbers:
Each entry is a coordinate. The number is the dimension of the coordinate space.
For example, is the plane. A point in has the form
The space is ordinary three-dimensional coordinate space. A point in has the form
The space generalizes this idea. A point in has real coordinates.
3.2 Points and Vectors
A point describes a location. A vector describes a displacement.
In coordinates, both may be written as lists of numbers. The distinction is conceptual. The point
marks a location in the plane. The vector
may be interpreted as the displacement that moves units in the first coordinate direction and units in the second coordinate direction.
The same coordinate list can therefore represent a point or a vector, depending on context. Linear algebra usually treats coordinate lists as vectors. Geometry often shifts between both views.
3.3 Displacement Between Points
Given two points , the displacement from to is
If
then
For example, if
then
This vector says that one moves units in the first coordinate direction and units in the second coordinate direction.
3.4 The Dot Product
The dot product of two vectors in is defined by
If
then
The dot product takes two vectors and returns a scalar. It is therefore also called the scalar product. In Euclidean geometry, it connects coordinates with length and angle.
For example,
3.5 Length of a Vector
The length, or Euclidean norm, of a vector is defined by
If
then
This is the higher-dimensional form of the Pythagorean theorem. The Euclidean norm is interpreted as the length of the vector.
For example,
has length
3.6 Distance Between Points
The distance between two points is the length of the displacement vector :
Thus
For example, if
then
and
Distance is therefore a derived notion. It comes from subtraction of points followed by the Euclidean norm.
3.7 Unit Vectors
A unit vector is a vector of length .
If , then
is a unit vector in the same direction as .
For example, if
then , so
This vector has length . It preserves direction and removes scale.
3.8 Angles
The angle between two nonzero vectors and is defined by
Equivalently,
This formula shows the geometric meaning of the dot product. It measures how much two vectors point in the same direction.
If , the angle is acute. If , the angle is obtuse. If , the angle is right.
3.9 Orthogonality
Two vectors and are orthogonal if
Geometrically, nonzero orthogonal vectors meet at a right angle. The zero vector is orthogonal to every vector because
For example,
Therefore the two vectors are orthogonal.
Orthogonality is one of the central ideas of Euclidean geometry and linear algebra. It appears in projections, least squares, QR decomposition, Fourier series, and numerical methods.
3.10 Lines in Euclidean Space
A line through a point in direction is the set
The parameter moves along the line. When , the point is . When , the point is . Negative values of move in the opposite direction.
For example, the line through
with direction
is
A line is therefore an affine set: it is formed by translating a one-dimensional subspace.
3.11 Planes
A plane in can be described by a point and two independent direction vectors:
Here and must not be scalar multiples of each other. They give two independent directions inside the plane.
A plane may also be described by a normal vector. If is perpendicular to the plane and is a point on the plane, then
This equation says that the displacement from to any point on the plane is orthogonal to .
If
then the plane equation becomes
Equivalently,
for some scalar .
3.12 Hyperplanes
In , a hyperplane is the higher-dimensional analogue of a line in or a plane in .
A hyperplane can be written as
where . The vector is normal to the hyperplane.
If , the hyperplane passes through the origin and is a subspace. If , the hyperplane is an affine set.
Hyperplanes occur throughout linear algebra. Each linear equation
defines a hyperplane in . A system of linear equations describes the intersection of several hyperplanes.
3.13 Projections
The projection of a vector onto a nonzero vector is the component of in the direction of .
It is given by
The scalar
measures how much of is needed to form the projection.
For example, let
Then
so
Projection separates a vector into a part along a direction and a part orthogonal to that direction.
3.14 Orthogonal Decomposition
Let . Every vector can be decomposed as
where is parallel to and is orthogonal to .
The parallel part is
The orthogonal part is
Then
This decomposition is fundamental. It is the geometric basis of least squares approximation, orthogonal projection onto subspaces, and many numerical algorithms.
3.15 Spheres and Balls
A sphere in with center and radius is the set
A ball is the set of points whose distance from the center is less than or equal to the radius:
In , a sphere is a circle and a ball is a disk. In , a sphere is the usual surface of a sphere and a ball is the solid region inside it.
The formulas remain valid in all dimensions.
3.16 Geometry and Linear Equations
A linear equation in variables,
can be written as
where
Thus each linear equation defines a hyperplane with normal vector .
A system of equations
describes the intersection of hyperplanes. Depending on the arrangement, the intersection may be empty, a point, a line, a plane, or a higher-dimensional affine set.
This geometric view explains why systems of linear equations may have no solution, one solution, or infinitely many solutions.
3.17 Euclidean Geometry in Matrix Form
Matrices act on Euclidean space by sending vectors to vectors.
If is an matrix, then the rule
maps into .
Some matrices preserve Euclidean geometry. For example, an orthogonal matrix satisfies
Such a matrix preserves dot products:
Therefore it preserves lengths and angles. Rotations and reflections are examples of orthogonal transformations.
Other matrices distort geometry. They may stretch, shrink, shear, or collapse dimensions. Much of linear algebra studies these changes by examining rank, determinant, eigenvalues, singular values, and invariant subspaces.
3.18 Summary
Euclidean space combines coordinates with geometry. Points describe locations. Vectors describe displacements. The dot product gives algebraic definitions of length, distance, angle, and orthogonality. Lines, planes, and hyperplanes are described using vectors and linear equations.
The main formulas are:
| Concept | Formula |
|---|---|
| Dot product | |
| Norm | |
| Distance | |
| Angle | |
| Orthogonality | |
| Line | |
| Hyperplane | |
| Projection |
Euclidean geometry is therefore not separate from linear algebra. It is one of its basic interpretations.