document.write( "Question 1007676: Find A, B, and C for the partial fraction decomposition.
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "So far I am able to get \n" );
document.write( "
Algebra.Com's Answer #623513 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find A, B, and C for the partial fraction decomposition. \n" ); document.write( " ( (4x^2)-3x+7 ) / ( (x-1)((x^2) + 3) ) \r \n" ); document.write( "\n" ); document.write( "So far I am able to get:: \n" ); document.write( "-------- \n" ); document.write( " ( A/(x-1) ) + ( (Bx + C)/(x^2+3) ) \n" ); document.write( "------- \n" ); document.write( "= A(x^2+3) + (Bx+c)(x-1) / [(x-1)(x^2+3)] \n" ); document.write( "------- \n" ); document.write( "Equating the numerators you get:: \n" ); document.write( "A(x^2) + 3A + Bx^2 + cx -Bx - c = 4x^2 - 3x + 7 \n" ); document.write( "====== \n" ); document.write( "(A+B)x^2 + (c-B)x + 3A - c = 4x^2 - 3x + 7 \n" ); document.write( "------ \n" ); document.write( "Equate the corresponding coefficients to get 3 equations:: \n" ); document.write( "A + B = 4 \n" ); document.write( "C - B = -3 \n" ); document.write( "3A = 7 \n" ); document.write( "------- \n" ); document.write( "A = 7/3 \n" ); document.write( "A+C = 1, So C = -4/3 \n" ); document.write( "A + B = 4, So B = 4-7/3 = 5/3 \n" ); document.write( "------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |