Distance calculation in coordinate geometry refers to finding the actual 'as-the-crow-flies' distance between two points. The distance formula is essentially a practical application of the Pythagorean theorem.
The formula is given by: \[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \] where
- \( (x_1, y_1) \) represent the coordinates of the first point, and
- \( (x_2, y_2) \) represent the coordinates of the second point.
This formula calculates the linear distance between two coordinates on a plane by forming a right triangle and applying the theorem.
In the isosceles triangle exercise, distances calculated were:
- Between (2,3) and (4,9) was \( \sqrt{40} \)
- Between (2,3) and (-2,7) was \( \sqrt{32} \)
- Between (4,9) and (-2,7) was \( \sqrt{40} \)
Recognizing these calculations as not just numbers, but segments of the triangle, allows us to conclude something about the shape they form. Two equal lengths indicate the isosceles nature.