Use our free Distance on a Coordinate Plane Calculator to quickly find the length of a line segment connecting two points. Simply enter the coordinates (x1, y1) and (x2, y2) to get instant, accurate results for geometry, physics, or plotting tasks.
Formula:
d = √((x2 - x1)2 + (y2 - y1)2)
Where:
- (x1, y1): Coordinates of the first point
- (x2, y2): Coordinates of the second point
- d: The distance between the two points