Proof involving contour integrals

84 Views Asked by At

Let $a$ be given and let $\gamma$ be a simple closed curve oriented counterclockwise. Suppose that $\gamma$ encloses the numbers $z=\pm ai$. Show that

$\int \frac{e^z}{z^2+a^2}dz = \frac{2\pi i\text{sin}a}{a}$.

Usually with these problems I can find a way to rewrite the integrand and apply Cauchy's theorem or the deformation theorem. I'm not sure how to begin here however.

Also:

Let $f$ be analytic "on and inside" a simple closed curve $\gamma$. Suppose that $f=0$ on $\gamma$. Show that $f=0$ inside $\gamma$.

My proof:

Let $z_0$ be inside $\gamma$. Then by CIF we have

$f(z_0) = \int_{\gamma} \frac{f(z)}{z-z_0}dz$. But since $f=0$ on $\gamma$, we have $f(z_0) = \int_{\gamma} \frac{f(z)}{z-z_0}dz = 0$. Since $z_0$ was an arbitrary point inside $\gamma$, $f=0$ inside $\gamma$.

2

There are 2 best solutions below

7
On BEST ANSWER

\begin{align} \oint_{\gamma} \frac{e^z}{z^2+a^2}\mathrm dz&=\oint_{\gamma} \frac{e^z}{(z-ia)(z+ia)}\mathrm dz\\ &=\frac {1}{2ia}\oint_{\gamma} \left (\frac{e^z}{z-ia}-\frac{e^z}{z+ia}\right)\mathrm dz\\ &=\frac {1}{2ia}(2\pi i e^{ia}-2\pi i e^{-ia})\\ &=2\pi i\frac {e^{ia}-e^{-ia}}{2i\,a}\\ &= \frac{2\pi i\sin a}{a} \end{align}

2
On

Hint:

$$\int_\gamma \dfrac{e^z}{z^2+a^2}\mathrm dz=\int_\gamma\dfrac{e^z}{(z-ia)(z+ia)}\mathrm dz=2\pi i (\text{Res}_{z=ia}+\text{Res}_{z=-ia})$$


$$\dfrac{e^z}{(z-ia)(z+ia)}=\dfrac{e^z}{2ia}\left[\dfrac{(z+ia)-(z-ia)}{(z+ia)(z-ia)}\right]=\dfrac{1}{2ia}\left[\dfrac{e^z}{z-ia}-\dfrac{e^z}{z+ia}\right]$$

Doing the Partial Fraction Decomposition you can use the Cauchy Integral Formula for Derivatives to solve this Contour Integral which is stated as follows:

$$f^{(k)}(w)=\dfrac{k!}{2\pi i}\oint \dfrac{f(z)}{(z-w)^{k+1}}\mathrm dz$$

Further make use of De Moivre's result which immediately gives you the result as $2\pi i \sin a /a$.