Distance Between Two Points Calculator
Inputs
d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
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.