I am trying to evaluate
$$\lim_{x \to 0} \frac{\sin(x^3)}{x}$$
without L'hopital rule. I've tried Squeeze theorem but no luck.
I am trying to evaluate
$$\lim_{x \to 0} \frac{\sin(x^3)}{x}$$
without L'hopital rule. I've tried Squeeze theorem but no luck.
On
You can use the differential quotient:
$$\begin{align} \lim_{x\to0} \frac{\sin(x^3)}{x} & = \lim_{x\to0} \frac{\sin(x^3)-\sin(0)}{x} \\ & = \partial_x(\sin(x^3))|_{x=0} \\ & = (\cos(x^3) 3x^2)|_{x=0} \\ & = 0 \end{align}$$
On
$\lim_{x \to 0} \frac{\sin(x^3)}{x}=\lim_{x \to 0} x^2\frac{\sin(x^3)}{x^3}\lim_{x \to 0} x^2 \cdot \lim_{x \to 0}\frac{\sin(x^3)}{x^3}=0^2 \cdot 1=0$
Using the inequality $|\sin t| \leq |t|$ we get
$$ \left\vert \frac{\sin (x^3)}{x} \right\vert \leq \left\vert \frac{x^3}{x} \right\vert=x^2.$$
Now you can use the squeeze theorem.