Distance Calculator

Calculate distance between two points using coordinates

Distance = √[(x₂-x₁)² + (y₂-y₁)²]
xy-1515-1010-555-510-1015-15P1(0, 0)P2(0, 0)

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