Formula for distance
Given two points (x
1, y
1), (x
2, y
2) the formula for distance is calculated with the following formula.
|
__________________
|
Distance = √
|
(x1 - x2)2 + (y1 - y2)2
|
Example #1:
Use the distance formula to find the distance between (2,3) and (6,6)
Let (x
1, y
1) = (2,3)
Let (x
2, y
2) = (6,6)
|
________________
|
Distance = √
|
(2 - 6)2 + (3 - 6)2
|
|
___________
|
Distance = √
|
(-4)2 + (-3)2
|
|
_________
|
Distance = √
|
(16) + (9)
|
Example #2:
Use the distance formula to find the distance between (17,12) and (9,6)
Let (x
1, y
1) = (17,12)
Let (x
2, y
2) = (9,6)
|
__________________
|
Distance = √
|
(17 - 9)2 + (12 - 6)2
|
|
__________
|
Distance = √
|
(8)2 + (6)2
|
|
___________
|
Distance = √
|
(64) + (36)
|
Example #3:
Use the distance formula to find the distance between (17,12) and (9,6)
Let (x
1, y
1) = (7,8)
Let (x
2, y
2) = (4,5)
|
________________
|
Distance = √
|
(7 - 4)2 + (8 - 5)2
|
|
__________
|
Distance = √
|
(3)2 + (3)2
|
|
________
|
Distance = √
|
(9) + (9)
|