Hello all at StackExchange,
I'm having some trouble understanding computing the Laurent series for different domains.
Here's my approach to finding the Laurent series for $\dfrac{3}{(z+1)(z-2)}$ for the following domains.
1) $|z| < 1$
2) $ 1 < |z| < 2$
3) $|z| > 2$
So, using partial fraction decomposition, I obtain $\dfrac{1}{z-2} - \dfrac{1}{z+1}$.
The idea is to obtain series for both fractions, which is understandable (Taylor series and power series of complex functions is understood), but I am not understanding $\bf{why}$ the fractions become modified as follows (the algebra is understood, not the idea).
1) We change $\dfrac{1}{z-2} = -\dfrac{1}{2}\left[\dfrac{1}{1-\frac{z}{2}}\right]$ and leave $\dfrac{1}{z+1} = \dfrac{1}{z-(-1)}$.
2) We still have $\dfrac{1}{z-2} = -\dfrac{1}{2}\left[\dfrac{1}{1-\frac{z}{2}}\right]$ but instead $\dfrac{1}{z+1} = \dfrac{1}{z}\left[\dfrac{1}{1+\frac{1}{z}}\right]$.
3) We change $\dfrac{1}{z-2} = \dfrac{1}{z}\left[\dfrac{1}{1-\frac{2}{z}}\right]$ but keep $\dfrac{1}{z+1} = \dfrac{1}{z}\left[\dfrac{1}{1+\frac{1}{z}}\right]$.
Do the fractions change because of analyticity in the domains, and in particular, why do we factor a term of $\dfrac{1}{z}$ for some of them? Much help would be appreciated, and regards.
I think that the reason is that you need to use the identity $$\frac{1}{1-w} = \sum_{n=0}^\infty w^n$$ which holds only for $|w| < 1$. Notice that if $|z|<1$, then $\frac{1}{z+1} = \sum_{n=0}^\infty (-z)^n$ is valid, but not for $|z| > 1$. That's why in the other two cases, you need to write it as $$\frac{1}{z} \cdot \frac{1}{1+\frac 1 z} = \frac{1}{z} \sum_{n=0}^\infty \left(-\frac 1 z\right)^{n}$$ in order to use the identity, since now $\left|\frac 1z\right| < 1$.
I might be mistaken, so please correct me if you find a mistake in what I have said.