Problem.
Show that $$e^x > 1 + x , \ \ x \neq 0$$
My attempt.
Using Mean Value Theorem: $$f'(c) = \frac{f(b) - f(a)}{b-a}$$
$$\Rightarrow e^c = \frac{e^x - 1}{x}$$ $$\Rightarrow xe^c = e^x -1$$ $$\Rightarrow x+1 = \frac{e^x}{e^c}$$
I'm not feeling very comfortable with these calculations...Am I on the right track? Can I even choose $e^o$ in my initial calculation as it says that $x \neq 0 $ ?
The answer can be solved using the Taylor Series of $e^x$, which is $\displaystyle \sum_{n=0}^{\infty} \frac{x^n}{n!} = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots$. Note that if $x > 0$, each and every term in the series will be greater than $0$, and therefore $e^x > 1+x$.