Points that lie on a horizontal line share the same y-value. They would have coordinates that look something like this: (2,5) and (-4,5). More generally, two points that lie on a horizontal line could have coordinates (a,b) and (c,b).
If you can recognise that the points lie on a horizontal line then the distance between them is the distance between the x-values: the largest x-value minus the smallest x-value.
Points that lie on a vertical line share the same x-value. They would have coordinates that look something like this: (2,5) and (2, 29). More generally, two points that lie on a vertical line could have coordinates (a, b) and (a, c).
If you can recognise that the points lie on a vertical line then the distance between them is the distance between the y-values: the largest y-value minus the smallest y-value.
What if we want to find the distance between two points that are not on a horizontal or vertical line?
We already learned how to use Pythagoras' theorem to calculate the side lengths in a right triangle. Pythagoras' theorem states: a^2 + b^2 = c^2 where a and b are the shorter side lengths, and c is the hypothenuse.
We can also use Pythagoras' theorem to find the distance between two points on an xy-plane.
The distance between two points (x_1, y_1) and (x_2, y_2) is given by: d=\sqrt{{\text{run}}^2 + {\text{rise}}^2} where the run is the horizontal distance between the two x-coordinates and the rise is the vertical distance between the two y-coordinates.
The points A (-3, -2), B (-3, -4) and C (1, -4) are the vertices of a right angle triangle. as shown on the number plane.
Find the length of interval AB.
Find the length of interval BC.
Use Pythagoras' theorem to find the length of the interval AC to three decimal places.
Two points that lie on a horizontal line have coordinates of the form (a,b) and (c,b). The distance between the points is the largest x-value minus the smallest x-value.
Two points that lie on a vertical line have coordinates of the form (a, b) and (a, c). The distance between the points is the largest y-value minus the smallest y-value.
The distance between two points (x_1, y_1) and (x_2, y_2) is given by: