This is the drill floor for the Midpoint formula . Here we hunt down every kind of situation the exam (or life) can throw at you, so that when you meet a new problem you already recognise its species.
Intuition Read this first
The formula never changes. What changes is the input shape : negative numbers, zeros, points on top of each other, a missing endpoint, a word problem. Each of these is a cell in a table below. We fill every cell with a worked example so no scenario surprises you.
Before we write a single formula, let us agree on what every symbol means. Nothing below is assumed.
Definition The symbols we use
A point is a spot on the grid. We name it with a letter and give it two numbers: A ( x 1 , y 1 ) means point A sits x 1 steps sideways (its x-coordinate ) and y 1 steps up/down (its y-coordinate ) from the origin (where the two axes cross).
The small numbers 1 and 2 are just labels , not maths. x 1 = "the x of the first point", x 2 = "the x of the second point". Same for y 1 , y 2 .
The second point is B ( x 2 , y 2 ) .
M is the midpoint — the spot exactly halfway along the straight segment from A to B .
"Average of two numbers" = 2 sum . That is the only operation the formula uses.
Now that x 1 , y 1 , x 2 , y 2 , A , B and M all have meaning, the parent note's formula reads cleanly:
Do not take the formula on faith — let us see why averaging lands you exactly in the middle.
Intuition The walk-and-split idea
Stand at A . To reach B you walk a horizontal amount x 2 − x 1 (the horizontal gap ) and a vertical amount y 2 − y 1 (the vertical gap ). "Halfway" means you have walked half of each gap . So start at x 1 and add half the horizontal gap; start at y 1 and add half the vertical gap.
Deriving the x-coordinate, step by step:
Step A — the horizontal gap is x 2 − x 1 .
Why? The sideways distance between the two points is just the difference of their x-values.
Step B — half of that gap is 2 x 2 − x 1 .
Why? "Middle" literally means you have travelled half the sideways distance.
Step C — start at x 1 and add that half:
x M = x 1 + 2 x 2 − x 1 .
Why start at x 1 ? A midpoint is a position , and we measure position starting from point A .
Step D — simplify over a common denominator of 2 :
x M = 2 2 x 1 + x 2 − x 1 = 2 x 1 + x 2 .
Why? 2 x 1 − x 1 = x 1 , leaving the clean average.
The vertical coordinate follows by the identical argument, so y M = 2 y 1 + y 2 . That is the whole formula — two averages, each proven, not memorised.
Figure 1 makes this visible: the black segment from A to B , the horizontal gap and vertical gap drawn as black brackets, and the red midpoint sitting after exactly half of each gap.
Alt text: segment AB with horizontal gap and vertical gap bracketed; red midpoint after half of each gap.
Distance formula we use to check answers
The straight-line distance between two points with horizontal gap Δ x = x 2 − x 1 and vertical gap Δ y = y 2 − y 1 is
d = ( Δ x ) 2 + ( Δ y ) 2 .
A point M is the true midpoint only if A M = M B , i.e. the distance from A to M equals the distance from M to B . Every "Verify" step below uses this to prove the middle really is the middle — not just for axis-aligned segments but for slanted ones too.
Every midpoint problem you will ever see belongs to one of these classes:
Cell
Case class
What makes it tricky
Example
C1
Both points in Quadrant I (all positive)
Warm-up, no sign traps
Ex 1
C2
Both points in the same non-I quadrant (e.g. both negative, Quadrant III)
Two negatives averaged
Ex 2
C3
Points across different quadrants (mixed signs)
Negative + positive averaging
Ex 3
C4
Horizontal or vertical segment (y 1 = y 2 or x 1 = x 2 ), both coords nonzero
One coordinate stays fixed
Ex 4
C5
One point on an axis (a single zero coordinate)
One point has a 0 , the other does not
Ex 5
C6
Symmetric about the origin (double zero midpoint)
Equal-and-opposite coordinates cancel
Ex 6
C7
Degenerate: the two points are identical
"Segment" has length 0
Ex 7
C8
Reverse solve: find a missing endpoint
Must double , not halve
Ex 8
C9
Fractions / odd sums giving a non-integer midpoint
Answer isn't a whole number
Ex 9
C10
Geometry proof (parallelogram via diagonals)
Two midpoints must match
Ex 10
C11
Real-world word problem
Translate words → coordinates
Ex 11
C12
Exam twist: midpoint + a parameter to solve for
Two unknowns, use both averages
Ex 12
Everything below is tagged with the cell it fills. Together they cover the whole table.
Worked example Example 1 (Cell C1)
Find the midpoint of A ( 2 , 4 ) and B ( 8 , 10 ) .
Forecast: Both x and y grow; halfway between 2 and 8 feels like 5 , halfway between 4 and 10 feels like 7 . Guess ( 5 , 7 ) .
Step 1. Average the x's: x M = 2 2 + 8 = 2 10 = 5 .
Why this step? The horizontal middle is the mean of the two x-values.
Step 2. Average the y's: y M = 2 4 + 10 = 2 14 = 7 .
Why this step? Same reasoning in the vertical direction — x's never mix with y's.
Answer: M = ( 5 , 7 ) .
Verify (distance formula): A M = ( 5 − 2 ) 2 + ( 7 − 4 ) 2 = 9 + 9 = 18 ; M B = ( 8 − 5 ) 2 + ( 10 − 7 ) 2 = 9 + 9 = 18 . A M = M B , so M is genuinely halfway. ✔
Figure 2 below draws segment A B in black with M in red; the two red double-arrows show the equal halves you just proved. Look at how the red dot splits the black line into two visually identical pieces.
Alt text: segment from A(2,4) to B(8,10) with midpoint M(5,7) in red, equal-length arrows on each side.
The matrix must also cover two points sitting together in a quadrant other than the first — e.g. both in Quadrant III, where both coordinates are negative.
Worked example Example 2 (Cell C2)
Find the midpoint of A ( − 6 , − 2 ) and B ( − 2 , − 8 ) . (Both points are in Quadrant III.)
Forecast: Everything is negative, so the middle must also be negative — down and to the left. Halfway between − 6 and − 2 feels like − 4 ; between − 2 and − 8 feels like − 5 . Guess ( − 4 , − 5 ) .
Step 1. x M = 2 − 6 + ( − 2 ) = 2 − 8 = − 4 .
Why this step? Two negatives add to a bigger negative: − 6 + ( − 2 ) = − 8 . We still average, never subtract.
Step 2. y M = 2 − 2 + ( − 8 ) = 2 − 10 = − 5 .
Why this step? Same — − 2 + ( − 8 ) = − 10 , halved gives − 5 ; the middle stays in Quadrant III.
Answer: M = ( − 4 , − 5 ) .
Verify (distance formula): A M = ( − 4 − ( − 6 ) ) 2 + ( − 5 − ( − 2 ) ) 2 = 2 2 + ( − 3 ) 2 = 13 ; M B = ( − 2 − ( − 4 ) ) 2 + ( − 8 − ( − 5 ) ) 2 = 2 2 + ( − 3 ) 2 = 13 . Equal. ✔
Alt text: both points in the lower-left (Quadrant III) with the red midpoint also in Quadrant III.
Figure 3 shows both endpoints and the red midpoint all sitting in the lower-left region — proof that a "same-quadrant, all-negative" pair behaves exactly like Quadrant I, only mirrored.
Common mistake The two-negatives trap
Wrong instinct: "− 6 and − 2 , so I subtract to get − 4 … wait, that's right by luck." Do not rely on luck: always add first (− 6 + ( − 2 ) = − 8 ) then halve. Subtracting would give 2 − 6 − ( − 2 ) = − 2 , which is wrong.
Worked example Example 3 (Cell C3)
Find the midpoint of A ( − 6 , − 2 ) and B ( 4 , 8 ) .
Forecast: Going from − 6 to 4 crosses zero; the middle should land near 0 but slightly negative? Let's see. Guess ( − 1 , 3 ) .
Step 1. x M = 2 − 6 + 4 = 2 − 2 = − 1 .
Why this step? Adding a negative and a positive: − 6 + 4 = − 2 . The sum stays negative because − 6 is "heavier".
Step 2. y M = 2 − 2 + 8 = 2 6 = 3 .
Why this step? − 2 + 8 = 6 ; here the positive wins, so the middle is above the x-axis.
Answer: M = ( − 1 , 3 ) .
Verify (distance formula): A M = ( − 1 − ( − 6 ) ) 2 + ( 3 − ( − 2 ) ) 2 = 25 + 25 = 50 ; M B = ( 4 − ( − 1 ) ) 2 + ( 8 − 3 ) 2 = 25 + 25 = 50 . Equal. ✔
Alt text: slanted segment crossing both axes, red midpoint near the origin.
Figure 4 draws the axes; watch the black segment cross from the third quadrant up into the first, with the red midpoint sitting just left of the y-axis.
Common mistake The sign panic
Wrong instinct: "There's a minus, so I subtract." No — you still add , and the minus is just part of the number. − 6 + 4 , not − 6 − 4 .
A very common edge case: the two points share the same y (a flat, horizontal segment) or the same x (an upright, vertical segment). Because one coordinate never changes, its average is just that same value — nothing moves in that direction.
Worked example Example 4 (Cell C4)
Find the midpoint of A ( 2 , 4 ) and B ( 8 , 4 ) . (Both y-coordinates are 4 — a horizontal segment, both coordinates nonzero.)
Forecast: The height never changes, so the midpoint's y stays 4 . Halfway between x = 2 and x = 8 feels like 5 . Guess ( 5 , 4 ) .
Step 1. x M = 2 2 + 8 = 2 10 = 5 .
Why this step? Only the horizontal position changes, so this is the one real average to do.
Step 2. y M = 2 4 + 4 = 2 8 = 4 .
Why this step? Averaging 4 with 4 returns 4 — the segment is perfectly flat, so its middle has the same height. (For a vertical segment the roles swap: the x would stay fixed instead.)
Answer: M = ( 5 , 4 ) .
Verify (distance formula): A M = ( 5 − 2 ) 2 + ( 4 − 4 ) 2 = 9 + 0 = 3 ; M B = ( 8 − 5 ) 2 + ( 4 − 4 ) 2 = 9 = 3 . Equal, and the vertical gap is genuinely 0 throughout. ✔
Figure 5 draws this flat black segment with the red midpoint sitting exactly halfway along it; notice the height line stays perfectly level.
Alt text: horizontal segment from (2,4) to (8,4) with red midpoint (5,4) at the same height.
The common exam subcase: one point sits on an axis (has a zero coordinate) while the other point is fully off the axes. Nothing special — the 0 is just a number to average.
Worked example Example 5 (Cell C5)
Find the midpoint of A ( 0 , 5 ) and B ( 3 , 2 ) . (Point A is on the y-axis; point B is not.)
Forecast: Halfway between x-values 0 and 3 is 1.5 ; halfway between 5 and 2 is 3.5 . Guess ( 1.5 , 3.5 ) .
Step 1. x M = 2 0 + 3 = 2 3 = 1.5 .
Why this step? The 0 from point A contributes nothing to the sum, but it still counts as one of the two numbers being averaged.
Step 2. y M = 2 5 + 2 = 2 7 = 3.5 .
Why this step? Average the y's as usual — neither is zero here.
Answer: M = ( 1.5 , 3.5 ) .
Verify (distance formula): A M = ( 1.5 − 0 ) 2 + ( 3.5 − 5 ) 2 = 2.25 + 2.25 = 4.5 ; M B = ( 3 − 1.5 ) 2 + ( 2 − 3.5 ) 2 = 2.25 + 2.25 = 4.5 . Equal, and note the midpoint is off the axis even though one endpoint was on it. ✔
Figure 6 shows point A pinned on the y-axis, point B off it, and the red midpoint floating between them — off both axes.
Alt text: point A on the y-axis, point B off it, red midpoint between them off both axes.
Worked example Example 6 (Cell C6)
Find the midpoint of A ( 0 , 6 ) and B ( 0 , − 6 ) .
Forecast: Both points sit on the y-axis (their x is 0 ), so the midpoint must also be on the y-axis. Halfway between 6 up and 6 down is dead centre — the origin. Guess ( 0 , 0 ) .
Step 1. x M = 2 0 + 0 = 0 .
Why this step? 0 averaged with 0 is 0 ; the middle stays on the axis.
Step 2. y M = 2 6 + ( − 6 ) = 2 0 = 0 .
Why this step? Equal-and-opposite heights cancel — this is why symmetric points about the origin have their midpoint at the origin.
Answer: M = ( 0 , 0 ) .
Verify (distance formula): A M = 0 2 + ( 0 − 6 ) 2 = 6 ; M B = 0 2 + ( 0 − ( − 6 ) ) 2 = 6 . Equal — both endpoints are 6 units from the origin. ✔
Figure 7 shows the two points equal-and-opposite on the y-axis, with the red midpoint pinned exactly at the origin.
Alt text: points (0,6) and (0,-6) on the y-axis with red midpoint at the origin (0,0).
What if A and B are the same point? The "segment" shrinks to a dot. The formula still works — and tells you the truth.
Worked example Example 7 (Cell C7)
Find the midpoint of A ( 3 , 5 ) and B ( 3 , 5 ) .
Forecast: There's no segment — both ends are the same place. The midpoint of a dot is the dot. Guess ( 3 , 5 ) .
Step 1. x M = 2 3 + 3 = 2 6 = 3 .
Why this step? Averaging a number with itself returns the number.
Step 2. y M = 2 5 + 5 = 2 10 = 5 .
Why this step? Same self-average.
Answer: M = ( 3 , 5 ) — the point itself.
Verify (distance formula): A M = 0 2 + 0 2 = 0 and M B = 0 2 + 0 2 = 0 . 0 = 0 : the equal-distance condition holds trivially. This is the limiting case where the two ends collapse together. ✔
Intuition Why show the degenerate case?
Because a good formula should not break at the edges. When the two points merge, the average smoothly returns that shared point — no division-by-zero, no error. The midpoint formula is safe everywhere.
Now the midpoint is given and one endpoint is hidden . You must run the machine backwards.
Worked example Example 8 (Cell C8)
M ( 2 , − 1 ) is the midpoint of A ( − 3 , 4 ) and B ( x , y ) . Find B .
Forecast: M is to the right of A (from x = − 3 to x = 2 ) and below it. So B must be even further right and further down. Rough guess: positive x , negative y .
Step 1. Set up the x-average: 2 − 3 + x = 2 .
Why this step? The x of the midpoint is the average of the two endpoints' x's — that's the definition, written as an equation.
Step 2. Multiply both sides by 2 : − 3 + x = 4 , so x = 7 .
Why multiply first? To undo the "÷ 2 " trapping x . We double, we do not halve — that's the classic trap.
Step 3. Set up the y-average: 2 4 + y = − 1 ⇒ 4 + y = − 2 ⇒ y = − 6 .
Why this step? Same reverse process for the vertical coordinate.
Answer: B = ( 7 , − 6 ) .
Verify: Midpoint of ( − 3 , 4 ) and ( 7 , − 6 ) : x M = 2 − 3 + 7 = 2 , y M = 2 4 − 6 = − 1 . Gives back M ( 2 , − 1 ) . ✔
Shortcut check: B = ( 2 x M − x 1 , 2 y M − y 1 ) = ( 2 ( 2 ) − ( − 3 ) , 2 ( − 1 ) − 4 ) = ( 7 , − 6 ) . Same answer. ✔
The midpoint is not required to have whole-number coordinates. Don't round — keep the fraction.
Worked example Example 9 (Cell C9)
Find the midpoint of A ( 1 , 2 ) and B ( 4 , 9 ) .
Forecast: 1 + 4 = 5 is odd, so the x-midpoint will be a .5 . Same worry for y. Guess ( 2.5 , 5.5 ) .
Step 1. x M = 2 1 + 4 = 2 5 = 2.5 .
Why this step? An odd sum divided by 2 gives a half. That's a perfectly valid position between grid lines.
Step 2. y M = 2 2 + 9 = 2 11 = 5.5 .
Why this step? Same — 11 is odd, midpoint sits between 5 and 6 .
Answer: M = ( 2.5 , 5.5 ) .
Verify (distance formula): A M = ( 2.5 − 1 ) 2 + ( 5.5 − 2 ) 2 = 2.25 + 12.25 = 14.5 ; M B = ( 4 − 2.5 ) 2 + ( 9 − 5.5 ) 2 = 2.25 + 12.25 = 14.5 . Equal. Never round midpoints. ✔
Worked example Example 10 (Cell C10)
A quadrilateral has vertices P ( − 1 , 0 ) , Q ( 3 , 1 ) , R ( 4 , 5 ) , S ( 0 , 4 ) . Do its diagonals P R and QS bisect each other?
Forecast: If the two diagonals' midpoints are the same point , they cross at each other's centre → parallelogram. Let's test.
Step 1. Midpoint of diagonal P R : ( 2 − 1 + 4 , 2 0 + 5 ) = ( 2 3 , 2 5 ) = ( 1.5 , 2.5 ) .
Why this step? A diagonal is just a segment; its midpoint is where it would be cut in half.
Step 2. Midpoint of diagonal QS : ( 2 3 + 0 , 2 1 + 4 ) = ( 2 3 , 2 5 ) = ( 1.5 , 2.5 ) .
Why this step? Compute the other diagonal's centre to compare.
Step 3. Compare: both midpoints are ( 1.5 , 2.5 ) — identical.
Why this matters? Diagonals sharing a midpoint means each cuts the other in half. That is exactly the parallelogram property.
Answer: Yes — the diagonals bisect each other, so P QR S is a parallelogram . This is the coordinate-geometry way to prove a shape is a parallelogram: show the diagonals share a midpoint.
Verify: Both computed midpoints equal ( 1.5 , 2.5 ) . Match confirmed. ✔
Figure 8 draws the quadrilateral in black with both diagonals dashed; the single red dot is where they cross — the shared midpoint you just computed. Notice there is only one red dot: that is the whole point.
Alt text: quadrilateral PQRS with both diagonals dashed meeting at one red midpoint (1.5, 2.5).
Worked example Example 11 (Cell C11)
Two friends are hiking. Aisha is at map-grid point ( 2 , 3 ) and Ben is at ( 10 , 7 ) (grid units = km east and km north of the car park). They agree to meet at the exact midpoint of their positions and pitch a tent. Where is the tent, and how does Aisha check she's halfway?
Forecast: The tent is east of Aisha (higher x) and north of her (higher y), roughly between 2 and 10 , and 3 and 7 . Guess ( 6 , 5 ) .
Step 1. East coordinate: x M = 2 2 + 10 = 6 km east.
Why this step? Their east–west positions average to the meeting east coordinate.
Step 2. North coordinate: y M = 2 3 + 7 = 5 km north.
Why this step? Average of the north–south positions.
Answer: Tent at ( 6 , 5 ) — i.e. 6 km east, 5 km north of the car park.
Verify (distance formula, with units): Aisha's walk = ( 6 − 2 ) 2 + ( 5 − 3 ) 2 = 16 + 4 = 20 km. Ben's walk = ( 10 − 6 ) 2 + ( 7 − 5 ) 2 = 16 + 4 = 20 km. Both walk the identical distance → truly halfway. ✔
Worked example Example 12 (Cell C12)
The point M ( 4 , k ) is the midpoint of A ( 1 , 3 ) and B ( 7 , 11 ) . Find k , and confirm the given x -coordinate is consistent.
Forecast: The midpoint's y is the average of 3 and 11 , so k is probably 7 . And the given x = 4 had better match 2 1 + 7 . Guess k = 7 .
Step 1. Check the x-coordinate: 2 1 + 7 = 2 8 = 4 . It matches the given x = 4 .
Why this step? The problem told us M has x = 4 ; a good solver confirms the data isn't contradictory before trusting it.
Step 2. Solve for k using the y-average: k = 2 3 + 11 = 2 14 = 7 .
Why this step? k is literally defined as the midpoint's y-coordinate, which is the mean of the endpoints' y's.
Answer: k = 7 ; and x = 4 is consistent, so M = ( 4 , 7 ) .
Verify: Midpoint of ( 1 , 3 ) and ( 7 , 11 ) is ( 2 1 + 7 , 2 3 + 11 ) = ( 4 , 7 ) . Both coordinates confirmed. ✔
Recall Did we cover every cell?
C1 Quadrant I (Ex1), C2 same non-I quadrant / both negative (Ex2), C3 mixed signs (Ex3), C4 horizontal/vertical segment (Ex4), C5 one zero coordinate (Ex5), C6 double-zero symmetric (Ex6), C7 degenerate (Ex7), C8 reverse-solve (Ex8), C9 non-integer (Ex9), C10 geometry proof (Ex10), C11 word problem (Ex11), C12 parameter twist (Ex12). Every row of the matrix is filled. ✅
Match each to its cell, then solve.
Midpoint of ( − 2 , − 2 ) and ( − 8 , − 4 ) ? ::: ( − 5 , − 3 ) — cell C2 (both negative, same quadrant).
M ( 0 , 0 ) , one endpoint ( − 5 , 9 ) — find the other. ::: ( 5 , − 9 ) — cell C8 (reverse-solve, double the midpoint minus the known point).
Midpoint of ( 0 , 8 ) and ( 6 , 0 ) ? ::: ( 3 , 4 ) — cell C5 (one zero coordinate on each point).
Midpoint of ( 3 , 4 ) and ( 4 , 5 ) ? ::: ( 3.5 , 4.5 ) — cell C9 (non-integer).
Midpoint of ( − 3 , 6 ) and ( 9 , 6 ) ? ::: ( 3 , 6 ) — cell C4 (horizontal segment, y stays fixed).
If A = B = ( 0 , 7 ) , what is the midpoint? ::: ( 0 , 7 ) — cell C7 (degenerate).
Mnemonic The whole page in one line
"Same formula, every cell: add, halve, sanity-check — signs, zeros and doubles never break the spell."
Midpoint formula — the parent formula these examples drill.
Section formula — the general ratio version; midpoint is the 1 : 1 case.
Distance formula — used in every "Verify" step to confirm equal distances A M = M B .
Properties of parallelograms — the logic behind Example 10.
Centroid of a triangle — averaging idea extended to three points.
Coordinate Geometry basics — plotting the points in each figure.
Midpoint formula same for all cases
C2 both negative same quadrant
C4 horizontal or vertical segment