-1

The next week I have a test over Improper Integrals and yesterday started to solve some problems that I've found on th Internet. Everything was fine until I stuck on this example:

Determine if the following integral is convergent or divergent. If it is convergent find its value - $$\int^{\pi/2}_{0} \ln(\cos x)dx$$

Any ideas how to test the integral is convergent or divergent?

Willie Wong
  • 73,139
NoSense
  • 125

1 Answers1

0

Verify that, on $[0,\pi/2]$

$$\tag 1 0\geq \log\cos x\geq \log\left(1-\frac 2\pi x\right)$$

and the latter is an integrable lower bound. The function $$\varphi(\varepsilon)=\int_0^{\pi/2-\varepsilon}\log\cos x dx$$ decreases monotonically as $\varepsilon \to\frac \pi 2^-$, and is bounded below by $(1)$, so it converges.

Pedro
  • 122,002