Click on a step to see it displayed
figure1.1
|
|
The first step in finding the distance between two points on a line is to construct a right triangle between the points. |
|
With the horizontal and vertical lines formed you can
find the distance of these lines individually by taking the absolute value of the difference of the two x values (the distance of your horizontal line) and the absolute value of the difference of the two y values (the distance of your vertical line).
|
|
With the distance of the vertical and horizontal lines (The A and B values of the Pythagorean Theorem) You can now solve for the hypotenuse (the distance between points). |
|