Convergence or divergence of a series test

82 Views Asked by At

Test the convergence or divergence of this series whose $n^{\text{th}}$ term is: $$(\ln n)^{-\ln(\ln n)},$$ i.e. Test the convergence or divergence of this series: $$\sum_{i=1}^{\infty}(\ln n)^{-\ln(\ln n)}.$$

2

There are 2 best solutions below

1
On BEST ANSWER

Denote $$a_n = \frac{1}{\big(\ln n\big)^{\ln\ln n}}$$

Two closely related solutions:

  1. Integral Test:

$\sum_{n=2}^{\infty}a_n$ converge or diverges with $$\int_2^\infty \frac{dx}{\big(\ln x\big)^{\ln\ln x}} \overset{\substack{x\equiv e^u,\\dx = e^u\,du\\\vphantom{x}}}{=\mkern-3mu=\mkern-3mu=\mkern-3mu=} \int_{\ln 2}^{\infty} \frac{e^u \;du}{u^{\ln u}} = \int_{\ln 2}^{\infty} \frac{e^u}{e^{(\ln u)^2}}\;du = \int_{\ln 2}^{\infty} \underbrace{e^{u - (\ln u)^2}}_{\to\infty}\;du = \infty$$ so it diverges.

  1. Cauchy condensation test ($\sum a_n$ and $\sum 2^na_{2^n}$ converge or diverge together).

This is essentially the same argument. The sum convergence or divergence of the sum with terms

$$ b_n = 2^na_{2^n} = \frac{2^n}{\big( \ln 2^n \big)^{\ln\ln 2^n}} > \frac{2^n}{\big( \ln e^n \big)^{\ln\ln e^n}} = \frac{e^{n\ln 2}}{e^{(\ln n)^2}} = e^{n\ln(2) -(\ln n)^2} \to \infty $$ as the polynomial in the exponent dominates and goes $\to\infty$. So $\sum b_n$ diverges, so $\sum a_n$ diverges.

11
On

By Cauchy condensation test

$$ 0 \ \leq\ \sum_{n=1}^{\infty} f(n)\ \leq\ \sum_{n=0}^{\infty} 2^{n}f(2^{n})\ \leq\ 2\sum_{n=1}^{\infty} f(n)$$

we have

$$\sum_{i=1}^{\infty}\frac1{(\ln n)^{\ln(\ln n)}} \ge\frac12 \sum_{i=1}^{\infty}\frac{2^n}{(\ln 2^n)^{\ln(\ln 2^n)}} =\frac12\sum_{i=1}^{\infty}\frac{2^n}{(n\ln 2)^{{\ln(n\ln 2)}}}>\frac12\sum_{i=1}^{\infty}\frac{2^n}{n^{{\ln(n\ln 2)}}}$$

and

$$\frac{2^n}{n^{{\ln(n\ln 2)}}}\to \infty$$

indeed

$$a_n=\frac{2^n}{n^{{\ln(n\ln 2)}}}\implies \sqrt[n] a_n=\frac{2}{n^{\frac{{\ln(n\ln 2)}}{n}}}\to 2$$

since

$$n^{\frac{{\ln(n\ln 2)}}{n}}=e^{ \frac{{\ln(n\ln 2)}\cdot\ln n}{n} }\to e^0=1$$