Find the distance between the following pairs of points: (i) (2, 3) and (4, 1); (ii) (−5, 7) and (−1, 3); (iii) (a, b) and (−a, −b).
Hint. Straight substitution into √((x₂−x₁)² + (y₂−y₁)²). Keep the subtraction order the same in both brackets.
(i) (2, 3) and (4, 1). x₂ − x₁ = 4 − 2 = 2 and y₂ − y₁ = 1 − 3 = −2 d = √(2² + (−2)²) = √(4 + 4) = √8
✦ d = 2√2 units (≈ 2.83)
(ii) (−5, 7) and (−1, 3). x₂ − x₁ = −1 − (−5) = 4 and y₂ − y₁ = 3 − 7 = −4 d = √(4² + (−4)²) = √32
✦ d = 4√2 units (≈ 5.66)
(iii) (a, b) and (−a, −b). x₂ − x₁ = −a − a = −2a and y₂ − y₁ = −b − b = −2b d = √(4a² + 4b²) = √(4(a² + b²))
✦ d = 2√(a² + b²) units
That last one has a neat reading: (−a, −b) is the reflection of (a, b) through the origin, so the two points sit at equal distances on opposite sides of O. The distance between them is therefore twice the distance of either from the origin, which is exactly 2√(a² + b²).
Where students slip. Writing √(x₂ − x₁)² + (y₂ − y₁)² with the root covering only the first bracket. The square root must sit over the whole sum.
Another way. The signs never matter, because both differences get squared. If you find negatives error-prone, take |x₂ − x₁| and |y₂ − y₁| and the answer is unchanged.
