Integral with sine, cosine, and rational function

Ravendark
Messages
6
Reaction score
0

Homework Statement


I would like to compute the following integral:
I = \int\limits_0^\pi \mathrm{d}\theta \, \frac{\sin^2 \theta}{a^2 + b^2 - 2 \sqrt{ab} \cos \theta}
where ##a,b \in \mathbb{R}_+##.

2. The attempt at a solution
Substitution ##x = \cos \theta## yields
<br /> I = \int\limits_{-1}^1 \mathrm{d}x \, \frac{\sqrt{1 - x^2}}{a^2 + b^2 - 2 \sqrt{ab} \, x} \; .<br />
Now I don't know how to proceed. I have in mind to use the residue theorem somehow, but I don't know if this is applicable here. Can someone give me a hint, please?
 
Physics news on Phys.org
Ravendark said:

Homework Statement


I would like to compute the following integral:
I = \int\limits_0^\pi \mathrm{d}\theta \, \frac{\sin^2 \theta}{a^2 + b^2 - 2 \sqrt{ab} \cos \theta}
where ##a,b \in \mathbb{R}_+##.

2. The attempt at a solution
Substitution ##x = \cos \theta## yields
<br /> I = \int\limits_{-1}^1 \mathrm{d}x \, \frac{\sqrt{1 - x^2}}{a^2 + b^2 - 2 \sqrt{ab} \, x} \; .<br />
Now I don't know how to proceed. I have in mind to use the residue theorem somehow, but I don't know if this is applicable here. Can someone give me a hint, please?

Assuming that a,b > 0, Maple 11 gets the integral as

upload_2015-11-17_1-40-30.png
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top