14,035 services, 0 reports

Math

Distance Calculator

Calculate distance between two points in 2D or 3D space using the distance formula. Also find midpoint and slope.

Using the Distance Calculator

Finding the direct distance between two points is a standard application of the Pythagorean theorem. This tool provides the straight-line distance for both 2D (x,y) and 3D (x,y,z) coordinate systems, showing you the exact steps used to reach the result.

How it Works

1
Enter the coordinates for the starting point.
2
Enter the coordinates for the target point.
3
Press Calculate to find the Euclidean distance.
4
Follow the step-by-step math breakdown in the results panel.

Technical Formula

d = √[(x₂-x₁)² + (y₂-y₁)²]

Point 1: (x₁, y₁)  |  Point 2: (x₂, y₂)