I need to find the Laurent Series for $z=2$, $z=i$, and $1<|z|<2$ for the following function:
$$ f(z)= \frac{z^2 -2z +5}{(z-2)(z^2+1)}.$$
I was thinking if I could get something like $$\frac{1}{1 - (z-2)}$$ I could use geometric series.
Like in this example for $z=-1$:
$$f(z)=\frac{1}{1-z} =\frac{1}{2-(z+1)} =\frac{1}{2\left(1-\frac{z+1}{2}\right)}=\frac{1}{2}\sum \left(\frac{z+1}{2}\right)^n.$$
Unfortunately, I'm not getting anywhere with that approach. What am I missing?
edit: can I rewrite it like this: $$f(z)=\frac{1}{z-2}-\frac{i}{z+i}+\frac{i}{z-i}$$ and then use Taylor?