3

For $a,b>0$, evaluate $$I(a,b)= \int_0^\infty \ln(a^2\sin^2x+b^2\cos^2x)dx.$$

What I thought of is that I can try to find an integral $\int_a^b \text{(something)}dy$ such that the result would be $\ln(a^2\sin^2x+b^2\cos^2x)$ (and therefore obtaining a double integral that can be easily computed). Is that the correct approach?
P.S. : The idea that stood behind this incomplete reasoning was the striking similarity between the formula $\int \frac{x}{x^2+a^2}=\frac{1}{2}\ln(x^2+a^2)+C$ and what I have above.

Robert Z
  • 145,942
Rosi98
  • 57
  • Please check the upper limit... as written, your integral is not convergent. – Olivier Oloa Apr 08 '18 at 16:30
  • 1
    However, a similar problem might be the integral$$\int\limits_{-\pi/2}^{\pi/2}dx,\log(a^2\cos^2x+b^2\sin^2x)=2\pi\log\left(\frac {a+b}2\right)$$which is a classic problem – Crescendo Apr 08 '18 at 16:53

1 Answers1

2

The function $f(x)=\ln(a^2\sin^2x+b^2\cos^2x)$ is periodic of period $\pi$ (we assume that $a$ and $b$ are such that $a^2\sin^2x+b^2\cos^2x>0$). Therefore, for $t>0$, $$\int_0^{t} f(x)dx=n\int_0^{\pi} f(x)dx+\int_0^{t-n\pi} f(x)dx$$ where $n=\lfloor t/\pi\rfloor$.

We claim that the improper integral on $[0,+\infty)$ is convergent iff $f$ is identically zero that is when $a^2=b^2=1$.

It diverges when $\int_0^{\pi} f(x)dx\not=0$. If $\int_0^{\pi} f(x)dx=0$ then the integral function $$t\to \int_0^{t} f(x)dx=\int_0^{t-n\pi} f(x)dx$$ is periodic (and not identically zero) and therefore the limit $\lim_{t\to +\infty}\int_0^{t} f(x)dx$ does not exist.

Robert Z
  • 145,942