document.write( "Question 286253: Hi, I'm supposed to simplify this if possible.
\n" );
document.write( "((1/(x+h)^2)-(1/x^2))/h
\n" );
document.write( "I've tried several ways of solving this, most recently coming up with the answer (1-2xh-h^2)/(x^2h+2xh^2+h^3) but this isn't right. Can someone please help me? \n" );
document.write( "
Algebra.Com's Answer #207563 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! simplify this if possible. \n" ); document.write( "((1/(x+h)^2)-(1/x^2))/h \n" ); document.write( "------------------- \n" ); document.write( "lcd = x^2(x+h)^2 \n" ); document.write( "Rewrite each fraction with the lcd as its denominator: \n" ); document.write( "------------------------ \n" ); document.write( "[(x^2/lcd - (x+h)^2/lcd]/h \n" ); document.write( "Combiine the numerators over the lcd: \n" ); document.write( "--------------------- \n" ); document.write( "[x^2 -x^2-2hx-h^2]/(lcd*h) \n" ); document.write( "Simplify the numerator: \n" ); document.write( "------------------------- \n" ); document.write( "(2hx-h^2)/(lcd*h) \n" ); document.write( "Divide by \"h\" to get: \n" ); document.write( "--- \n" ); document.write( "= (2x-h)/(x^2(x+h)^2) \n" ); document.write( "--------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |