$$S_n =\frac1n \left(1 + \frac{1}{2} + \frac{1}{3} + \cdots+ \frac{1}{n}\right)$$ Show the convergence of $S_n$ (the method of difference more preferably)
I just began treating sequences in school, and our teacher taught that monotone increasing sequence, bounded above and monotone decreasing sequences, bounded below converge.
and so using that theorem here.. I found the $$(n+1)_{th} term$$, $$S_{n+1} = \frac1{n+1} \left(1 + \frac{1}{2} + \frac{1}{3} + \cdots+ \frac{1}{n+1}\right)$$
and then subtracted the (n)th term from it
What I was able to get was... $$S_{n+1}-S_n = \frac1{(n+1)^2} - \frac{\left(1+\frac12+\dots+\frac1n\right)}{n(n+1)}.$$ ...but then this is where I get stucked, but i'm trying to prove that the sequence > 0(i.e Converges) or < 0 (i.e diverges).
(N/n+1 - (1 + 1/2 + 1/3 +...+ 1/n))/n(n+1)
– koodeji Apr 25 '16 at 11:02