How would you go about evaluating the following limit as $x$ approaches $0$?
$$\lim_{x\to 0}\frac{1-\cos(x^2)}{x^3\sin(x)}$$
How would you go about evaluating the following limit as $x$ approaches $0$?
$$\lim_{x\to 0}\frac{1-\cos(x^2)}{x^3\sin(x)}$$
If you know that $1-\cos x^2$ ~ $ \frac{x^4}{2}$ and $\sin x$ ~ $x$ as $x\to 0$, then it will be helpful.
So the limit is $$=\lim_{x\to 0}\frac{\frac{x^4}{2}}{x^4}=\frac12.$$
You surely know that $$ \lim_{t\to0}\frac{1-\cos t}{t^2}=\frac{1}{2}, \qquad \lim_{t\to0}\frac{\sin t}{t}=1. $$ The first limit tells you that $$ \lim_{x\to0}\frac{1-\cos(x^2)}{x^4}=\frac{1}{2}, $$ so it's just a matter of rewriting: $$ \lim_{x\to 0}\frac{1-\cos(x^2)}{x^3\sin(x)}= \lim_{x\to 0}\frac{1-\cos(x^2)}{x^4}\frac{x}{\sin(x)} $$