AP Calculus AB and BC

Limit of (2^x-1)/x as x Approaches 0 Is ln 2

The limit of (2^x - 1)/x as x approaches 0 is the natural log of 2, about 0.6931. Direct substitution gives 0/0. The quotient is the difference quotient for 2^x based at 0, so the limit is the slope of y = 2^x where it crosses the y-axis, and that slope is ln 2 rather than 1.

limx02x1x=ln2\lim_{x \to 0} \frac{2^x-1}{x} = \ln 2

Settled by the limit definition of the derivative.

Reading the quotient as a difference quotient

Set f(t)=2tf(t) = 2^t. Then f(0)=1f(0) = 1, so the numerator 2x12^x - 1 is f(x)f(0)f(x) - f(0) and the fraction is the difference quotient for ff based at 00.

2x1x=f(0+x)f(0)x,f(t)=2t\frac{2^x-1}{x} = \frac{f(0+x)-f(0)}{x}, \qquad f(t) = 2^t

The limit is therefore f(0)f'(0), the slope of y=2xy = 2^x at its yy-intercept. To pin that number down, rewrite the base through ee using 2=eln22 = e^{\ln 2}.

2x=(eln2)x=exln22^x = \left(e^{\ln 2}\right)^x = e^{x\ln 2}

Then force the denominator to match the exponent. Multiplying and dividing by ln2\ln 2 rebuilds the one exponential limit that is already known, limu0eu1u=1\lim_{u \to 0}\frac{e^u-1}{u} = 1.

2x1x=ln2exln21xln2\frac{2^x-1}{x} = \ln 2 \cdot \frac{e^{x\ln 2}-1}{x\ln 2}

With u=xln2u = x\ln 2, the second factor tends to 11 as x0x \to 0, and the constant out front survives untouched.

limx02x1x=ln20.6931\lim_{x \to 0} \frac{2^x-1}{x} = \ln 2 \approx 0.6931

What direct substitution gives

At x=0x = 0 the numerator is 201=11=02^0 - 1 = 1 - 1 = 0, and the denominator is 00.

2010=00\frac{2^0-1}{0} = \frac{0}{0}

Indeterminate, and there is nothing to factor and no radical to rationalize. Sampling close to 00 shows what the form hides: each base produces its own number, and that number is the logarithm of the base.

aaa0.00110.001\frac{a^{0.001}-1}{0.001}lna\ln a
220.693390.693390.693150.69315
331.099221.099221.098611.09861
10102.305242.305242.302592.30259

The general rule this proves

Nothing in the derivation used the number 22, so the same lines work for any base a>0a > 0.

limx0ax1x=lna\lim_{x \to 0} \frac{a^x-1}{x} = \ln a

That is where the derivative formula for a general exponential comes from. Writing ax+h=axaha^{x+h} = a^x \cdot a^h pulls axa^x out of the difference quotient and leaves exactly this limit behind.

ddx[ax]=axlimh0ah1h=axlna\frac{d}{dx}\left[a^x\right] = a^x \lim_{h \to 0} \frac{a^h-1}{h} = a^x \ln a

Why e is the convenient base

The stray factor lna\ln a equals 11 exactly when a=ea = e, which is what makes ddx[ex]=ex\frac{d}{dx}\left[e^x\right] = e^x and leaves every other base carrying a constant. For a=2a = 2 that constant is about 0.69310.6931, so y=2xy = 2^x rises a little more gently than its own height.

The mistakes students make

  • Answering 11 by pattern matching against limx0ex1x\lim_{x \to 0}\frac{e^x-1}{x}. That one is 11 because its base is ee, and changing the base changes the answer.
  • Answering 22, or leaving a variable in the answer such as xln2x\ln 2. The limit is a single number, ln20.6931\ln 2 \approx 0.6931.
  • Differentiating 2x2^x with the power rule as x2x1x \cdot 2^{x-1}. The exponent is the variable here, so the power rule does not apply and the derivative is 2xln22^x\ln 2.
  • Treating 00\frac{0}{0} as 11 because the two parts hit zero together. Arriving together says nothing about the ratio on the way in.

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

Why is the answer ln2\ln 2 instead of 11?

Because 11 is the slope of y=exy = e^x at the yy-axis, not the slope of y=2xy = 2^x. The graph of 2x2^x crosses at a shallower angle, slope about 0.69310.6931, and this limit measures precisely that slope. Base ee is the single base whose crossing slope is exactly 11.

Does L'Hopital's rule settle it faster?

It does. The form is 00\frac{0}{0}, and differentiating top and bottom gives 2xln21\frac{2^x\ln 2}{1}, which is ln2\ln 2 at x=0x = 0. The catch is that it leans on ddx[2x]=2xln2\frac{d}{dx}\left[2^x\right] = 2^x\ln 2, a formula usually proved from this very limit, so as a justification it can run in a circle.

What does the limit become for other bases?

It is lna\ln a for base aa: about 2.30262.3026 for a=10a = 10, exactly 11 for a=ea = e, and 00 for a=1a = 1, where the function is the constant 00 away from the origin. For a<1a < 1 the value is negative, since lna<0\ln a < 0 there.