6

I am asked to compute the integral $$ \int_C {e^{3z}-z\over (z+1)^2z^2} $$ where $C$ is a circle with the center at the origin and radius ${1 \over 2}$.

My approach was to separate the integral as a differentiation of 2 contour integrals:

$$ \int_C {e^{3z}-z\over (z+1)^2z^2} = \int_C {e^{3z}\over (z+1)^2z^2} - \int_C {1\over (z+1)^2z} $$

Then I calculated the residue of each contour integral with a Laurent series around $z_0 = 0$:

$$ {e^{3z}\over (z+1)^2z^2} = {1\over (z+1^2)}\ .\ e^{3z}\ .\ {1\over z} $$

$$ {e^{3z}\over (z+1)^2z^2} = \sum_{n=0}^\infty {3^nz^{n-2}\over n!}\ .\ (1-2z+3z^2+...) $$

$$ {e^{3z}\over (z+1)^2z^2} = {a_{-2}\over z^2}+{-2+3\over z}+a_0+... $$

So the residue for this contour integral is $1$ and the final result is $2\pi i$

I did the same with the other countour integral:

$$ {1\over (z+1)^2z} = {1\over z}\ .\ (1-2z+3z^2+...) $$

$$ {1\over (z+1)^2z} = {1\over z}-2+3z^2+... $$

So the residue for this contour integral is also $1$ and the final result is $2\pi i$

Then I substitute my results in the original contour integral:

$$ \int_C {e^{3z}-z\over (z+1)^2z^2} = 2\pi i - 2\pi i $$

And this is where my problem is (I get zero), can someone point to me what I did wrong?

2 Answers2

3

Alternatively use Cauchy's differentiation formula on the function $f\colon \mathbb C\setminus\{0\}\to \mathbb C, z\mapsto \dfrac{e^{3z}-z}{(z+1)^2}$ which gives

$$\int _C \dfrac{e^{3z}-z}{z^2(z+1)^2}\mathrm dz=2\pi if'(0)=2\pi i\left[\dfrac{z+e^{3z}(3z+1)-1}{(z+1)^3}\right]_{z=0}=0.$$

Git Gud
  • 31,356
  • I also thought it would be too time-consuming but it actually seems faster than my approach. I will take it into account next time, thanks. – Gerardo Cauich Jul 06 '14 at 19:17
  • @Gerardo It's as time consuming at it is differentiating $f$. Annoying to do it, but not one of the worse functions that can appear. – Git Gud Jul 06 '14 at 19:25
0

Why should not the value be $0?$

But an easier way to solve this is the usage of the following:

$\frac{e^{3z}-z}{z^2(z+1)^2}=\frac{-2(e^{3z}-z)}{z}+\frac{e^{3z}-z}{z^2}+\frac{e^{3z}-z}{z+1}+\frac{e^{3z}-z}{(z+1)^2}$.

Then the integral of the 2 last addend will be zero (Cauchy's integral theorem)

And the other 2 integrals can be easily computed with Cauchy's integral formula.

Marm
  • 3,371
  • 1
  • 16
  • 24