Find the limit of this series.
$\lim_{n \to \infty} \sum_{i=1}^n {{i \sqrt{n^2 - i^2}} \over n^3}$
Here is my attempt)
$\lim_{n \to \infty} \sum_{i=1}^n ({i \over n})\sqrt {{1- {({i \over n})^2}}}$
= $\int_0^1 xi \sqrt{1-(ix)^2}$
= $\int_0 ^1 xi \sqrt{1+x^2}$
= $i$ [${1 \over 3}(1+x^2)^{3\over2} $]$_{0} ^ 1$
= $i \over 3$ $(2 ^ {3 \over 2} -1)$
But the answer was $1 \over 3$. I don't know which point I have a mistake.
Any help would be appreciated.