Why the formula lands in the middle
Midpoint is not only a calculation. It is a geometric location. The midpoint divides the segment into two equal parts, so the graph should confirm that the returned coordinate really sits in the middle.
This page keeps the endpoints, the center point, and the coordinate values visible together so the idea of averaging can be tied directly to equal halves on the board.
The midpoint of (-2, 5) and (6, 1) is (2, 3). The x-coordinate 2 is halfway between -2 and 6, and the y-coordinate 3 is halfway between 5 and 1. Checking both directions is important; averaging only one coordinate gives a point that is not the true center of the segment.
- The midpoint formula finds the point halfway between two endpoints.
- The x-coordinate of the midpoint is the average of the endpoint x-values, and the y-coordinate is the average of the endpoint y-values.
- A midpoint is a location, not a length, so the result is a coordinate pair rather than a single measurement.
- Midpoint is often used to describe symmetry, medians, and segment bisectors in analytic geometry.