Limit of one exponential function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 3K views
mnb96
Messages
711
Reaction score
5
Hello,
How can I find the limit of [tex]x^{k}\mathrm{e}^{-ax^n}[/tex] for [itex]x\to +\infty[/itex].
a,k,n are positive reals.
I even have troubles solving it for k=1, a=1, n=2.
Any hint?
 
Physics news on Phys.org
e^x grows faster than any power of x. That's the really important thing here.
 
Thanks, I've heard that explanation somewhere but:

- Can you please formally specify what you mean by "grows faster".

- And also, is there a theorem that proves something about the fact that if one function grows faster than the other, it somehow "wins".
Here x goes to infinity, and exp goes to zero. It's not trivial to deduce that the limit is zero.
 
Now that's a good question... I don't know the specific theorem (although I know there is one), but I mean to say that, for example, and this is actually not exactly formal anyway, that e^-x will fall to zero much faster than x^n will climb to infinity. I'm not sure how to put that formally...
 
The formal statement would be something like:

"Let two functions f(x) and g(x) be given, and let a be some common boundary point of their domain. We say that f(x) tends to zero faster than g(x) if the limit of f(x) / g(x) as x tends to a is zero."

If you want to get really formal, you may want to check out the "Big oh" (and related little o) notation.
 
Now I am thinking, could it be this way?
We consider [itex]f(x)=x^k[/itex] and [itex]g(x)=\mathrm{e}^{ax^n}[/itex].

Consider [itex]f(x)/g(x)[/itex] and apply the De L'Hopital's rule?
 
Char. Limit said:
Now that's a good question... I don't know the specific theorem (although I know there is one), but I mean to say that, for example, and this is actually not exactly formal anyway, that e^-x will fall to zero much faster than x^n will climb to infinity. I'm not sure how to put that formally...
It's very easy to prove
[tex]\lim_{x\to\infty}e^{-x}x^n=0.[/tex]
Just consider the power series expansion of exp.
[tex]\frac{e^x}{x^n}=\frac{1+x+\frac{x^2}{2!}+...}{x^n}=\underbrace{\frac{1}{x^n}}_{\to 0}+\underbrace{\frac{1}{x^{n-1}}}_{\to 0}+\underbrace{...}_{\to 0}+\frac{1}{n!}+\frac{x}{(n+1)!}+...\ \ \to\infty.[/tex]
 
Last edited:
I thought the Taylor series would unlock it... thanks for the help.