0
$\begingroup$

how can I find the next limit please?

I tried some sentences but they don't help me.

The font is so small, so the exercise is: (1/n)^(1/ln(ln(n))).

$\lim_{n\to \infty } \left(\frac{1}{n}\right)^\frac{1}{\ln\ln(n)}$

Maybe let $u$ to be: $\ln(n)$ and then $u' = 1/n$...? I really don't know..

Thank you all!

2 Answers 2

1

Taking logarithms gives $ \log \left(\frac 1n\right)^{1/\log\log n} = \frac 1{\log\log n} \cdot \log\frac 1n = - \frac{\log n}{\log \log n} $ Now as $\frac{m}{\log m} \to \infty$ for $m \to\infty$ and $\log n \to \infty$ for $n \to \infty$, we have

$ \log \left(\frac 1n\right)^{1/\log\log n} = - \frac{\log n}{\log \log n} \to -\infty, \qquad n \to \infty $ hence $ \left(\frac 1n\right)^{1/\log\log n} \to 0, \qquad n \to \infty $

  • 0
    wow, thank you! although I didn't learn the operating of 'log', now I know it thanks to you! thank you!2012-11-23
2

Let $u_n= \log \log n$. Then $u_n \to \infty$ and $n= e^{e^{u_n}}$.

Then

$\lim_{n\to \infty} (\frac{1}{n})^{\frac{1}{\ln\ln(n)}}= \lim_n \frac{1}{e^{\frac{e^{u_n}}{u_n}}}$

Now use the fact that $\lim_{x \to \infty} \frac{e^x}{x}= \infty$.