Midpoint Calculator
Calculate the midpoint between two coordinate points
Point 1 (x₁, y₁)
Point 2 (x₂, y₂)
Formula
Midpoint Formula:
M = ((x₁ + x₂)/2, (y₁ + y₂)/2)
The midpoint is the point that is exactly halfway between two points on a line segment.