Use the residue theorem to evaluate $\int_\gamma \frac{z^5}{1-z^3}dz$ where $\gamma$ is the circle $|z|=2$.
I have that $z_0=1$ is a singularity point and taking $g(z)=z^5$ and $h(z)=1-z^3$ and knowing that $g(z_0)\neq 0$ , $h(z_0)=0$ and $h'(z_0)\neq 0$ then $f(z)=\frac{g(z)}{h(z)}$ have simple pole at $z_0$ and $$Res(f;z_0)=\frac{g(z_0)}{h'(z_0)}=-\frac{1}{3}$$
then $\int_\gamma \frac{z^5}{1-z^3}dz=2\pi i* Res(f;z_0)=-\frac{2\pi i}{3}$
but the answer is $-2\pi i$
First of all note that $$ 1-z^3=-(z-z_1)(z-z_2)(z-z_3)=-(z-1)\left(z-\frac{1}{2}(-1-i\sqrt{3})\right)\left(z-\frac{1}{2}(-1+i\sqrt{3})\right) $$ Hence, since $|z_j|=1$ for $j=1,2,3$, all three poles of $g/h$ are simple an lie inside the circle $|z|=2$. Therefore by the residue theorem we must have $$ \int_{|z|=2}\frac{z^5}{1-z^3}dz = 2\pi i \sum_{j=1}^3 Res(g/h,z_j ) $$ But, since all the poles are simple ones, $$ Res(g/h,z_1)=\lim_{z\to z_1} (z-z_1)\frac{g(z)}{h(z)} = \lim_{z\to 1} \frac{z^5}{-\left(z-\frac{1}{2}(-1-i\sqrt{3})\right)\left(z-\frac{1}{2}(-1+i\sqrt{3})\right)} =- \frac{1}{3} $$ Similarly $$ Res(g/h,z_2)=\lim_{z\to z_2} (z-z_2)\frac{g(z)}{h(z)} =- \frac{1}{3} $$ and $$ Res(g/h,z_3)=\lim_{z\to z_3} (z-z_3)\frac{g(z)}{h(z)} = - \frac{1}{3} $$ Thus $$ 2\pi i \sum_{j=1}^3 Res(g/h,z_j )= 2\pi i\left(3 \times \frac{-1}{3}\right)=-2\pi i $$