Reviewed by CalcMulti Editorial Team·Last updated: ·← Geometry Hub
The midpoint between two points (x₁, y₁) and (x₂, y₂) is found by averaging the x-coordinates and the y-coordinates: M = ((x₁+x₂)/2, (y₁+y₂)/2). The midpoint is exactly halfway along the line segment connecting the two points.
In three dimensions: M = ((x₁+x₂)/2, (y₁+y₂)/2, (z₁+z₂)/2). The midpoint has applications in geometry (bisecting line segments), navigation (halfway point between two locations), physics, and computer graphics. This calculator also shows the distance between the two points.
M = ((x₁+x₂)/2, (y₁+y₂)/2)
Point 1
Point 2
| Point 1 | Point 2 | Midpoint | Distance |
|---|---|---|---|
| (0, 0) | (4, 6) | (2, 3) | 7.211 |
| (-1, 2) | (5, 8) | (2, 5) | 8.485 |
| (3, -2) | (9, 4) | (6, 1) | 8.485 |
| (0, 0) | (10, 10) | (5, 5) | 14.142 |
| (-4, -4) | (4, 4) | (0, 0) | 11.314 |
| (2, 7) | (-2, 3) | (0, 5) | 5.657 |
| (1, 1) | (7, 9) | (4, 5) | 10.000 |
| (0, 5) | (8, -3) | (4, 1) | 11.314 |
Distance between two coordinate points in 2D/3D
Right Triangle CalculatorPythagorean theorem + all angles and sides
Perimeter CalculatorPerimeter of rectangles, triangles, circles
Law of Cosines CalculatorSolve any triangle from sides and angles
Slope CalculatorRise over run — slope between two points
Polygon Area CalculatorArea of regular polygons using coordinate vertices
This calculator is for educational purposes only and does not constitute professional advice. Results are based on standard mathematical formulas. Always verify critical calculations with a qualified professional before making important decisions.