Exercise :
Find the Laurent Expansion of the function :
$$f(z) = \frac{1}{(z-2i)(z^2 +4)}$$
around $z_0 = -2i$, in the biggest possible ring that includes the point $z=-2 + 2i$.
Attempt :
We have :
$$f(z) = \frac{1}{(z-2i)(z^2 +4)} = \frac{1}{(z-2i)(z + 2i)(z-2i)} = \frac{1}{(z-2i)^2(z + 2i)} $$
We have the rings :
$$D_1 : 0<|z+2i|<4$$
$$D_2 : |z+2i|>4$$
Because $|(-2+2i) + 2i| = |-2 + 4i| = \sqrt{20} > 4$, the biggest ring with center $z_0=-2i$ that contains the point $z=-2+2i$, is :
$$D_2 : |z+2i|>4$$
Now, such exercises can be handled by creating such a fraction, such as to use the usual geometric series :
$$\frac{1}{1-w} = \sum_{n=0}^{\infty}w^n ,|w|<1$$
$$\frac{1}{1+w} = \sum_{n=0}^{\infty}(-1)^nw^n,|w|<1$$
It is :
$$f(z) = \frac{1}{(z-2i)^2(z + 2i)} = \frac{1}{(z-2i)^2[(z - 2i)+4i]} = \frac{1}{(z-2i)^2(z - 2i)\big(1-\frac{4i}{z-2i}\big)} = \frac{1}{(z-2i)^3\big(1-\frac{4i}{z-2i}\big)} $$
But in order to have $|w|<1 $ it must hold that : $|z-2i| > 4$, but our ring is $|z+2i|>4$. My question is : Is the exercise wrong ? Maybe it means around the center $z_0 = 2i$ ? Or is it something that I am doing wrong ? If nothing is wrong, how do I proceed here ?
Except if I use :
$$\frac{1}{(z-2i)^2(z + 2i)} = \frac{1}{(z+2i)^3\big(1-\frac{4i}{z+2i}\big)^2} = \frac{1}{(z+2i)^3}\frac{1}{ \big(1-\frac{4i}{z+2i}\big)^2} = \frac{1}{(z+2i)^3} \Bigg( \sum_{n=0}^{\infty} \bigg(\frac{4i}{z+2i}\bigg)^n\Bigg)^2 $$
because if so, it is $|z+2i|>4$.
I would really appreciate some thorough help.
You are on the right track. Just the last step should be revised a little.
We have to put the focus on $D_2$ since it contains the point $-2+2i$.
Comment:
In (1) we apply the binomial series expansion.
In (2) we use the binomial identity $\binom{-p}{q}=\binom{p+q-1}{q}(-1)^q$.
In (3) we shift the index to start with $n=3$.