Calculus · real student question

Find the limit, as x approaches 0, of the quantity (sin x)/x raised to the power 1/(cos x − 1).

Question

Evaluate

limx0(sinxx)1cosx1\lim_{x \to 0} \left(\frac{\sin x}{x}\right)^{\frac{1}{\cos x - 1}}

Step-by-step solution

  1. Classify the indeterminate form. As x0x \to 0 the base sinxx1\frac{\sin x}{x} \to 1 while the exponent 1cosx1±\frac{1}{\cos x - 1} \to \pm\infty (it is negative, since cosx1<0\cos x - 1 < 0). That is the 11^{\infty} form, whose value is genuinely undetermined — it can be anything — so it must be resolved, not guessed.

  2. Take logarithms to turn the power into a quotient. Let LL be the limit. Then

    lnL=limx0ln ⁣(sinxx)cosx1\ln L = \lim_{x \to 0} \frac{\ln\!\left(\frac{\sin x}{x}\right)}{\cos x - 1}

    This is now a plain 0/00/0 limit, which series expansions handle cleanly.

  3. Expand the base to order x². From sinx=xx36+O(x5)\sin x = x - \frac{x^3}{6} + O(x^5):

    sinxx=1x26+O(x4)\frac{\sin x}{x} = 1 - \frac{x^2}{6} + O(x^4)

    Then, using ln(1+u)=u+O(u2)\ln(1 + u) = u + O(u^2) with u=x26u = -\frac{x^2}{6}:

    ln ⁣(sinxx)=x26+O(x4)\ln\!\left(\frac{\sin x}{x}\right) = -\frac{x^2}{6} + O(x^4)

    The leading term is quadratic, not linear — that is why the denominator also has to be taken to order x2x^2.

  4. Expand the denominator to the same order. From cosx=1x22+O(x4)\cos x = 1 - \frac{x^2}{2} + O(x^4):

    cosx1=x22+O(x4)\cos x - 1 = -\frac{x^2}{2} + O(x^4)

  5. Divide and exponentiate. The x2x^2 factors cancel and the signs cancel too:

    lnL=limx0x2/6x2/2=1/61/2=13\ln L = \lim_{x \to 0} \frac{-x^2/6}{-x^2/2} = \frac{1/6}{1/2} = \frac{1}{3}

    Therefore

    L=e1/31.39561L = e^{1/3} \approx 1.39561

  6. Confirm numerically. Evaluating the original expression at x=102x = 10^{-2} gives 1.39561791.3956179 and at x=104x = 10^{-4} gives 1.39561241.3956124, against e1/3=1.3956124e^{1/3} = 1.3956124. The function is even, so x<0x < 0 gives the same values — the two-sided limit exists.

Answer

e1/31.3956e^{1/3} \approx 1.3956

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