Florence's Maths · Coordinate Geometry · Lesson 1
1637

Two numbers,
and any point
in the world.

A French philosopher lay in bed one morning, watched a fly on the ceiling, and worked out how to describe exactly where it was using only numbers. That idea joined geometry to algebra — and quietly changed mathematics for ever.
For Florence,
pencil sharp, grid ready.
Florence's Maths · Lesson 1
Where it began

A fly on the ceiling.

The story goes that René Descartes, a French philosopher and mathematician, was lying in bed one morning in the 1630s when he noticed a fly walking across the ceiling. He wanted a way to write down its exact position at any moment. He realised he could pick a corner of the ceiling as a fixed starting point, then measure how far across and how far along the fly was. Two numbers — across, then along — and the fly's position was pinned down completely.

That small idea is one of the most powerful in all of mathematics. Before Descartes, geometry (shapes, lines, angles) and algebra (numbers, equations) were two separate worlds. Descartes built a bridge between them: every point could be written as a pair of numbers, and every shape could be described by an equation. We still call the grid he gave us the Cartesian plane, after his Latin name, Cartesius.

Portrait of René Descartes by Frans Hals, a man in dark clothing with a white collar
René Descartes (1596–1650), painted by Frans Hals. His 1637 book La Géométrie set out the idea of describing points and shapes with numbers — the foundation of coordinate geometry. Wikimedia · Public Domain

You already use his idea every day without thinking about it. A pin on a map, a square on a battleships board, a pixel on this screen, a satellite fixing your position — all of them are just "two numbers that say where". Today you'll learn to read those numbers, write them, and use them.

Why the word "coordinate"

It comes from Latin — co ("together") and ordinare ("to put in order"). A pair of coordinates is two numbers ordered together so that, read in the right order, they fix a single point. Order matters: across first, then along.

A detail you should know
30–45 seconds · MF 1
Cool fact

Descartes spent much of his adult life in the Netherlands, and famously liked to work in bed late into the morning. When the Queen of Sweden hired him as a tutor and made him teach her at five o'clock in the morning in a freezing palace, he caught a chill and died within months. Some say the early starts were the end of him.

Florence's Maths · Lesson 1
The grid, part by part

Across, then along — the x and the y.

The grid has two number lines crossing at right angles. The flat one is the x-axis; the upright one is the y-axis. The point where they cross, where both are zero, is the origin, written (0, 0). Every point is written as a pair in round brackets: (x, y) — the x first (how far across), the y second (how far up). The old reminder is "along the corridor, then up the stairs".

123456 123456 0 x y P (3, 2) origin
The point P sits 3 squares across and 2 squares up — so its coordinates are (3, 2). Follow the dashed lines: along to 3, then up to 2. Original diagram

To read a point already drawn, you reverse the journey: drop straight down to the x-axis to read the first number, then go straight across to the y-axis to read the second. To plot a point from its coordinates, you start at the origin, count across by the first number, then up by the second, and mark the spot. The order never changes: x then y, across then up.

A trap worth naming

The single most common slip is swapping the two numbers — plotting (2, 3) when the point is (3, 2). They land in different places. Whenever you're unsure, say it out loud: "three across, two up." Saying the order fixes the order.

Cool fact

The letters x and y for the unknowns are Descartes' doing too. In La Géométrie he used letters from the end of the alphabet (x, y, z) for quantities he didn't yet know, and letters from the start (a, b, c) for ones he did. We've used his convention ever since — that's why "solve for x" feels so natural.

Florence's Maths · Lesson 1
Going negative

Four quadrants — the whole plane.

So far we've stayed in the top-right, where both numbers are positive. But the axes are full number lines — they run into the negatives too. Extend the x-axis to the left of the origin for negative x, and the y-axis below the origin for negative y. The two axes now cut the plane into four regions, called quadrants, numbered anticlockwise from the top-right with Roman numerals I, II, III, IV.

I II III IV -3-2-1123 321-1-2-3 xy (2, 3) (-3, 2) (-2, -3) (3, -2)
Four quadrants, one point in each. Notice the sign pattern: top-right both positive; top-left x negative; bottom-left both negative; bottom-right y negative. Original diagram

