Distance Between Two Points Calculator

Easily calculate the distance between two points in a 2D Cartesian coordinate system. Visualize the points and the distance on an interactive graph.

Calculation Result:

Error:

Understanding Distance Between Two Points

The distance between two points in a two-dimensional plane is the length of the straight line segment that connects them. This calculator uses the distance formula, derived from the Pythagorean theorem, to compute this distance.

Distance Formula

For two points P₁(x₁, y₁) and P₂(x₂, y₂), the distance 'd' between them is given by:

$$d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} $$

How to Use This Calculator

Applications

The distance between two points is a fundamental concept in geometry and has numerous applications in various fields, including:

Source: Wikipedia - Distance