Friday, June 28, 2019

sequences and series - Does an exponential decay faster than a polynomial, in the limit of an infinite power?



We know that
limxexxn=0
for any n. But I assume that usually, this is stated with the understanding that n is finite. But what happens when we take the limit
limnlimxexxn=0?
The context is that I have an infinite sum of the form
limnni=0exxi, and I want to study its behavior as x. In summary,





Does
limxi=0exxi,
converge?




This question seems to indicate that the answer might be yes, but I wonder if taking n messes anything up?


Answer



The issue is one of interchanging the order of limits. Note that we have




limnlimxni=0exxi=limnni=0limx(exxi)=limnni=0(0)=0



Here, we first hold n fixed and let x. The result of the inner limit is 0 for any n. Then, letting n produces 0 as the result.



However, if the order of the limits is interchanged, then we have




limxlimnni=0exxi=limxlimnex(xn+11x1)



which diverges since limnxn= for x>1. In this case, we first hold x>1 fixed and take the limit as n. The resultant limit diverges and renders the outer limit as x meaningless.






Aside, we ask what is the limit, if it exists, of exxx as x? We find that




limxexxx=limxexexlog(x)=limxexlog(x/e)=


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