How to Find the Distance Between Two Coordinates

How to Find the Distance Between Two Coordinates

Last updated on September 25th, 2020

The distance formula is derived from the Pythagorean theorem. To find the distance between two points (X1, Y1) and (X2, Y2) all that you need to do is use the coordinates of these ordered pairs and apply the distance formula. Here is a step by step guide on how to find the distance between two coordinates. 

The  Distance Formula is:  
x1 is the horizontal coordinate (along the x-axis) of Point 1, and x2 is the horizontal coordinate of Point 2. y1 is the vertical coordinate (along the y-axis) of Point 1, and y2 is the vertical coordinate of Point 2.

Steps

  1. Take the coordinates of two points you want to find the distance between.

    – For example, take the points (2,1) and (7,8). If (2,1) is (X1, Y1), then (7,8) is (X2, Y2).

  2. Find the horizontal and vertical distance between the points.
    – Find the distance along the x-axis. X2 – X1= 7 – 2 = 5.
    – Find the distance along the y-axis. Y2 – Y1 = 8 – 1 = 7.

  3. Square both axis values.
    – (X2 – X1)² = 5² = 25
    – (Y2 – Y1)² = 7² = 49

  4. Add the squared values together.
    –  (X2 – X1)² + (Y2 – Y1)² = 25 + 49 = 74

  5. Take the square root of the equation.
    – √(X2 – X1)² + (Y2 – Y1) = √74 ≈ 8.60

The distance between (2,1) and (7,8) is sqrt (74), or approximately 8.60 units.

This post was last modified on September 25, 2020 3:11 pm

UpSkillMe Staff:

This website uses cookies.