How To Find The Midpoint Of A Line Segment?

Identify the coordinates of the two endpoints: ((x_1, y_1)) and ((x_2, y_2))

Add the x-coordinates: (x_1 + x_2)

Add the y-coordinates: (y_1 + y_2)

Divide each sum by 2

Write the midpoint as (left(frac{x_1+x_2}{2}, frac{y_1+y_2}{2}right))

Suggested for You

Trending Today