Distance Between Two Points in 3D Calculator
Formula
d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}
Inputs
| x₁ | 0 |
|---|---|
| y₁ | 0 |
| z₁ | 0 |
| x₂ | 3 |
| y₂ | 4 |
| z₂ | 12 |
Distance Between Two Points in 3D Calculator
Inputs
d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}
Results
Enter a value to see results.
\begin{aligned} \Delta x &= x_2 - x_1 \\ &= (3) - (0) \\ &= ? \end{aligned}
\begin{aligned} \Delta y &= y_2 - y_1 \\ &= (4) - (0) \\ &= ? \end{aligned}
\begin{aligned} \Delta z &= z_2 - z_1 \\ &= (12) - (0) \\ &= ? \end{aligned}
\begin{aligned} d &= \sqrt{(\Delta x)^2 + (\Delta y)^2 + (\Delta z)^2} \\ &= \sqrt{(?)^2 + (?)^2 + (?)^2} = ? \end{aligned}
Recommended Next
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.