Determine the Laurent series of $$z \mapsto \frac{z+2}{z-1}$$ over the region $$C := \left\{ z \in \mathbb{C} \mid |z-1| > 1 \right\} $$
With the region being simplified to
$$ \frac{1}{|z-1|} < 1$$
the solution would be
$$ 1+\frac{3}{z-1} $$
However, I am confused as to how this is the conclusion. Why is there no expansion of further terms of the Laurent series? Because if you change the inequality you get a actual expansion like so:
In the annulus: $$C:=\{z \in \mathbb{C} \mid 0<|z|<1 \} \\$$ $$|z| < 1$$ Gives: $$f(z)=\frac{z+2}{z-1}=1-3\sum_{n=0}^{\infty}z^n$$
So why does that give a series solution but the first way does not?
I believe the first series you got is infact the Laurent series of $f(z)$ about z=1 and the second the Taylor series about z=0. What you've shown is that generally they don't agree.