Sunday, November 25, 2018

Find limit xrightarrow0 of f(x)=x2cdotleft(sinfrac1xright)2



I have following function:



f(x)=x2(sin1x)2



I want to find the limit of the function for x0±. First I analyze 1x:




  • 1x+ for x0+




but the sin of infinity does not exist. Then I use the comparison theorem (I don't know how it's called in English) and conclude that, because



|x2(sin1x)2|1x20+



therefore the initial function tends to 0. Is this reasoning correct? Are there better ways?


Answer



If you meant |x2sin2(1x)|, then yes, it is correct. It follows from this that \lim_{x\to 0}\left\lvert x^2\sin^2\left(\frac1x\right)\right\rvert=0 and that therefore \lim_{x\to 0}x^2\sin^2\left(\frac1x\right)=0.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...