Does this go to 0 for large enough x?

  • Context: Undergrad 
  • Thread starter Thread starter ChrisVer
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
Messages
3,372
Reaction score
465
I have one question... In general I always thought that the exponential function was "dying" out faster than any other polynomial function, such that:
[itex]e^{-x} x^a \rightarrow 0[/itex] for [itex]x \rightarrow \infty[/itex].
[eg this is was used quiet commonly and so I got it as a rule-of-thumb, when deriving wavefunctions for a simple example for the Hydrogen atom]

However recently I read in a paper that this is not true, and as an illustration of how can that be, they logarithm-ized the function like:
[itex]\ln (e^{-x} x^n) = -x + n \ln x[/itex] which goes to infinity for [itex]x,n\rightarrow \infty[/itex].
This I read in here:
http://arxiv.org/pdf/1108.4270v5.pdf
in Sec4 (the new paragraph after Eq4.1)

This has confused me, can someone shred some light?
 
Physics news on Phys.org
well even if [itex]n[/itex] was not a variable, then the quantity I wrote [itex]-x + n \ln x[/itex] (fixed n), is not really going to zero for large x...

oops sorry... you want the logarithm to go to infinity.
 
ChrisVer said:
they logarithm-ized the function like:
[itex]\ln (e^{-x} x^n) = -x + n \ln x[/itex] which goes to infinity for [itex]x,n\rightarrow \infty[/itex].
This I read in here:
http://arxiv.org/pdf/1108.4270v5.pdf
in Sec4 (the new paragraph after Eq4.1)

which is on page 10 of the PDF.

Your rule-of-thumb is correct about limits involving single variables.

However, there is a distinction between limits taken with respect to one variable and limits taken with respect to two variables.

##\lim_{s\rightarrow \infty} g(s) ## is defined differently than ##\lim_{s\rightarrow\infty,\ n\rightarrow\infty} g(s,n)##.

(The wording in the paper is "when both ##n## and ##s## go to ##\infty##".)

There is a further distinction between the definition of a "double limit" ##\lim_{s\rightarrow\infty,\ n\rightarrow\infty} g(s,n)## and the definition of the two "iterated limits":
##\lim_{s\rightarrow\infty}( \lim_{n\rightarrow\infty} g(s,n))##
and
##\lim_{n\rightarrow\infty}( \lim_{s\rightarrow\infty} g(s,n))##.
 
  • Like
Likes   Reactions: ChrisVer
The first limit can be evaluated by repeated application of de L'Hospital's rule,
$$\lim_{x \rightarrow \infty} \frac{x^{a}}{\exp x}=\lim_{x \rightarrow \infty} \frac{a x^{a-1}}{\exp x}=\ldots = \lim_{x \rightarrow \infty} \frac{a(a-1) \ldots (a-n+1) x^{a-n}}{\exp x}=0,$$
where I made ##n>a-1##.
 
vanhees71 said:
So there's nothing wrong arguing with de L'Hospital in all cases.

I'm just saying L'Hospital's rule does not apply to a case like ##lim_{x\rightarrow\infty} \frac{6}{f(x)}## since L'Hospital's rule only applies when both the numerator and denominator both have a limit of zero or both have infinite limits. Once you get a constant like 6 in the numerator, you have to use a different justification for finding the limit.

So we shouldn't write a chain of equalities that implies L'Hospital's rule is being applied to the case where the numerator is constant because it is not, in general, true that ##lim_{x\rightarrow\infty} \frac{f(x)}{g(x)} = lim_{x\rightarrow\infty} \frac{f'(x)}{g'(x)} =lim_{x\rightarrow\infty} \frac{f"(x)}{g"(x)} = ... = lim_{x\rightarrow\infty} \frac{\frac{d^n}{dx} f(x)}{\frac{d^n}{dx}g(x)} ##, running through an arbitary number ##n## of differentiations.