Evaluate the complex contour integral $\cos(z)/z^3$

5.4k Views Asked by At

Let $\gamma\colon [0,2\pi]\longrightarrow \mathbb{C}, t\mapsto e^{it}$ be a contour.

I want to compute $\int_\gamma \cos(z)/z^3\mathrm{d}z$ by using the polynomial series for $\cos(z)$.

So I get $$\int_\gamma \sum_{n=0}^\infty (-1)^n \frac{z^{2n-3}}{(2n)!}\mathrm{d}z$$

Hence, by evaluating on the curve: $$\int_{0}^{2\pi}\sum_{n=0}^\infty \frac{(-1)^n}{(2n)!} i\exp\big(2it(n-1)\big)\mathrm{d}t$$

I am stuck here.

3

There are 3 best solutions below

4
On BEST ANSWER

Hint: integrate your sum term by term. If you want to compute it in a more direct way, write $\cos(z) = \frac{1}{2}\left( e^{iz} + e^{-iz}\right)$ and integrate directly. For yet another way, utilize Cauchy's integral formula.

0
On

$$\int_\gamma \frac{\cos z}{z^3}\,\mathrm{d}z=2\pi i\,\text{Res}\left(\frac{\cos z}{z^3},\{z,\;0\}\right)=2\pi i\,\left(-\frac{1}{2}\right)=-i \pi$$

Hope this helps

0
On

It is easy to see that $z=0$ is the only singularity in the unit disk, $|z|=1$.

An easier approach is to use the Cauchy Integral Formula For Derivatives: $$\int_{\gamma} \dfrac{f(z)}{(z-a)^{m+1}}dz=2\pi i .\dfrac{f^{(m)}(a)}{m!}$$ for $m>1.$

In this case, $f(z)=\cos z$, $a=0$ and $m=2$.

Plugging in the formula, $$\int_{\gamma} \dfrac{\cos z}{z^{3}}dz=\dfrac{2 \pi i}{2!}.-\cos (0)=-\pi i.$$

All the best.