0

Express $$\frac{2x}{(x^2 + 1)(x + 1)^2} = \frac{A_1 x + A_2}{(x^2+1)} + \frac{B}{(x+1)^2} + \frac{C}{x+1}$$ in partial fractions. I know I have to decompose it into three fractions with numerators $(x^2 + 1), (x + 1)$ and $(x + 1)^2$.

AlexR
  • 24,905
  • 1
    You might like: http://math.stackexchange.com/questions/20963/integration-by-partial-fractions-how-and-why-does-it-work The first answer is informative. – J126 Oct 13 '13 at 18:52

2 Answers2

2

As you know, $$\frac{2x}{(x^2+1)(x+1)^2}=\frac A{x+1}+\frac B{(x+1)^2}+\frac{Cx+D}{x^2+1}$$

Multiply either sides by $(x^2+1)(x+1)^2$ to get $$2x=A(x+1)(x^2+1)+B(x^2+1)+(Cx+D)(x+1)^2$$

Now arrange the Right Hand side as the descending power of $x$

and compare the coefficients of the different powers of $x$

2

Let denote your fraction by $F(x)$ hence we have $$B=(x+1)^2F(x)\big|_{x=-1}=-1$$ $$A_1i+A_2=(x^2+1)F(x)\big|_{x=i}=\frac{2i}{(1+i)^2}=1\quad \text{so}\quad A_1=0\ ;\ A_2=1$$ and finally we have $$\lim_{x\to\infty}xF(x)=0=A_1+C\quad \text{so}\quad C=-A_1=0$$