Laurent series manipulation

181 Views Asked by At

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 :(

2

There are 2 best solutions below

0
On

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.

2
On

Remember that the expansion

$$\frac1{1-z} = \sum_{n=0}^{\infty} z^n$$

is only valid when $|z| \lt 1$. So each region defined will require manipulation in order to get something that may be expanded likewise. For instance,

$$\frac1{z+z^2} = \frac1{z} \frac1{1+z} $$

so that when $|z| \lt 1$, we may expand the $1/(1+z)$ term as above. However, when $|z| \gt 1$, $1/|z| \lt 1$ and we must factor out the $z$ from the $1/(1+z)$ term in order to be able to expand as above:

$$\frac1{z+z^2} = \frac1{z} \frac1{z} \frac1{1+\frac1{z}} = \frac1{z^2} \frac1{1+\frac1{z}}$$

Now we can expand the one over the binomial piece.