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?
2026-03-27 02:01:22.1774576882
Compute $\int_{\gamma} \frac{e^z}{z^4-1} \, dz $ using Cauchy's integral formula
764 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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}$$