The coordinate plane
Two perpendicular axes turn the plane into a map on which every point has an address made of two numbers. The order of those numbers is part of the address, their signs name the quadrant, and a segment parallel to an axis is measured by subtraction. Plus the midpoint of a segment, which is the average of the endpoints.
Before you start
This topic builds on earlier ideas. Before you start, it's worth working through the lessons below — they'll make everything click:
Where this is used
Real situations where you count exactly the way this lesson teaches:
- Screens, windows and the centre of a buttonEvery pixel on a screen has an address in a coordinate system. A button with corners (320, 180) and (480, 240) has its centre at (400, 210) — the average of the two corners. An interface that "centres itself" is computing exactly that formula, and the width of the button is 480 − 320 = 160 pixels, which is a subtraction of abscissas.
- Surveying and setting out a pointA surveyor works in a national coordinate system where every boundary marker is a pair of numbers in metres. Given A(6210, 4380) and B(6250, 4460), the middle of the boundary falls at (6230, 4420) — and that is where the intermediate marker goes. The distance along the northing axis alone is 4460 − 4380 = 80 m.
- Games and the position of a characterA character in a 2D game stands at (12, 5) on the tile grid and the exit is at (12, 11). The segment is vertical, so the walk is simply 11 − 5 = 6 tiles, and the engine puts the halfway checkpoint at (12, 8).
- A room plan on squared paperDrawing a room on squared paper, you take a corner as the origin and one square as 25 cm. A socket at (6, 0) is 6 · 25 = 150 cm from the corner, and a lamp hung halfway between walls at 0 and 14 lands on square 7, which is 175 cm.
All formulas
Coordinates of a point
the abscissa first, then the ordinate
Signs in the quadrants
numbered counter-clockwise
Segment parallel to the x axis
both ordinates are equal
Segment parallel to the y axis
both abscissas are equal
Midpoint of a segment
the average of the endpoints, coordinate by coordinate
The other endpoint
the same formula read backwards
To say where a number sits on a line, one number is enough. To say where a point sits on a plane, one is not — two are needed, given in a fixed order. That idea is called a coordinate system, and it underpins everything we draw on squared paper: the graph of a function, a map, a floor plan and a phone screen.
Two axes and the origin
Take two perpendicular number lines and cross them at zero. The horizontal one is the x axis, the vertical one the y axis, and the point where they meet is the origin, written . Both axes have a direction: on the x axis numbers grow to the right, on the y axis upwards.
The axes cut the plane into four regions called quadrants. They are numbered to counter-clockwise, starting from the top right.
The coordinates of a point
The address of a point is a pair of numbers: the first says how far to go along the x axis, the second how far along the y axis. The first is the abscissa, the second the ordinate, and the pair is written in brackets:
The order is not a convention to remember for a minute — it is part of the address. The points and are in different places: three units right and two up versus two right and three up. That is why the pair is called ordered.
The quadrant follows from the signs
You do not need the drawing to name the quadrant — the signs of the two numbers are enough, because they are exactly what says which side of each axis the point is on. Negative numbers are the only earlier idea this needs.
| Quadrant | Abscissa | Ordinate | Example |
|---|---|---|---|
| positive | positive | ||
| negative | positive | ||
| negative | negative | ||
| positive | negative |
Points on an axis belong to no quadrant
The axes are boundaries, not parts of the quadrants. A point lies on the x axis exactly when its ordinate is zero, and on the y axis exactly when its abscissa is:
The distinction comes back with every graph: a zero of a function is where the graph crosses the x axis, and the constant term is where it crosses the y axis.
A segment parallel to an axis is measured by subtracting
If two points share the same ordinate, the segment between them is horizontal and its length is the distance between the abscissas:
Likewise for a vertical segment, where the abscissas are equal:
The modulus is there so that the result does not depend on the order of subtraction — a length is never negative. It is the same distance on the number line, carried over to the plane.
A slanted segment needs the Pythagorean theorem, and its length is computed in the lesson on analytic geometry.
The midpoint of a segment
The midpoint lies exactly halfway — and "halfway" for each coordinate separately means the average:
Read backwards, the same formula answers the opposite question: given one endpoint and the midpoint, find the other endpoint. Since is an average, , and the same for the ordinates:
Practice
Work through a set of exercises — they get harder as you go. At the end you'll see your score and the mistakes worth reviewing.
Common mistakes
- Swapping the coordinates — is not . The first number always runs along the horizontal axis.
- Assigning a quadrant to a point on an axis — and lie in no quadrant.
- Subtracting coordinates of a slanted segment — the difference of abscissas is the length only when the segment is horizontal; otherwise the Pythagorean theorem is needed.
- Adding instead of averaging for the midpoint — the sum of the coordinates still has to be divided by two.
- Averaging when looking for the other endpoint — there the reversed formula applies, not an average.
- Losing a minus when subtracting a negative — , not .
Formula card
Topic: The coordinate plane
Coordinates of a point
the abscissa first, then the ordinate
Signs in the quadrants
numbered counter-clockwise
Segment parallel to the x axis
both ordinates are equal
Segment parallel to the y axis
both abscissas are equal
Midpoint of a segment
the average of the endpoints, coordinate by coordinate
The other endpoint
the same formula read backwards
