AP Calculus AB and BC

Limit of e^x as x Approaches Negative Infinity

The limit of e to the x as x approaches negative infinity is 0. The exponential decays toward 0 on the left, which makes y = 0 a horizontal asymptote there, while on the right it grows without bound. The value never reaches 0: e to the x is positive for every real number x.

limxex=0\lim_{x \to -\infty} e^x = 0

Settled by end behaviour of the exponential.

Turning the negative exponent into a reciprocal

Substituting x=tx = -t converts the awkward direction into a familiar one: as xx \to -\infty, the new variable satisfies tt \to \infty.

ex=et=1ete^{x} = e^{-t} = \frac{1}{e^{t}}

Now the behavior is obvious. The denominator ete^{t} grows without bound, and a fixed numerator over an unbounded denominator collapses to 0.

limt1et=0\lim_{t \to \infty} \frac{1}{e^{t}} = 0

The numbers show how quickly it happens. Every output is positive and each step of 5 in the input divides the value by roughly 148.

xxexe^{x}
1-10.36790.3679
5-50.0067380.006738
10-100.00004540.0000454
20-200.000000002060.00000000206

The values are shrinking toward 0 from above and never cross it, which is exactly what a horizontal asymptote at y=0y = 0 looks like from the left.

Why substitution fails, and why nothing is indeterminate

Direct substitution is not available, for the same reason it is never available at an infinite endpoint: -\infty is a description of behavior, not a number to plug in. Writing ee^{-\infty} is shorthand at best.

What separates this limit from most is that no indeterminate form shows up. There is no \frac{\infty}{\infty} or \infty - \infty to resolve, because nothing is competing: one function, one direction, one shape. The work is knowing the exponential's end behavior rather than doing algebra.

Do not reach for L'Hopital here

L'Hopital's rule needs a quotient in 00\frac{0}{0} or \frac{\infty}{\infty} form. exe^{x} is neither, and differentiating it returns exe^{x} forever, so the rule would loop without ever producing an answer.

The mistake students make

The frequent error is answering -\infty, on the reasoning that a very negative input should give a very negative output. Exponentials do not work that way: the output of exe^{x} is positive for every real xx, so a negative exponent makes the value small, never negative.

The second error is direction bookkeeping. Four related limits get mixed up constantly, and the only way through is to ask whether the exponent is heading up or down.

LimitExponent heads toValue
limxex\lim_{x \to -\infty} e^{x}-\infty00
limxex\lim_{x \to \infty} e^{x}\infty\infty
limxex\lim_{x \to -\infty} e^{-x}\infty\infty
limxex\lim_{x \to \infty} e^{-x}-\infty00

Read the exponent first, then apply the single rule: exponent to -\infty gives 0, exponent to \infty gives \infty.

Not sure which technique a limit wants?

The Limit Method Chooser walks the decision from direct substitution through factoring, the conjugate, and L'Hopital, and says why each one applies or fails.

Frequently asked questions

Does e^x ever actually equal 0?

No. The range of exe^{x} is every positive number, so the graph gets arbitrarily close to the xx-axis without touching it. That is what a horizontal asymptote means: approached, never attained. It is also why ln0\ln 0 is undefined, since no exponent produces an output of 0.

Where does this limit get used on the AP exam?

It settles horizontal asymptotes for anything built from exe^{x}, and it drives exponential decay models: a solution y=Cekty = Ce^{kt} with k<0k < 0 approaches 0 as tt grows because the exponent heads to -\infty. It also makes improper integrals such as 0exdx\int_{-\infty}^{0} e^{x}\,dx converge, to 1 in that case.

Does the same answer hold for other bases?

For any base a>1a > 1 the behavior matches exe^{x} exactly, so limxax=0\lim_{x \to -\infty} a^{x} = 0. For 0<a<10 < a < 1 it flips, because ax=(1a)xa^{x} = \left(\frac{1}{a}\right)^{-x} grows without bound on the left. The base 1 case is constant.