Residue at essential singularity of $\frac{\mathrm{e}^{\frac{1}{z}}}{z^2-2z+2}$

96 Views Asked by At

Find the residue at $z=0$ of the function $$f(z)=\frac{\mathrm{e}^{\frac{1}{z}}}{z^2-2z+2}.$$


This is a very small part of a previous exam question of complex analysis. One way of doing it is decomposing $\frac{1}{z^2-2z+2}$ into partial fractions, finding the corresponding Laurent series around $z=0$, then multiplying it with the Laurent series around $z=0$ of $\mathrm{e}^{\frac{1}{z}}$.

I am wondering if there is an easier method. I would not start above method in exam conditions because of lack of time.

2

There are 2 best solutions below

0
On BEST ANSWER

You can apply the residue theorem in the form $\sum\limits_{\omega\in\Omega}\operatorname*{Res}\limits_{z=\omega}f(z)=0$, where $\Omega$ is the set of singularities of $f$ (assuming it is finite) together with the point $z=\infty$, and $\operatorname*{Res}\limits_{z=\infty}f(z)$ is treated specially. In our case, $$\bbox[5pt,border:2pt solid]{\operatorname*{Res}_{z=0}f(z)+\operatorname*{Res}_{z=1+\mathrm{i}}f(z)+\operatorname*{Res}_{z=1-\mathrm{i}}f(z)=0,}$$ with $\operatorname*{Res}\limits_{z=1\pm\mathrm{i}}f(z)$ easier to compute. Another way to obtain the same is to see that the residue at $z=0$ is $$\frac{1}{2\pi\mathrm{i}}\oint_{|z|=r}f(z)\,dz=\frac{1}{2\pi\mathrm{i}}\oint_{|w|=1/r}\frac{f(1/w)}{w^2}\,dw$$ if $r>0$ is small enough; the second integral (obtained using $z=1/w$) is the sum of residues of its integrand at $w=1/(1\pm\mathrm{i})$; substituting $w=1/z$ back, we get the equality above.

0
On

Although it is basically the way metamorphy suggests, that the sum of all residues including the one at infinity is equal to $0$, I went through it to the final value.

The nice thing here is that the residue at infinity turns out to be equal to $0$.

Besides the singularity at $z=0$ the function $$f(z) = \frac{e^{\frac 1z}}{z^2-2z+2}$$ has further poles of order $1$ at $z= 1+i$ and $z= 1-i$ for which the calculation of the residues is easy:

$$Res_{z=1+i}f(z) = \frac{e^{\frac{1}{2}}}{2i} e^{-\frac{i}{2}}$$ $$Res_{z=1-i}f(z) = -\frac{e^{\frac{1}{2}}}{2i} e^{\frac{i}{2}}$$

Now, for the residue at $z=\infty$ you have $$Res_{z=\infty}f(z) = -Res_{z=0}\left(\frac 1{z^2}f\left(\frac 1z\right)\right)$$ $$= -Res_{z=0}\frac{e^z}{z^2(\frac 1{z^2}-\frac 2z + 2)} = -Res_{z=0}\frac{e^z}{1 - 2z + 2z^2} = 0$$

So, you get

$$Res_{z=0}f(z) = -\left(Res_{z=1+i}f(z) + Res_{z=1-i}f(z) +Res_{z=\infty}f(z) \right) $$ $$= e^{\frac 12}\frac{e^{\frac{i}{2}} - e^{-\frac{i}{2}}}{2i}=\sqrt e\sin \frac 12$$