Compute $\int_{\gamma} \frac{e^z}{z^4-1} \, dz $ using Cauchy's integral formula

764 Views Asked by At

I want to compute $$\int_{\gamma} \frac{e^z}{z^4-1} \, dz $$ where $\gamma$ is the unit circle centered at $1$. I'm asked to do this using Cauchy's integral formula. However, I need the denominator to be in the form $(z-a)^{n+1}$, how can I rewrite this function so that I can apply the formula?

2

There are 2 best solutions below

0
On BEST ANSWER

You can factor the denominator using a difference of squares twice $$z^4-1=(z^2+1)(z^2-1)=(z+i)(z-i)(z+1)(z-1)$$ The only singular point in the interior of $\gamma$ is $z=1$ (this is easy to see if you draw a picture) and so $$\int_\gamma\frac{e^z}{z^4-1}=\int_\gamma\frac{e^z}{(z+i)(z-i)(z+1)(z-1)}dz=2\pi i \frac{e}{(1+i)(1-i)(1+1)}= \frac{ie\pi}{2}$$

1
On

Define $$f(z) = \frac{e^z}{(z+1)(z^2+1)}$$ on the interior of your disk. Then, by Cauchy integral formula, $$\frac{1}{2 \pi i}\int_{\gamma} \frac{f(z)}{z-1} \mathrm{d}z = f(1) = \frac{e}{4}$$ so that your integral equals $ \pi e i/2$.