Distance Between Points
Calculate the Euclidean distance between two points on a plane.
Distance
5
Enter the coordinates of two points to get the straight-line (Euclidean) distance between them.
How to use
- Enter the x and y of the first point.
- Enter the x and y of the second point.
- Read the distance between them.
Frequently asked questions
- What formula is used?
- The Euclidean distance is the square root of (x2-x1)² + (y2-y1)².
- Can I use negative coordinates?
- Yes, any real numbers work for the coordinates.