MHB What is the limit of (ln n)^n / [ln(n+1)]^(n+1) as n approaches infinity?

  • Thread starter Thread starter alexmahone
  • Start date Start date
  • Tags Tags
    Limit
alexmahone
Messages
303
Reaction score
0
Find $\displaystyle \lim_{n\to\infty}\frac{(\ln n)^n}{[\ln (n+1)]^{n+1}}$.
 
Physics news on Phys.org
Alexmahone said:
Find $\displaystyle \lim_{n\to\infty}\frac{(\ln n)^n}{[\ln (n+1)]^{n+1}}$.

Is...

$\displaystyle \frac{\ln n}{\ln (n+1)} = 1+ \frac{\ln n - \ln (n+1)}{\ln (n+1)} \implies \lim_{n \rightarrow \infty} (\frac{\ln n}{\ln (n+1)})^{n}=1 \implies$

$\displaystyle \implies \lim_{n \rightarrow \infty} \frac{1}{\ln (n+1)}\ (\frac{\ln n}{\ln (n+1)})^{n}=0$

Kind regards

$\chi$ $\sigma$
 
Alexmahone said:
Find $\displaystyle \lim_{n\to\infty}\frac{(\ln n)^n}{[\ln (n+1)]^{n+1}}$.
$\displaystyle\frac{(\ln n)^n}{[\ln (n+1)]^{n+1}}=\frac{1}{\ln(n+1}\left[\frac{\ln(n)}{\ln(n+1)}\right]^n$.

If $n\ge 3$ then $\displaystyle\left[\frac{\ln(n)}{\ln(n+1)}\right]<1$.
 
Last edited:
Plato said:
$\displaystyle\frac{(\ln n)^n}{[\ln (n+1)]^{n+1}}\frac{1}{\ln(n+1}\left[\frac{\ln(n)}{\ln(n+1)}\right]^n$.

If $n\ge 3$ then $\displaystyle\left[\frac{\ln(n)}{\ln(n+1)}\right]<1$.

Actually, $\displaystyle\left[\frac{\ln(n)}{\ln(n+1)}\right]<1$ for $n\ge 1$.
 
Alexmahone said:
Actually, $\displaystyle\left[\frac{\ln(n)}{\ln(n+1)}\right]<1$ for $n\ge 1$.
How does that effect the truth of what I posted?
 
Alexmahone said:
Find $\displaystyle \lim_{n\to\infty}\frac{(\ln n)^n}{[\ln (n+1)]^{n+1}}$.
Let us define the following infinite sum:

$$\sum_{n=1}^{\infty} \frac{(\ln n)^n}{[\ln (n+1)]^{n+1}} $$

That sum is converges, use Cauchy root test, hence,

$$\lim_{n\to\infty}\frac{(\ln n)^n}{[\ln (n+1)]^{n+1}}=0$$
 
chisigma said:
$\displaystyle \frac{\ln n}{\ln (n+1)} = 1+ \frac{\ln n - \ln (n+1)}{\ln (n+1)} \implies \lim_{n \rightarrow \infty} (\frac{\ln n}{\ln (n+1)})^{n}=1 \implies$

$\displaystyle \implies \lim_{n \rightarrow \infty} \frac{1}{\ln (n+1)}\ (\frac{\ln n}{\ln (n+1)})^{n}=0$
How did you conclude that $\displaystyle\lim_{n\to\infty} \left(1+ \frac{\ln n - \ln (n+1)}{\ln (n+1)}\right)^n=1$?
 
Plato said:
How does that effect the truth of what I posted?

It doesn't, but you didn't complete your proof. $\displaystyle 1^\infty$ is an indeterminate form.
 
Also sprach Zarathustra said:
Let us define the following infinite sum:

$$\sum_{n=1}^{\infty} \frac{(\ln n)^n}{[\ln (n+1)]^{n+1}} $$

That sum is converges, use Cauchy root test
If I am not mistaken, $\sqrt[n]{\frac{(\ln n)^n}{[\ln (n+1)]^{n+1}}}\to1$ as $n\to\infty$, so the test is inconclusive.
 
  • #10
Alexmahone said:
It doesn't, but you didn't complete your proof. $\displaystyle 1^\infty$ is an indeterminate form.
There is nothing to complete. You have a bounded factor and a factor the limit of which is $=?$
 
  • #11
Plato said:
There is nothing to complete. You have a bounded factor and a factor the limit of which is $=?$

zero
 
  • #12
Evgeny.Makarov said:
How did you conclude that $\displaystyle\lim_{n\to\infty} \left(1+ \frac{\ln n - \ln (n+1)}{\ln (n+1)}\right)^n=1$?

Because is...

$\displaystyle (1+o(n))^{n}= 1 + n\ o(n) + \binom {n}{2}\ o^{2}(n)+...+ \binom{n}{n-1}\ o^{n-1}(n) + o^{n}(n)$ (1)

... You have that...

$\displaystyle \lim_{n \rightarrow \infty} n\ o(n)=0 \implies \lim_{n \rightarrow \infty}(1+o(n))^{n}=1$ (2)

For n 'large enough' is...

$\displaystyle \ln (n+1)-\ln n \sim \frac{1}{n} \implies o(n)= \frac{\ln n - \ln (n+1)}{\ln (n+1)} \sim - \frac{1}{n\ \ln (n+1)}$ (3)

... so that the (2) is verified...

Kind regards

$\chi$ $\sigma$
 
  • #13
chisigma said:
$\displaystyle \lim_{n \rightarrow \infty} n\ o(n)=0 \implies \lim_{n \rightarrow \infty}(1+o(n))^{n}=1$
By the definition of small-o, $f(n)$ is $o(n)$ if $f(n)/n\to 0$, not $nf(n)\to0$. Also, $1/n$ is $o(1)$ and $o(n)$, but $(1+1/n)^n\to e$ as $n\to\infty$.
 
Back
Top