in trying to understand how to set up the Laurent series for a fractional expression, I have the given function
\begin{equation} \frac{1}{(z-2)}-\frac{1}{(z-1)} \end{equation}
The Laurent series of each of the two fractions are evaluated over the three intervals:
a) On the ring $|z|<1$ the series are:
\begin{equation} \frac{1}{(z-1)}=-\frac{1}{(1-z)}=\sum_{n=0}^{\infty}(-1)^nz^n \end{equation}
\begin{equation} \frac{1}{(z-2)}=-\frac{1}{2}\frac{1}{(1-z/2)}=\sum_{n=0}^{\infty}(-1)^n\frac{z^n}{2^{n+1}} \end{equation}
b) On the annulus $1<|z|<2$
\begin{equation} \frac{1}{(z-1)}=\frac{1}{z}\frac{1}{(1-1/z)}=\sum_{n=0}^{\infty}\frac{1}{z^{n+1}} \end{equation}
\begin{equation} \frac{1}{(z-2)}=-\frac{1}{2}\frac{1}{(1-z/2)}=\sum_{n=0}^{\infty}(-1)^n\frac{z^n}{2^{n+1}} \end{equation}
c) On the open region $|z|>2$
\begin{equation} \frac{1}{(z-1)}=\frac{1}{z}\frac{1}{(1-1/z)}=\sum_{n=0}^{\infty}\frac{1}{z^{n+1}} \end{equation}
\begin{equation} \frac{1}{(z-2)}=\frac{1}{z}\frac{1}{(1-2/z)}=\sum_{n=0}^{\infty}\frac{2^n}{z^{n+1}} \end{equation}
If one looks closely, whenever the fractions are evaluated over an open disk, a factor of $\frac{1}{z}$ is extracted from the fraction, so that one obtains the form $\sum_{n=0}^\infty \frac{a^n}{z^{n+1}}$. Then whenever the fractions are evaluated over a closed disk, one seeks a solution in the form of $\sum_{n=0}^\infty \frac{z^n}{a^{n(+1)}}$, with alternating sign. When one considers an annulus squeezed between the two other regions, then the fraction with the pole close to the upper bound is evaluated as for the closed ring, while the fraction with the pole whose value is closer to the lower bound, is rather "inverted" such that one seeks a solution by extracting the factor $\frac{1}{z}$ from the denominator. There is an evident pattern here, but can it be generalized in some understandable formula or explanation?
Thanks