Loading…
Loading…
DistCalc
M = ((x₁+x₂)/2, (y₁+y₂)/2).
The midpoint formula is nothing more than averaging the x-coordinates and averaging the y-coordinates separately — the point exactly halfway between two others on both axes at once.
Finding the center of a line for construction layouts, splitting a route into two equal legs, or locating the balance point between two coordinates on a map or diagram.
Midpoint x
3
M = ((x₁+x₂)/2, (y₁+y₂)/2)
What you entered
Midpoint x
(0 + 6) ÷ 2= 3Midpoint y
(0 + 4) ÷ 2= 2Result
Midpoint x: 3
The midpoint between (0, 0) and (6, 4) is (3, 2).