Finding the Midpoint between Two Coordinate Points
For endpoints (x₁, y₁) and (x₂, y₂), the midpoint is ((x₁ + x₂)/2, (y₁ + y₂)/2).
More key points
- Average the x-values to get the midpoint's x-coordinate and average the y-values to get its y-coordinate.
On this page9 sections
The midpoint of a line segment is the point exactly halfway between its endpoints. On a coordinate plane, find it by averaging the horizontal coordinates and averaging the vertical coordinates separately. For endpoints (x₁, y₁) and (x₂, y₂), the midpoint formula is M = ((x₁ + x₂)/2, (y₁ + y₂)/2). The first average belongs in the x-position; the second belongs in the y-position.
Apply the formula one coordinate at a time
Suppose the endpoints are A(2, 4) and B(8, 10). Average the x-coordinates: (2 + 8)/2 = 5. Average the y-coordinates: (4 + 10)/2 = 7. The midpoint is M(5, 7). It lies horizontally halfway between x = 2 and x = 8, and vertically halfway between y = 4 and y = 10.
Keep the coordinate pairs in the same order. Add x to x and y to y; do not add an x-coordinate to a y-coordinate. Then divide each sum by 2. The formula can be written as ((x₁ + x₂)/2, (y₁ + y₂)/2) or as (x₁/2 + x₂/2, y₁/2 + y₂/2). Either way, it returns one ordered pair.
Work with negative and fractional coordinates
The same averaging rule works when coordinates are negative. For endpoints P(−6, 3) and Q(2, 9), the midpoint has x-coordinate (−6 + 2)/2 = −2 and y-coordinate (3 + 9)/2 = 6. Thus M(−2, 6). Use signed-number rules carefully: −6 + 2 = −4, not −8.
Fractional endpoints work the same way. For (1/2, 2) and (5/2, 6), the x-coordinate is (1/2 + 5/2)/2 = 3/2, and the y-coordinate is (2 + 6)/2 = 4. The midpoint is (3/2, 4). You can add the fractions first, then divide by 2, or multiply each sum by 1/2. Preserve exact fractions unless the question requests a decimal approximation.
Find a missing endpoint from a midpoint
The formula can be rearranged when the midpoint and one endpoint are known. If M = (mₓ, mᵧ) and one endpoint is (x₁, y₁), then the other endpoint is (2mₓ − x₁, 2mᵧ − y₁). This comes directly from mₓ = (x₁ + x₂)/2 and mᵧ = (y₁ + y₂)/2: multiply each equation by 2, then isolate the missing coordinate.
For example, if one endpoint is (−3, 5) and the midpoint is (2, 1), the other endpoint has x-coordinate 2(2) − (−3) = 7 and y-coordinate 2(1) − 5 = −3. The missing endpoint is (7, −3). Check by averaging: (−3 + 7)/2 = 2 and (5 + (−3))/2 = 1.
Understand the geometry behind the averages
On a horizontal segment, the y-coordinates are equal, and the midpoint's y-coordinate remains that same value; only the x-values need to be averaged. On a vertical segment, x-coordinates are equal, and only the y-values change. For a diagonal segment, averaging both coordinates finds the point halfway along both horizontal and vertical movement.
The formula is a coordinate version of finding the number halfway between two numbers: add the endpoints and divide by two. In a plane, a point has two coordinates, so repeat that one-dimensional process for each axis. This coordinate-by-coordinate idea also extends to three dimensions by averaging x, y, and z separately, although the standard plane questions use two coordinates.
Midpoint is not distance or slope
The midpoint tells you the location halfway along a segment. Distance tells you how long the segment is, while slope describes its steepness and direction. The midpoint formula uses addition and division by two; the distance formula uses coordinate differences and the Pythagorean theorem; slope uses change in y divided by change in x. Similar-looking coordinate pairs can appear in all three formulas, so identify what the question asks before choosing an operation.
A useful check is symmetry: the midpoint should be the same distance from each endpoint. You can check this visually on a simple grid or calculate both distances. You can also reverse the averaging: double the midpoint coordinate and subtract one endpoint coordinate to recover the other. For horizontal or vertical segments, the result should preserve the unchanged coordinate.
A context problem
A map uses a coordinate grid to mark two service locations at (−4, 6) and (10, 2). A halfway meeting point has x-coordinate (−4 + 10)/2 = 3 and y-coordinate (6 + 2)/2 = 4. The midpoint is (3, 4). If each grid unit represents one kilometer and the route is a straight segment on the grid, that point is halfway along the segment. If roads do not follow a straight line, the coordinate midpoint may not be the best travel-time meeting point; the model depends on what the coordinates represent.
Common errors and a reliable process
A frequent mistake is subtracting coordinates because the distance formula uses differences. Another is dividing each coordinate of one endpoint by two instead of averaging both endpoints. Watch signs when adding negative coordinates, and keep x and y in their original positions. If a graph is provided, plot the answer and confirm it lies halfway between the endpoints.
- Label the two endpoints and identify their x- and y-coordinates.
- Add the two x-coordinates and divide by 2.
- Add the two y-coordinates and divide by 2.
- Write the results as an ordered pair in x-then-y order.
- Check that the point is halfway between the endpoints, or substitute it back into the formula.
Exam takeaway
Average the two x-coordinates and the two y-coordinates separately. Preserve signs and coordinate order. If the problem gives the midpoint and one endpoint, double each midpoint coordinate and subtract the known endpoint coordinate to find the missing point.
Apply the distinction carefully
The midpoint is the point halfway between two endpoints, so average the x-coordinates and average the y-coordinates separately: ((x₁ + x₂)/2, (y₁ + y₂)/2). For A(−4, 7) and B(6, −1), the midpoint is (1, 3). The sign matters: −4 + 6 is 2, then divided by 2 gives 1; 7 + (−1) is 6, then divided by 2 gives 3. A diagram can help check that each coordinate lies halfway along its axis, but do not average across coordinates—for instance, combining −4 with 7 has no geometric meaning. If an endpoint and midpoint are given, reverse the formula: the missing coordinate is twice the midpoint coordinate minus the known endpoint coordinate.
Common questions
What is the midpoint formula?
For endpoints (x₁, y₁) and (x₂, y₂), use ((x₁ + x₂)/2, (y₁ + y₂)/2).
Do I subtract or add the endpoint coordinates?
Add the x-coordinates together and average them; add the y-coordinates together and average them. Subtraction is used in distance and slope calculations, not in the midpoint formula.
How do I find the missing endpoint?
For midpoint (mₓ, mᵧ) and known endpoint (x₁, y₁), the other endpoint is (2mₓ − x₁, 2mᵧ − y₁).
Does the formula work with negative numbers?
Yes. Add signed coordinates carefully, then divide each coordinate sum by 2.