When we deal with two points on a coordinate plane, sometimes we need to find the point exactly in the middle of them. This point is called the midpoint. The midpoint formula is useful for this purpose. It helps us find a point, which is equidistant from both endpoints of a line segment.
Let's break down the midpoint formula:
- You have two points, for example, A (\(x_1, y_1\)) and B (\(x_2, y_2\)).
- The formula to find the midpoint M is: \[M(x, y) = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)\]
This formula simply averages the x-coordinates and y-coordinates of the two given points, giving you a new point that lies exactly in the middle. The midpoint is very useful in problems like finding the center of a line, or when constructing the perpendicular bisector. In our exercise, using A(1, -2) and B(3, 4), we found the midpoint M to be (2, 1), which is equidistant from both A and B.