Worked examples — Cartesian plane — axes, quadrants, ordered pairs
This page is a workout. The parent note taught you the ideas; here we hit every kind of problem the Cartesian plane can throw at you — one worked example per scenario, no gaps.
Before we start, three plain-word reminders so every symbol is earned:
The scenario matrix
Here is every case class this topic can hand you. Each of the worked examples below is tagged with the cell it covers, and together they fill the whole table.
| # | Case class | What makes it tricky | Example |
|---|---|---|---|
| C1 | Point in a "clean" quadrant | reading two non-zero signs | Ex 1 |
| C2 | All four quadrants at once | sign flips | Ex 2 |
| C3 | Degenerate: point on an axis | one coordinate is → no quadrant | Ex 3 |
| C4 | Degenerate: the origin & zero-distance | both coordinates ; distance | Ex 3, Ex 4 |
| C5 | Distance with negative coordinates | signs inside | Ex 4 |
| C6 | Horizontal / vertical special distance | one is | Ex 5 |
| C7 | Real-world word problem | translating words → signs | Ex 6 |
| C8 | Exam twist: reflections / unknowns | working backwards from a rule | Ex 7 |
| C9 | Limiting / boundary behaviour | quadrant as a point slides across an axis | Ex 8 |
Ex 1 — A clean quadrant (cell C1)
Forecast: Guess now — is up-left, up-right, down-left, or down-right?

- Start at the origin . Why this step? Every address is measured from the centre — that's the meaning of a coordinate.
- Move to : four units LEFT. Why this step? A negative first coordinate means the opposite of the positive (rightward) direction.
- From move to : three units UP. Why this step? A positive second coordinate means the upward direction.
- Read the region. Left of the -axis and above the -axis signs Quadrant II.
Recall Verify
Sign test ::: and is the definition of Quadrant II. Look at the red dot in the figure — it sits in the top-left block. ✓
Ex 2 — All four quadrants at once (cell C2)
Forecast: Predict the quadrant of each before reading — one lands in each of I, II, III, IV.

- Read only the two signs of each point. Why this step? The quadrant depends on nothing but the signs; the sizes don't matter.
- Apply the sign map . Why this step? Starting from I (both positive) and turning counterclockwise, exactly one sign flips at each step.
| Point | signs | Quadrant |
|---|---|---|
| I | ||
| II | ||
| III | ||
| IV |
Recall Verify
Counterclockwise walk ::: I → II → III → IV matches the arrows in the figure, one point sitting in each block. ✓
Ex 3 — On an axis & at the origin (cells C3, C4)
Forecast: Trap alert — how many of these three are actually inside a quadrant?

- Check for a zero coordinate. Why this step? A quadrant requires both coordinates non-zero; a single means the point sits on a boundary line, not in a region.
- : on the -axis, below the origin negative -axis, no quadrant.
- : on the -axis, right of the origin positive -axis, no quadrant.
- : both zero this is the origin, the crossing point of the two axes no quadrant.
Recall Verify
Count ::: zero of the three lie in a quadrant; all three are boundary points. See the green markers hugging the axes in the figure. ✓
Ex 4 — Distance with negative coordinates + zero case (cells C5, C4)
Forecast: Will the negative signs make the distance negative? (Distance is a length — can a length be negative?)
- Write and . Why this step? The distance formula only ever uses the changes in each coordinate.
- Square each change. Why this step? Squaring kills the sign — that's exactly why distance can't come out negative. It also sets up Pythagoras.
- Add and take the square root. Why this step? is the hypotenuse of the right triangle whose legs are the two changes.
- Zero case to : . Why this step? A point is distance from itself — the degenerate check that the formula must pass.
Recall Verify
Units & sign ::: length (positive, as any length must be); the famous –– triple. Zero case gives . ✓
Ex 5 — Horizontal & vertical special distances (cell C6)
Forecast: and share a ; and share an . Guess: which side is horizontal, which is vertical?

- : same (), so . Why this step? When one change is zero the segment is purely horizontal and the formula collapses to just .
- : same (), so . Why this step? Now the segment is purely vertical, length .
- (the slanted side):
- Pythagoras check: Why this step? A right angle sits at exactly when the two legs' squares add to the longest side's square.
- Area: legs are perpendicular, so
Recall Verify
Right angle & area ::: confirms ; area sq units. The red (horizontal) and mint (vertical) legs in the figure meet at . ✓
Ex 6 — Real-world word problem (cell C7)
Forecast: East then south — which quadrant does that land in?
- Turn compass words into signs. Why this step? East = right = ; south = down = . Words must become signs before any maths.
- Name the quadrant. Why this step? is right-and-down Quadrant IV.
- Straight-line distance to the origin. Why this step? The two legs (east, south) meet at a right angle at the turning point, so the direct route is the hypotenuse.
Recall Verify
Sanity ::: the direct hop ( m) is shorter than flying the two legs ( m) — a straight line always beats a detour. Units in metres. ✓
Ex 7 — Exam twist: reflection & an unknown (cell C8)
Forecast: Reflecting across the -axis flips one coordinate — which one?

- Recall what an -axis reflection does. Why this step? Flipping over the horizontal axis keeps left/right the same but sends up down. So stays, negates: .
- Match coordinates. Why this step? reflects to . Comparing with forces .
- Quadrants. is Quadrant I; is Quadrant IV. Why this step? A reflection across the -axis always swaps a point between the quadrants stacked above and below (IIV, IIIII).
Recall Verify
Reflection rule ::: unchanged (), negated (). The dashed mirror line in the figure is the -axis, with and equal heights apart. ✓
Ex 8 — Limiting behaviour: sliding across an axis (cell C9)
Forecast: With stuck at (always left), what happens exactly when passes through ?

- and : Quadrant II. Why this step? Left and above .
- : the point is on the -axis, no quadrant. Why this step? At the instant of crossing, one coordinate is ; a quadrant needs both non-zero — so there is a momentary "gap" between regions.
- : Quadrant III. Why this step? Left and below .
- The limiting insight. Why this step? As decreases through , the point does not jump from II straight into III — it must touch the boundary axis first. Quadrants are open regions; their edges belong to neither side.
Recall Verify
Boundary crossing ::: II () → axis (, no quadrant) → III (). The colour of the dot in the figure changes lavender → slate (on-axis) → coral to show the handover. ✓
Quick self-test
Guess before revealing.
lies in which quadrant?
Distance from to ?
Is in Quadrant II?
Reflecting across the -axis gives?
See also: Distance formula, Midpoint formula, Area of triangle, Polar coordinates.