Distance Between Points Calculator









 

About Distance Between Points Calculator (Formula)

The Distance Between Points Calculator calculates the distance between two points in a two-dimensional plane using the formula:

D = sqrt((x2 – x1)^2 + (y2 – y1)^2)

where:

  • (x1, y1) represents the coordinates of the first point,
  • (x2, y2) represents the coordinates of the second point, and
  • D represents the distance between the two points.

Please note that this formula calculates the Euclidean distance between the points, assuming a straight line between them.

Leave a Comment