How to solve this limit?
$$\lim_{x\to 0} \frac{\sin(x\sin(2x))}{x^2}$$
I tried to solve with trigonometric formulas but no result yet. It seems that need to use this $$ \lim_{x\to 0} \frac{\sin(x)}{x} $$
How to solve this limit?
$$\lim_{x\to 0} \frac{\sin(x\sin(2x))}{x^2}$$
I tried to solve with trigonometric formulas but no result yet. It seems that need to use this $$ \lim_{x\to 0} \frac{\sin(x)}{x} $$
$$\frac{\sin(x\sin 2x)}{x^2} = \frac{\sin (x\sin 2x)}{x\sin 2x} \times \frac{\sin 2x}{x} \to 1\times \frac{\sin 2x}{2x} \times 2 \to 1\times 1\times 2 =2 $$
Since $\sin t=t+o(t)$, you have $$ x\sin2x=2x^2+o(x^2) $$ and therefore $$ \sin(x\sin2x)=2x^2+o(x^2) $$ so your limit becomes $$ \lim_{x\to0}\frac{2x^2+o(x^2)}{x^2}=2 $$