Limit of a sum by integral: $\lim_{n\rightarrow\infty} \sum\limits_{i=1}^{n-1}\frac{i}{n^2}$

108 Views Asked by At

I have to find the following limit by using an integral, but I have no idea what to do.

$\lim_{n\rightarrow\infty}(\sum\limits_{i=1}^{n-1}\frac{i}{n^2})$

I know that $\sum\limits_{i=1}^n\int_a^bf_i(x)dx = \int_a^b \sum\limits_{i=1}^\infty f(x)dx$ if $S_n\rightarrow f$ uniformly, but I don't know if that can help me here.

Thanks

1

There are 1 best solutions below

2
On BEST ANSWER

Recall that from the definition of Riemann integral over a bounded interval, we have $$\lim_{n \to \infty} \dfrac{b-a}n \sum_{i=0}^{n-1} f(x_i) = \int_a^b f(x)$$ where $x_i = a +i \cdot \dfrac{b-a}n$. Hence, $$\lim_{n\to\infty}\sum_{i=1}^{n-1} \dfrac{i}{n^2}=\lim_{n\to\infty}\dfrac1n \sum_{i=1}^{n-1} \dfrac{i}n = \int_0^1 xdx = \dfrac12$$