document.write( "Question 447150: I'm really stuck on solving this partial fraction:\r
\n" );
document.write( "\n" );
document.write( "3/x(x+17)(x^2+13)= A/x+B/x+17+Cx+D/x^2+13
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #307941 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I'm really stuck on solving this partial fraction: \n" ); document.write( "3/x(x+17)(x^2+13)= A/x + B/(x+17) + (Cx+D)/(x^2+13)\r \n" ); document.write( "\n" ); document.write( "--- \n" ); document.write( "Multiply thru by x(x+17)(x^2+13) \n" ); document.write( "------------------- \n" ); document.write( "0x^3 + 0x^2 + 0x + 3 = A(x+17)(x^2+13) + B(x)(x^2+13) + (Cx+d)x(x+17) \n" ); document.write( "-------------------------------------------------------------------- \n" ); document.write( "0x^3+0x^2+0x+3 = A[x^3+17x^2+13x+221]+ B[x^3+13x] + [Cx^3+17Cx^2+Dx^2+17Dx] \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "0x^3+0x^2+0x+3 = A[x^3+17x^2+13x+221]+ B[x^3+13x]+C[x^3+17x^2]+D[x^3+17x] \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "X^3:::: A + B + C + D = 0 \n" ); document.write( "x^2:: 17A + 0B + 17C + 0 = 0 \n" ); document.write( "x::: 13A + 13B + 0C +17D = 0 \n" ); document.write( "-::: 221A + 0B + 0C + 0D = 3 \n" ); document.write( "---------------------------------------- \n" ); document.write( "Comment: Above is the process. You'll have to \n" ); document.write( "check the math. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |