I solved an integral inequality problem using geometrical methods. However, I just cannot satisfy with them and want a without-geometrical-intuition proof, and I couldn't find one.
Proof the following inequality holds when $a>0, b>0$ $$\int_{0}^{a}{\ln(x+1)\mathrm{dx}}+\int_{0}^{b}{(e^x-1)\mathrm{dx}}\geqslant ab$$
I would prefer a solution which does not involve actually solving the integral, but any proof without geometry would be a big help.
Thank you in advance!
Both these are straightforward integrals. The first is
$$((x+1)\ln(x+1)-x)\bracevert_0^a=(a+1)\ln(a+1)-a$$ and the second is $$(e^x-x)\bracevert_0^b=e^b-b-1$$
Let us put $b=ka$. Then we have to show that for all $a>0,k>0$ we have $$f(a,k)=(a+1)\ln(a+1)-a+e^{ka}-ka-1-ka^2\ge0$$ Differentiating wrt $k$, we get $$\frac{\partial f}{\partial k}=a(e^{ka}-1-a)$$ Putting $k_a=\frac{\ln(1+a)}{a}$, we see that $\frac{\partial f}{\partial k}$ is $<0,=0,>0$ according as for $k<k_a,k=k_a,k>k_a$. So we have a minimum at $k=k_a$. We have $$f(a,k_a)=(a+1)\ln(a+1)-a+(1+a)-\ln(1+a)-1-a\ln(1+a)=0$$ This result holds for all $a>0$ so the result is established.
$\textbf{Comment}$
At first sight this is an irritating result, because it seems really weak. The exponential will surely swamp everything else, except maybe for small $b$. Then it turns out to be much harder to prove than expected. The argument above shows that for any $a$ you can find a $b$ which gives equality and vice versa, so the result is not as weak as it looks.
For example, if we take $a=1$, then $k_a=\ln2$, so the corresponding $b=\ln2\approx0.6931$ and $\int_0^1\ln(x+1)\ dx=2\ln2-1$ and $\int_0^{\ln2}e^x-1\ dx=1-\ln2$. So their sum is $\ln2=ab$.