L'Hospital's Rule: Find Limit of x^2e^x

  • Thread starter Thread starter endeavor
  • Start date Start date
endeavor
Messages
174
Reaction score
0

Homework Statement


Find the limit.
\lim_{x\rightarrow -\infty} x^2e^x

Homework Equations


L'Hospital's Rule.

The Attempt at a Solution


I rewrite the limit:
\lim_{x\rightarrow -\infty} \frac{e^x}{\frac{1}{x^2}}
applying L'Hospital's Rule:
\lim_{x\rightarrow -\infty} \frac{e^x}{-2(\frac{1}{x^3})}
But the numerator and denominator still go to zero...If I keep applying L'Hospital's Rule, I still won't get anywhere. It looks like x's exponent will continue to grow; then if I put the x term back in the numerator, it would seem like the x term would overcome e^x, and the limit would go to infinity. However, I graphed the function, and it seems to go to zero. What am I doing wrong?
 
Physics news on Phys.org
Hint : try rewriting the limit as \lim_{x\rightarrow \infty} {(-x)}^2e^{-x} = \lim_{x\rightarrow \infty} \frac{x^2}{e^x} and apply L'Hopital's rule twice.
 
it would seem like the x term would overcome e^x, and the limit would go to infinity.
Let this be your first lesson that exponential factors dominate polynomial factors. :smile:

Anyways, as Curious suggests, try moving the exponential to the bottom instead of the monomial.
 
Yeah, that works. It must've slipped my mind that \lim_{x\rightarrow -\infty} f(x) = \lim_{x\rightarrow \infty} f(-x).

Is there any other way to do it though?
 
intuition.
Looking at this one
\lim_{x\rightarrow \infty} \frac{x^2}{e^x}

Which one approaches infinity 'faster'?
 
For any positive n, a> 1, ax goes to infinity faster than xn so the fraction you have goes to 0. We say that ax "dominates" xn as Hurkyl said.


For example, for large enough x, 1.0000001x is larger than x100000000.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top