AP Calculus AB and BC

Limit of ln(x+1)/x as x Approaches 0 Is 1

The limit of ln(x+1)/x as x approaches 0 is 1. Direct substitution gives 0/0, an indeterminate form, so the quotient has to be recognized rather than computed: it is the difference quotient for f(t) = ln(t+1) based at 0, and that derivative is 1/(0+1) = 1.

limx0ln(x+1)x=1\lim_{x \to 0} \frac{\ln(x+1)}{x} = 1

Settled by the limit definition of the derivative.

Reading the quotient as a difference quotient

Set f(t)=ln(t+1)f(t) = \ln(t+1). Then f(0)=ln1=0f(0) = \ln 1 = 0, so the numerator is already f(x)f(0)f(x) - f(0), and the whole fraction is the difference quotient for ff based at the point 00 with step size xx.

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

Shrinking the step to 00 turns a difference quotient into a derivative at the base point, so the limit is f(0)f'(0). The chain rule gives f(t)=1t+1f'(t) = \frac{1}{t+1}, and at t=0t = 0 that is 11.

limx0ln(x+1)x=f(0)=10+1=1\lim_{x \to 0} \frac{\ln(x+1)}{x} = f'(0) = \frac{1}{0+1} = 1

The same value falls out of the definition of ee. Since (1+x)1/xe(1+x)^{1/x} \to e as x0x \to 0, taking a logarithm of that expression produces exactly this quotient.

ln[(1+x)1/x]=ln(1+x)xlne=1\ln\left[(1+x)^{1/x}\right] = \frac{\ln(1+x)}{x} \to \ln e = 1

What direct substitution gives

At x=0x = 0 the numerator is ln(0+1)=ln1=0\ln(0+1) = \ln 1 = 0, and the denominator is 00 on its own.

ln(0+1)0=ln10=00\frac{\ln(0+1)}{0} = \frac{\ln 1}{0} = \frac{0}{0}

The form 00\frac{0}{0} is indeterminate. It reports only that both parts are collapsing, so the value depends on which one collapses faster. The usual algebraic repairs are unavailable here: ln(x+1)\ln(x+1) has no polynomial factor of xx to pull out, and there is no radical for a conjugate to clear.

The tangent line is the reason

Near x=0x = 0 the graph of y=ln(x+1)y = \ln(x+1) hugs the line y=xy = x, so numerator and denominator shrink at matching speed and their ratio settles at 11. At x=0.001x = 0.001 the quotient is 0.999500.99950, and at x=0.001x = -0.001 it is 1.000501.00050.

L'Hopital's rule, and the domain to watch

Since the form is 00\frac{0}{0}, differentiating the top and the bottom separately is legal and quick.

limx0ln(x+1)x=limx01x+11=1\lim_{x \to 0} \frac{\ln(x+1)}{x} = \lim_{x \to 0} \frac{\frac{1}{x+1}}{1} = 1

One caution about where the function lives. The logarithm needs x+1>0x + 1 > 0, so the domain is x>1x > -1, which is a full two-sided neighbourhood of 00. The two-sided limit is therefore a fair question, and both sides do return 11.

The mistakes students make

  • Splitting the logarithm as lnx+ln1\ln x + \ln 1 or as lnx+1\ln x + 1. A logarithm splits a product, never a sum, so ln(x+1)\ln(x+1) stays whole.
  • Answering 00 because the numerator goes to 00. The denominator goes to 00 just as fast, and the ratio is what the limit measures.
  • Cancelling the xx inside ln(x+1)\ln(x+1) against the xx underneath. Nothing cancels across a logarithm.
  • Reporting that the limit does not exist because the function has no value at x=0x = 0. A limit is decided by nearby inputs only.

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

Is this the same as the limit of lnxx1\frac{\ln x}{x-1} as x1x \to 1?

Yes, after a shift. Put u=x1u = x - 1, so x1x \to 1 becomes u0u \to 0 and the quotient turns into ln(u+1)u\frac{\ln(u+1)}{u}, which is this page. Both equal 11, and both are the statement that ddx[lnx]=1x\frac{d}{dx}[\ln x] = \frac{1}{x} has the value 11 at x=1x = 1.

What is limx0ln(1+kx)x\lim_{x \to 0} \frac{\ln(1+kx)}{x}?

It is kk. Multiply and divide by kk to rebuild the standard shape: ln(1+kx)x=kln(1+kx)kx\frac{\ln(1+kx)}{x} = k \cdot \frac{\ln(1+kx)}{kx}, and the second factor tends to 11 as kx0kx \to 0. So limx0ln(1+5x)x=5\lim_{x \to 0}\frac{\ln(1+5x)}{x} = 5.

Can I just use the approximation ln(1+x)x\ln(1+x) \approx x?

It gives the right answer, since ln(1+x)=xx22+x33\ln(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \cdots and dividing by xx leaves 11 plus terms that vanish. It is a fine shortcut once the series is available in Unit 10. In Unit 1 it is not, and the approximation is proved from this limit, so the difference quotient is the honest justification.