Distance Formula Calculator

Calculate the distance between two coordinate points (x₁,y₁) and (x₂,y₂) using the distance formula.

Point 1 (x₁, y₁)

Point 2 (x₂, y₂)

Distance Formula

d = √((x₂−x₁)² + (y₂−y₁)²)
Points (1,2) and (4,6):
d = √((4−1)² + (6−2)²) = √(9+16) = √25 = 5

Last updated: 2026-08-08