Calculate the definite integral
$$ I=\int_0^{\pi} \frac{\sin^2 x}{a^2+b^2-2ab \cos x}\;\mathrm dx $$
given that $a>b>0$.
My Attempt:
If we replace $x$ by $C$, then
$$ I = \int_{0}^{\pi}\frac{\sin^2 C}{a^2+b^2-2ab\cos C}\;\mathrm dC $$
Now we can use the Cosine Formula ($A+B+C=\pi$). Applying the formula gives
$$ \begin{align} \cos C &= \frac{a^2+b^2-c^2}{2ab}\\ a^2+b^2-2ab\cos C &= c^2 \end{align} $$
From here we can use the formula $\dfrac{\sin A}{a} = \dfrac{\sin B}{b} = \dfrac{\sin C}{c}$ to transform the integral to
$$ \begin{align} I &= \int_{0}^{\pi}\frac{\sin^2 C}{c^2}\;\mathrm dC\\ &= \int_{0}^{\pi}\frac{\sin^2A}{a^2}\;\mathrm dC\\ &= \int_{0}^{\pi}\frac{\sin^2 B}{b^2}\;\mathrm dC \end{align} $$
Is my process right? If not, how can I calculate the above integral?
where a,b,c are sides of a triangle and the uppercase C is the angle contained in between the sides a and b. I think you must have confused the 2 C's here. You can't use that formula here. – skankhunt42 Nov 25 '14 at 15:11