Compute $\lim\limits_{n \to \infty }\frac{981}{n+5}\sum_{i=1}^{n} \left (\frac{i^2}{n^2} \right)$

153 Views Asked by At

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.

5

There are 5 best solutions below

6
On BEST ANSWER

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*}$$

0
On

Hint: Pull the $\frac{1}{n^2}$ out of the sum and use the identity $$\sum_{i=1}^ni^2= \frac{n(n+1)(2n+1)}{6}$$

5
On

Hint1: $$\begin{split} \lim_{n \to \infty }\frac{981}{n+5}\sum_{i=1}^{n} \left(\frac{i^2}{n^2} \right) &= \lim_{n \to \infty} \frac{981}{n+5} \cdot \frac{\sum_{i=1}^{n}i^2}{n^2}\\ \end{split}$$

Hint2:

$$ \sum_{i=1}^{n}i^2 = \frac{n\cdot (n+1) \cdot 2n+1)}{6}$$


$$\begin{split} \lim_{n \to \infty }\frac{981}{n+5}\sum_{i=1}^{n} \left(\frac{i^2}{n^2} \right) &= \lim_{n \to \infty} \frac{981}{n+5} \frac{\sum_{i=1}^{n}i^2}{n^2}\\ &= \lim_{n \to \infty}\frac{981}{n+5} \frac{n(n+1)(2n+1)}{6 \cdot n^2}\\ &= \lim_{n \to \infty} \frac{n}{n} \cdot \frac{981 (2n^2+3n+1)}{(6n^2 +30n)}\\ &= \lim_{n \to \infty}\frac{n^2}{n^2} \cdot \frac{981\cdot(2+\frac{3}{n} + \frac{1}{n^2})}{6(1 + \frac{30}{n})} \\ &= \lim_{n \to \infty}\frac{327\cdot(2+\frac{3}{n} + \frac{1}{n^2})}{2(1 + \frac{30}{n})} &= 327 \end{split}$$

0
On

I see a (calculus) tag. So ... that homework problem must follow a chapter on Riemann sums ... Let's try that.

Consider the integral $$ \int_0^1 x^2\,dx = \frac{1}{3} . $$ That integrand $x^2$ is continuous, therefore Riemann integrable. Consider the "upper sums" for $n$ equal-size intervals.

$$ \sum_{i=1}^n \left(\frac{i}{n}\right)^2\cdot\frac{1}{n} \to \frac{1}{3} $$ as $n \to \infty$. So the original probem must have answer $981/3 = 327$.

0
On

$\newcommand{\angles}[1]{\left\langle\,{#1}\,\right\rangle} \newcommand{\braces}[1]{\left\lbrace\,{#1}\,\right\rbrace} \newcommand{\bracks}[1]{\left\lbrack\,{#1}\,\right\rbrack} \newcommand{\dd}{\mathrm{d}} \newcommand{\ds}[1]{\displaystyle{#1}} \newcommand{\expo}[1]{\,\mathrm{e}^{#1}\,} \newcommand{\half}{{1 \over 2}} \newcommand{\ic}{\mathrm{i}} \newcommand{\iff}{\Longleftrightarrow} \newcommand{\imp}{\Longrightarrow} \newcommand{\Li}[1]{\,\mathrm{Li}_{#1}} \newcommand{\ol}[1]{\overline{#1}} \newcommand{\pars}[1]{\left(\,{#1}\,\right)} \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\ul}[1]{\underline{#1}} \newcommand{\root}[2][]{\,\sqrt[#1]{\,{#2}\,}\,} \newcommand{\totald}[3][]{\frac{\mathrm{d}^{#1} #2}{\mathrm{d} #3^{#1}}} \newcommand{\verts}[1]{\left\vert\,{#1}\,\right\vert}$ With Stolz-Ces$\grave{a}$ro Theorem: \begin{align} \color{#f00}{\lim_{n \to \infty}{981 \over n + 5} \sum_{i = 1}^{n}\pars{i^{2} \over n^{2}}} & = 981\lim_{n \to \infty}{1 \over \pars{n + 6}\pars{n + 1}^{2} - \pars{n + 5}n^{2}} \pars{\sum_{i = 1}^{n + 1}i^{2} - \sum_{i = 1}^{n}i^{2}} \\[3mm] &= 981\lim_{n \to \infty}{n^{2} + 2n + 1 \over 3n^{2} + 13n + 6} = 327\lim_{n \to \infty}{1 + 2/n + 1/n^{2} \over 1 + 13/\pars{3n} + 2/n^{2}} = \color{#f00}{327} \end{align}