Distance Between Two Points Calculator
Formula
d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
Inputs
| x₁ | 1 |
|---|---|
| y₁ | 2 |
| x₂ | 4 |
| y₂ | 6 |
Visualization
Distance Between Two Points Calculator
Inputs
d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
Results
Enter a value to see results.
\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}
Recommended Next
Line Equation from Two Points
Enter two points to get the slope, y-intercept, and the line equation in slope-intercept, point-slope, and standard form.