Compute the given limit $$ \lim_{n \to \infty }\frac{981}{n+5}\sum_{i=1}^{n} \left (\frac{i^2}{n^2} \right) $$ The sum is:
Can someone please show me the steps to complete this problem? The answer I arrived at was 0 but the homework program is telling me that it's wrong.
Thank you.
Firstly calculate the sum$$\sum_{i=1}^{n}\frac{i^2}{n^2}=\frac{1}{n^2}\sum_{i=1}^{n}i^2=\frac{1}{n^2}\frac{n(n+1)(2n+1)}{6}=\frac{\not n^2}{\not{n^2}}\frac{(1+\frac1n)(2n+1)}{6}$$ Therefore $$\begin{align*}\lim_{n \to \infty}\frac{981}{n+5}\frac{(1+\frac1n)(2n+1)}{6}&=\lim_{n\to \infty}\frac{\not n}{\not n}\frac{981(1+\frac1n)(2+\frac1n)}{6(1+\frac5n)}\overset{\frac1n\to 0}=\\\\&=\frac{981(1+0)\cdot(2+0)}{6(1+0)}=\frac{981\cdot2}{6}=\frac{981}{3}=327\end{align*}$$