This is easy to prove for negative $x$ but what about positive $x$? Should I use MVT?
2026-04-29 21:06:57.1777496817
On
On
On
Prove that $ex \leq e^x$ for all $x \in \mathbb{R}$
3.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
0
On
You should prove that:
$$0 \leq e^{x-1}-x=f(x)$$
Let's calculate derivative of $f(x)=e^{x-1}-x$, it's:
$$f'(x)=e^{x-1}-1$$
Note that $f'(x)<0$ for $x<1$ and $f'(x)>0$ for $x>1$. So $f(x)$ reaches the smallest value at $x=1$, but we can calculate that $f(1)=0$, so
$$f(x) \geq f(1)=0$$
for all $x \in \mathbb{R}$.
0
On
Use the convexity of $\exp$ at the point 1 to get:
$$
\exp x \ge \exp' 1 \times (x - 1) + \exp 1 = ex
$$
0
On
Note the tangent to $y=e^x$ at $x=1$ is $$ y-e = e(x-1), $$ and the Taylor series for $e^x$ about $x=1$, with remainder, is $$ e^x -ex = \int_1^{x} (x-t)e^{t} \, dt, $$ and the integrand is clearly positive for $x>1$. For $x<1$, you can rearrange integrand and limits to show the integral is still positive.
Define
$$f(x):=ex-e^x\implies f'(x)=e-e^x=e(1-e^{x-1})=0\iff x=1$$
But also
$$f''(1)=-e^1<0$$
so that at $\;x=1\;$ we have a maximum point... End the argument now.