#### Tier: #Foundation #Higher
Coordinates describe a position in 2D (or 3D) space using ordered pairs. In 2D, a coordinate is written as $(x, y)$ where $x$ is the horizontal position (along) and $y$ is the vertical position (up).
The four quadrants:
Plotting a point: start at the origin, move horizontally by $x$, then vertically by $y$.
3D coordinates: $(x, y, z)$ — add a third axis coming out of the page. Used in GCSE for locating vertices of 3D shapes.
Common uses: plotting graphs, describing transformations, finding midpoints, distances.
Distance between two points (using Pythagoras): $$d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$$
Common error: swapping $x$ and $y$ — remember "along the corridor, then up the stairs" ($x$ first, $y$ second).
Equation of a straight line Pythagoras
New to Bow Tie Maths? It generates questions on this topic, marks them instantly, and tracks what you've mastered. Free to sign up.
2018 Jun 1H GCSE Q6 (2 marks) 2017 Jun 1H GCSE Q1 (1 mark)