How do you integrate #int(x+2)/(x+1)^3 dx# =?

2 Answers
Apr 8, 2018

#I=-(1/(x+1)+1/(2(x+1)^2))+C#

Explanation:

We want to integrate

#I=int(x+2)/(x+1)^3dx#

Rewrite the integrand

#I=int(x+1+1)/(x+1)^3dx#

#color(white)(I)=int(x+1)/(x+1)^3+1/(x+1)^3dx#

#color(white)(I)=int1/(x+1)^2+1/(x+1)^3dx#

By the power rule for integration

#I=-1/(x+1)-1/(2(x+1)^2)+C#

#color(white)(I)=-(1/(x+1)+1/(2(x+1)^2))+C#

Apr 8, 2018

This integral can be solved by either separating the term by the use of partial fraction decomposition then integration or just by, sneakily, splitting the fraction into two terms and integrating.

Explanation:

The first method using partial fractions begins by allowing the inner expression to be equal to the following terms:
#(x+2)/(x+1)^3 = A/(x+1) + B/(x+1)^2 + C/(x+1)^3#

(Note: this partial fraction decomposition is a special case when a term in the denominator has a degree greater than 1)

The fractions can be multiplied by #(x+1)^3# to simplify the equation into a polynomial where then the coefficients of the different terms are equated on the left and right hand sides of the equation:
#x+2 = A(x+1)^2 + B(x+1) + C#
#x+2 = Ax^2+2Ax+A + Bx+B+C#

Hence:
#0 = A#
#1 = 2A + B#
#2 = A + B + C#

To find the coefficient the unknowns, they can be solved as simultaneous equations yielding:
#A = 0#
#B = 1#
#C = 1#

This means that the fraction can be decomposed to:
#(x+2)/(x+1)^3 = 1/(x+1)^2 + 1/(x+1)^3#

Now the integration should be straightforward.
After the partial fraction decomposition the integral can be rewritten as:
#int(1/(x+1)^2+1/(x+1)^3 )dx#

Then integration gives the answer:
#int(x+2)/(x+1)^3dx = -1/(x+1) - 1/(2(x+1)^2) + C#

To skip the long process of partial decomposition, the original integral can be manipulated as such:
#int(x+2)/(x+1)^3dx = int(x+1)/(x+1)^3 + 1/(x+1)^3dx#

# = int(1/(x+1)^2+1/(x+1)^3 )dx#