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)
|
-
Jun 06, 23 07:32 AM
The fundamental counting principle is introduced in this lesson. Learn how to count with the multiplication principle and the addition principle.
Read More
-
May 01, 23 07:00 AM
What is a 45-45-90 triangle? Definition, proof, area, and easy to follow real-world examples.
Read More