Compute the following integrals:
$I:=\int_{|z|=2}\frac{1}{(z-3)(z^{13}-1)}dz$
$J:=\int_{|z|=10}\frac{z^3}{z^4-1}dz$
I do not know where to begin. I know I am supposed to use the substitution $z\rightarrow \frac{1}{t}$. I can see that $I$ has 13 poles inside the circle of radius 2.
Using a hint provided by Winther I was able to get that
$I=2\pi i\cdot\sum\limits_{n=1}^{13}\frac{z_n}{13(z_n-3)}$ where $z_n^{13}=1$
For
$$J:=\int_{|z|=10}\frac{z^3}{(z-1)(z+1)(z-i)(z+i)}dz$$
So the roots are: $z=1,z=-1,z=i,z=-i$
Now use the Residue formula for the roots:
$$\text{Res}(f,1)=\lim\limits_{z\to 1}\frac{z^3}{(z+1)(z-i)(z+i)}=\frac{1}{(1+1)(1-i)(1+i)}=\frac{1}{4}$$
$$\text{Res}(f,i)=\lim\limits_{z\to i}\frac{i^3}{(i+1)(i-1)(i+i)}=\frac{-i}{-4 i}=-4$$
$$\text{Res}(f,-i)=\lim\limits_{z\to -i}\frac{(-i)^3}{(-i-1)(-i+1)(-i-i)}=\frac{i}{4i}$$
$$\text{Res}(f,-1)=\lim\limits_{z\to -1}\frac{(-1)^3}{(-1-1)(-i-i)(-1+i)}=\frac{1}{4}$$
So $$J=2\pi i\sum_{j=1}^{4}\text{Res}(f,a_j)$$