Saturday, February 13, 2016

real analysis - How do I compute limxto0(sin(x)+2x)fraccosxsinx without L'Hopital's rule?


What I've tried so far is to use the exponent and log functions: limx0(sin(x)+2x)cosxsinx=limx0eln(sin(x)+2x)cosxsinx=limx0e1tanxln(sin(x)+2x)

.


From here I used the expansion for tanx but the denominator turned out to be zero. I also tried expanding sinx and cosx with the hope of simplifying cosxsinx to a constant term and a denominator without x but I still have denominators with x.


Any hint on how to proceed is appreciated.


Answer



Take the logarithm and use standard first order Taylor expansions: limx0log(sin(x)+2x)tan(x)=limx0log(sin(x)+2x)x+o(x)=limx0x+log(2)x+o(x)x+o(x)=1+log(2).

Then limx0(sin(x)+2x)cot(x)=e1+log(2)=2e.



EDIT


Maybe it's important to clarify why log(sin(x)+2x)=x+log(2)x+o(x). I'm using the following facts:


  • log(1+t)=t+o(t) as t0,


  • sin(x)+2x=1+x+log(2)x+o(x) 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...