document.write( "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\r
\n" );
document.write( "\n" );
document.write( "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.
\n" );
document.write( "d= square root (a+h-a)^2+ 1/a+h-1/a)^2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #194951 by Alan3354(69443)![]() ![]() 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 \n" ); document.write( "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. \n" ); document.write( "d= square root (a+h-a)^2+ 1/a+h-1/a)^2 \n" ); document.write( "----------------- \n" ); document.write( "Use b for a+h to save typing \n" ); document.write( "----------- \n" ); document.write( "d^2 = (a-b)^2 + (1/a - 1/b)^2 \n" ); document.write( "d^2 = (a-b)^2 + ((b-a)/ab)^2 \n" ); document.write( "Using b didn't help much \n" ); document.write( "d^2 = h^2 + h^2/((a*(a+h))^2 \n" ); document.write( "d^2 = h^2 + h^2/(a^2*(a+h)^2) \n" ); document.write( "d^2 = h^2*((a^2*(a+h)^2 + 1)/(a^2*(a+h)^2) \n" ); document.write( " \n" ); document.write( "It doesn't simplify. I don't see the point of it. \n" ); document.write( " \n" ); document.write( " |