In this lesson you’ll learn the distance formula and the midpoint formula and how to use them to solve problems on the coordinate plane.
When working with points on a coordinate plane, we often need to find:
- The distance between two points
- The midpoint (the point exactly halfway between them)
Distance Formula (derived from the Pythagorean Theorem):
d=(x2−x1)2+(y2−y1)2
Midpoint Formula:
M=(2x1+x2,2y1+y2)
These formulas work for any two points (x₁, y₁) and (x₂, y₂).
1. Find the distance between points A(2, 3) and B(5, 7).
d=(5−2)2+(7−3)2=9+16=25=5
2. Find the midpoint of points C(−4, 1) and D(6, 9).
M=(2−4+6,21+9)=(22,210)=(1,5)
3. Points E(0, 0) and F(8, 6). What is the distance?
d=(8−0)2+(6−0)2=64+36=100=10
These formulas are very practical:
- Distance: How far is it from your house to the store on a map? How long is a straight fence between two posts?
- Midpoint: Where should you place a support beam in the middle of a bridge? Where is the center of a rectangular garden?
Example: You and a friend live at coordinates (2, 3) and (8, 11) on a city grid. The midpoint tells you exactly where to meet:
(22+8,23+11)=(5,7)