Math ClubMath Club
v1 · padrão canônico

Lesson 64 — L'Hôpital's Rule

L'Hôpital's Rule for indeterminate forms 0/0 and ∞/∞. Indeterminate forms 0·∞, ∞−∞, 1^∞, 0^0, ∞^0 and remarkable limits like sin(x)/x and e^x/x^n.

Used in: 2.º ano EM · Equiv. Math III japonês · Equiv. Analysis Klasse 12 alemã · Equiv. H2 Maths Singapura

limxaf(x)g(x)=0/0 ou /limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} \stackrel{0/0\text{ ou }\infty/\infty}{=} \lim_{x \to a} \frac{f'(x)}{g'(x)}

Regra de L'Hôpital (descoberta por Johann Bernoulli em 1694, publicada por L'Hôpital em 1696): quando limf/g\lim f/g assume a forma indeterminada 0/00/0 ou /\infty/\infty, o limite é igual ao limite da razão das derivadas — desde que este último exista ou seja ±\pm\infty.

Choose your door

Rigorous notation, full derivation, hypotheses

Enunciado, demonstração e extensões

Enunciado formal

"L'Hôpital's rule simplifies the evaluation of limits of quotients when both numerator and denominator approach 0 or ∞. The key is recognizing the indeterminate form, applying the rule, and checking that the resulting limit actually exists." — OpenStax Calculus Vol. 1, §4.8

Ideia da demonstração (caso 0/0)

Pelo Teorema do Valor Médio de Cauchy: se f(a)=g(a)=0f(a) = g(a) = 0, para xx próximo de aa existe ξ\xi entre aa e xx tal que:

f(x)g(x)=f(x)f(a)g(x)g(a)=f(ξ)g(ξ)\frac{f(x)}{g(x)} = \frac{f(x) - f(a)}{g(x) - g(a)} = \frac{f'(\xi)}{g'(\xi)}

Quando xax \to a, tem-se ξa\xi \to a, e o limite passa: f(x)/g(x)f(a)/g(a)f(x)/g(x) \to f'(a)/g'(a) (quando a razão de derivadas converge).

Extensão a outras formas indeterminadas

"Note carefully: L'Hôpital's Rule says that the limit of a quotient of functions equals the limit of the quotient of their derivatives, provided the original limit is in the form 0/0 or ∞/∞. This is not the same as the derivative of a quotient." — Active Calculus §2.8

Exemplos resolvidos

Exercise list

40 exercises · 10 with worked solution (25%)

