My goal is to find the Taylor Series (around zero) for the following function:
$$f\left(x\right)\:=\:\frac{x}{\:\left(1-x\right)\left(1+x\right)^2}$$
I figured out that I should use partial fractions and make it a sum of known series.
Unfortunately, I can't get rid of the square at the denominator, therefore I am struggling to get a simple form that I can work with.
I tried Ax+B, A+B+C and so on. Couldn't solve it yet.
Is it really the way to solve it? If so, what should I do with the square at the denominator?
Thanks for helping,
You can't get rid of the square. You can write your function as $$f(x)=\frac{A}{1-x}+\frac{B}{1+x}+\frac{C}{(1+x)^2},$$ and use $$\frac{1}{(1+x)^2}=-\frac{d}{dx}\frac{1}{1+x}.$$ Does that help?