Property
The midpoint M of the line segment with endpoints (x1β,y1β) and (x2β,y2β) is
M=(2x1β+x2ββ,2y1β+y2ββ) Explanation
Finding the exact middle of a line is as easy as finding an average, just like the lesson hints! This formula averages the x-values to get the new x-coordinate and averages the y-values for the new y-coordinate, landing you perfectly in the center.
Examples
Find the midpoint of a segment with endpoints (3,5) and (7,β2): M=(23+7β,25+(β2)β)=(5,23β).
Find the midpoint between (β2,3) and (4,7): M=(2β2+4β,23+7β)=(22β,210β)=(1,5).