I have a problem with solving limits of hyperbolic functions. Since I am not allowed to use l'Hopital I know that I have to change the fraction so I don't get a $0/0$ or $\infty/\infty$. But my problem is that I have tried lots of different things that doesn't seem to work, so I could really use a hint or two.
$$\lim_{x\to \infty}\frac{1-\tanh(x)}{e^{-2x}}$$
I've tried replacing $\tanh(x)$ with $\frac{e^x-e^{-x}}{e^x+e^{-x}}$ but since this fraction also gives me an $\frac{\infty}{\infty}$ it doesn't seem to help me.
You correctly substituted $\tanh(x)$ with $\frac{e^{x}-e^{-x}}{e^x+e^{-x}}$ and so now you only need to proceed and rewrite the numerator of the fraction as $$1-\tanh(x)=1-\frac{e^{x}-e^{-x}}{e^x+e^{-x}}=\frac{e^x+e^{-x}-e^x+e^{-x}}{e^x+e^{-x}}=\frac{2e^{-x}}{e^{x}+e^{-x}}=\frac{\not e^{x}}{\not e^x}\frac{2e^{-2x}}{1+e^{-2x}}$$ Returning to the initial limit this gives you $$\lim_{x\to+\infty}\frac{1-\tan(h)}{e^{-2x}}=\lim_{x\to+\infty}\dfrac{\dfrac{2\not e^{-2x}}{1+e^{-2x}}}{\not e^{-2x}}=\lim_{x\to+\infty}\frac{2}{1+e^{-2x}}=\frac{2}{1+0}=2$$