Evaluating \lim_{\ x \to 0^+} \frac{\ e^{-1/x}}{x}

  • Thread starter Thread starter qspeechc
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
qspeechc
Messages
839
Reaction score
15

Homework Statement



Evaluate: [tex]\lim_{\ x \to 0^+} \frac{\ e^{-1/x}}{x}[/tex]

Homework Equations


l'hospital's' Rule maybe? Taylor series?


The Attempt at a Solution



Before I did anything, my guess was this tends to 0, as exponentials decay faster than rational funtions.

The limits as -1/x tends to 0 from the right is [tex]-\infty[/tex]
So:
[tex]\lim_{\ x \to 0^+} \ e^{-1/x} = 0[/tex]

and ofcourse the limit of x as x tends to 0 is 0. So it is of indeterminate form 0/0
Using L'Hopital's Rule:

[tex]\lim_{\ x \to 0^+} \frac{\ e^{-1/x}}{x^2}[/tex]

And that is still of indeterminate form 0/0. In fact, you can see that using l'hospital's Rule will always generate an indeterminate form 0/0. Taylor series are no better: after the exapansion you get
[tex]\frac{1}{x^2} +\frac{1}{2x^5} +...[/tex] or something of that nature, point is, it diverges.
Help please?
 
Physics news on Phys.org
You might take the logarithm of the fraction, and try to evaluate:
[tex]\lim_{x\to0^{+}}-\frac{1}{x}-\ln(x)=\lim_{x\to0^{+}}-\frac{1+x\ln(x)}{x}[/tex]
 
try subs x = 1/ ln y and then try L'hopital..
 
thats correct.
 
Thank-you everyone for your answers, but I do not like substitutions, like put x=(...),
is there any way to solve it without the substitution?

Look at it from the other end of the reals:
I do not get this substitution, or any other substitution for that matter! Why, and how, look at it from the other end? Or is it merely a substitution one must use to solve the problem, but has no real meaning. Am I making sense?
 
Making substitutions is a very important tool. You had better learn to love them if you want to proceed far in mathematics.

In the case of my example, u=1/x, the substitution changes an indeterminate expression of the form [itex]0/0[/itex] as [itex]x\to0[/itex] to an indeterminate expression f the form [itex]\infty/\infty[/itex] as [itex]u\to\infty[/itex]. The advantage of the substitution is that using L'Hopital's Rule yields a value.
 
Ok, thank you again everyone, otherwise I would have really struggled with this one!