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.
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.
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.
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.
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".
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Fresh one. A point sits 4 squares across and 1 square up from the origin. Write its coordinates.
Fresh one. For the points (1, 4) and (7, 4), what is the x of the midpoint?
Fresh one. Find the midpoint of (0, 2) and (4, 6). Write it as (x, y).
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.
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.
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.