Application 33Understanding 3Modeling 1Challenge 2Proof 1
  1. Ex. 64.1Application

    Calcule limxexx\lim_{x \to \infty} \dfrac{e^x}{x}.

    Select the correct option
    Select an option first
    Show solution
    Forma /\infty/\infty. Aplicando L'Hôpital: limxexx=/limxex1=+\lim_{x \to \infty} \frac{e^x}{x} \stackrel{\infty/\infty}{=} \lim_{x \to \infty} \frac{e^x}{1} = +\infty. O exponencial cresce muito mais rápido que o linear.
    Show step-by-step (with the why)
    1. Verifique a forma: numerador exe^x \to \infty, denominador xx \to \infty — forma /\infty/\infty.
    2. Aplique L'Hôpital: (ex)=ex(e^x)' = e^x, (x)=1(x)' = 1.
    3. Novo limite: limxex=+\lim_{x \to \infty} e^x = +\infty.
    4. O exponencial domina qualquer potência de xx.
  2. Ex. 64.2ApplicationAnswer key

    Para kk inteiro positivo fixo, calcule limxexxk\lim_{x \to \infty} \dfrac{e^x}{x^k}.

    Select the correct option
    Select an option first
    Show solution
    Forma /\infty/\infty. Aplicando L'Hôpital kk vezes: limxexxk=/=limxexk!=+\lim_{x \to \infty} \frac{e^x}{x^k} \stackrel{\infty/\infty}{=} \cdots = \lim_{x \to \infty} \frac{e^x}{k!} = +\infty. O exponencial domina qualquer potência polinomial.
  3. Ex. 64.3ApplicationAnswer key

    Para kk inteiro positivo fixo, calcule limxlnxxk\lim_{x \to \infty} \dfrac{\ln x}{x^k}.

    Select the correct option
    Select an option first
    Show solution
    Forma /\infty/\infty. Aplicando L'Hôpital: limxlnxxk=/limx1/xkxk1=limx1kxk=0\lim_{x \to \infty} \frac{\ln x}{x^k} \stackrel{\infty/\infty}{=} \lim_{x \to \infty} \frac{1/x}{k x^{k-1}} = \lim_{x \to \infty} \frac{1}{k x^k} = 0. O logaritmo cresce mais devagar que qualquer potência positiva.
    Show step-by-step (with the why)
    1. Forma: lnx\ln x \to \infty e xkx^k \to \infty — forma /\infty/\infty.
    2. Aplique L'Hôpital: (lnx)=1/x(\ln x)' = 1/x e (xk)=kxk1(x^k)' = k x^{k-1}.
    3. Razão: 1/xkxk1=1kxk0\frac{1/x}{k x^{k-1}} = \frac{1}{k x^k} \to 0.
    4. Conclusão: lnx\ln x é assintoticamente menor que qualquer potência positiva.
  4. Ex. 64.4Application

    Para a0a \neq 0, calcule limxaxax2a2\lim_{x \to a} \dfrac{x - a}{x^2 - a^2}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0. limxaxax2a2=0/0limxa12x=12a\lim_{x \to a} \frac{x - a}{x^2 - a^2} \stackrel{0/0}{=} \lim_{x \to a} \frac{1}{2x} = \frac{1}{2a}. Alternativamente, fatore: x2a2=(xa)(x+a)x^2 - a^2 = (x-a)(x+a), cancel e avalie.
  5. Ex. 64.5Application

    Para a0a \neq 0, calcule limxaxax3a3\lim_{x \to a} \dfrac{x - a}{x^3 - a^3}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0. limxaxax3a3=0/0limxa13x2=13a2\lim_{x \to a} \frac{x - a}{x^3 - a^3} \stackrel{0/0}{=} \lim_{x \to a} \frac{1}{3x^2} = \frac{1}{3a^2}.
  6. Ex. 64.6Application

    Para a0a \neq 0 e nn inteiro positivo, calcule limxaxaxnan\lim_{x \to a} \dfrac{x - a}{x^n - a^n}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0. limxaxaxnan=0/0limxa1nxn1=1nan1\lim_{x \to a} \frac{x - a}{x^n - a^n} \stackrel{0/0}{=} \lim_{x \to a} \frac{1}{n x^{n-1}} = \frac{1}{n a^{n-1}}. Observe que este é o recíproco da derivada de xnx^n em x=ax = a.
    Show step-by-step (with the why)
    1. Em x=ax = a: numerador aa=0a - a = 0, denominador anan=0a^n - a^n = 0 — forma 0/00/0.
    2. Aplique L'Hôpital: (xa)=1(x - a)' = 1 e (xnan)=nxn1(x^n - a^n)' = n x^{n-1}.
    3. Limite resultante: limxa1nxn1=1nan1\lim_{x \to a} \frac{1}{n x^{n-1}} = \frac{1}{n a^{n-1}}.
    4. Verificação algébrica: fatorando xnan=(xa)(xn1+xn2a++an1)x^n - a^n = (x-a)(x^{n-1} + x^{n-2}a + \cdots + a^{n-1}) dá a soma de nn termos iguais a an1a^{n-1} em x=ax = a, confirmando o resultado.
  7. Ex. 64.7Understanding

    Pode-se aplicar a Regra de L'Hôpital diretamente a limx0+x2lnx\lim_{x \to 0^+} x^2 \ln x? Justifique e calcule o limite.

    Select the correct option
    Select an option first
    Show solution
    A forma x2lnxx^2 \ln x quando x0+x \to 0^+ é 0()0 \cdot (-\infty) — não é 0/00/0 nem /\infty/\infty diretamente. Reescreva: x2lnx=lnx1/x2x^2 \ln x = \frac{\ln x}{1/x^2} — forma /\infty/\infty. Então L'Hôpital se aplica: limx0+1/x2/x3=limx0+x22=0\lim_{x \to 0^+} \frac{1/x}{-2/x^3} = \lim_{x \to 0^+} \frac{-x^2}{2} = 0.
  8. Ex. 64.8Application

    Calcule limxx1/x\lim_{x \to \infty} x^{1/x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0\infty^0. Seja L=limxx1/xL = \lim_{x \to \infty} x^{1/x}. Então lnL=limxlnxx=/limx1/x1=0\ln L = \lim_{x \to \infty} \frac{\ln x}{x} \stackrel{\infty/\infty}{=} \lim_{x \to \infty} \frac{1/x}{1} = 0. Logo L=e0=1L = e^0 = 1.
    Show step-by-step (with the why)
    1. Identifique a forma: xx \to \infty com expoente 1/x01/x \to 0 — forma 0\infty^0.
    2. Tome logaritmo: lnL=limx1xlnx=limxlnxx\ln L = \lim_{x \to \infty} \frac{1}{x} \ln x = \lim_{x \to \infty} \frac{\ln x}{x} — forma /\infty/\infty.
    3. Aplique L'Hôpital: lim1/x1=0\lim \frac{1/x}{1} = 0.
    4. Exponencie: L=e0=1L = e^0 = 1.
  9. Ex. 64.9Application

    Calcule limx3x29x3\lim_{x \to 3} \dfrac{x^2 - 9}{x - 3}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0. limx3x29x3=0/0limx32x1=6\lim_{x \to 3} \frac{x^2 - 9}{x - 3} \stackrel{0/0}{=} \lim_{x \to 3} \frac{2x}{1} = 6. Alternativamente: x29=(x3)(x+3)x^2 - 9 = (x-3)(x+3), cancelando dá limx3(x+3)=6\lim_{x \to 3}(x+3) = 6.
  10. Ex. 64.10Application

    Calcule limx0(1+x)21x\lim_{x \to 0} \dfrac{(1+x)^{-2} - 1}{x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0. limx0(1+x)21x=0/0limx02(1+x)31=2\lim_{x \to 0} \frac{(1+x)^{-2} - 1}{x} \stackrel{0/0}{=} \lim_{x \to 0} \frac{-2(1+x)^{-3}}{1} = -2. Este limite é precisamente a derivada de f(x)=(1+x)2f(x) = (1+x)^{-2} em x=0x = 0.
    Show step-by-step (with the why)
    1. Em x=0x = 0: numerador 121=01^{-2} - 1 = 0, denominador 00 — forma 0/00/0.
    2. Aplique L'Hôpital: numerador deriva para 2(1+x)3-2(1+x)^{-3}, denominador para 11.
    3. Avalie em x=0x = 0: 213=2-2 \cdot 1^{-3} = -2.
  11. Ex. 64.11Application

    Calcule limxπ/2cosxπ/2x\lim_{x \to \pi/2} \dfrac{\cos x}{\pi/2 - x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0 pois cos(π/2)=0\cos(\pi/2) = 0 e π/2π/2=0\pi/2 - \pi/2 = 0. limxπ/2cosxπ/2x=0/0limxπ/2sinx1=sin(π/2)=1\lim_{x \to \pi/2} \frac{\cos x}{\pi/2 - x} \stackrel{0/0}{=} \lim_{x \to \pi/2} \frac{-\sin x}{-1} = \sin(\pi/2) = 1.
  12. Ex. 64.12Application

    Calcule limxπxπsinx\lim_{x \to \pi} \dfrac{x - \pi}{\sin x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0 pois sin(π)=0\sin(\pi) = 0. limxπxπsinx=0/0limxπ1cosx=1cosπ=11=1\lim_{x \to \pi} \frac{x - \pi}{\sin x} \stackrel{0/0}{=} \lim_{x \to \pi} \frac{1}{\cos x} = \frac{1}{\cos \pi} = \frac{1}{-1} = -1.
    Show step-by-step (with the why)
    1. Em x=πx = \pi: numerador ππ=0\pi - \pi = 0, denominador sinπ=0\sin \pi = 0 — forma 0/00/0.
    2. Aplique L'Hôpital: (xπ)=1(x - \pi)' = 1, (sinx)=cosx(\sin x)' = \cos x.
    3. Avalie: 1cosπ=11=1\frac{1}{\cos \pi} = \frac{1}{-1} = -1.
  13. Ex. 64.13Application

    Para nn inteiro positivo, calcule limx0(1+x)n1x\lim_{x \to 0} \dfrac{(1+x)^n - 1}{x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0 pois (1+0)n1=0(1+0)^n - 1 = 0. limx0(1+x)n1x=0/0limx0n(1+x)n11=n\lim_{x \to 0} \frac{(1+x)^n - 1}{x} \stackrel{0/0}{=} \lim_{x \to 0} \frac{n(1+x)^{n-1}}{1} = n. Este é exatamente o valor da derivada de (1+x)n(1+x)^n em x=0x = 0.
  14. Ex. 64.14Application

    Para nn inteiro positivo, calcule limx0(1+x)n1nxx2\lim_{x \to 0} \dfrac{(1+x)^n - 1 - nx}{x^2}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0. 1.ª aplicação: limx0n(1+x)n1n2x\lim_{x \to 0} \frac{n(1+x)^{n-1} - n}{2x} — ainda 0/00/0. 2.ª aplicação: limx0n(n1)(1+x)n22=n(n1)2\lim_{x \to 0} \frac{n(n-1)(1+x)^{n-2}}{2} = \frac{n(n-1)}{2}.
    Show step-by-step (with the why)
    1. Em x=0x = 0: numerador (1+0)n1n0=0(1+0)^n - 1 - n \cdot 0 = 0, denominador 00 — forma 0/00/0.
    2. 1.ª aplicação de L'Hôpital: numerador deriva para n(1+x)n1nn(1+x)^{n-1} - n, denominador para 2x2x. Em x=0x=0: nn=0n - n = 0 — ainda 0/00/0.
    3. 2.ª aplicação: numerador n(n1)(1+x)n2\to n(n-1)(1+x)^{n-2}, denominador 2\to 2. Em x=0x=0: resultado n(n1)/2n(n-1)/2.
  15. Ex. 64.15ApplicationAnswer key

    Calcule limx0sinxtanxx3\lim_{x \to 0} \dfrac{\sin x - \tan x}{x^3}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0. limx0sinxtanxx3\lim_{x \to 0} \frac{\sin x - \tan x}{x^3}. Aplique L'Hôpital: cosxsec2x3x2\frac{\cos x - \sec^2 x}{3x^2} — ainda 0/00/0. Aplique novamente: sinx2sec2xtanx6x\frac{-\sin x - 2\sec^2 x \tan x}{6x} — ainda 0/00/0. Terceira aplicação: cosx2sec4x4sec2xtan2x6126=12\frac{-\cos x - 2\sec^4 x - 4\sec^2 x \tan^2 x}{6} \to \frac{-1 - 2}{6} = -\frac{1}{2}.
  16. Ex. 64.16Application

    Calcule limx01+x1xx\lim_{x \to 0} \dfrac{\sqrt{1+x} - \sqrt{1-x}}{x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0. limx01+x1xx=0/0limx0121+x+121x1=12+12=1\lim_{x \to 0} \frac{\sqrt{1+x} - \sqrt{1-x}}{x} \stackrel{0/0}{=} \lim_{x \to 0} \frac{\frac{1}{2\sqrt{1+x}} + \frac{1}{2\sqrt{1-x}}}{1} = \frac{1}{2} + \frac{1}{2} = 1.
    Show step-by-step (with the why)
    1. Em x=0x = 0: 11=0\sqrt{1} - \sqrt{1} = 0 — forma 0/00/0.
    2. Derive numerador: ddx(1+x1x)=121+x+121x\frac{d}{dx}(\sqrt{1+x} - \sqrt{1-x}) = \frac{1}{2\sqrt{1+x}} + \frac{1}{2\sqrt{1-x}}.
    3. Avalie em x=0x = 0: 12+12=1\frac{1}{2} + \frac{1}{2} = 1.
  17. Ex. 64.17Application

    Calcule limx0exx1x2\lim_{x \to 0} \dfrac{e^x - x - 1}{x^2}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0. limx0exx1x2=0/0limx0ex12x=0/0limx0ex2=12\lim_{x \to 0} \frac{e^x - x - 1}{x^2} \stackrel{0/0}{=} \lim_{x \to 0} \frac{e^x - 1}{2x} \stackrel{0/0}{=} \lim_{x \to 0} \frac{e^x}{2} = \frac{1}{2}.
  18. Ex. 64.18Application

    Calcule limx0+tanxx\lim_{x \to 0^+} \dfrac{\tan x}{x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0 pois tan(0)=0\tan(0) = 0. limx0+tanxx=0/0limx0+sec2x1=sec2(0)=1\lim_{x \to 0^+} \frac{\tan x}{x} \stackrel{0/0}{=} \lim_{x \to 0^+} \frac{\sec^2 x}{1} = \sec^2(0) = 1. Este é o análogo trigonométrico de limsinx/x=1\lim \sin x/x = 1.
  19. Ex. 64.19Application

    Calcule limx1x1lnx\lim_{x \to 1} \dfrac{x - 1}{\ln x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0 pois 11=01 - 1 = 0 e ln1=0\ln 1 = 0. limx1x1lnx=0/0limx111/x=limx1x=1\lim_{x \to 1} \frac{x - 1}{\ln x} \stackrel{0/0}{=} \lim_{x \to 1} \frac{1}{1/x} = \lim_{x \to 1} x = 1.
  20. Ex. 64.20ApplicationAnswer key

    Calcule limx0(x+1)1/x\lim_{x \to 0} (x + 1)^{1/x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 11^{\infty}. Seja L=limx0(x+1)1/xL = \lim_{x \to 0} (x+1)^{1/x}. Então lnL=limx0ln(x+1)x=0/0limx01/(x+1)1=1\ln L = \lim_{x \to 0} \frac{\ln(x+1)}{x} \stackrel{0/0}{=} \lim_{x \to 0} \frac{1/(x+1)}{1} = 1. Logo L=e1=eL = e^1 = e. Este é o limite fundamental que define ee.
    Show step-by-step (with the why)
    1. Forma: x0x \to 0, base (x+1)1(x+1) \to 1, expoente 1/x1/x \to \infty — forma 11^{\infty}.
    2. Tome logaritmo: lnL=limx0ln(1+x)x\ln L = \lim_{x \to 0} \frac{\ln(1+x)}{x} — forma 0/00/0.
    3. Aplique L'Hôpital: limx01/(1+x)1=1\lim_{x \to 0} \frac{1/(1+x)}{1} = 1.
    4. Exponencie: L=e1=eL = e^1 = e.
  21. Ex. 64.21Application

    Calcule limx1xx3x1\lim_{x \to 1} \dfrac{x - x^3}{x - 1}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0. limx1xx3x1=0/0limx113x21=13=2\lim_{x \to 1} \frac{x - x^3}{x - 1} \stackrel{0/0}{=} \lim_{x \to 1} \frac{1 - 3x^2}{1} = 1 - 3 = -2.
  22. Ex. 64.22ApplicationAnswer key

    Calcule limx0+x2x\lim_{x \to 0^+} x^{2x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 000^0. Seja L=limx0+x2xL = \lim_{x \to 0^+} x^{2x}. Então lnL=limx0+2xlnx\ln L = \lim_{x \to 0^+} 2x \ln x — forma 0()0 \cdot (-\infty). Reescreva: 2lnx1/x=/2/x1/x2=2x0\frac{2 \ln x}{1/x} \stackrel{\infty/\infty}{=} \frac{2/x}{-1/x^2} = -2x \to 0. Logo L=e0=1L = e^0 = 1.
  23. Ex. 64.23ApplicationAnswer key

    Calcule limxxsin ⁣(1x)\lim_{x \to \infty} x \sin\!\left(\dfrac{1}{x}\right).

    Select the correct option
    Select an option first
    Show solution
    Forma 0\infty \cdot 0. Reescreva: xsin(1/x)=sin(1/x)1/xx \sin(1/x) = \frac{\sin(1/x)}{1/x}. Seja u=1/x0+u = 1/x \to 0^+. Então o limite é limu0+sinuu=1\lim_{u \to 0^+} \frac{\sin u}{u} = 1 (limite fundamental).
  24. Ex. 64.24Application

    Calcule limx0sinxxx2\lim_{x \to 0} \dfrac{\sin x - x}{x^2}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0. limx0sinxxx2=0/0limx0cosx12x=0/0limx0sinx2=0\lim_{x \to 0} \frac{\sin x - x}{x^2} \stackrel{0/0}{=} \lim_{x \to 0} \frac{\cos x - 1}{2x} \stackrel{0/0}{=} \lim_{x \to 0} \frac{-\sin x}{2} = 0.
  25. Ex. 64.25ApplicationAnswer key

    Calcule limx0+xln(x4)\lim_{x \to 0^+} x \ln(x^4).

    Select the correct option
    Select an option first
    Show solution
    Forma 0()0 \cdot (-\infty). xln(x4)=4xlnxx \ln(x^4) = 4x \ln x. Reescreva: 4lnx1/x=/4/x1/x2=4x0\frac{4 \ln x}{1/x} \stackrel{\infty/\infty}{=} \frac{4/x}{-1/x^2} = -4x \to 0.
  26. Ex. 64.26Application

    Calcule limxx2ex\lim_{x \to \infty} x^2 e^{-x}.

    Select the correct option
    Select an option first
    Show solution
    Forma /\infty/\infty. limxx2ex=/limx2xex=/limx2ex=0\lim_{x \to \infty} \frac{x^2}{e^x} \stackrel{\infty/\infty}{=} \lim_{x \to \infty} \frac{2x}{e^x} \stackrel{\infty/\infty}{=} \lim_{x \to \infty} \frac{2}{e^x} = 0. O exponencial domina qualquer potência.
  27. Ex. 64.27Application

    Calcule limx03x2xx\lim_{x \to 0} \dfrac{3^x - 2^x}{x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0 pois 3020=11=03^0 - 2^0 = 1 - 1 = 0. limx03x2xx=0/0limx03xln32xln21=ln3ln2=ln ⁣(32)\lim_{x \to 0} \frac{3^x - 2^x}{x} \stackrel{0/0}{=} \lim_{x \to 0} \frac{3^x \ln 3 - 2^x \ln 2}{1} = \ln 3 - \ln 2 = \ln\!\left(\frac{3}{2}\right).
    Show step-by-step (with the why)
    1. Em x=0x = 0: numerador 3020=03^0 - 2^0 = 0, denominador 00 — forma 0/00/0.
    2. Derive: (3x)=3xln3(3^x)' = 3^x \ln 3 e (2x)=2xln2(2^x)' = 2^x \ln 2.
    3. Avalie em x=0x = 0: ln3ln2=ln(3/2)\ln 3 - \ln 2 = \ln(3/2).
  28. Ex. 64.28Understanding

    Calcule limxπ/4(1tanx)cotx\lim_{x \to \pi/4} (1 - \tan x) \cot x. (Dica: identifique se a forma é realmente indeterminada.)

    Select the correct option
    Select an option first
    Show solution
    Em xπ/4x \to \pi/4: tan(π/4)=1\tan(\pi/4) = 1 e cot(π/4)=1\cot(\pi/4) = 1. A forma é 01=00 \cdot 1 = 0 — não é indeterminada! Substituição direta: (11)1=0(1 - 1) \cdot 1 = 0. L'Hôpital não é necessário.
  29. Ex. 64.29Application

    Analise limxxe1/x\lim_{x \to \infty} x e^{1/x}. É uma forma indeterminada? Calcule o limite.

    Select the correct option
    Select an option first
    Show solution
    Forma 0\infty \cdot 0. Reescreva: xe1/x=e1/x1/xx e^{1/x} = \frac{e^{1/x}}{1/x}. Seja u=1/x0+u = 1/x \to 0^+: limite torna-se limu0+euu\lim_{u \to 0^+} \frac{e^u}{u} — que diverge para ++\infty. Portanto o limite original é ++\infty. Mas espere: analisando melhor: xe1/xx e^{1/x} com xx \to \infty, temos e1/xe0=1e^{1/x} \to e^0 = 1, então x1x \cdot 1 \to \infty. O limite é ++\infty. (Resp: ++\infty)
  30. Ex. 64.30ApplicationAnswer key

    Calcule limx(11x)x\lim_{x \to \infty} \left(1 - \dfrac{1}{x}\right)^x.

    Select the correct option
    Select an option first
    Show solution
    Forma 11^{\infty}. Seja L=limx(11/x)xL = \lim_{x \to \infty} (1 - 1/x)^x. lnL=limxxln(11/x)=limxln(11/x)1/x\ln L = \lim_{x \to \infty} x \ln(1 - 1/x) = \lim_{x \to \infty} \frac{\ln(1 - 1/x)}{1/x} — forma 0/00/0. L'Hôpital: (1/x2)/(11/x)1/x2=111/x1\frac{(1/x^2)/(1-1/x)}{-1/x^2} = \frac{-1}{1-1/x} \to -1. Logo L=e1=1/eL = e^{-1} = 1/e.
    Show step-by-step (with the why)
    1. Forma 11^{\infty}: base (11/x)1(1-1/x) \to 1, expoente xx \to \infty.
    2. Tome logaritmo: lnL=limxln(11/x)\ln L = \lim x \ln(1-1/x) — forma 0\infty \cdot 0.
    3. Reescreva como ln(11/x)1/x\frac{\ln(1-1/x)}{1/x} — forma 0/00/0.
    4. L'Hôpital e simplificação: resultado 1-1. Portanto L=e1L = e^{-1}.
  31. Ex. 64.31ApplicationAnswer key

    Calcule limx1ex11x1\lim_{x \to 1} \dfrac{e^{x-1} - 1}{x - 1}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0 pois e111=0e^{1-1} - 1 = 0. limx1ex11x1=0/0limx1ex11=e0=1\lim_{x \to 1} \frac{e^{x-1} - 1}{x - 1} \stackrel{0/0}{=} \lim_{x \to 1} \frac{e^{x-1}}{1} = e^0 = 1. Este limite é a derivada de ete^t em t=0t = 0, que vale 1.
  32. Ex. 64.32Application

    Calcule limx1(x1)2lnx\lim_{x \to 1} \dfrac{(x-1)^2}{\ln x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0 pois em x=1x = 1: (11)2=0(1-1)^2 = 0 e ln1=0\ln 1 = 0. L'Hôpital: 2(x1)1/x=2x(x1)0\frac{2(x-1)}{1/x} = 2x(x-1) \to 0 quando x1x \to 1.
  33. Ex. 64.33Application

    Calcule limxπ1+cosxsinx\lim_{x \to \pi} \dfrac{1 + \cos x}{\sin x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0 pois 1+cosπ=01 + \cos \pi = 0 e sinπ=0\sin \pi = 0. L'Hôpital: limxπsinxcosx=sinπcosπ=01=0\lim_{x \to \pi} \frac{-\sin x}{\cos x} = \frac{-\sin \pi}{\cos \pi} = \frac{0}{-1} = 0.
  34. Ex. 64.34Application

    Calcule limx0(cscx1x)\lim_{x \to 0} \left(\csc x - \dfrac{1}{x}\right).

    Select the correct option
    Select an option first
    Show solution
    Forma \infty - \infty. Combine: cscx1/x=(xsinx)/(xsinx)\csc x - 1/x = (x - \sin x)/(x \sin x) — forma 0/00/0. L'Hôpital iterado: 1cosxsinx+xcosx=0/0sinx2cosxxsinx02=0\frac{1 - \cos x}{\sin x + x \cos x} \stackrel{0/0}{=} \frac{\sin x}{2\cos x - x \sin x} \to \frac{0}{2} = 0.
    Show step-by-step (with the why)
    1. Forma \infty - \infty: combine em fração xsinxxsinx\frac{x - \sin x}{x \sin x}.
    2. Em x0x \to 0: numerador 0\to 0 e denominador 0\to 0 — forma 0/00/0.
    3. 1.ª L'Hôpital: 1cosxsinx+xcosx\frac{1 - \cos x}{\sin x + x \cos x} — ainda 0/00/0.
    4. 2.ª L'Hôpital: sinx2cosxxsinx0/2=0\frac{\sin x}{2 \cos x - x \sin x} \to 0/2 = 0.
  35. Ex. 64.35ApplicationAnswer key

    Calcule limx0exexx\lim_{x \to 0} \dfrac{e^x - e^{-x}}{x}.

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0 pois e0e0=0e^0 - e^0 = 0. limx0exexx=0/0limx0ex+ex1=1+1=2\lim_{x \to 0} \frac{e^x - e^{-x}}{x} \stackrel{0/0}{=} \lim_{x \to 0} \frac{e^x + e^{-x}}{1} = 1 + 1 = 2. Note que (exex)/2=sinhx(e^x - e^{-x})/2 = \sinh x, e sinh(0)=cosh(0)=1\sinh'(0) = \cosh(0) = 1.
  36. Ex. 64.36Understanding

    A forma limxexx\lim_{x \to \infty} \dfrac{e^x}{x} é indeterminada? Aplique L'Hôpital e interprete o resultado.

    Select the correct option
    Select an option first
    Show solution
    Em xx \to \infty: exe^x \to \infty e xx \to \infty — forma /\infty/\infty. Aplique L'Hôpital: ex/1=exe^x/1 = e^x \to \infty. O limite é ++\infty. A forma /\infty/\infty é indeterminada e L'Hôpital resolve mostrando que exe^x domina xx.
  37. Ex. 64.37Challenge

    Verifique se L'Hôpital é aplicável e calcule limx1x11cos(πx)\lim_{x \to 1} \dfrac{x - 1}{1 - \cos(\pi x)}. (Resp: 0)

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0 pois em x=1x = 1: numerador 11=01 - 1 = 0 e 1cos(π1)=1(1)=201 - \cos(\pi \cdot 1) = 1 - (-1) = 2 \neq 0. Espera — verifique: 1cos(π)=1+1=21 - \cos(\pi) = 1 + 1 = 2. Então não é 0/00/0! O limite é 0/2=00/2 = 0. (Resp: 0) — recalculando com cuidado.
  38. Ex. 64.38Challenge

    Calcule limx0+x1/x\lim_{x \to 0^+} x^{1/x}. Justifique por que a forma não é simplesmente 000^0.

    Select the correct option
    Select an option first
    Show solution
    Forma 000^0. Seja L=limx0+x1/xL = \lim_{x \to 0^+} x^{1/x}. Então lnL=limx0+lnxx\ln L = \lim_{x \to 0^+} \frac{\ln x}{x}. Quando x0+x \to 0^+: lnx\ln x \to -\infty e x0+x \to 0^+. Forme /0\infty/0 — não é 0/00/0 nem /\infty/\infty; em vez disso, a razão lnxx\frac{\ln x}{x} \to -\infty. Portanto L=e=0L = e^{-\infty} = 0.
  39. Ex. 64.39Modeling

    Em análise financeira, compara-se o crescimento de dois investimentos com bases de capitalização distintas. Calcule limx03x2xx\lim_{x \to 0} \dfrac{3^x - 2^x}{x} e interprete o resultado como diferença de taxas de crescimento logarítmicas entre as bases 3 e 2.

    Select the correct option
    Select an option first
    Show solution
    Em finanças, a taxa de crescimento instantânea de um investimento a juros rr compostos nn vezes por ano é o limite de n((1+r/n)n1)/rn((1+r/n)^n - 1)/r quando nn \to \infty. Para comparar duas taxas, o limite limx0(3x2x)/x\lim_{x \to 0} (3^x - 2^x)/x mede a diferença instantânea de crescimento das bases 3 e 2 — e vale ln3ln2=ln(3/2)\ln 3 - \ln 2 = \ln(3/2) (exercício 64.27). A diferença logarítmica indica a vantagem relativa de crescimento. (Resp: ln(3/2)\ln(3/2))
  40. Ex. 64.40Proof

    Prove por indução que limxxnex=0\lim_{x \to \infty} \dfrac{x^n}{e^x} = 0 para todo inteiro n1n \geq 1, usando L'Hôpital iterado como passo indutivo.

    Select the correct option
    Select an option first
    Show solution
    Prove por indução no número de aplicações de L'Hôpital. Para n=1n = 1: x/ex/1/ex0x/e^x \stackrel{\infty/\infty}{\to} 1/e^x \to 0. Supondo que xk/ex0x^k/e^x \to 0 para todo kn1k \leq n-1, aplique L'Hôpital a xn/exx^n/e^x: resultado é nxn1/ex0n x^{n-1}/e^x \to 0 pela hipótese. Logo limxxn/ex=0\lim_{x \to \infty} x^n/e^x = 0 para todo inteiro positivo nn. Formalmente: xn=o(ex)x^n = o(e^x).
    Show step-by-step (with the why)
    1. Base: n=1n = 1. limxx/ex=/lim1/ex=0\lim_{x \to \infty} x/e^x \stackrel{\infty/\infty}{=} \lim 1/e^x = 0.
    2. Hipótese indutiva: assuma limxxn1/ex=0\lim_{x \to \infty} x^{n-1}/e^x = 0.
    3. Passo indutivo: limxxn/ex=/limnxn1/ex=n0=0\lim_{x \to \infty} x^n/e^x \stackrel{\infty/\infty}{=} \lim n x^{n-1}/e^x = n \cdot 0 = 0.
    4. Conclusão: exe^x domina toda potência polinomial — hierarquia de infinitos confirmada.

Fontes

Updated on 2026-05-05 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.