Coordinates and the grid
A pair of numbers pinpoints a position: across first, then up.
Coordinates describe an exact position on a grid. They are written as a pair in brackets, .
The grid is built from two number lines, called axes. The horizontal one is the x-axis; the vertical one is the y-axis. They cross at the origin, the point .
The golden rule for reading a coordinate is along the corridor, then up the stairs — the x-value first, then the y-value.
The two axes split the grid into four regions called quadrants. Coordinates can be negative:
- A negative means go to the left of the origin.
- A negative means go down from the origin.
So is 3 right and 2 up, while is 2 left and 3 down.
- A coordinate is written (x, y): along first, then up.
- The origin (0, 0) is where the axes cross.
- Negative x goes left; negative y goes down.
- The axes split the grid into four quadrants.