0
$\begingroup$

Wolfram Alpha says that this integral does not converge

$$\int^{\pi/2}_{-\pi/2}\frac{\mathrm{d}x}{a+b\sin(x)},$$ $a,b \in \mathbb{R}^+$ with also the condition $b \geq a$.

Is it true? Making a fast calculation using the residue theorem I have found that it is equal to zero.

I have used the fact that $$\sin(x) = \frac{e^{ix}-e^{-ix}}{2i}$$ and the substitution $z = e^{ix}$.

  • 1
    I think it converges if $a > b$. Otherwise, there is a simple pole at $x = \arcsin(- a/b)$. Maybe you want to compute the principal value?2017-01-16
  • 0
    Mmm, I noticed that the value of the integral is equal to half the value on $-\pi, \pi$. Using the substitution I proposed the poles belongs to the unit circle. If we integrate inside the circle we get zero so shouldn't the integration on the "limit circle" (i.e the unit circle) be zero?2017-01-16
  • 0
    The point is that even if you integrate inside the circle you can't neglect a pole that's right on the contour.2017-01-16
  • 0
    @jennifer so what to do in such a case?2017-01-16
  • 0
    See http://math.stackexchange.com/questions/721475/general-method-of-integration-when-poles-on-contour or http://math.stackexchange.com/search?q=pole+on+contour2017-01-16

2 Answers 2

1

If $b \ge a > 0$ there is a singularity at $x = \arcsin(-a/b)$, and the integral diverges. However, if $b > a > 0$ it will have a Cauchy principal value.

  • 0
    Can you please compute that value?2017-01-16
0

Robert Israel provided the good explanations.

Concerning the antiderivative, using the tangent half-angle substitution, you should arrive to $$I=\int \frac{dx}{a+b\sin(x)}=\int\frac{dt}{at^2+2bt+a}$$ If $b \neq a$, then $$I=\frac{2 \tan ^{-1}\left(\frac{a \tan \left(\frac{x}{2}\right)+b}{\sqrt{a^2-b^2}}\right)}{\sqrt{a^2-b^2}}$$ from which (if $a>b$)$$J=\int^{\pi/2}_{-\pi/2}\frac{dx}{a+b\sin(x)}=\frac{2 \left(\tan ^{-1}\left(\frac{a-b}{\sqrt{a^2-b^2}}\right)+\tan ^{-1}\left(\frac{a+b}{\sqrt{a^2-b^2}}\right)\right)}{\sqrt{a^2-b^2}}$$ Now, using $$\tan^{-1}(p)+\tan^{-1}(q)=\tan ^{-1}\left(\frac{p+q}{1-p\, q}\right)$$ should give (since, here, $p\,q=1$) $$J=\frac \pi{\sqrt{a^2-b^2}} $$