How do I calculate $$\lim_{x\to0}[x^3 \sin \frac 1{x^2}]$$ I'm thinking that since $$\frac{\sin x}{x} \to 1$$ Maybe I can do this as well? $$\frac{\sin \frac 1{x^2}}{\frac 1{x^2}}=x^2\sin \frac 1{x^2} \to 1$$ Which would leave me with $$\lim_{x\to0} x \cdot 1 = 0$$ Would this make sense?
2026-04-01 05:45:16.1775022316
Calculate $\lim_{x\to0}[x^3 \sin \frac 1{x^2}]$?
993 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
First notice that the function $\sin(\frac{1}{x^2}) $ is bounded, i.e., $$ \bigg|\sin(\frac{1}{x^2})\big| \leq 1.$$ Hence $$ |x^3 \sin(\frac{1}{x^2})| \leq |x^3| $$ and $$ \lim_{x \rightarrow 0} |x^3| = 0.$$ So we have, by the squeeze theorem,
$$\lim_{x \rightarrow 0} x^3 \sin(\frac{1}{x^2}) = 0$$