Distance between two points
Pythagoras applied to coordinates. Square the differences, add, square root.
Formula. Distance between and :
This is just Pythagoras' theorem applied to the right triangle formed by the horizontal and vertical legs.
Worked. Find the distance from to .
- .
Worked (negatives). Find the distance from to .
- .
Sign-doesn't-matter rule. Since each difference is squared, the order of subtraction doesn't matter: .
- Square the differences.
- Add.
- Square root.
- Order of subtraction doesn't matter (squared).