How to prove that $\ln(1+x^2)<x$ , given that $x>0$

144 Views Asked by At

Given that $x>0$, how to prove that $\ln(1+x^2)<x$?

I have been thinking about Taylor series, but didn't know how to do it. any suggestions?

3

There are 3 best solutions below

0
On

Consider the function $f(x)=\ln(1+x^2)-x$; then $f(0)=0$, while $$ f'(x)=\frac{2x}{1+x^2}-1=-\frac{(1-x)^2}{1+x^2} $$ which is negative except for $x=1$. Thus $f$ is strictly decreasing.

1
On

Assuming $x>0$...

$\log(1+x^2) - x = \log(1+x^2)- \log e^x = \log ( {1+x^2 \over e^x } ) $.

Since $e^x > 1+ x^2$, we see that ${1+x^2 \over e^x } < 1$ hence $\log(1+x^2) - x < 0$.

0
On

Since $e^x$ is monotone increasing, your inequality is equivalent to

$$1 + x^2 < e^x,$$

applying $\exp(x)$ to each side of the original inequality.