I'm trying to evaluate $$\lim\limits_{x\rightarrow0} \frac{e^{-\frac{x^2}{2}}-\cos x}{x^3\sin x}.$$
I can see the $\frac{0}{0}$ form, so I'll use L'Hôpital's rule. However, I'll eliminate the sine function in the denominator by multiplying the numerator and denominator by $x$. We know
$$\lim\limits_{x\rightarrow0} \frac{x}{\sin x} = 1.$$
The problem reduces to
$$\lim\limits_{x\rightarrow0} \frac{e^{-\frac{x^2}{2}}-\cos x}{x^4}.$$
Now I'll use L'Hôpital's rule. The problem now becomes
$$\lim\limits_{x\rightarrow0} \frac{e^{-\frac{x^2}{2}}(-x)+\sin x}{4x^3}.$$
I don't know how to proceed from here onwards. Using L'Hôpital's rule any more complicates the problem. Any ideas would be appreciated.