Midpoint – Finding the Point Exactly In Between
The midpoint of two points is the point that sits exactly halfway between them – the same distance from each. The simplest way to think about finding it is averaging: the midpoint's x-coordinate is the average of the two x-coordinates, and its y-coordinate is the average of the two y-coordinates.
This averaging idea works because moving from one point to its midpoint covers exactly half the horizontal gap and half the vertical gap. Later on the main Coordinate Geometry page, you'll see this written formally as the midpoint formula, M = ((x₁+x₂)/2, (y₁+y₂)/2) – but it's exactly the same averaging idea you're learning here, just written with algebraic notation.
Finding a Midpoint by Averaging
To find the midpoint's x-coordinate, average the two x-values. To find the midpoint's y-coordinate, average the two y-values.
x-coordinate: (2 + 8) ÷ 2 = 5. y-coordinate: (6 + 10) ÷ 2 = 8. The midpoint is (5, 8).
x-coordinate: (−4 + 2) ÷ 2 = −1. y-coordinate: (3 + (−7)) ÷ 2 = −2. The midpoint is (−1, −2).
Real-Life Application
- Meeting points: finding a fair halfway meeting spot between two locations.
- Design: centring an object exactly between two reference points.
- Construction: marking the exact centre of a beam or wall between two supports.
Key Takeaways
- The midpoint's coordinates are the averages of the two endpoints' coordinates.
- Average the x-values for the midpoint's x, and the y-values for the midpoint's y.
- This averaging idea becomes the formal midpoint formula covered later in this section.