I have some serious problems with Laurent series. I don't know how to manipulate even the easiest series because I don't understand where to do what.
I know what a Laurent series is and i know how to calculate the radius of convergence and use them and everything. It so frustrated that I don't get how to do the right manipulation.
Look at this one
$$f(z)=\frac{1}{z+z^2}$$
with singularities at $z=-1$ and $z=0$,
I want to find the Laurent series for the neighborhoods $0<|z|<1$ and $1<|z|$
why is the manipulation for the first one $\frac{1}{z}\frac{1}{1-(-z)}$ and $\frac{1}{z^2}\frac{1}{1-(-\frac{1}{z})}$ for the second one?
As soon as I get the right manipulation stated above I can do everything else by my own but simply don't understand it, and this is a really easy one :(
The Laurent series around $z = a$ should look like
$$\sum_{n \ge -m} c_n (z - a)^n = c_{-m} (z - a)^{-m} + c_{-m + 1} (z - a)^{-m + 1} + \dotsb$$
This you can manufacture as
$$\frac{f(z)}{(z - a)^m}$$
where $f(z)$ has a "regular" power series.