Projective Geometry — Definition, Formula & Examples
Projective geometry is a branch of geometry that studies properties of figures that remain unchanged (invariant) under projection, such as when an image is cast from one plane onto another through a central point. Unlike Euclidean geometry, it has no concept of distance or angle — instead it focuses on incidence (which points lie on which lines) and cross-ratio.
Projective geometry is the study of geometric properties invariant under projective transformations — bijective maps between projective spaces that preserve collinearity. In the real projective plane , every pair of distinct lines intersects in exactly one point, eliminating the Euclidean exception of parallel lines by introducing points at infinity.
How It Works
In projective geometry, you extend the ordinary Euclidean plane by adding a "line at infinity" where parallel lines meet. Each family of parallel lines gains a shared point at infinity, and all such points form the line at infinity. A point in the projective plane is represented by homogeneous coordinates , where and for any nonzero represent the same point. A line is defined by a linear equation in these coordinates. Because every two distinct lines now intersect in exactly one point, many theorems become cleaner — there are no special cases for parallel lines.
Worked Example
Problem: In Euclidean geometry, the lines y = 2x + 1 and y = 2x + 5 are parallel and never meet. Find their intersection point in the projective plane using homogeneous coordinates.
Step 1: Convert to homogeneous coordinates by substituting x = X/Z and y = Y/Z. The first line becomes Y/Z = 2(X/Z) + 1, which gives 2X - Y + Z = 0.
Step 2: The second line becomes Y/Z = 2(X/Z) + 5, which gives 2X - Y + 5Z = 0.
Step 3: Subtract the first equation from the second to find Z. This gives 4Z = 0, so Z = 0. Substituting back: 2X - Y = 0, so Y = 2X. The intersection point in homogeneous coordinates is (1 : 2 : 0).
Answer: The two parallel lines meet at the point at infinity . The coordinate signals a point on the line at infinity — exactly where projective geometry places the intersection of parallel lines.
Why It Matters
Projective geometry is foundational in computer vision and graphics, where cameras perform projective transformations of 3D scenes onto 2D images. It also appears in algebraic geometry courses and is essential for understanding perspective drawing, coding theory, and the geometry of conics.
Common Mistakes
Mistake: Assuming projective geometry preserves distances or angles like Euclidean geometry does.
Correction: Projective transformations do not preserve lengths, angles, or ratios of lengths. The key invariant is the cross-ratio of four collinear points, not any metric property.
