C3.1 Coordinates

Syllabus
0580–2028–2029
Topic
C3.1
Level
Core

Read and plot Cartesian coordinates

A Cartesian coordinate (x,y)(x,y) locates a point using two directed movements from the origin (0,0)(0,0): move horizontally by xx, then vertically by yy.

Coordinate sign Movement
x>0x>0 right
x<0x<0 left
y>0y>0 up
y<0y<0 down

To read a plotted point, project it to the horizontal xx-axis first and record that value; then project it to the vertical yy-axis and record the second value. For a point three units right and two units down, write (3,2)(3,-2).

To plot (2,4)(-2,4), start at the origin, move 2 units left to x=2x=-2, then 4 units up to y=4y=4. Mark the point only where these two coordinate lines meet.

Point location Coordinate fact
on the xx-axis y=0y=0
on the yy-axis x=0x=0
at the origin x=0x=0 and y=0y=0

Read the scale on each axis independently before counting grid spaces: one square may represent more than one unit, and the two axes can use different scales.

Coordinate order never changes: (x,y)(x,y) means horizontal first, vertical second. For example, (2,4)(-2,4) and (4,2)(4,-2) are different points.