2

Question is in the title. I would appreciate any help with this as I am a bit clueless.

Lillia
  • 195
  • 1
  • 12

2 Answers2

4

Note that if $a_{n}=H_{n}$ where $H_{n}$ denotes the $n$-th harmonic number, $$\lim_{n \to \infty} H_{n+1}-H_{n}=\lim_{n \to \infty} \frac{1}{n+1}=0$$

However, the Harmonic Series is divergent.

S.C.B.
  • 22,768
  • I am sorry, I don't quite understand as I have to find a sequence which has to be divergent but in your case it's konvergent isn't it? – Lillia Jan 16 '17 at 04:40
  • $a_{n}=H_{n}$, and as posted in the link, $H_{n}$ is divergent so $a_{n}$ is divergent. – S.C.B. Jan 16 '17 at 04:41
  • @user406473 you want a sequence (in this case $H_n$) where the sequence itself is divergent, but the related sequence of differences (in this case $H_{n+1}-H_n$) has limit equal to zero – JMoravitz Jan 16 '17 at 04:42
  • @user406473 Do you understand? – S.C.B. Jan 16 '17 at 04:45
  • but if I write my sequence now as Hn = 1/n, its konvergent. Sorry I guess I am really dumb right now lol. – Lillia Jan 16 '17 at 04:45
  • 2
    @user406473 $H_{n}=\sum_{i=1}^{n} \frac{1}{i} \neq \frac{1}{n}$ – S.C.B. Jan 16 '17 at 04:46
  • but that's a series.. – Lillia Jan 16 '17 at 04:47
  • And as per my comment above, all that a series is is a sequence of partial sums – JMoravitz Jan 16 '17 at 04:48
  • @user406473 No, a series can be a sequence. For example, let $a_{n}=\sum\limits_{i=1}^{n}i$. Then $a_{1}=1, a_{2}=3, a_{3}=6 \dots$ that is a sequence – S.C.B. Jan 16 '17 at 04:49
  • is every series a sequence? – Lillia Jan 16 '17 at 04:54
  • I'll say it a third time, a series is a sequence of partial sums. This is true for every series, yes, every series is a sequence of partial sums, i said it a fourth time. – JMoravitz Jan 16 '17 at 04:55
  • @user406473 Every series is a sequence as long as it has some corresponding natural number to it. Every number can be a sequence as well. – S.C.B. Jan 16 '17 at 04:57
  • alright thanks to both of you I think I understand it now :) – Lillia Jan 16 '17 at 04:58
3

Take $a_n=\ln n$. Then $$\lim_{n\to\infty}\Big[\ln(n+1)-\ln(n)\Big]=\lim_{n\to\infty}\ln\frac{n+1}{n}=\ln\left[\lim_{n\to\infty}\frac{n+1}{n}\right]=\ln 1=0$$

Nosrati
  • 29,995