Wednesday, June 6, 2018

calculus - How do I show that limxrightarrowinfty(1+fracax+fracbx3/2)x=ea?



How do I show that limx(1+ax+bx3/2)x=ea? Actually, I had to deal with something similar yesterday and after thinking about it for quite a while I did it with L'Hospital's rule, but this was very unsatisfactory for me. I am rather interested in a more algebraic proof that this last term does not contribute to the limit, but I found it quite hard to do something more elementary.


Answer



I am expanding the hint in comments. In dealing with limits of expression of type {f(x)}g(x) it is much better to take logs rather than write complicated exponents. Let the limit be L. Then we have logL=log{limx(1+ax+bx3/2)x}=limxlog(1+ax+bx3/2)x because log is continuous=limxxlog(1+ax+bx3/2)=limxx(ax+bx3/2)log(1+ax+bx3/2)ax+bx3/2=limx(a+bx)limy0log(1+y)y where y=ax+bx3/2=a1=1

Hence L=ea.



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...