Question 1031246: Write the partial decomposition of the rational expression:
(-x^2+2x+4)/(x(x+2)^2) = A/x + B/(x+2) + C/(x+2)^2
Thank you! Found 2 solutions by stanbon, Edwin McCravy:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Write the partial decomposition of the rational expression:
(-x^2+2x+4)/(x(x+2)^2) = A/x + B/(x+2) + C/(x+2)^2
--------
Equate the numerators since the denominators are the same.
------
-x^2 + 2x + 4 = A(x+2)^2 + Bx(x+2) + Cx
-------------------------
-x^2 + 2x + 4 = Ax^2 + 4Ax + 4A + Bx^2 + 2Bx + Cx
--------------------------
-x^2 + 2x + 4 = (A+B)x^2 + (4A + 2B + C)x + 4A
-----
Equate corresponding coefficients::
A+B = -1
4A + 2B + C = 2
4A = 4
-------
A = 1
-----
So, B = -2
-----
And C = 2-4+4 = 2
-----
Ans: 1/x - 2/(x+2) + 2/(x+2)^2
================
Cheers,
Stan H.