If $P(z)$ is a polynomial and $C$ denotes the circle $|z-a|=R$, what is the value of $\int_CP(z)d\overline{z}$?
I parametrize the circle as $z(t)=a+Re^{it}$ where $t\in[0,2\pi]$. Then
$$\int_CP(z)d\overline{z}=\int_0^{2\pi}P(z(t))\overline{z'(t)}dt=\int_{0}^{2\pi}P(a+Re^{it})\cdot(-iRe^{-it}) dt$$ This equals $$-iR\int_{0}^{2\pi}P(a+Re^{it})\cdot(e^{-it})dt$$
I'm not sure what to do from here.