2.3.3 · D2Coordinate Geometry

Visual walkthrough — Midpoint formula

1,785 words8 min readBack to topic

We assume only that you know how to plot a dot: go right by its first number, up by its second. Everything else we earn.


Step 1 — Two dots on a grid

Read the little subscript as "belongs to point " and subscript as "belongs to point ". So is A's rightness and is B's upness. Nothing more.

Figure — Midpoint formula
  • WHAT: we planted two dots and labelled every number.
  • WHY: you can't find a middle until you have two ends to be in the middle of.
  • PICTURE: is the blue dot, is the yellow dot. The dashed guide-lines show where each number comes from.

Step 2 — Draw the segment and ask "where is halfway?"

We haven't computed anything yet — we've only named the thing we want. Call its coordinates . The subscript means "belongs to the midpoint".

Figure — Midpoint formula
  • WHAT: we joined to and marked the target point (green) exactly in the middle.
  • WHY: naming the goal lets us hunt for each number separately.
  • PICTURE: the green dot splits the segment into two equal red ticks — and are the same length.

Step 3 — Split the problem: handle right-and-left on its own

Let's do horizontal first. Forget height entirely — flatten everything onto the number line of -values.

Figure — Midpoint formula
  • WHAT: we projected and straight down onto the -axis, giving marks at and .
  • WHY: a midpoint on a line is far simpler than a midpoint in the plane. Reduce, then repeat.
  • PICTURE: the blue and yellow drop-lines land at and ; the green drop-line will land at the answer once we find it.

Step 4 — Walk the horizontal gap, take half

Figure — Midpoint formula
  • WHAT: we measured the gap , cut it in half, and added it onto .
  • WHY subtraction then addition? The subtraction measures how far to go; the addition places you at a spot. A gap is a length; a midpoint is a location — you need both jobs.
  • PICTURE: the full red arrow is the gap ; the shorter green arrow is exactly half of it, landing you on .

Step 5 — Tidy the algebra into "average"

Figure — Midpoint formula
  • WHAT: algebra turned "start + half-gap" into "sum ÷ 2".
  • WHY it's satisfying: the messy walk collapses into the friendliest operation in maths — averaging. That's why people just say "average the coordinates".
  • PICTURE: the balance-beam view — is the exact fulcrum where and balance.

Step 6 — Repeat the identical story vertically

Figure — Midpoint formula
  • WHAT: we ran Step 3–5 again in the vertical direction.
  • WHY we're allowed: horizontal and vertical never interfere — the grid is at right angles. So the two halves of the problem are independent.
  • PICTURE: same balance beam, now stood upright between and .

Stitch the two answers together:


Step 7 — Edge case: negative numbers don't break it

Figure — Midpoint formula
  • WHAT: we ran the formula with a negative coordinate.
  • WHY it still works: the "gap" is a genuine positive length even though one endpoint sits left of zero. The subtraction bookkeeps the sign for you.
  • PICTURE: the segment crosses the -axis; the green midpoint sits at , still dead-centre. No special rule needed.

Step 8 — Degenerate cases: vertical, and a single point

Figure — Midpoint formula
  • WHAT: we tested the two ways a segment can "collapse".
  • WHY these matter: a formula you trust must survive its own extremes. Zero horizontal gap, zero total gap — both give sensible answers, never a division-by-zero (we always divide by , never by a gap).
  • PICTURE: left panel, a vertical stick with its green midpoint; right panel, the two dots stacked exactly, midpoint on top of them.

The one-picture summary

Figure — Midpoint formula

The whole derivation in a single frame: the red gap arrows in each direction, halved (green), added onto the starting corner, landing on — which turns out to be the average corner .

Recall Feynman retelling — say it to a 12-year-old

You and a friend stand somewhere on a big grid floor. To meet exactly in the middle, split the job in two. First sort out left-and-right: see how many steps apart you are sideways, walk half of that from your spot — that's the meeting spot's rightness. Then do the very same thing for forward-and-back to get its upness. It always comes out to "add both our numbers and cut in half". Negative numbers, standing in a line, even standing on the exact same tile — the recipe never changes, because cutting a gap in half and adding it to where you started is the same as averaging.


Active Recall


Connections

  • Midpoint formula — this is its visual derivation.
  • Section formula — same walk with a ratio other than half-and-half.
  • Distance formula — uses the gap (subtraction) we built in Step 4, without the "add back".
  • Coordinate Geometry basics — plotting the dots of Step 1.
  • Properties of parallelograms — where equal midpoints prove a shape.
  • Centroid of a triangle — the same averaging idea, but over three points.