rdougie
- 6
- 0
Homework Statement
(a) Explain why L'Hopital's rule does not apply to the problem
lim_{x\rightarrow0} [ (x^{2}sin(1/x)) / sinx ]
(b) Find the limit.
Homework Equations
lim _{x\rightarrow0} xsin(1/x) = 0 , by the Squeezing Theorem.
lim _{x\rightarrow0} sin (1/x) Does Not Exist because it oscillates between -1 and 1.
lim _{x\rightarrow0} x^{2}sin(1/x) = 0 by the Squeezing Theorem.
lim_{x\rightarrow0}sinx/x = 1
3. My attempt(s) at a solution
I wrote the original problem
lim_{x\rightarrow0} [ (x^{2}sin(1/x)) / sinx ]
as
lim_{x\rightarrow0} sin (1/x) / lim_{x\rightarrow}(1/x) * lim_{x\rightarrow0} (sinx/x).
Since the limit of the numerator doesn't exist, and lim_{x\rightarrow0}(1/x) is +\infty, and lim_{x\rightarrow0} sinx/x = 1, then the limit of the problem doesn't exist, right?