Prove that $(e^x - 1) \ln(1 + x) > x^2$ for $x > 0$.
It is easy to prove that $e^x > 1 + x + \frac{x^2}{2}$ for $x > 0$. Thus, $e^x - 1 > \frac{x^2}{2}$ for $x > 0$.
Therefore $(e^x - 1) \ln(1 + x) > \frac{x^2}{2} \ln(1 + x) > x^2$.
$\frac{x^2}{2} \ln(1 + x) > x^2 \Rightarrow \ln(1+x) > 2 \Rightarrow x > e^2 - 1$.
How would I go about proving inequality for $x \in (0; e^2 - 1]$?
By the Cauchy-Schwarz inequality:
$$ \int_{0}^{x} e^{u}\,du \int_{0}^{x} \frac{1}{1+u}\,du \stackrel{\text{CS}}{\geq}\left(\int_{0}^{x}\sqrt{\frac{e^u}{1+u}}\,du\right)^2 $$ and since $e^u> 1+u$ by convexity, the RHS is $> \left(\int_{0}^{x}1\,du\right)^2 = x^2$.
We actually have $\frac{e^u}{1+u}\geq 1+\frac{u^2}{3}$ for any $u\geq 0$, hence the original inequality can be largely improved. Anyway, it is a very loose inequality for any large $x>0$.