Geometry

Midpoint Calculator

Find the midpoint of a segment between two points by averaging the x- and y-coordinates, with steps.

Find the midpoint

Answer
M = (3, 4)
  1. Mx = (1 + 5) / 2 = 3
  2. My = (2 + 6) / 2 = 4

How to use the midpoint calculator

The midpoint of a segment is the point exactly halfway between its endpoints. You find it by averaging the x-coordinates and the y-coordinates separately.

  1. Enter the two endpoint coordinates.
  2. Add the x-values and divide by two for the midpoint x.
  3. Add the y-values and divide by two for the midpoint y.
  4. Combine them into the ordered pair M.

Formula or method

M = ((x1 + x2)/2, (y1 + y2)/2).

Worked examples

Midpoint of a segment

Problem: (1, 2) and (5, 6)

Solution: M = ((1 + 5)/2, (2 + 6)/2) = (3, 4).

Midpoint with negatives

Problem: (-3, 4) and (5, -2)

Solution: M = ((-3 + 5)/2, (4 + -2)/2) = (1, 1).