$\int_c \frac{8-z}{z(4-z)} dz$

832 Views Asked by At

I want to calculate the following contour integral: $$\int_c \frac{8-z}{z(4-z)} dz$$ where $C$ is the circle of radius $7$, center $0$, negatively oriented.


Do I have to do this the long and tedious way or is there a nicer short cut?


This has a pole at $0$ and $4$, so I need to calculate the residues for these two and take the line integral across the paramterisation of a circle moving clockwise of radius $7$, centered at the origin, that's all there is to it right?

1

There are 1 best solutions below

1
On

Use the residue theorem to have:

$$ I = 2 \pi \mathrm{i} \left( \mathrm{Res}(f)_{z=0} + \mathrm{Res}(f)_{z=4} \right) = 2 \pi \mathrm{i} \left( 2 -1\right) = 2\pi \mathrm{i} $$

Cheers!