Lim x->0 e^(-1/x^2)/x^3 (Don't Understand Why I Can't Do It)

  • Thread starter Thread starter EstimatedEyes
  • Start date Start date
EstimatedEyes
Messages
31
Reaction score
0

Homework Statement



It is part of a larger problem, but the only hangup I have had is computing this limit.
lim x->0 e^(-1/x^2)/x^3.

It's to show that the function f(x) = e^(-1/x^2) (when x is not 0) and 0 (when x is 0) is not equal to its Maclurin Series. I know that if I can show that the derivatives of f(x) are equal to zero when x=0 (a) then I can prove what the problem is asking. Showing why the derivatives equal zero has been a problem thus far though...

Homework Equations


The Attempt at a Solution



I put it into Wolfram Alpha and know that it's equal to zero, but I don't know how to get it.
I know that L'Hopital's rule applies because it is 0/0
so:
((2/x^3)*e^(-1/x^2))/(3x^2) = 2e^(-1/x^2)/3x^5
Doesn't this pattern keep repeating giving one 0/0 no matter how many times one differentiated? It will always have e^(-1/x^2) on the top and some power of x which will continue to grow on the bottom. How can this limit be computed? Thanks!
 
Physics news on Phys.org
As x \rightarrow 0 which goes to zero first? e-1/x2 or x3?
 
I don't quite understand what you're asking; Both go to zero and I don't understand how one can do so first...
 
\frac{e^{-1/x^2}}{x^3}=\frac{x^{-3}}{e^{1/x^2}}

Try l'Hopital twice on that instead, simplifying after each application.
 
Thanks! Is it possible to generalize that e^(-1/x^2)/x^n as n->0 (n>2 and an integer) also approaches 0?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top