10
COORDINATE GEOMETRY: MIDPOINT & DISTANCE
β
β
Medium
β‘ Memory Point:
Midpoint: \(\left(\dfrac{x_1+x_2}{2},\ \dfrac{y_1+y_2}{2}\right)\) β just AVERAGE the coordinates!
Distance: \(d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}\) β Pythagorean theorem in disguise!
π EXAMPLE
Points (1, 2) and (5, 8): Midpoint = \(\left(3, 5\right)\)
Distance = \(\sqrt{(5-1)^2 + (8-2)^2} = \sqrt{16+36} = \sqrt{52}\)
The midpoint of segment \(\overline{AB}\) is \((3, 7)\). Point \(A\) is \((1, 3)\). What are the coordinates of \(B\)?