1

How do I compute the following integral using contour integration: $$\int_0^{2\pi} \frac{\cos^2 \theta}{6-2\cos\theta}d\theta$$

Tom
  • 155

1 Answers1

2

Hint: Denote $\gamma(t)=e^{it}$. Then, for $t\in[0,2\pi]$ $\gamma$ is the contour of the unit circle. Use the definition of contour integration in reverse: $$\int_0^{2\pi}f(\cos t,\sin t)dt=\int_\gamma f\left(\frac12(z+z^{-1}),\frac1{2i}(z-z^{-1})\right)\frac{dz}{iz}$$ Now use Cauchy's integral formula.

Dennis Gulko
  • 15,640