This question is from the past examination:
$$f(n)=\frac{2}{3}(n^{3/2}-1)+\sqrt{n}$$ $$g(n)=1+\frac{2}{3}((n+1)^{3/2}-2^{3/2})$$
My task to prove $f(n)≥g(n)$ for all $n≥1$.
I have tried M.I here.
But the problem is that I do not know how to expand the term $(n+2)^{3/2}$ in the inductive steps. Can anyone tell me what method should I use to finish the proof.
Note that $$f(n)-g(n)=\frac{2}{3}(n^{3/2}-1)+\sqrt{n}-1-\frac{2}{3}((n+1)^{3/2}-2^{3/2})=\int_1^n\left(\sqrt{x}+\frac1{2\sqrt{x}}-\sqrt{x+1}\right)\mathrm dx,$$ hence it suffices to show that, for every $x\geqslant1$, $$\sqrt{x}+\frac1{2\sqrt{x}}-\sqrt{x+1}\geqslant0.$$ The LHS is $$\frac1{2\sqrt{x}}-(\sqrt{x+1}-\sqrt{x})=\frac1{2\sqrt{x}}-\frac1{\sqrt{x+1}+\sqrt{x}}=\frac{\sqrt{x+1}-\sqrt{x}}{2\sqrt{x}(\sqrt{x+1}+\sqrt{x})}\gt0,$$ hence the proof is complete.