← back to geometry

Coordinate Geometry

Wikipedia · wpAnalytic geometry · CC BY-SA 4.0

wpDescartes married algebra to geometry. Every point is a pair of numbers. Every curve is an equation. Every geometric proof becomes a calculation. The Cartesian plane is the bridge between shape and formula.

The Cartesian plane

Two perpendicular number lines crossing at the origin (0, 0). The horizontal axis is x, the vertical is y. Every point in the plane has coordinates (x, y). This is the idea that turned geometry into algebra.

Distance and midpoint

The distance formula is the Pythagorean theorem in coordinates: d = sqrt((x2-x1)² + (y2-y1)²). The midpoint is the average of the coordinates: ((x1+x2)/2, (y1+y2)/2).

Scheme

Slope and lines

Slope measures steepness: m = (y2-y1)/(x2-x1). A line through (x1, y1) with slope m satisfies y - y1 = m(x - x1). Two lines are parallel when their slopes are equal. Two lines are perpendicular when m1 * m2 = -1.

Scheme

Conic sections

Slice a cone at different angles and you get circles, ellipses, parabolas, and hyperbolas. Each has a standard equation in the coordinate plane:

x y y = x² y = 2x + 1 A line and a parabola on the Cartesian plane.
Scheme
Neighbors

Cross-references

  • ∫ Calculus Ch.1 — functions and graphs: coordinate geometry is the prerequisite

Foundations (Wikipedia)