I want to compute the integral
$$\int_{|z - 1| = 1/2} \frac{e^{iz}}{(z^2-1)^2} \mathrm{d}z$$
using Cauchy's integral formula (residual theorem is not allowed). Examining the integrand one gets
$$ \frac{e^{iz}}{(z^2-1)^2} = \frac{e^{iz}}{(z-1)^2(z+1)^2}.$$
The problem is that I can't decompose the integrand as
$$f(z) \frac{1}{1-z}$$
since $f$ won't be holomorphic on $B_{1/2}(1)$ because the singularity of the integrand at $z=1$ is a pole of order $2$. I think a partial fraction decomposition won't help.
How should I proceed?
- \frac{d}{dz}\left[\frac{e^{iz}}{(z+1)^2}\right]_{z=1} (z-1)
- \frac12 \frac{d^2}{dz^2}\left[\frac{e^{iz}}{(z+1)^2}\right]_{z=1} (z-1)^2 + \cdots$$
– achille hui Aug 17 '15 at 08:08