Integration by Partial Fractions $\int\frac{1}{(x+1)^3(x+2)}dx$

163 Views Asked by At

I'm trying to do a problem regarding partial fractions and I'm not sure if I have gone about this right as my answer here doesn't compare to the answer provided by wolfram alpha. Is it that I can't Seperate things that are raised to powers on the denominator?

http://www.wolframalpha.com/input/?i=integrate+1%2F%28%28x%2B1%29%5E3%28x%2B2%29%29

My Work:

$$\int\frac{1}{(x+1)^3(x+2)}dx$$ $$\frac{1}{(x+1)^3(x+2)}=\frac{A}{(x+1)^3}+\frac{B}{(x+2)}$$ $$1=A(x+2)+B(x+1)^3$$ Plugging $x=-1$ $$1=A(1)+B(0)^3$$ $$A=1$$ Plugging $x=-2$ $$1=A(0)+B(-1)^3$$ $$B=-1$$ $$\int\frac{1}{(x+1)^3(x+2)}dx=\int\left(\frac{1}{(x+1)^3}-\frac{1}{(x+2)}\right)$$ $$\int\left(\frac{1}{(x+1)^3}-\frac{1}{(x+2)}\right)dx=\frac{-1}{2(x+1)^2}-ln|x+2|+C$$

4

There are 4 best solutions below

1
On BEST ANSWER

Hint. Your following partial fraction decomposition is not correct: $$ \require{cancel} \frac{1}{(x+1)^3(x+2)}\color{red}{\cancel{=}}\frac{A}{(x+1)^3}+\frac{B}{(x+2)} $$ it is rather of the following form: $$ \frac{1}{(x+1)^3(x+2)}=\frac{A_3}{(x+1)^3}+\frac{A_2}{(x+1)^2}+\frac{A_1}{(x+1)}+\frac{B}{(x+2)}. $$

2
On

You cannot choose such $A$ and $B$. When you say $A=1$, $B=-1$, you are saying that $$ 1=(x+2)-(x+1)^3 $$ for all $x$, which is clearly false.

A degree 3 monomial will require three coefficients. The way partial fractions work is to write $$ \frac{1}{(x+1)^2(x+2)}=\frac{A(x+1)^2+B(x+1)+C}{(x+1)^3}+\frac{D}{x+2}. $$

0
On

Let $$\frac{1}{(x+1)^3(x+2)}=\frac{A_1}{(x+1)^3}+f_1(x)$$ $$A_1=\frac{1}{(x+2)}|_{x=-1}=1,f_1(x)=-\frac{1}{(x+1)^2(x+2)}$$ Let $$f_1(x)=-\frac{1}{(x+1)^2(x+2)}=\frac{A_2}{(x+1)^2}+f_2(x)$$ $$A_2=-\frac{1}{(x+2)}|_{x=-1}=-1,f_2(x)=\frac{1}{(x+1)(x+2)}$$ $$f_2(x)=\frac{1}{(x+1)}-\frac{1}{(x+2)}$$ thus: $$\frac{1}{(x+1)^3(x+2)}=\frac{1}{(x+1)^3}-\frac{1}{(x+1)^2}+\frac{1}{(x+1)}-\frac{1}{(x+2)}$$

0
On

Observe that:

$$x+2 = (x+1)+1$$

Rewrite the numerator as:

$$\left( (x+1)^3+1^3 \right) - (x+1)$$

And cancel using the sum of cubes identity

$$a^3+b^3\equiv(a+b)(a^2-ab+b^2)$$