Affine Geometry - Core Definitions
Affine geometry studies properties that are preserved under affine transformationsβtransformations that preserve collinearity and ratios of distances along parallel lines. Unlike Euclidean geometry, affine geometry has no notion of distance or angle, making it a more general framework.
An affine space over a vector space is a set together with a free and transitive action of on . Equivalently, for any two points , there exists a unique vector such that .
The vector space is called the direction space of . The dimension of equals .
The key distinction from vector spaces is that affine spaces have no distinguished origin. Points in an affine space cannot be added, but their differences are vectors. This reflects the physical intuition that space itself has no preferred originβonly relative positions matter.
An affine transformation between affine spaces is a map that preserves affine combinations:
for any points and scalars with .
In coordinates, affine transformations have the form:
where is an invertible matrix and is a translation vector.
Affine transformations include translations, rotations, reflections, shears, and scalings (including non-uniform scalings). The composition of affine transformations is affine, forming the affine group . This group has structure:
Given an affine space of dimension , choosing a point (the origin) and a basis for the direction space establishes an affine coordinate system. Any point has coordinates such that:
Different choices of origin and basis give different coordinate systems, related by affine transformations.
Central concepts in affine geometry include parallelism (lines that don't intersect), ratios on lines (the ratio in which a point divides a segment), and barycenters (weighted averages of points). These notions make sense without reference to distances or angles.
Affine geometry emerges naturally in many contexts:
- Parallel projection: Projecting one plane onto another along parallel lines preserves affine properties
- Special relativity: Spacetime has affine structure before introducing the Minkowski metric
- Computer graphics: Viewing transformations are often modeled as affine maps
- Convex optimization: The feasible regions are typically affine or convex sets
The affine hull of a set is the smallest affine subspace containing . Points are affinely independent if the vectors are linearly independent. An affine space of dimension has affine bases consisting of affinely independent points (one more than the vector space dimension, accounting for the need to specify an origin).