1

I want to prove that $ e^x \ge 1+x $ for all $ x \in R $ , using Mean Value Theorem it can be proved for $ x \gt 0 $, and equality holds for $ x = 0$, however I can't solve it for $ x \lt 0 $

Cloverr
  • 900

1 Answers1

1

First we take note that $e^0=1+0$ satisfies our inequality. Then as Dr. Sonnhard pointed out let us consider the function $f(x)=e^x-x-1$. The derivative of this function would be:

$$f'(x)=e^x-1$$

If we consider $x \leq 0$, this implies $e^x \leq 1$. Which means $e^x-1 \leq 0$, thus $f(x)$ is decreasing for any negative $x$.

So now we are sure (because $f(0)=0$ and $f(x)$ is decreasing as $x$ increases) that $f(x<0)>0$. So now we have.

For $x<0$, $e^x-x-1>0$

With some algebra:

For $x<0$, $e^x > x+1$