Coordinates in Four Quadrants
Every point on a grid has an address written as (x, y) — go along the corridor first, then up or down the stairs.
A coordinate grid has a horizontal x-axis and a vertical y-axis that cross at the origin .
When we extend the axes into negative numbers, the grid splits into four quadrants:
- Quadrant 1 (top right):
- Quadrant 2 (top left):
- Quadrant 3 (bottom left):
- Quadrant 4 (bottom right):
A coordinate is always written as : the x-coordinate first (how far left or right), then the y-coordinate (how far up or down).
Plot your own points by entering x and y values. Try placing a point in each quadrant.
Watch it work
Question: Write down the coordinates of a point that is 3 units to the left of the origin and 2 units above it.
Step 1: "3 units to the left" means .
Step 2: "2 units above" means .
Answer: — this is in quadrant 2.
Have a go
Q1. Which quadrant contains the point ?
is positive, is negative.
Quadrant 4
Q2. What are the coordinates of the origin?
The origin is where both axes meet — both values are zero.
Q3. Plot the points , , , . What shape do they form?
AB is vertical (length 5). BC is horizontal (length 5). CD is vertical (length 5). DA is horizontal (length 5).
A square with side length 5.
Q4. A point is at . It is reflected in the y-axis. What are the new coordinates?
Reflection in the y-axis changes the sign of the x-coordinate only.