I'm trying to solve this limit:
$$\lim\limits_{x \to 0}{\frac{\cosh x - 1}{x^2}}$$ where $\cosh x = \frac{e^x + e^{-x}}{2}$
$\lim\limits_{x \to 0}{\frac{\cosh x - 1}{x^2}} = $ $\lim\limits_{x \to 0}{\frac{\frac{e^x + e^{-x}}{2} - 1}{x^2}} = $ $\lim\limits_{x \to 0}{\frac{\frac{e^x + e^{-x} - 2}{2}}{x^2}} = $ $\frac{1}{2}\lim\limits_{x \to 0}{\frac{e^x + e^{-x} - 2}{x^2}} = $ $\frac{1}{2}\lim\limits_{x \to 0}{\frac{(e^x - 1) + (e^{-x} - 1)}{x^2}} = $ $\frac{1}{2}\lim\limits_{x \to 0}{\frac{1}{x}\frac{(e^x - 1) + (e^{-x} - 1)}{x}} = $ $\frac{1}{2}\lim\limits_{x \to 0}{\frac{1}{x}(\frac{e^x - 1}{x} + \frac{e^{-x} - 1}{x})} = $ $\frac{1}{2}\lim\limits_{x \to 0}{\frac{1}{x}(\frac{e^x - 1}{x} - \frac{e^{-x} - 1}{-x})} = ???$
I'm pretty sure I'm close to the answer, because I think I can put $\lim\limits_{x \to 0}{\frac{e^x - 1}{x}} = 1$ to use somehow to finish it off. That $\frac{1}{x}$ is quite annoying. :)
Any hints?