How to Find Midpoint of Two Points?

Let the two points be ((x_1, y_1)) and ((x_2, y_2))

Use the midpoint formula: (left(frac{x_1 + x_2}{2}, frac{y_1 + y_2}{2}right))

Add the x-coordinates

Divide the sum by 2

Add the y-coordinates

Divide the sum by 2

Write the result as the midpoint coordinates

Suggested for You

Trending Today