5

$$\lim_{n\to \infty} \left({1 \over n^2} + {2 \over n^2} + \cdots + {n - 1 \over n^2}\right)$$

I tried solving this by finding $d$ which is $a_2 - a_1 = d$, but I don't know how to continue with it because it goes to inifnity and $S_n$ i beilieve works only for an infinite set.

I also tried with sandwich, i mean $b_c \le a_n \le c_n$ but when I checked $b_n$ and $c_n$ limits they were not equal to one another so I couldn't find $a_n$ limit.

Would love to get some help, and sorry for my english, I study this on another language.

Raio
  • 1,537

3 Answers3

5

HINT:

$$\sum_{k=1}^{n-1}k=\frac{n(n-1)}{2}$$

Mark Viola
  • 179,405
5

Alternatively, you may use a Riemann sum: $$ \dfrac{1}{n^2}+\dfrac{2}{n^2}+\cdots+\dfrac{n-1}{n^2}=\frac1{n}\sum_{k=0}^{n-1}\frac{k}{n} \to \int_0^1x\:dx=\color{red}{\frac12}. $$

Olivier Oloa
  • 120,989
2

$\lim\limits_{n\to\infty} (\frac{1}{n^2} +\frac{2}{n^2}+\frac{3}{n^2}+...+\frac{n-1}{n^2})= \lim\limits_{n\to\infty} \frac{n(n-1)}{2n^2}=\lim\limits_{n\to\infty} \frac{(1-\frac{1}{n})}{2}=\frac{1}{2}$