My question is, how can I evaluate limits without L'Hopital's Rule ?
$$\lim\limits_{x \to 0} \frac{\sin(\sqrt[3]{x})}{1-\cos x}$$
My question is, how can I evaluate limits without L'Hopital's Rule ?
$$\lim\limits_{x \to 0} \frac{\sin(\sqrt[3]{x})}{1-\cos x}$$
By standard limits we have that
$$\frac{\sin(\sqrt[3]{x})}{1-\cos x}=\frac{\sin(\sqrt[3]{x})}{\sqrt[3]{x}}\frac{x^2}{1-\cos x}\frac{\sqrt[3]{x}}{x^2}$$
and
and
$$\lim_{x\to 0^+}\frac{\sqrt[3]{x}}{x^2}=+\infty$$
Note also that if we extend the existence of $\sqrt[3]{x}$ to the values $x<0$ we have
$$\lim_{x\to 0^-}\frac{\sqrt[3]{x}}{x^2}=-\infty$$
For small $x$, $1-\cos x= 2\sin^2\frac{x}{2}\approx\frac{x^2}{2}$ while $\sin\sqrt[3]{x}\approx\sqrt[3]{x}$, so $\frac{\sin\sqrt[3]{x}}{1-\cos x}\approx 2x^{-5/3}$ diverges as $x\to 0$. Thus the limit is $\infty$.
Write your term in the form $$\frac{\sin(\sqrt[3]{x})(1+\cos(x))}{\sqrt[3]{x}\frac{\sin^2(x)}{x^2}}\cdot \frac{1}{x^2}$$
and you will see that the limit doesn't exist.
You can evaluate limits without L'Hospital rule using known properties of limits:
provided that all the limits exist (and denominator is not $0$ in the last one).
It can also help to use change of variables for limits:
Finally, you will hardly get anywhere without using known limits such as $\lim_{x\to 0}\frac{\sin x}{x} = 1$ and similar. You must have seen some kind of list of this kind.
Good luck with your limits!