Calculus · real student question

Find the limit of (ln(1 + 2x) − 2x)/x² as x approaches 0.

Question

Evaluate

limx0ln(1+2x)2xx2\lim_{x \to 0} \frac{\ln(1 + 2x) - 2x}{x^2}

Step-by-step solution

  1. Check the form and the order needed. At x=0x = 0 the numerator is ln10=0\ln 1 - 0 = 0 and the denominator is 00, so this is 0/00/0. Since the denominator is x2x^2, the numerator has to be expanded at least to order x2x^2 — a first-order expansion would give 00 and tell you nothing.

  2. Expand ln(1 + u) to second order. The Maclaurin series is

    ln(1+u)=uu22+u33\ln(1 + u) = u - \frac{u^2}{2} + \frac{u^3}{3} - \cdots

    Substituting u=2xu = 2x:

    ln(1+2x)=2x(2x)22+O(x3)=2x2x2+O(x3)\ln(1 + 2x) = 2x - \frac{(2x)^2}{2} + O(x^3) = 2x - 2x^2 + O(x^3)

    Note (2x)2=4x2(2x)^2 = 4x^2, so the quadratic coefficient is 2-2, not 12-\tfrac12.

  3. Subtract 2x — the linear terms cancel by design.

    ln(1+2x)2x=2x2+O(x3)\ln(1 + 2x) - 2x = -2x^2 + O(x^3)

    This cancellation is the whole point of the problem: the 2x-2x is placed there precisely to expose the quadratic behaviour of the logarithm.

  4. Divide by x².

    ln(1+2x)2xx2=2x2+O(x3)x2=2+O(x)\frac{\ln(1 + 2x) - 2x}{x^2} = \frac{-2x^2 + O(x^3)}{x^2} = -2 + O(x)

    Letting x0x \to 0 kills the O(x)O(x) remainder, so the limit is 2-2.

  5. Cross-check with L Hopital rule twice. First application:

    limx021+2x22x=limx04x2x(1+2x)\lim_{x \to 0} \frac{\frac{2}{1 + 2x} - 2}{2x} = \lim_{x \to 0} \frac{-4x}{2x(1 + 2x)}

    which simplifies to limx021+2x=2\lim_{x \to 0} \frac{-2}{1 + 2x} = -2. Numerically, at x=104x = 10^{-4} the quotient is 1.99973-1.99973 and at x=104x = -10^{-4} it is 2.00027-2.00027, bracketing 2-2.

Answer

2-2

Need to solve a different problem like this? Open the solver →