5

$$ \displaystyle \lim_{n \to \infty} \dfrac{1}{n} \displaystyle \sum ^n _{k=1} \dfrac{k^2}{n^2}$$

How do I evaluate this? I have never actually learned how to work with infinite series like this one, so I have no idea.

Git Gud
  • 31,356
  • 1
    do you realize that you can factor $1/n^2$ out of the sum? Now use the formula for the sum of $n$ consecutive squares. – Vinicius M. Feb 25 '13 at 17:17
  • Yes I realized that, I however didn't realize there is a formula for the sum of n consecutive squares. Is it too hard to get from scratch? – Homework Feb 25 '13 at 17:20
  • 2
    @Homework Prove it by induction, if you can't do it maybe tell us here or ask another question. – Git Gud Feb 25 '13 at 17:22

4 Answers4

10

You can recognize a Riemann sum: $$\lim\limits_{n \to + \infty} \frac{1}{n} \sum\limits_{k=1}^n \frac{k^2}{n^2} = \int_0^1 x^2dx= \frac{1}{3}$$

Seirios
  • 33,157
8

HINT: Use the formula for the sum of the first $n$ squares:

$$\begin{align*} \frac1n\sum_{k=1}^n\frac{k^2}{n^2}&=\frac1{n^3}\sum_{k=1}^nk^2\\ &=\frac1{n^3}\cdot\frac{n(n+1)(2n+1)}6\;. \end{align*}$$

Brian M. Scott
  • 616,228
3

Since $n$ is a constant within the summation, you can move it outside: $$ \displaystyle \lim_{n \to \infty} \dfrac{1}{n^3} \displaystyle \sum ^n _{k=1} {k^2}$$ The sum of the first $n$ squares is well known to be $\dfrac{n^3}{3} +\dfrac{n^2}{2}+\dfrac{n}{6}$. Dividing by $n^3$, we have $\dfrac{1}{3} +\dfrac{1}{2n}+\dfrac{1}{n^2}$. The limit as $n \to \infty$ is now obvious as $\dfrac{1}{3}$.

2

Let's remember a usefull result on the series: if the serie $\displaystyle \sum_n f(n)$ is divergent then we have $$\sum_{k=1}^n f(k)\sim\int_1^nf(x)dx.$$ With this result we find the classical result $$\sum_{k=1}^n\frac{1}{n}\sim\int_1^n\frac{dx}{x}=\log n.$$

Now, we return to the question. Since the serie $\displaystyle \sum_n n^2$ is divergent then we have $$\sum_{k=1}^n k^2\sim \int_1^n x^2dx=\frac{1}{3}\left[x^3\right]_1^n\sim\frac{n^3}{3},$$ and hence we find $$\lim_{\infty}\frac{1}{n^3}\sum_{k=1}^n k^2=\frac{1}{3}.$$