I am trying to estimate the value of the Sum below without using the calculator:
$$ \sum_{n=1}^{10000} \sqrt{i} $$
I have looked for other ways around and tried to turn it into $n\sqrt{n}\int_{0}^{1} \sqrt{x} dx$, but It doesn't work quite well ( the estimation isn't really close to the actual answer computed by the calculator ). Is there a comprehensible method for a calculus starter like me?
Thanks!
Since $x\to \sqrt{x}$ is strictly increasing, then for $n\geq 1$, $$\sum_{i=1}^{n-1} \sqrt{i}<\underbrace{\int_0^{n}\sqrt{x}\,dx}_{=\frac{2}{3}n\sqrt{n}}< \sum_{i=1}^{n} \sqrt{i}.$$ Hence, by letting $n=10000$, we find that $\sqrt{n}=100$ and $$666666.666<\frac{2000000}{3}<\sum_{i=1}^{10000} \sqrt{i}< \frac{2000000}{3}+100<666766.667.$$
Since $x\to \sqrt{x}$ is also strictly concave, we can find a much better upper bound by using trapezoids instead of rectangles: $$\sum_{i=0}^{n-1} \frac{\sqrt{i}+\sqrt{i+1}}{2}< \int_0^{n}\sqrt{x}\,dx=\frac{2}{3}n\sqrt{n}$$ which leads to $$\sum_{i=1}^{10000} \sqrt{i}<\frac{2000000}{3}+50<666716.667.$$
Note that $\sum_{i=1}^{10000} \sqrt{i}\approx 666716.459$, so the above approximation is not too bad (by the above bounds we know that the absolute error is less than $50$).