Distance Formula:
root((x1-x2)^2+(y1-y2)^2)
for points (x1,y1) and (x2,y2)
You can switch x1 and x2 ONLY if you also switch y1 and y2 in the formula.
2006-11-23 12:38:53
·
answer #1
·
answered by Aegor R 4
·
0⤊
0⤋
The distance between two points (x1, y1) and (x2, y2) is:
d = â[(x2 - x1)² + (y2 - y1)²]
Example: Find the distance between (-6, -2) and (3, 1).
d = â[(x2 - x1)² + (y2 - y1)²]
d = â[(3 - (-6))² + (1 - (-2))²]
d = â[(3 + 6)² + (1 + 2)²]
d = â[(9)² + (3)²]
d = â(81 + 9)
d = â90 = â9 * â10 = 3â10 â 9.487 units
2006-11-23 12:45:42
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
1.jot down the coordinates of both the points (x1,y1),(x2,y2)
2.find the difference between the x coordinates (x1-x2)
3.square it=(x1-x2)^2
4.find the difference between the y coordinates (y1-y1)
5.square it =(y1-y2)^2
6.add the squares of the differences(x1-x2)^2+(y1-y2)^2
7.find the square root [(x1-x2)^2+(y1-y2)^2]^1/2
8.step no 7 gives you the distance between the points
2006-11-23 12:55:45
·
answer #3
·
answered by raj 7
·
0⤊
0⤋
The distance between (a,b) and (c,d) is sqrt((a-c)^2 + (b-d)^2).
If you just draw a right angled triangle with the hypotenuse between those points, you'll see the lengths of the sides are a-c and b-d, so then you just use pythagoras.
2006-11-23 12:37:43
·
answer #4
·
answered by stephen m 4
·
0⤊
0⤋
D=The square root of(X2-x1)^2+(Y2-Y1)^2
Hope this solves your problem.
2006-11-23 12:38:08
·
answer #5
·
answered by Sasuke 2
·
0⤊
0⤋
D = sqrt((x2 - x1)^2 + (y2 - y1)^2)
2006-11-23 14:35:09
·
answer #6
·
answered by Sherman81 6
·
0⤊
0⤋
d=square root of [(x2-x1)^2 + (y2-y1)^2]
2006-11-23 14:12:45
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋
square root of [(x2-x1)^2 + (y2-y1)^2]
2006-11-23 12:37:52
·
answer #8
·
answered by krbmeister 2
·
0⤊
0⤋
if the points are (x1,y1) and (x2,y2)
answer is sqrt((x1-x2)^2 + (y1-y2)^2)
2006-11-23 21:28:03
·
answer #9
·
answered by paladin 1
·
0⤊
0⤋
The distance between points P(x, y) and Q(a, b) is
PQ = â[(x - a)² + (y - b)²].
2006-11-23 18:32:24
·
answer #10
·
answered by Jerry M 3
·
0⤊
0⤋