Actually, I was solving this question.
$$\displaystyle\lim_{x\to 0}\frac{e^x-e^{-x}}{\sin(x)}=\displaystyle\lim_{x\to 0}\frac{2\sinh(x)}{\sin(x)}=2\displaystyle\lim_{x\to 0}\left(\frac{\displaystyle\sum_{n=0}^\infty \frac{x^{2n+1}}{(2n+1)!}}{\displaystyle\sum_{n=0}^\infty\frac{(-1)^n}{(2n+1)!}x^{2n+1}}\right)$$
How to now deal with these two summations? Or is my way itself wrong?
Any hint would be appreciated.
$2\displaystyle\lim_{x\to 0}\left(\frac{\displaystyle\sum_{n=0}^\infty \frac{x^{2n+1}}{(2n+1)!}}{\displaystyle\sum_{n=0}^\infty\frac{(-1)^n}{(2n+1)!}x^{2n+1}}\right)=$
$=2\lim\limits_{x\to0}\dfrac{x+O\left(x^3\right)}{x-O\left(x^3\right)}=$
$=2\lim\limits_{x\to0}\dfrac{x\left(1+O\left(x^2\right)\right)}{x\left(1-O\left(x^2\right)\right)}=$
$=2\lim\limits_{x\to0}\dfrac{1+O\left(x^2\right)}{1-O\left(x^2\right)}=$
$=2\cdot1=$
$=2\;.$
Another way is to use notable limits.
$\lim\limits_{x\to 0}\dfrac{e^x-e^{-x}}{\sin(x)}=$
$=\lim\limits_{x\to0}\left[\dfrac x{\sin x}\left(\dfrac{e^x-1}x+\dfrac{e^{-x}-1}{-x}\right)\right]=$
$=\lim\limits_{x\to0}\dfrac x{\sin x}\cdot\left(\lim\limits_{x\to0}\dfrac{e^x-1}x+\lim\limits_{x\to0}\dfrac{e^{-x}-1}{-x}\right)=$
$=1\cdot(1+1)=$
$=2\;.$