How do you integrate (dxx(x+1)2) using partial fractions?

1 Answer
Feb 8, 2016

1x(x+1)2dx=ln|x|ln|x+1|+1x+1+Constant

Explanation:

As stated by the question, we must first express 1x(x+1)2 in partial fractions, before we perform the integration.

1x(x+1)2Ax+Bx+1+C(x+1)2,

where A, B and C are constants to be determined, such that the equality holds true for all possible values of x.

Which means,

1A(x+1)2+Bx(x+1)+Cx.

Simplifying gives

(A+B)x2+(2A+B+C)x+A1

We compare the coefficients (to zero) to get 3 simultaneous linear equations,

A+B=0
2A+B+C=0
A=1

The system of equations is solved easily to yield

A=1
B=1
C=1

Therefore,

1x(x+1)21x1x+11(x+1)2.

Now, to integrate.

1x(x+1)2dx=(1x1x+11(x+1)2)dx

=ln|x|ln|x+1|+1x+1+Constant