5

I want to produce a divergent sequence for which $|x_n - x_{n-1}| \to 0$. So far, I've only been able to show that $$\frac{x_n}{n} \to 0$$, which doesn't really help.

user41281
  • 554

3 Answers3

19

Use the sequence $(1,1+\frac 12,1+\frac 12+\frac 13,\ldots )$.

11

Another example would be $x_n=\ln n$, since

$\ln n\rightarrow\infty$ but $\ln n-\ln(n-1)=\ln\frac{n}{n-1}\rightarrow\ln 1=0$.

user84413
  • 27,211
5

In general, let $\{x_n\}$ be a divergent sequence with $\lim_{n\rightarrow\infty}x_n/n=0$; if $\lim_{n\rightarrow\infty} x_n-x_{n-1}=L,$ consider $\{y_n:=x_n-nL\}.$ If $\{y_n\}$ converges, then so does $$\{y_n/n=y_n\cdot \frac{1}{n}=x_n/n-L\},$$ whose limit is therefore, according to a basic theorem in calculus, $$=\lim_{n\rightarrow\infty}y_n\cdot\lim_{n\rightarrow\infty}1/n=0,$$ a contradiction unless $L=0.$
Thus, when $L\not=0,$ the sequence $\{y_n\}$ diverges, with $$\lim_{n\rightarrow\infty} y_n-y_{n-1}=\lim_{n\rightarrow\infty} x_n-x_{n-1}-L=0.$$
This shows that what you have tried helps, in fact.
Hope this helps.

awllower
  • 16,536