Compute $\displaystyle \lim_{x\to0}{1 - e^{-x}\over e^x - 1}$.
So first and foremost, I know what the answer to this question is:
$$\begin{align}\lim_{x\to0}{1 - e^{-x}\over e^x - 1} &= \lim_{x\to0}\left({1 - e^{-x}\over e^x - 1}\right)\cdot{e^x\over e^x} \tag{$\star$}\\ & = \lim_{x\to0}{e^x - 1\over (e^x - 1)e^x} \\ &= \lim_{x\to0}{1 \over e^x} \\ &= {1\over e^0} \\ &= 1.\end{align}$$
Unfortunately, I found this solution by complete accident. I can't really justify the motivation of why I performed the step $(\star)$ other than "I saw the $e^{-x}$ and thought to try and get rid of it.
Initially the first thought that I had was to use the conjugate of one of the functions, but we end up not going anywhere with the problem (There's still that nasty $e^{-x}$ using either conjugate). Is this likely the intended solution to this problem? I unfortunately cannot see any other way of solving the problem.
Here's three ways of doing it:
Taylor
You can use Taylor, i.e. $e^{x} \sim 1 + x$, so $$\frac{1 - e^{-x}}{e^{x} - 1} \sim \frac{1 - (1-x)}{1+x-1} = \frac{x}{x} =1$$
Factorizing
Another (but equivalent) way is factor $e^{x}$ from the denominator $$\displaystyle \lim_{x\to0}{1 - e^{-x}\over e^x - 1} = \displaystyle \lim_{x\to0}{1 - e^{-x}\over e^{x}(1 - e^{-x})}= \lim_{x\to0}\frac{1}{e^{x}} = \frac{1}{e^0} = 1 $$
L'Hopital
You can solve by L'Hopital, i.e. $$\displaystyle \lim_{x\to0}{1 - e^{-x}\over e^x - 1} = \displaystyle \lim_{x\to0} \frac{e^{-x}}{e^{x}} = \frac{e^{0}}{e^{0}} = 1$$
You could use $(\epsilon,\delta)$ definition as well