2.3.3 · D4Coordinate Geometry

Exercises — Midpoint formula

2,518 words11 min readBack to topic

This page is your practice ladder for the midpoint formula. Climb from simple recognition to full synthesis. Try each problem before opening the solution — every solution is hidden in a collapsible callout so the page tests you honestly.

Reminders of what each symbol means, so nothing is assumed:

  • ::: the horizontal and vertical positions of the first point .
  • ::: the horizontal and vertical positions of the second point .
  • ::: the midpoint — the single point exactly halfway along the segment .

Level 1 — Recognition

Goal: read off coordinates and average them. No traps yet, just fluency.

Recall Solution L1.1

Average the x's, then the y's — that is the whole procedure. What/Why: we added the two horizontal positions and split them in half to land halfway across. Midpoint .

Recall Solution L1.2

Negatives change nothing about the method — only about the arithmetic. Keep signs attached. Midpoint .

Recall Solution L1.3

A zero is just another number to average — do not skip it. Midpoint .


Level 2 — Application

Goal: run the formula backwards, and use it inside small procedures.

Recall Solution L2.1

We know the average and one ingredient; we want the other ingredient. Undo the average by multiplying by . Why first? To cancel the "" that hides inside the average and free . . Check via the shortcut: , . ✔

Recall Solution L2.2

Why the midpoint? The centre of a circle is exactly halfway along any diameter — that is the definition of a midpoint. So we average and . Centre .

Recall Solution L2.3

Set up one equation per axis; each has exactly one unknown. .


Level 3 — Analysis

Goal: use midpoints to test geometric claims — parallelograms, medians, collinearity.

The figure below sets up L3.1: the purple outline is the quadrilateral , the two dashed lines (coral and mint) are its diagonals, and the single slate dot where they cross is the shared midpoint. Watch that both dashed lines pass through the same dot — that visual coincidence is exactly the "diagonals bisect each other" test you are about to compute.

Figure — Midpoint formula
Recall Solution L3.1

Why midpoints? Diagonals bisect each other exactly when they share the same midpoint (they cross at the middle of both) — that is the crossing dot in the figure above. So compute the midpoint of each diagonal and compare. The diagonals of are and . Same point ⇒ diagonals bisect each other. Yes — and this makes a parallelogram (see Properties of parallelograms).

Recall Solution L3.2

Key insight: in a parallelogram the diagonals bisect each other, so and share a midpoint. First find the midpoint of the known diagonal . This must also be the midpoint of . Use the reverse formula with : .

Recall Solution L3.3

Compute the midpoint of and and see if it equals . This equals . Yes, is the midpoint — so , , are collinear and evenly spaced.


Level 4 — Synthesis

Goal: combine midpoint with distance, section, or centroid ideas.

The next figure carries both L4.1 and L4.2: the purple triangle is , the coral segment is the median from down to (the mint dot, the midpoint of side ), and the slate dot on that coral segment is the centroid . Notice sits closer to than to — that is the split you will prove numerically below.

Figure — Midpoint formula
Recall Solution L4.1

Step 1 — why a midpoint? A median goes from a vertex to the midpoint of the opposite side (the mint dot in the figure). So first find , the midpoint of . Step 2 — why the distance formula now? We want the length of the coral segment, and the Distance formula measures the straight-line gap between two known points and . Median length .

Recall Solution L4.2

Why the section formula? divides in the ratio (not the middle), so a simple average won't do — we need the weighted version. With , and ratio (from toward ): Cross-check with the Centroid of a triangle shortcut (average all three vertices): .

Recall Solution L4.3

Step 1: find using the reverse formula from and . Step 2: now average with . .


Level 5 — Mastery

Goal: unknowns, conditions, and proof-style reasoning.

Recall Solution L5.1

Build one equation per axis. Start with the x-equation (it isolates cleanly): Check consistency with the y-equation — a good problem must agree: Substituting : . The two axes disagree, so no single satisfies both. Conclusion: no value of works — the stated midpoint is impossible. Lesson: always verify both coordinates; a parameter must satisfy the x-and y-condition simultaneously.

Recall Solution L5.2

Why diagonals share a midpoint ⇒ parallelogram? Because that is exactly the bisection condition proved in L3.1. First the four side-midpoints: Now the midpoints of diagonals and : Equal ⇒ diagonals bisect each other ⇒ is a parallelogram. (This is Varignon's theorem — it holds for every quadrilateral.)

Recall Solution L5.3

Translate the words: " on the x-axis" means ; " on the y-axis" means . Now enforce the midpoint condition: and .


Score yourself

Recall Answer key (all levels)

L1.1 · L1.2 · L1.3 L2.1 · L2.2 centre · L2.3 L3.1 yes, parallelogram, shared midpoint · L3.2 · L3.3 yes, is the midpoint L4.1 · L4.2 · L4.3 L5.1 no valid (axes disagree) · L5.2 parallelogram, shared midpoint · L5.3


Connections

  • Midpoint formula — the parent topic these exercises drill.
  • Section formula — used at L4 when the split is not .
  • Distance formula — combined with midpoint at L4.1 (median length).
  • Centroid of a triangle — the averaging idea extended to three points (L4.2).
  • Properties of parallelograms — the bisecting-diagonals test (L3, L5.2).
  • Coordinate Geometry basics — plotting and reading coordinates.