The sign of each quadrant

  • I (top-right) — x positive, y positive: (+, +)
  • II (top-left) — x negative, y positive: (−, +)
  • III (bottom-left) — both negative: (−, −)
  • IV (bottom-right) — x positive, y negative: (+, −)

Points right on a line

  • A point on the x-axis has y = 0, like (4, 0).
  • A point on the y-axis has x = 0, like (0, 3).
  • The origin, (0, 0), sits on both — it belongs to no quadrant.
A detail you should know
30–45 seconds · MF 1
Cool fact

On a computer or phone screen the y-axis runs the other way — (0, 0) is the top-left corner and y counts downwards. That's a leftover from old televisions, which drew the picture line by line from the top. So when a game says a character is at "y = 50", on screen that's 50 pixels down, not up.

Florence's Maths · Lesson 1
Watch

The grid, drawn out for you.

You've met the axes, the origin, and the four quadrants on paper. Now watch Sal at Khan Academy build the same grid from scratch and plot a few points. As you watch, try to predict each point's coordinates a beat before he reads them out — across first, then up.

Khan Academy — “Introduction to the coordinate plane”.YouTube
Florence's Maths · Lesson 1
Halfway between

The midpoint is just the average.

Suppose you have two points and you want the point exactly halfway between them — the midpoint. Here's the whole idea in one line: the midpoint's x is the average of the two x's, and its y is the average of the two y's. Averaging two numbers means adding them and halving — so you add the x's and halve, add the y's and halve.

The midpoint, in words and symbols

For the points (x₁, y₁) and (x₂, y₂), the midpoint is ( (x₁ + x₂) ÷ 2 , (y₁ + y₂) ÷ 2 ). In plain English: average the across-numbers, average the up-numbers. That's all it is.

The intuition is gentle. If one point is at x = 2 and the other at x = 8, the value sitting exactly between them is 5 — and 5 is just (2 + 8) ÷ 2. Do the same for the y's, and you've found the point in the middle. Let's see it on a grid.

1234567 1234567 0 xy A (2, 1) B (6, 5) M (4, 3)
A is (2, 1), B is (6, 5). The midpoint M sits exactly halfway along the line: x is (2 + 6) ÷ 2 = 4, y is (1 + 5) ÷ 2 = 3, giving (4, 3). Original diagram
Worked example · midpoint of A (2, 1) and B (6, 5)
Average the x's: (2 + 6) ÷ 2 = 8 ÷ 2 = 4.
Average the y's: (1 + 5) ÷ 2 = 6 ÷ 2 = 3.
So the midpoint is (4, 3) — and on the grid it lands right in the middle of the line, exactly where the eye expects.
Cool fact

The same averaging trick works in three dimensions too — for a point in space you'd average the x's, the y's and the z's. Architects and game designers find the centre of a 3-D object exactly this way: add up the corners and divide. The idea you're learning today scales straight up into the world that 3-D models live in.

Florence's Maths · Lesson 1
Shapes from points

Finding the missing corner.

Once shapes live on a grid, a lot of geometry turns into careful counting. A classic question gives you three corners of a rectangle and asks for the fourth. You don't need a formula — you need to see what makes a rectangle a rectangle: opposite sides are equal and parallel, and the corners line up.

1234567 1234567 0 xy P (1, 1) Q (5, 1) R (1, 4) S (5, 4)?
Three corners are given: P (1, 1), Q (5, 1), R (1, 4). The fourth corner S must line up with Q across and R up — landing at (5, 4). Original diagram
Worked example · the fourth corner
P and Q share the same height (y = 1) — they form the bottom edge. P and R share the same across (x = 1) — they form the left edge.
The missing corner S is diagonally opposite P. It must sit above Q and to the right of R: x = 5 (like Q) and y = 4 (like R).
So S is (5, 4). A neat check: the midpoint of diagonal P–S is ((1+5)÷2, (1+4)÷2) = (3, 2.5), and the midpoint of the other diagonal Q–R is ((5+1)÷2, (1+4)÷2) = (3, 2.5) — the two diagonals cross at the same centre, which is the mark of a true rectangle.
The diagonal-midpoint trick

