How do you write the partial fraction decomposition of the rational expression x2+x(x+2)(x1)2?

1 Answer
Nov 6, 2016

x2+x(x+2)(x1)2=29(x+2)+79(x1)+23(x1)2

Explanation:

As the degree of numerator is less than that of denominator, we can proceed to write partial fractions as

x2+x(x+2)(x1)2Ax+2+Bx1+C(x1)2

or x2+x=A(x1)2+B(x1)(x+2)+C(x+2)............(1)

or x2+x=A(x22x+1)+B(x2+x2)+C(x+2)

or x2+x=x2(A+B)+x(B2A+C)+(A2B+2C)............(2)

Putting x=1 and x=2 in (1), we get 3C=2 and 9A=2 i.e. C=23 and A=29.

Comparing terms of x2 in (2), A+B=1 i.e. B=79

Hence x2+x(x+2)(x1)2=29(x+2)+79(x1)+23(x1)2