Compute the integral using complex analysis method

55 Views Asked by At

I want to compute this integral

$$\int_{C(2i,5)} \frac{z}{e^z-1}dz$$

I was trying to trying to use residue theorem but I could not find residue of this function.

1

There are 1 best solutions below

0
On

If $z=x+iy$ with $x,y \in \Bbb{R}$ then $e^z = e^{x+iy} = e^x e^{iy} = 1 \Leftrightarrow e^x = 1$ and $y = 2\pi k$ with $k \in \Bbb{Z}$

With this the only posible singularities in the disk are $z=0$ and $z=2\pi i$. If you evaluate $\lim_{z \rightarrow 0} \frac{z}{e^z -1} = \lim_{z \rightarrow 0} \frac{1}{e^z} = 1$, so $z=0$ is a removable singularity. Then $z= 2 \pi $ is a pole of order $1$ because

$$\lim_{z \rightarrow 2\pi i} (z- 2\pi i) \frac{z}{e^z -1} = \lim_{z \rightarrow 2\pi i} \frac{2z-2\pi i}{e^z} = 2\pi i \in \Bbb{C}^*$$

And in fact as $z= 2\pi i$ is a simple pole then the last limit it the residue in that point, so aplying the residue theorem

$$\int_{C(2i,5)} \frac{z}{e^z - 1} = 2 \pi i \; 2\pi i = -4 \pi^2$$