Mathematics.

cartesian geometry

The Coordinate Plane

Analytic Geometry25 minDifficulty2 out of 10

You should know: real numbers

Overview

The coordinate plane (Cartesian plane) locates every point in a flat 2D space with a unique pair of numbers (x, y), measured as signed distances along two perpendicular number lines called axes. This bridges algebra and geometry: equations become curves, and curves become equations — the foundation of analytic geometry.

Intuition

Imagine standing at a central point (the origin) in a city with streets running exactly east-west and north-south. Any location can be described by two numbers: how far east/west, and how far north/south. The coordinate plane is this idea made precise and infinite in every direction.

Interactive Graph

Plot and drag points around the coordinate plane

Loading visualization…

Formal Definition

Definition

The Cartesian plane ℝ² consists of ordered pairs of real numbers, located by two perpendicular axes meeting at the origin:

R2={(x,y):x,yR}\mathbb{R}^2 = \{(x, y) : x, y \in \mathbb{R}\}
Definition
d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}

Distance formula between two points, from the Pythagorean theorem

Notation

NotationMeaning
(x,y)(x, y)An ordered pair: x-coordinate (horizontal) and y-coordinate (vertical)
O=(0,0)O = (0,0)The origin, where both axes meet

Properties

Four quadrants

Signs of (x,y) divide the plane into QI (+,+), QII (,+), QIII (,), QIV (+,)\text{Signs of } (x,y) \text{ divide the plane into QI } (+,+),\ \text{QII } (-,+),\ \text{QIII } (-,-),\ \text{QIV } (+,-)

Midpoint formula

M=(x1+x22,y1+y22)M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)

Applications

Every 2D computer graphics system positions pixels and shapes using Cartesian coordinates.

Worked Examples

  1. Apply the distance formula.

    d=(41)2+(62)2=9+16=25=5d = \sqrt{(4-1)^2+(6-2)^2} = \sqrt{9+16} = \sqrt{25} = 5

Answer: 5

Practice Problems

Difficulty 2/10

Find the midpoint of (-2, 3) and (6, -1).

Difficulty 4/10

A surveyor records two control points by their eastings/northings: A = (1200, 3400) m and B = (1500, 3800) m. Find the straight-line distance between them.

Difficulty 5/10

A column is to be set out on site at the midpoint between grid points P = (10, 4) m and Q = (10, 20) m. Give the setting-out coordinates and the column-to-column spacing along that gridline.

Common Mistakes

Common Mistake

Reversing x and y when plotting a point.

In (x, y), x is always the horizontal (left/right) coordinate and y is always the vertical (up/down) coordinate — order matters.

Quiz

Two survey points are A = (1200, 3400) and B = (1500, 3800). The distance between them is:
On a construction setting-out grid, the coordinates of a point exactly between two others are found using:

Historical Background

René Descartes introduced coordinate geometry in an appendix to his 1637 'Discourse on Method,' showing that geometric curves could be described by algebraic equations. This fusion — 'Cartesian' geometry, named after Descartes — was one of the most consequential ideas in the history of mathematics, directly enabling calculus a few decades later.

  1. 1637

    Descartes publishes La Géométrie, introducing coordinate geometry

    René Descartes

  2. 1637

    Pierre de Fermat independently develops similar ideas

    Pierre de Fermat

Summary

  • The coordinate plane locates points with ordered pairs (x, y) on two perpendicular axes.
  • Introduced by Descartes in 1637, fusing algebra and geometry.
  • The plane splits into 4 quadrants based on the signs of x and y.
  • Distance and midpoint formulas derive directly from the Pythagorean theorem.

References