Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

The midpoint formula helps you find the point exactly halfway between two points on a coordinate plane. It matters because many geometry problems involve bisecting segments, finding centers, or checking whether shapes have symmetry. Instead of measuring with a ruler, you can calculate the midpoint directly from the coordinates.

The idea is simple: the middle value lies halfway between the two x-values and halfway between the two y-values.

For points A(x1, y1) and B(x2, y2), the midpoint M is found by averaging the x-coordinates and averaging the y-coordinates separately. This works because horizontal and vertical position are independent on the coordinate plane. The same formula can also be rearranged to find a missing endpoint when the midpoint and one endpoint are known.

Midpoints are used in triangle midsegments, diagonals of parallelograms, graphing, map coordinates, and computer graphics.

Key Facts

  • Midpoint formula: M = ((x1 + x2) / 2, (y1 + y2) / 2)
  • The x-coordinate of the midpoint is the average of the endpoint x-coordinates: xM = (x1 + x2) / 2
  • The y-coordinate of the midpoint is the average of the endpoint y-coordinates: yM = (y1 + y2) / 2
  • If M(xM, yM) is the midpoint of A(x1, y1) and B(x2, y2), then x2 = 2xM - x1 and y2 = 2yM - y1
  • The midpoint divides a segment into two equal lengths, so AM = MB
  • Example: The midpoint of (2, 5) and (8, 1) is M = ((2 + 8) / 2, (5 + 1) / 2) = (5, 3)

Vocabulary

Midpoint
The midpoint is the point exactly halfway between two endpoints of a line segment.
Endpoint
An endpoint is one of the two points that mark the ends of a line segment.
Coordinate plane
The coordinate plane is a two-dimensional grid where points are located using x- and y-coordinates.
Average
An average is found by adding values together and dividing by the number of values.
Ordered pair
An ordered pair is a pair of numbers written as (x, y) that gives the position of a point.

Common Mistakes to Avoid

  • Adding the x-coordinate of one point to the y-coordinate of the other point is wrong because x-values must be averaged with x-values and y-values with y-values.
  • Forgetting to divide by 2 is wrong because the midpoint uses the average of two coordinates, not just their sum.
  • Mixing up signs with negative coordinates is wrong because subtracting a negative changes the value, such as (-4 + 6) / 2 = 1.
  • Using the distance formula instead of the midpoint formula is wrong because distance gives the length of the segment, while the midpoint gives a location.

Practice Questions

  1. 1 Find the midpoint of A(4, 10) and B(12, 2).
  2. 2 The midpoint of segment AB is M(3, -1). If A(-5, 7), find endpoint B.
  3. 3 Point M is the midpoint of segment AB. Explain why the x-coordinate of M must be halfway between the x-coordinates of A and B, even if the segment is diagonal.