Midpoint Calculator

Enter the coordinates of two points (x₁, y₁) and (x₂, y₂), and we'll calculate the midpoint M(x, y) using the midpoint formula, along with a step-by-step explanation.

Point 1 (x₁, y₁)

Point 2 (x₂, y₂)

About the Midpoint Formula

M=(x1+x22,y1+y22)M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)

The midpoint formula is used to find the exact center point between two points in a Cartesian coordinate system. It averages the x-coordinates and the y-coordinates separately.