About the formula
2D: d = √((x₂ − x₁)² + (y₂ − y₁)²)
3D: d = √((x₂ − x₁)² + (y₂ − y₁)² + (z₂ − z₁)²)
The distance formula is a direct application of the Pythagorean theorem in coordinate geometry.
Euclidean distance between two points in 2D or 3D space. Steps shown.
2D: d = √((x₂ − x₁)² + (y₂ − y₁)²)
3D: d = √((x₂ − x₁)² + (y₂ − y₁)² + (z₂ − z₁)²)
The distance formula is a direct application of the Pythagorean theorem in coordinate geometry.