Distance Between Two Points Calculator
Calculate the distance between two points on the coordinate plane.
Result
5 birim
Distance between two points: 5
Result in all units
Step-by-step solution
What Is the Distance Between Two Points?
The distance between two points is the straight-line distance between two points on the coordinate plane. It is based on the Pythagorean theorem.
How is it calculated?
How Is It Calculated?
d = √((x₂−x₁)² + (y₂−y₁)²)
- Enter the coordinates of the two points.
- Take the square root of the sum of the squared differences.
Frequently Asked Questions
Does it work in three dimensions too?
Yes; by adding the z coordinate, d = √((Δx)² + (Δy)² + (Δz)²) is used.