0

I'm having trouble with the following problem:

$$ \int \frac{z}{(z^2+1)^2}\ dz $$

I need to integrate around the circle centered at the origin with radius 3/2. When I try to solve using the residue theorem, I find that there are two poles of order 2 and +i and -i. However, when finding the residues, I get infinities as z approaches i and -i. How would I solve this?

Evan
  • 35
  • Slightly off-topic remark: There's no need to use residues in this case, since the integrand has an antiderivative in $\mathbf{C} \setminus { \pm i }$, namely $-\frac12 (z^2+1)^{-1}$. – Hans Lundmark Mar 24 '17 at 08:34

1 Answers1

1

Given $\int_C \dfrac{z}{(z^2+1)^2}\ dz$ where $C:|z|=\dfrac{3}{2}$.

This equals $\int \dfrac{z}{(z+i)^2(z-i)^2}\ dz=\int \dfrac{f(z)}{(z-i)^2} dz$ where $f(z)=\dfrac{z}{(z+i)^2}$

In the above integral representation $z=i$ is a pole of order 2 and $f$ is analytic at $z=i$. So $\text{Res}_{z=i} \:f(z)=\dfrac{f'(z)}{1!}$. So the value of the integral is $2\pi i\text{Res}_{z=i}$. Now do the other part similarly with $\int \dfrac{g(z)}{(z+i)^2}dz$ where $g(z)=\dfrac{z}{(z-i)^2}$ and obtain the residue similarly as abovr. The actual value of the integral will be addition of respective integrals.

creative
  • 3,539