10

How to compute the following integral. $$\int_0^{2\pi} \frac{x^2 \sin{x}}{1 - 2a\cos{x} + a^2}dx$$

I have got idea to transform a part of function in Fourier series and I obtained $$ \frac1a \sum_{n=1}^{\infty}a^n\int_0^{2\pi}x^2\sin(nx)dx = \frac{4\pi^2 \ln(1-a)}{a}, \: |a|< 1$$ SOLVED

Clipper
  • 179
  • 1
    I think it is an almost right approach. Assume that $|a| < 1.$ Expand $\dfrac{1}{a-e^{ix}}$ in a geometric series and observe that ${\rm Im}\dfrac{x^2}{a-e^{ix}} = \dfrac{x^2\sin x}{1-2a\cos x +a^2}$. In this case the value of the integral will be $4\pi^2\dfrac{\ln(1-a)}{a}.$ If $|a|>1$ you have to make some modifications. – JanG Jun 14 '17 at 20:24
  • For $|a|>1$ I would suggest to note that $I(a)=I(1/a)/a^2$. – mickep Jun 14 '17 at 20:29
  • look : https://math.stackexchange.com/questions/2312096/evaluate-int-02-pi-frac-cos-2x1-2a-cos-xa2-with-a21 – Almot1960 Jun 14 '17 at 20:32