I got a question on a test to prove the following inequality:
$$ \sqrt{1*2}\space+\space\sqrt{2*3}\space+\space...\space+\space\sqrt{n(n-1)}>\frac{n^2-1}{2} : n>1, n\in\mathbb{N} $$ I tried to prove this with induction and got to the point where I proved
$$ n=k+1 \\ \sqrt{1*2}\space+\space\sqrt{2*3}\space+\space...\space+\space\sqrt{k(k+1)}>\frac{k^2-1}{2}\space+\sqrt{k(k+1)} \\ $$ and I also proved $$ \frac{(k+1)^2-1}{2} > \frac{k^2-1}{2}\space+\sqrt{k(k+1)} $$ but I couldn't successfully prove $$ \sqrt{1*2}\space+\space\sqrt{2*3}\space+\space...\space+\space\sqrt{k(k+1)}>\frac{(k+1)^2-1}{2} $$
I can prove the opposite inequality.
According to GM-AM you have for $n > 1$: \begin{eqnarray*} \color{blue}{\sum_{i=1}^{n-1}\sqrt{i(i+1)}} & \color{blue}{<} & \sum_{i=1}^{n-1}\frac{i + (i+1)}{2} \\ & = & \frac{1}{2}\left(\sum_{i=1}^{n-1}2i + \sum_{i=1}^{n-1} 1 \right)\\ & = & \frac{1}{2}\left(n(n-1) + (n-1)\right)\\ & = & \color{blue}{\frac{n^2-1}{2}}\\ \end{eqnarray*}
Edit after comments:
If you add the next term $\sqrt{n(n+1)}$, then the relation sign changes its direction:
The proof for this case you can see in Michael Rosenberg's answer.