Solid Geometry Calculators

3D Distance Calculator

Calculate the distance between two points in 3-dimensional space using the distance formula: $d = √{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}$


Enter coordinates for both points

Point 1 coordinates:

$x_1$
$y_1$
$z_1$

Point 2 coordinates:

$x_2$
$y_2$
$z_2$
3D Distance Formula

The distance between two points $(x_1, y_1, z_1)$ and $(x_2, y_2, z_2)$ in 3-dimensional space is calculated using:

$d = √{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}$

Example:

Find the distance between points $(1, 2, 3)$ and $(4, 6, 8)$:

$d = √{(4-1)^2 + (6-2)^2 + (8-3)^2} = √{9 + 16 + 25} = √{50} = 7.07$