compute $\lim_{n \to \infty} \int_{[0,1]} \frac{(\ln x)^n}{\sqrt{1-x^2}} \, dx$

101 Views Asked by At

$I = \lim_{n \to \infty}I_n = \lim_{n \to \infty} \int_{[0,1]} \frac{(\ln x)^n}{\sqrt{1-x^2}} \, dx$

since we have $(\ln x)^n \leq x \, \forall x \in [0,1], n\geq 1 $ then I could show that $I_n \leq 1$

I wanted then to use the DCT but $ \lim_{n \to \infty} (\ln x)^n$ doesn't exist for positive $x$ less than $1$.

I'm a bit lost, anyone can give me hints or tell me what to do ?

3

There are 3 best solutions below

0
On BEST ANSWER

Note that $-\log x\geq 1-x\geq0$ on $[0,1]$. Thus your assertion that $I_n \leq 1$ is wrong. We may write $$ (-1)^nI_n = \int_0^{\frac{1}{e}}\frac{(-\log x)^n}{\sqrt{1-x^2}}dx + \int_{\frac{1}{e}}^1\frac{(-\log x)^n}{\sqrt{1-x^2}}dx . $$ We can observe that for $x\in (0,\frac{1}{e})$, it holds $$ 1\leq (-\log x)^n \uparrow \infty, $$ and $$ 1\geq (-\log x)^n \downarrow 0 $$ for $x\in (\frac{1}{e},1]$. By Lebesgue's dominated convergence theorem and monotone convergence theorem, it follows that $$ \lim_{n\to\infty} (-1)^n I_n = \infty. $$

2
On

Graphing the initial few functions for integer-valued n, it is clear that the integral will change signs repeatedly, and be negative for odd n and positive for even n. As a result, I would suggest that the limit does not exist unless it converges at 0, which seems unlikely when plotting the graph for high n-values

0
On

A shorter proof uses $\int_0^1\frac{(-\ln x)^n dx}{\sqrt{1-x^2}}\ge\int_0^1(-\ln x)^n dx=\int_0^\infty y^n e^{-y}dy=n!$.