Prove that $1+x<e^x$ for all real numbers $x\neq0$.
Here is my solution:
We'll prove this as two cases; first when $x<0$ and then when $x>0$.
Let $\alpha>0$. Then, $$e^\alpha-\alpha e^\alpha<1\Rightarrow e^\alpha(1-\alpha)<1\Rightarrow1-\alpha<\frac{1}{e^\alpha}\Rightarrow1-\alpha<e^{-\alpha}.$$ Setting $x=-\alpha$ gives the desired result. Next, consider the fact that $0<\ln(e^\alpha-\alpha)$, as natural log is a strictly positive function. Then, $$0<\ln(e^\alpha-\alpha)\Rightarrow\ln(1)<\ln(e^\alpha-\alpha)\Rightarrow1<e^\alpha-\alpha\Rightarrow1+\alpha<e^\alpha.$$ Setting $x=\alpha$ gives the desired result.
I believe this is a valid proof, but this question is asked in the context of a calculus course, so I'm wondering if there is a different/better way to solve this.

First, $e^x$ is increasing, which is easy to see by computing the derivative.
For $x\gt0$: $\ln(1+x)\lt x\iff\int_1^{1+x}\frac1tdt\lt x\cdot \frac11$ just by considering an upper Riemann sum with one subinterval.
For $-1\lt x\lt0$: $-\ln(1+x)= \int_{1+x}^1\frac1tdt\gt -x\cdot\frac11$, using a lower sum, and the same result follows.
For $x\le -1$, it's obvious, since $e^x\gt0$.