So, I'm trying to classify the singular points of the following function:
$$ f(z)=e^{\cot(\frac {1}{z})} $$
Obviously, when z is zero, the function tends to approach infinity, so that must be a singularity. To characterize the singularity, I think that I must expand it out into a Laurent series and see what it looks like. Here's what I did:
$$\cot(z)=\frac{1}{z}-\frac{z}{3}-\frac{z^3}{45}+\cdots$$
$$\cot\left(\frac{1}{z}\right)=z-\frac{1}{3z}-\frac{1}{45z^3}+\cdots$$
Let's call this function above A for simplicity!
$$e^z=1+z+\frac{z^2}{2!}+\frac{z^3}{3!}+\frac{z^4}{4!}+\cdots$$
$$e^A=1+A+\frac{A^2}{2!}+\frac{A^3}{3!}+\cdots$$
Since A consists of an infinite number of z's with negative powers increasing each term, we notice two things. First, $z=0$ is indeed a singularity. Second, does this allow us to conclude that the singularity $z=0$ is an isolated, essential singularity? Is there any other singularity, such as infinity?
EDIT: So, to consider $z=infinity$, I considered $f(\frac{1}{z})$ at the point $z=0$. Expanding out this, we end up with:
$$\cot(z)=\frac{1}{z}-\frac{z}{3}-\frac{z^3}{45}+\cdots$$
Let's call this expansion B!
$$e^z=1+z+\frac{z^2}{2!}+\frac{z^3}{3!}+\frac{z^4}{4!}+\cdots$$
$$f(\frac{1}{z})=e^{\cot(z)}=1+B+\frac{B^2}{2!}+\frac{B^3}{3!}+\frac{B^4}{4!}+\cdots$$
Thus, that $\frac{1}{z}$ term in B will continually increase in power as the terms go further out. For this reason, I think that it's also an isolated,essential singularity. What are your thoughts; am I thinking of this correctly? Are there any other singularities?
Should I instead expand the function about $z=\pi$?
– Incognito Mar 12 '14 at 19:43