0

I want to show that the following series is convergent and determine the corresponding limit value.

$$ a(n):=\sum_{k=1}^n \frac{k}{n^2}$$

To show the series converges I used the ratio test:

$$\left|\frac{k}{(n+1)^2}\right|\cdot\left|\frac{n}{k}\right|=\frac{n}{(n+1)^2}<1$$

So the series converges. But how can I go on now and calculate the limit value?

Raffaele
  • 26,371

1 Answers1

1

$$\sum _{k=1}^n \frac{k}{n^2}=\frac{1}{n^2}\sum _{k=1}^nk=\frac{1}{n^2}\frac{n(n+1)}{2}=\frac{n+1}{2n}\to\frac12$$

Raffaele
  • 26,371