Definite integrals with complex analysis

82 Views Asked by At

Can anyone explain me why:

$$\int_{C_r}\frac{1}{z} \mathrm{d}z+\int_{C_r}\frac{e^{iz}-1}{z}\mathrm{d}z\stackrel{r \to 0^+}{=}\pi i$$

$C_r$ is half circle from $r$ to $-r$

2

There are 2 best solutions below

2
On

First integral you can calculate this way:

$\displaystyle{\int_{C_r} \frac{1}{z} dz=\int_{0}^{\pi} \frac{ie^{it}}{e^{it}}dt=\pi i}$

Now consider integral:

$\displaystyle{\int_{C_r \cup [-r,r]}\frac{e^z-1}{z}}$

It's zero because $\frac{e^z-1}{z}$ is analytic/holomorpfic function, so:

$\displaystyle{\int_{C_r}\frac{e^z-1}{z}=-\int_{-r}^{r}} \frac{e^x-1}{x} dx$

Next $\frac{e^x-1}{x}$ is continuous at $x=0$, so it's bounded near zero, so by Cauchy inequality:

$\displaystyle{|\int_{-r}^{r} \frac{e^x-1}{x} dx| \leq |2r\sup_{x \in [-r,r]}\frac{e^x-1}{x}}| \to_{r \to 0} 0$

0
On

If $C_r$ denotes the upper half circle from $r$ to $-r$, then the map $\gamma:t\in [0,\pi]\mapsto re^{it}$ is a good oriented parametrization of $C_r$.

Thus, you just have to compute this integrale using $\gamma$ and see what happens.

  • First of all, for any $r>0$, $$\int_{C_r}\dfrac{dz}{z}=\int_{0}^{\pi} \dfrac{ire^{it}}{re^{it}}dt=i\pi$$
  • Then, for the second integral, you get : $$\int_{C_r}\dfrac{e^{iz}-1}{z}dz=i\int_{0}^{\pi}[\exp(rie^{it})-1]dt.$$ Since $|e^{\omega}-1|\leq e^{|\omega|}-1$ for any $\omega\in \mathbb C$, you get for any $r>0$ : $$\left|\int_{C_r}\dfrac{e^{iz}-1}{z}dz\right|\leq \int_{0}^{\pi}|\exp(rie^{it})-1|dt\leq \int_{0}^{\pi}|e^r-1|dt=\pi(e^r-1)$$ But the right hand side goes to $0$ when $r$ goes to $0$ so you finaly obtain $$\lim_{r\to 0} \int_{C_r}\dfrac{dz}{z} + \int_{C_r}\dfrac{e^{iz}-1}{z}dz =i\pi.$$