SOLUTION: find the distance between the pair of points and find the midpoint of the segment having the poinits as endpoints. (a, 1/a) and (a+h, 1/a+h) /= divided by
I figured out the midp
Algebra ->
Equations
-> SOLUTION: find the distance between the pair of points and find the midpoint of the segment having the poinits as endpoints. (a, 1/a) and (a+h, 1/a+h) /= divided by
I figured out the midp
Log On
Question 264994: find the distance between the pair of points and find the midpoint of the segment having the poinits as endpoints. (a, 1/a) and (a+h, 1/a+h) /= divided by
I figured out the midpoint (2a+h/a, 2a+h/2a(a+h) but I am having trouble with the distance: I got this far, I don't know what to do next.
d= square root (a+h-a)^2+ 1/a+h-1/a)^2
You can put this solution on YOUR website! find the distance between the pair of points and find the midpoint of the segment having the poinits as endpoints. (a, 1/a) and (a+h, 1/a+h) /= divided by
I figured out the midpoint (2a+h/a, 2a+h/2a(a+h) but I am having trouble with the distance: I got this far, I don't know what to do next.
d= square root (a+h-a)^2+ 1/a+h-1/a)^2
-----------------
Use b for a+h to save typing
-----------
d^2 = (a-b)^2 + (1/a - 1/b)^2
d^2 = (a-b)^2 + ((b-a)/ab)^2
Using b didn't help much
d^2 = h^2 + h^2/((a*(a+h))^2
d^2 = h^2 + h^2/(a^2*(a+h)^2)
d^2 = h^2*((a^2*(a+h)^2 + 1)/(a^2*(a+h)^2)
It doesn't simplify. I don't see the point of it.