Distance Calculator
Calculate distance between two points using coordinates
Distance = √[(x₂-x₁)² + (y₂-y₁)²]Point 1 (x₁, y₁)
0
x₁
0
y₁
Point 2 (x₂, y₂)
0
x₂
0
y₂
Enter x₁
Formula
Distance = √[(x₂ - x₁)² + (y₂ - y₁)²]
This is the Euclidean distance formula for calculating the straight-line distance between two points