Midpoint Calculator
Midpoint = ((x₁+x₂)/2, (y₁+y₂)/2). The point exactly between two points.
Result
Midpoint
(5.0000, 7.0000)
Halfway from (2,4) to (8,10).
- Point 1(2, 4)
- Point 2(8, 10)
- Midpoint x5.000000
- Midpoint y7.000000
- Distance to each4.242641
- Total distance8.485281
Step-by-step
- Midpoint = ((x₁+x₂)/2, (y₁+y₂)/2).
- mx = (2 + 8) / 2 = 5.0000.
- my = (4 + 10) / 2 = 7.0000.
How to use this calculator
- Enter two points.
- Read midpoint coordinates.
About this calculator
The midpoint of two points is the average of their coordinates: M = ((x₁+x₂)/2, (y₁+y₂)/2). It's exactly halfway between, equidistant from both points. Used in geometry (constructing perpendicular bisectors), graphics (interpolation, mesh subdivision), and statistics (sometimes as median proxy).
Frequently asked
Average of two numbers is exactly halfway between them. Apply to each axis independently.
Related calculators
Distance Between Two Points
d = √((x₂−x₁)² + (y₂−y₁)²). Pythagorean distance in the plane.
Slope Calculator
m = (y₂−y₁) / (x₂−x₁). Returns slope-intercept form y = mx + b.
Pythagorean Theorem Calculator
a² + b² = c². Solve for hypotenuse or missing leg of a right triangle.
Triangle Perimeter Calculator
P = a + b + c. Sum of all three sides.
Rectangular Prism Volume
V = l × w × h. Box / cuboid volume.
Square Root Calculator (√n)
√n with integer-perfect-square check, simplified surd form, and decimal expansion.