Ctrl+k

Determine the midpoint of a line segment

The midpoint of a line segment in the coordinate plane is the point exactly halfway between its endpoints, having equal distances to both endpoints. Its coordinates are found by averaging the corresponding coordinates separately, (x1+x22,y1+y22)\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right), including when coordinates are negative, fractional, or decimal; this is distinct from averaging the endpoints’ distances or combining coordinates across axes.

Detailed Explanation: Determine the midpoint of a line segment

The midpoint is the point exactly halfway between the two endpoints of a line segment. To find it, average the xx-coordinates and average the yy-coordinates separately:

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

Example

Find the midpoint of the segment with endpoints A(3,4)A(-3,4) and B(5,2)B(5,-2).

1. Average the xx-coordinates.

3+52=22=1\frac{-3+5}{2}=\frac{2}{2}=1

2. Average the yy-coordinates.

4+(2)2=22=1\frac{4+(-2)}{2}=\frac{2}{2}=1

3. Combine the results in order.

(1,1)\boxed{(1,1)}

So, the midpoint of AB\overline{AB} is (1,1)(1,1). Remember to average corresponding coordinates: xx with xx and yy with $y.

Learn by doing: Determine the midpoint of a line segment

Click a topic below to practice the foundational skills you'll need, learn the steps, or master this skill

Practice with unlimited practice problems

Line Segment (Points) - Find Midpoint (Coordinate)


    ?