Does the following sequence converge or diverge? If it converges, find its limit.
$\frac{1^1}{n^2}+\frac{2^1}{n^2}+........+\frac{n^1}{n^2}$
I tried to get a general formula for this sequence and simply got:
$\frac{n}{n^2}$ or $\frac{1}{n}$
This led me to think that the sequence converges to $0$ since the limit of this function is $0$. But this limit is incorrect. This tells me the general formula I got for the sequence is incorrect. But I am not sure why.
Any help?
You want to calculate the following $$\sum_{k=1}^n \frac{k}{n^2}$$ It is equal to $$\dfrac{\sum_{k=1}^n k}{n^2}$$ $$\sum_{k=1}^n k = {n(n+1)\over 2}$$ $$\dfrac{\sum_{k=1}^n k}{n^2} = \dfrac{n(n+1)}{2n^2}= \dfrac{(n+1)}{2n}$$ $$\lim_{n\to \infty} \dfrac{(n+1)}{2n}=\frac{1}{2}$$