Given
$\frac{e^{z^2} -1}{z \sin(z)}$
I have to determine the order of the zeros and of the singularities.
I think I'm confused by the difference between the two things.
One should be $z_k=k\pi$ . I usually derivate the function to obtain the order, I'm not sure how to proceed here. Plus, I found different definitions in different sites. Here what my book says for order of zeros: $f(z_0)=f'(z_0)=f''(z_0)=...=f^{(n-1)}(z_0) = 0$ and $f^{(n)} \neq0$;
$z=0$ is a removable singularity since
$$ \lim_{z\to\ 0} \frac{e^{z^2}-1}{z\sin{z}} = 1 $$ For zeros,
$e^{z^2}-1=0$ $\implies$ $e^{z^2}=1$ $\implies$ $e^{z^2} = e^{2n\pi i},$ $\space where\space n=0,1,2,.....$
$\implies$ $z^2 = 2n\pi i \implies z = \sqrt{2n\pi i} $
Note that, $n=0$ gives $z=0$ which is a removable singularity of the given function. So, $z_n=\sqrt{2n\pi i} , where\space n=1,2,3,...$ are the zeros of the given function.
Now, let $f(z) = e^{z^2} -1 $. Then,
$$\begin{align}\frac{e^{z^2} - 1}{z\sin{z}} & = \frac{f(z)}{z\sin{z}} \\ & = \frac{f(z_n) + \frac{(z-z_n)}{1!}f'(z_n) + \frac{(z-z_n)}{2!}f"(z_n) + ....}{z\sin{z}} \end{align} $$
[Exapanding f(z) by Taylor's series about the point $z=z_n$]
Since, $f(z_n)=0$ and $f'(z_n)\neq 0 , f"(z_n) \neq 0$ $$\begin{align}\frac{e^{z^2} - 1}{z\sin{z}} & = (z-z_n)\biggl[\frac{\frac{f'(z_n)}{1!} + (z-z_n) \frac{f"(z_n)}{2!} + .....}{z\sin{z}}\biggr] \\ & = (z-z_n) \phi (z) \end{align}$$
Where $\phi (z_n) =\frac{f'(z_n)}{z_n\sin{z_n}} \neq 0$.
Therefore, by the definition, $z=z_n$ are zeros of order 1 ,i.e., simple zeros.
For poles,
$z\sin{z} = 0 \implies z=z_k = k\pi ,\\ where\space k=1,2,3,...$
So $z=z_k$ are simple poles.