Prove that $2 \int_{x}^{x+1} \log(t) \,dt \geq \log(x (x+1))$.
I want proof of this without using geometry. I need to know the techniques to solve this other than geometry.
One can easily see this inequality is true for $x>0$ just by drawing $\log(t)$ (real) graph and observing the area of the trapezium which joins $x, x+1, \log(x+1)$ and $\log(x)$ is less than area under the curve between $x$ and $x+1$.
Changing the variable of integration in two different ways: \begin{multline*} 2\int_x^{x+1}\log(t)\,dt = \int_0^1\log(x+u)\,du + \int_0^1\log(x+1-u)\,du \\ = \int_0^1[\log(x+u) + \log(x+1-u)]\,du = \int_0^1\log[(x+u)(x+1-u)]\,du \\ = \int_0^1\log[x(x+1)+u(1-u)]\,du \geqslant \int_0^1\log[x(x+1)]\,du = \log[x(x+1)]. \end{multline*}