Distance Formula
Description
Finds the distance between two points in a coordinate plane.
Variables
| Symbol | Meaning |
|---|---|
d | Distance |
(x_1, y_1) | First point |
(x_2, y_2) | Second point |
Example
Problem
Distance between (1,2) and (4,6)
Solution
d = √(9+16) = 5
Real-World Applications
- GPS navigation
- Computer graphics
- Mapping