Saturday, November 3, 2018

Computing limit of fracxsinxxtanx without L'Hôpital




I want to compute following:



limx0xsin(x)xtan(x)



I have tried to calculate this with l’Hôpital's rule. l’Hôpital's rule states that:
limxaf(x)g(x)=limxaf(x)g(x)



Now i can get to the right result with l’Hôpital's rule but it took a little over two pages on paper. Had to use l’Hôpital's rule 4 times. How do you solve this without l’Hôpital's rule ?




The result appears to be(with l’Hôpital's rule):



limx0xsin(x)xtan(x)=12



If someone can provide alternative solution to this problem that would be highly appreciated.


Answer



Utilizing the Taylor expansions



sin(x)=x16x3+O(x5)




tan(x)=x+13x3+O(x5), we get



xsin(x)xtan(x)=x(x16x3+O(x5))x(x+13x3+O(x5))=16x3+O(x5)13x3+O(x5)12 as x0.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...