Distance Calculator
Find the exact distance between two coordinates (X₁, Y₁) and (X₂, Y₂).
2D Distance Calculator
Distance (d)
The Distance Formula
The distance formula is derived from the Pythagorean theorem. It calculates the shortest straight-line distance between two points on a 2D Cartesian plane.
d = √[ (X₂ - X₁)² + (Y₂ - Y₁)² ]