The midpoint formula finds the point halfway between two points on a coordinate plane. If the endpoints are (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), the midpoint is

M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)

In words: average the two xx-coordinates, then average the two yy-coordinates. Each symbol is one coordinate of one endpoint, and the two 22's are what turn each sum into an average. Use this whenever a problem asks for the point exactly in the middle of a line segment.

Why Averaging the Coordinates Works

On a number line, the number halfway between 22 and 88 is 2+82=5\frac{2 + 8}{2} = 5. The midpoint formula applies that same idea to each coordinate separately.

First it finds the horizontal halfway point by averaging x1x_1 and x2x_2. Then it finds the vertical halfway point by averaging y1y_1 and y2y_2. Putting those two halfway values together gives the point centered between the endpoints. This works in the coordinate plane because being halfway has to be true in both directions at the same time, which is precisely why you average xx with xx and yy with yy, never across axes.

Worked Example

Find the midpoint of the segment with endpoints (4,6)(-4, 6) and (10,2)(10, -2).

Start with the formula:

M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)

Substitute the coordinates:

M=(4+102,6+(2)2)M = \left(\frac{-4 + 10}{2}, \frac{6 + (-2)}{2}\right)

Simplify each coordinate:

M=(62,42)=(3,2)M = \left(\frac{6}{2}, \frac{4}{2}\right) = (3, 2)

So the midpoint is (3,2)(3, 2). A quick check: 33 is halfway between 4-4 and 1010, and 22 is halfway between 66 and 2-2.

Fractional Midpoints Are Still Correct

The formula works for any two points; the midpoint does not need integer coordinates. If the averages produce fractions or decimals, that is still correct. For example, the midpoint of (1,2)(1, 2) and (4,7)(4, 7) is

(1+42,2+72)=(52,92)\left(\frac{1 + 4}{2}, \frac{2 + 7}{2}\right) = \left(\frac{5}{2}, \frac{9}{2}\right)

valid even though neither coordinate is a whole number.

Practice and Check on a Graph

Find the midpoint of (5,3)(5, -3) and (1,9)(-1, 9). Solve it with the formula first, then plot the two endpoints and your answer to confirm the point looks centered between them. That graph check is the fastest way to catch a slip.

Calculation Traps

  • Adding without dividing by 22. The midpoint is an average, not a sum.
  • Mixing coordinates across axes. Average the two xx-values together and the two yy-values together; never combine an xx-coordinate with a yy-coordinate.
  • Sign errors. If a coordinate is negative, keep the sign when you substitute. For example, 6+(2)6 + (-2) is 44, not 88.

When to Use the Midpoint Formula

Use it whenever a problem asks for the center of a segment in the coordinate plane: coordinate geometry, proofs about bisectors, problems about diagonals of rectangles or parallelograms, and checks of whether a point lies exactly halfway between two others. It also connects naturally to the distance formula: the midpoint tells you where the center is, while the distance formula tells you how long the segment is.

Frequently Asked Questions

What is the midpoint formula?
The midpoint formula finds the point halfway between two points on a coordinate plane. Average the two x-coordinates, then average the two y-coordinates, and the pair of those averages is the midpoint. Use it whenever a problem asks for the point exactly in the middle of a line segment.
Why does averaging coordinates give the midpoint?
On a number line, the number halfway between 2 and 8 is their average, 5. The midpoint formula applies that same idea to each coordinate separately: averaging the x-values finds the horizontal halfway point, and averaging the y-values finds the vertical one. Being halfway must hold in both directions at the same time.
How do you find the midpoint of two points?
Add the two x-coordinates and divide by 2, then add the two y-coordinates and divide by 2. For the endpoints negative 4, 6 and 10, negative 2, the averages are 3 and 2, so the midpoint is the point 3, 2. A quick check confirms each value sits halfway between the originals.
What are common mistakes with the midpoint formula?
Adding the coordinates without dividing by 2 is the most common one; the midpoint is an average, not a sum. Another is mixing coordinates across axes, combining an x-value with a y-value. Sign errors also appear often: if one coordinate is negative, keep its sign when substituting, so 6 plus negative 2 is 4, not 8.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →