I have to prove
$\sqrt{1} + \sqrt{2} +...+\sqrt{n} \le \frac{2}{3}*(n+1)\sqrt{n+1}$
by using math induction.
First step is to prove that it works for n = 1 , which is true. Next step is to prove it for n + 1. We can rewrite the formula using
$\sum_{i=1}^{n+1} \sqrt{i}= \sum_{i=1}^{n}\sqrt{i} + \sqrt{i+1}$
and we can substitute sum
$\frac{2}{3}(n+1)\sqrt{n+1} +\sqrt{n+1} \le \frac{2}{3}(n+2)\sqrt{n+2}$
we can transform the left side into
$\sqrt{n+1}(\frac{2}{3}(n+1)+1)$
but how to I further transform the formula in order to find if the sentence is true?
Thanks for all help!
