2.3.1 · D3Coordinate Geometry

Worked examples — Cartesian plane — axes, quadrants, ordered pairs

1,971 words9 min readBack to topic

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?

Figure — Cartesian plane — axes, quadrants, ordered pairs
  1. Start at the origin . Why this step? Every address is measured from the centre — that's the meaning of a coordinate.
  2. Move to : four units LEFT. Why this step? A negative first coordinate means the opposite of the positive (rightward) direction.
  3. From move to : three units UP. Why this step? A positive second coordinate means the upward direction.
  4. 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.

Figure — Cartesian plane — axes, quadrants, ordered pairs
  1. Read only the two signs of each point. Why this step? The quadrant depends on nothing but the signs; the sizes don't matter.
  2. 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?

Figure — Cartesian plane — axes, quadrants, ordered pairs
  1. 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.
  2. : on the -axis, below the origin negative -axis, no quadrant.
  3. : on the -axis, right of the origin positive -axis, no quadrant.
  4. : 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?)

  1. Write and . Why this step? The distance formula only ever uses the changes in each coordinate.
  2. 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.
  3. Add and take the square root. Why this step? is the hypotenuse of the right triangle whose legs are the two changes.
  4. 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?

Figure — Cartesian plane — axes, quadrants, ordered pairs
  1. : same (), so . Why this step? When one change is zero the segment is purely horizontal and the formula collapses to just .
  2. : same (), so . Why this step? Now the segment is purely vertical, length .
  3. (the slanted side):
  4. Pythagoras check: Why this step? A right angle sits at exactly when the two legs' squares add to the longest side's square.
  5. 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?

  1. Turn compass words into signs. Why this step? East = right = ; south = down = . Words must become signs before any maths.
  2. Name the quadrant. Why this step? is right-and-down Quadrant IV.
  3. 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?

Figure — Cartesian plane — axes, quadrants, ordered pairs
  1. 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: .
  2. Match coordinates. Why this step? reflects to . Comparing with forces .
  3. 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 ?

Figure — Cartesian plane — axes, quadrants, ordered pairs
  1. and : Quadrant II. Why this step? Left and above .
  2. : 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.
  3. : Quadrant III. Why this step? Left and below .
  4. 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?
Quadrant III (both negative).
Distance from to ?
.
Is in Quadrant II?
No — it is on the positive -axis (no quadrant).
Reflecting across the -axis gives?
, moving it from Quadrant IV to Quadrant I.

See also: Distance formula, Midpoint formula, Area of triangle, Polar coordinates.