document.write( "Question 1031246: Write the partial decomposition of the rational expression:\r
\n" );
document.write( "\n" );
document.write( "(-x^2+2x+4)/(x(x+2)^2) = A/x + B/(x+2) + C/(x+2)^2\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #646001 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write the partial decomposition of the rational expression: \n" ); document.write( "(-x^2+2x+4)/(x(x+2)^2) = A/x + B/(x+2) + C/(x+2)^2 \n" ); document.write( "-------- \n" ); document.write( "Equate the numerators since the denominators are the same. \n" ); document.write( "------ \n" ); document.write( "-x^2 + 2x + 4 = A(x+2)^2 + Bx(x+2) + Cx \n" ); document.write( "------------------------- \n" ); document.write( "-x^2 + 2x + 4 = Ax^2 + 4Ax + 4A + Bx^2 + 2Bx + Cx \n" ); document.write( "-------------------------- \n" ); document.write( "-x^2 + 2x + 4 = (A+B)x^2 + (4A + 2B + C)x + 4A \n" ); document.write( "----- \n" ); document.write( "Equate corresponding coefficients:: \n" ); document.write( "A+B = -1 \n" ); document.write( "4A + 2B + C = 2 \n" ); document.write( "4A = 4 \n" ); document.write( "------- \n" ); document.write( "A = 1 \n" ); document.write( "----- \n" ); document.write( "So, B = -2 \n" ); document.write( "----- \n" ); document.write( "And C = 2-4+4 = 2 \n" ); document.write( "----- \n" ); document.write( "Ans: 1/x - 2/(x+2) + 2/(x+2)^2 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |