M HYPE SPLASH
// updates

What does this sequence converge to? $a_n = \ln(n+1) - \ln(n)$

By Emma Payne
$\begingroup$

So wolfram has that this limit is 0:

enter image description here

so I think I made a mistake:

$$a_n = \ln(n+1) - \ln(n)$$

$$a_n = \frac{\ln(n+1)}{\ln(n)}$$

using this theorem:

enter image description here

and L'Hospital rule:

$$a_n = \frac{\ln(n+1)}{\ln(n)}$$

$$ \lim_{x\to\infty} = \frac{\ln(x+1)}{\ln(x)}$$

$$ \lim_{x\to\infty} = \frac{\frac{1}{x+1}}{{\frac{1}{x}}}$$

$$ \lim_{x\to\infty} = \frac{(x)}{(x+1)}$$

L'Hospital again:

$$ \lim_{x\to\infty} = \frac{1}{1} = 1$$

What did I do wrong?

$\endgroup$ 3

2 Answers

$\begingroup$

It is not true that$$\ln(n+1) - \ln(n) = \frac{\ln(n+1)}{\ln(n)}$$

Instead,

$$\ln(n+1)-\ln(n) = \ln\left(\frac{n+1}{n}\right)$$

$\endgroup$ $\begingroup$

This is $$ \int_n^{n+1} \frac{1}{x} dx $$and therefore between $0$ and $\frac{1}{n}$. Another way to see that the limit is 0.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy