๐Ÿ“Š Full Lesson ยท Coordinate Geometry
M = ((xโ‚+xโ‚‚)/2, (yโ‚+yโ‚‚)/2)
Midpoint Formula

Average the x-coordinates and average the y-coordinates โ€” that's the midpoint.

The Mnemonic
Just an Average, in Two Directions

The Midpoint Formula finds the exact center point between two coordinates (xโ‚,yโ‚) and (xโ‚‚,yโ‚‚): M = ((xโ‚+xโ‚‚)/2, (yโ‚+yโ‚‚)/2).

That's genuinely all it is โ€” average the two x-coordinates for the midpoint's x-value, and separately average the two y-coordinates for the midpoint's y-value. No squaring, no square roots, unlike the Distance Formula.

(xโ‚,yโ‚) (xโ‚‚,yโ‚‚) M
Midpoint M sits exactly halfway between the two endpoints, both horizontally and vertically
๐Ÿ’ก Memory Trick
"Average the x-coordinates and average the y-coordinates." Add the two x's and divide by 2; add the two y's and divide by 2. That's the entire formula โ€” it's just the everyday idea of an average, applied to each coordinate separately.
Why It Works
Why Averaging Finds the Exact Middle

Averaging two numbers always produces the value exactly halfway between them on a number line โ€” this is true whether those numbers are ages, temperatures, or coordinates. Since the midpoint needs to be exactly halfway between the two points in BOTH the horizontal and vertical directions simultaneously, averaging the x-coordinates handles the horizontal half, and averaging the y-coordinates handles the vertical half, independently.

This connects directly back to the Segment Addition Postulate: a midpoint divides a segment into two equal pieces (AM = MB), and averaging the two endpoint coordinates is exactly the algebraic way to locate the point that makes those two pieces equal.

Using It In A Proof
Using the Formula in Both Directions

Beyond finding a midpoint from two endpoints, this formula can also run in reverse โ€” finding a missing endpoint when the midpoint and one endpoint are already known.

1
Forward direction: find the midpoint
Given both endpoints, average the x's and average the y's directly using the formula.
2
Reverse direction: find a missing endpoint
Given the midpoint and ONE endpoint, set up the formula as an equation and solve for the missing endpoint's coordinates.
3
Solve each coordinate separately
The x-coordinate equation and y-coordinate equation are independent โ€” solve them one at a time rather than trying to combine them.
Full Worked Example
Finding a Missing Endpoint

Given: M(4, 1) is the midpoint of segment AB. Point A is (โˆ’2, 6). Find: point B.

1
Set up the x-coordinate equation
Midpoint x = (x_A + x_B)/2, so 4 = (โˆ’2 + x_B)/2.
2
Solve for x_B
8 = โˆ’2 + x_B, so x_B = 10.
3
Set up and solve the y-coordinate equation
1 = (6 + y_B)/2, so 2 = 6 + y_B, so y_B = โˆ’4.
4
State point B and verify
B = (10, โˆ’4). Check: midpoint of A(โˆ’2,6) and B(10,โˆ’4) = ((โˆ’2+10)/2, (6+(โˆ’4))/2) = (8/2, 2/2) = (4,1). โœ“
Always verify a reverse midpoint problem by plugging both endpoints back into the forward formula and confirming you land back on the given midpoint.
๐ŸŽฏ Quick Worked Example
Find the midpoint of the segment connecting (โˆ’4, 2) and (6, โˆ’8).
1
Average the x-coordinates. (โˆ’4 + 6)/2 = 2/2 = 1.
2
Average the y-coordinates. (2 + (โˆ’8))/2 = โˆ’6/2 = โˆ’3.
3
State the midpoint. M = (1, โˆ’3).
๐Ÿ“Œ Exam Application
Problems that give the midpoint and one endpoint (asking for the other endpoint) are tested just as often as straightforward midpoint calculations โ€” recognize that this requires setting up and solving a small equation for each coordinate, rather than trying to apply the forward formula directly.
โš ๏ธ Most Common Midpoint Formula Mistakes
Trap 1 โ€” Forgetting to divide by 2: Adding the coordinates but stopping before dividing by 2 gives twice the correct midpoint value โ€” the division is not optional.

Trap 2 โ€” Mixing up forward and reverse setups: When solving for a missing endpoint, the midpoint value replaces the AVERAGE, not one of the endpoints โ€” set up the equation as (known endpoint + unknown)/2 = midpoint, not the other way around.
โœ“ Quick Self-Test
1) State the Midpoint Formula. 2) Find the midpoint of (2,3) and (8,11). 3) M(5,5) is the midpoint of AB, and A=(1,2) โ€” find B. 4) How does the Midpoint Formula connect to the Segment Addition Postulate? 5) Why are the x-coordinate and y-coordinate calculations independent of each other?
Next Lesson
Slope-Intercept Form
โ†’
โ† All Coordinate Geometry Lessons