If you want the distance between two points on a graph, the formula goes as follows
d = sqrt ( (y2 - y1)^2 + (x2 - x1)^2 )
where (x1,y1) and (x2, y2) are the points in question.
Side topic, if you wanted to find the midpoint of those two points, it will be:
[ (x1+x2)/2 , (y1+y2)/2 ]
2006-12-12 08:12:30
·
answer #1
·
answered by Puggy 7
·
0⤊
0⤋
There are two general formulas:
Case A: Horizontal movement, like a car travelling from point A to point B with a constant velocity (or speed).
d = r x t
Where
d = distance
r = rate
t = time
Case B: Vertical movement, like a football drop from a window of a second floor of the house to the ground with a constant acceleration.
x = x(sub o) + v(sub o) x t + 1/2 x a x t (squared)
Where
x = distance after the football accelerates for a time, t
x(sub o) = initial distance
v (sub o) = initial velocity
a = acceleration
t = time
2006-12-12 08:39:12
·
answer #2
·
answered by Anonymous
·
0⤊
2⤋
If you want to find the distance between two real numbers x and y, the formula is
|x - y|
If you want to find the distance between two points in the plane (x1, y1) and (x2, y2), the formula is
√((x2 - x1)^2 + (y2 - y1)^2).
If you want to find the distance between two points in space (x1, y1, z1) and (x2, y2, z2), the formula is
√((x2 - x1)^2 + (y2 - y1)^2 + (z2 - z1)^2)
2006-12-12 11:29:12
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
d=rt. Or distance= rate x time
2006-12-12 08:05:08
·
answer #4
·
answered by redrunner 2
·
1⤊
1⤋
d=sqrt "(x2-x1)^2 + (y2-y1)^2"
2006-12-12 08:06:15
·
answer #5
·
answered by photojenny 2
·
0⤊
0⤋
t(time)*r(rate)=D(distance)
2006-12-12 08:05:52
·
answer #6
·
answered by spens 2
·
1⤊
1⤋
D = R[ate] X T[ime]
2006-12-12 08:05:50
·
answer #7
·
answered by HoVo 1
·
0⤊
1⤋