4

Let $x>0$,prove that $$e^x>x(x+1)$$or $$x>\ln{x}+\ln{(x+1)}$$

we can use this Taylor some first four term, $$e^x>1+x+\dfrac{1}{2}x^2+\dfrac{1}{6}x^3$$ prove it

But this inequality it seem very nice,maybe there exsit simple methods or Amazing way?

math110
  • 93,304

2 Answers2

4

We need to prove$$e^x>1+x+\dfrac{1}{2}x^2+\dfrac{1}{6}x^3\ge x^2+x$$which is$$x^3+3x^2+6x+6\ge 6x^2+6x$$which is$$x^3-3x^2+6=(x-2)^2(x+1)+2>0$$which is obvious for positive $x$.

didgogns
  • 3,597
3

Yes. Let $$f(x)=e^x-x^2-x$$

And $f(0)=1$

Now, $f^{'}(x)=e^x-(2x+1)$ and $f^{"}(x)=e^x-2$
We get local minima in $x \in (1,2) $ where $f(x)>0$.

Now Since at minima, $f(x)>0$

Thus we can conclude $$e^x-(x^2+x)>0$$ $$e^x>(x^2+x)$$