In any rectangle (or parallelogram), the two diagonals cut each other exactly in half — they share a midpoint. That single fact lets you check a missing corner, or even find one: if you know three corners and which two are opposite, the fourth is whatever makes both diagonals share a centre.

Florence's Maths · Lesson 1
Question 1 · type your answer

Read the point.

A point sits 3 squares across and 2 squares up from the origin. Write its coordinates as a pair in the form (x, y), including the brackets.
point =
Across first, then up — and don't forget the brackets.
Question 2 · circle the correct answer

What sits at the origin?

The origin is the point where the x-axis and the y-axis cross. Which pair of coordinates describes it?
Question 3 · circle the correct answer

Which quadrant?

The point (−3, 2) has a negative x and a positive y. Using the sign pattern from earlier, which quadrant does it sit in?
Question 4 · circle the correct answer

On which axis?

Earlier we saw that a point on the x-axis has its y equal to zero. Which of these points lies on the x-axis?
Florence's Maths · Lesson 1
Question 5 · type your answer

Average the x's.

To find a midpoint, you average each coordinate. For the points (2, 1) and (6, 5), what is the x of the midpoint? (Add the two x's and halve.)
x =
Add the two across-numbers, then halve.
Question 6 · type your answer

The whole midpoint.

Now find the full midpoint of (2, 1) and (6, 5). Average the x's, average the y's, and write the answer as a pair (x, y).
midpoint =
Question 7 · circle the correct answer

The missing corner.

A rectangle has corners at P (1, 1), Q (5, 1) and R (1, 4), with sides running straight across and straight up. Using the reasoning from the shapes page, where is the fourth corner S?
Question 8 · circle the correct answer

Why the diagonals help.

On the shapes page, we checked the fourth corner using a fact about a rectangle's two diagonals. What is that fact?
Florence's Maths · Lesson 1
Question 9 · in your own words

Explain the midpoint to someone who's never met it.

Imagine explaining the midpoint to a friend who knows how to read coordinates but has never found a midpoint. In three or four sentences, tell them what a midpoint is, how to find it, and why the averaging works. Use one of today's examples if it helps. There's no single right wording — your own words are the point.

0 words
reading what you wrote…

A few thoughts on your explanation, Florence

strong You named all three things a good explanation needs — what it is, how to find it, and why. Saying the midpoint is "the point exactly halfway between two others" is the clearest possible opening; it tells your friend the picture before any arithmetic.

try this If you found yourself writing the steps twice in slightly different ways, choose the cleaner version and let the other go. One crisp line — "average the x's, average the y's" — carries more than two hesitant ones. Trust the first clear sentence.

to add Your "why" is where this lifts. A line like "averaging two numbers lands you exactly between them, so doing it to both coordinates lands you exactly between the points" turns a recipe into a reason — and a reason is what you'll remember in a year.

Florence's Maths · Lesson 1
Glossary

The words from today.

Coordinates
A pair of numbers (x, y) that fix a single point — how far across, then how far up.
x-axis / y-axis
The flat (horizontal) number line and the upright (vertical) number line that make the grid.
Origin
The point where the axes cross, (0, 0) — zero across and zero up.
Quadrant
One of the four regions the axes cut the plane into, numbered I–IV anticlockwise from the top-right.
Midpoint
The point exactly halfway between two others: average the x's, average the y's.
Cartesian plane
The whole coordinate grid, named after René Descartes, who joined geometry to algebra.
End of lesson one

You can pin down any point.

You met Descartes and the idea that two numbers can fix a point. You learned the axes, the origin, and the four quadrants, and how to read and plot coordinates — across first, then up. You found a midpoint by averaging, and used the grid to track down a missing corner. That's the whole foundation of coordinate geometry. Florence, this is the grid the rest of it is built on.

F.M. · Maths · Coordinate Geometry · Lesson 1
Images · Frans Hals — Portret van René Descartes.jpg — portrait of René Descartes by Frans Hals (after 1649). Public domain (PD-old-100-expired). Source. · All coordinate-grid diagrams on this page are original SVG line-art, drawn for this lesson and checked point by point — use them freely.
Video · Khan Academy, "Introduction to the coordinate plane" (YouTube). Educational reference only — see Khan Academy for terms.