2.3.3 · D5Coordinate Geometry
Question bank — Midpoint formula
Recall the tool we are stress-testing: for and , Here are the two horizontal positions, the two vertical positions, and is the point that sits exactly halfway so that .

True or false — justify
The midpoint of a segment depends on which endpoint you call and which you call .
False — addition is commutative, so ; swapping the labels gives the identical average and the same point.
gives the x-coordinate of the midpoint.
False — that is half the horizontal length, a distance, not a position; you still must add the starting value to it.
The midpoint always lies strictly between the two endpoints, never on top of one.
False — if (the two points coincide) the "segment" has length zero and the midpoint equals both endpoints; only for distinct points is it strictly between.
A point that is equidistant from and must be the midpoint of .
False — every point on the perpendicular bisector of is equidistant from and (see the figure below); only the one lying on the segment is the midpoint.
If two segments have the same midpoint, they must have the same length.
False — same midpoint only means they share a common centre point; a short and a long segment can both be centred on the same spot.
Doubling both coordinates of every point in a figure doubles the coordinates of each midpoint too.
True — the midpoint is a linear average, so scaling all inputs by 2 scales the average by 2 ().
The midpoint of a segment always has integer coordinates when the endpoints do.
False — and give ; averaging two integers can land on a half.
The midpoint formula is just the Section formula with the ratio .
True — here and are the two parts of the ratio in which a point splits ; plugging into collapses it to the plain average of the two coordinates.
The midpoint of a diagonal of a square is the same as the midpoint of the other diagonal.
True — a square is a parallelogram, and in any parallelogram the diagonals bisect each other, so both diagonals share one midpoint (the centre).

Spot the error
Someone writes the midpoint of as . What broke?
Axes were mixed: an x-coordinate must only be averaged with an x-coordinate. Never let pair with — they live on different, independent directions.
To find missing endpoint from midpoint and endpoint , a student halves 's coordinates. Why wrong?
Halving finds nothing — you must reverse the average by doubling and subtracting: , since is the average of and , not of and the origin.
"The midpoint of and is undefined because there's no segment." Correct the reasoning.
It is perfectly defined: the average of a value with itself is that value, so the midpoint is — see the zero-length "segment" in the figure below, where both endpoints and the midpoint stack on one dot.
A student proves a quadrilateral is a parallelogram by showing one pair of opposite sides has equal midpoints. Flaw?
Midpoints of sides are the wrong test — the parallelogram check is that the two diagonals share one midpoint. Opposite sides don't share a midpoint even in a parallelogram.
"Midpoint uses subtraction because it's about the gap between the points." Fix the confusion.
The Distance formula uses subtraction (a gap/length); the midpoint uses addition (a location). Different questions: "how far apart?" vs "where's the centre?".
Someone computes but forgets the once, writing . What does that point actually represent geometrically?
It represents the far corner of the parallelogram built on and from the origin — twice as far out as the midpoint, not the centre at all (see the sketch below).

Why questions
Why do we average rather than take the larger minus the smaller?
Averaging returns a position halfway along; the difference returns only a length. The question "where is the middle point?" is a location question, so it needs a location answer.
Why can we treat the x-average and y-average completely separately?
Horizontal and vertical motion are independent axes; halving the horizontal trip and halving the vertical trip are unrelated tasks that together locate the halfway point.
Why is the midpoint formula symmetric (order of doesn't matter) but the Distance formula also symmetric — is that a coincidence?
Both use commutative operations ( for midpoint, squared differences for distance), so swapping endpoints changes nothing in either — it reflects that "the middle" and "how far apart" don't care which end you start from.
Why does equal midpoints of diagonals force a parallelogram?
If diagonals cross at their common midpoint, each diagonal is bisected, which is exactly the defining bisection property of a parallelogram's diagonals.
Why is the Centroid of a triangle an extension of the midpoint idea rather than a different concept?
Both are coordinate averages — midpoint averages two points, centroid averages three; the "add and divide by how many" pattern is the same balancing idea.

Edge cases
What is the midpoint of a vertical segment — does the formula still apply?
Yes: stays (average of equal values), , giving . A vertical (undefined-slope) segment is no obstacle because we average coordinates, never use slope.
What is the midpoint of a horizontal segment ?
— the 's being equal simply average to themselves, so the midpoint keeps the shared height.
What happens to the midpoint if one endpoint is the origin ?
It becomes simply half of the other endpoint: , since averaging with zero just halves the surviving value.
If and are symmetric about the origin, e.g. and , where is the midpoint?
Exactly at the origin , because each coordinate pair cancels: . The midpoint sits where the two mirror-images balance.
Two points share the same coordinates in one axis, say — is the midpoint on the same line as the points?
Yes: they lie on the vertical line , and the midpoint keeps , so it stays on that same line — as any midpoint must, being a point of the segment.
Connections
- Midpoint formula (index 2.3.3) — the parent this bank stress-tests.
- Section formula — midpoint is its case; are the parts of the split ratio.
- Distance formula — the "subtraction" cousin these traps keep contrasting.
- Coordinate Geometry basics — axes and independent x/y directions.
- Properties of parallelograms — the equal-midpoint diagonal test.
- Centroid of a triangle — averaging generalised to three points.