Mark O. answered 11/26/16
Tutor
5.0
(167)
Learn Physics, Math, and Comp Sci from Professional Scientist
Hi Alex,
We want to solve
lim_{x →∞) exp(-x2)(x3 + 2x2 + 1)
= lim_{x →∞) (x3 + 2x2 + 1)/exp(x2) → ∞/∞, which is an indeterminate form. So, we must now employ l'Hopital's rule.
For such indeterminate cases, l'Hopital's rule states that the lim f(x)/g(x) = lim f'(x)/g'(x) where the prime denotes differentiation with respect to x.
In the last form of the limit I wrote above, let's take the derivative of the numerator and the denominator. We get
lim_{x →∞) (3x2 + 4x)/[2xexp(x2)] = lim_{x →∞) (3x + 4)/[2exp(x2)] → ∞/∞
If at first you don't succeed, try again. L'Hopital's rule can be applied multiple times until you get a result. So, let's apply it again to the last form of the limit that we had above. Let's calculate the derivative of the numerator and denominator and take the limit again:
lim_{x →∞) 3/[4xexp(x2)] → 3/∞ → 0