Give examples of functions $f_1, f_2, f_3 \in H(D'(a,1))$ which have respectively removable singularity, pole of order 3 and essential singularity.
I though about:
- $f_1 = \frac{z^2 - a^2}{z-a}$
- $f_2 = \frac{1}{(z-a)^3}$
- $f_3 = e^{\frac{1}{z-a}}$
$f_1$ can be removed $ \frac{z^2 - a^2}{z-a} = \frac{(z-a)(z+a)}{z-a} = z+a$, $f_2$ seems like pole of order 3 and using Taylor's series $f_3$ seems to have infinitely many zeros in $z-a$.
Is this correct answer?