Evaluate the limit the following series

122 Views Asked by At

Evaluate the limit $$\lim_{n\to \infty} \sum_{j=1}^n \frac{4j^{2}}{n^3}.$$

I was under the assumption that this would just tend to $0$ after expanding everything because the denominator will grow quicker than the numerator, but apparently this is not the case.

2

There are 2 best solutions below

0
On BEST ANSWER

Note that $$\sum_{j=1}^n j^2=\frac{n(n+1)(2n+1)}{6}$$ we have \begin{align} \lim_{n\to\infty}\sum_{j=1}^n\frac{4j^2}{n^3}&=\lim_{n\to\infty}\frac{2(n+1)(2n+1)}{3n^2}\\ &=\frac{2}{3}\lim_{n\to\infty}(1+\frac{1}{n})(2+\frac 1n)\\ &=\frac{4}{3}. \end{align}

0
On

Recognize the limit as the integral $$\int _0^1 4x^2 dx $$