Distance Between Two Points Calculator

Calculate the straight-line distance between two points using the Euclidean distance formula. Quickly get Δx, Δy, and the full distance d.

Inputs

d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Results

ΔxΔyxyP₁P₂
\begin{aligned} \Delta x &= x_2 - x_1 \\ &= (4) - (1) \\ &= ? \end{aligned}
\begin{aligned} \Delta y &= y_2 - y_1 \\ &= (6) - (2) \\ &= ? \end{aligned}
\begin{aligned} d &= \sqrt{(\Delta x)^2 + (\Delta y)^2} \\ &= \sqrt{(?)^2 + (?)^2} = ? \end{aligned}

Embed this calculator

Preview

Paste this code into your page to show the calculator.

Share this calculation

Anyone who opens this link sees your values already filled in.

200+ calculators · 10 languages · 100% free

Was this calculator helpful?

No

How can we improve this calculator?