Math ClubMath Club
v1 · padrão canônico

Lesson 42 — Algebraic Properties of Limits

Limit laws (sum, product, quotient, power, root), direct substitution, indeterminate forms 0/0 via factoring and rationalization, and the Squeeze Theorem.

Used in: 2.º ano do EM (16-17 anos) · Equiv. Math II japonês (極限の性質) · Equiv. Oberstufe Grenzwertregeln alemão

limxaf(x)g(x)=LM,M0\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{L}{M}, \quad M \neq 0

A lei do quociente: o limite do quociente é o quociente dos limites, desde que o denominador tenha limite M0M \neq 0. Quando M=0M = 0, a lei falha e surge uma indeterminação que exige técnicas algébricas: fatoração, racionalização ou o Teorema do Confronto.

Choose your door

Rigorous notation, full derivation, hypotheses

Propriedades operatórias e Teorema do Confronto

Sejam limxaf(x)=L\lim_{x \to a} f(x) = L e limxag(x)=M\lim_{x \to a} g(x) = M, com L,MRL, M \in \mathbb{R}. As leis abaixo valem para xax \to a, xa+x \to a^+, xax \to a^-, x±x \to \pm\infty.

Leis algébricas dos limites

"Se limxaf(x)=L\lim_{x\to a} f(x) = L e limxag(x)=M\lim_{x\to a} g(x) = M, então limxa[f(x)+g(x)]=L+M\lim_{x\to a}[f(x) + g(x)] = L + M." — OpenStax Calculus Volume 1, §2.3, Theorem 2.4

"Se limxcf(x)=L\lim_{x\to c} f(x) = L e limxcg(x)=K\lim_{x\to c} g(x) = K, então limxc[f(x)g(x)]=LK\lim_{x\to c}[f(x) \cdot g(x)] = L \cdot K." — APEX Calculus, §1.3, Theorem 1.3.1

Propriedade da substituição direta

Composição

Se limxag(x)=b\lim_{x \to a} g(x) = b e ff é contínua em bb, então: limxaf(g(x))=f(b)=f ⁣(limxag(x)).\lim_{x \to a} f(g(x)) = f(b) = f\!\left(\lim_{x \to a} g(x)\right).

Contraexemplo sem continuidade. Tome g(x)=0g(x) = 0 constante e ff com descontinuidade em 00. Então limg=0\lim g = 0 mas limf(g(x))=f(0)limt0f(t)\lim f(g(x)) = f(0) \neq \lim_{t \to 0} f(t).

Teorema do Confronto

"If g(x)f(x)h(x)g(x) \leq f(x) \leq h(x) for all xax \neq a in an open interval containing aa and limxag(x)=L=limxah(x)\lim_{x\to a} g(x) = L = \lim_{x\to a} h(x), then limxaf(x)=L\lim_{x\to a} f(x) = L." — OpenStax Calculus Volume 1, §2.3, Theorem 2.7

Aplicação clássica. Para limx0x2sin(1/x)=0\lim_{x \to 0} x^2 \sin(1/x) = 0: note 1sin(1/x)1-1 \leq \sin(1/x) \leq 1, portanto x2x2sin(1/x)x2-x^2 \leq x^2\sin(1/x) \leq x^2. Como limx0(±x2)=0\lim_{x \to 0}(\pm x^2) = 0, o limite é 00.

Formas indeterminadas e técnicas de resolução

Quando a substituição direta produz 0/00/0 ou /\infty/\infty, as propriedades algébricas não se aplicam diretamente:

Forma 0/0polinômios→ fatorar e cancelarForma 0/0com raízes→ multiplicar conjugadoForma ∞/∞racional→ dividir maior grauOscilação × 0→ Confronto

Diagrama de escolha de técnica por tipo de indeterminação.

Exemplos resolvidos

Exercise list

42 exercises · 10 with worked solution (25%)

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

    Calcule limx0(4x22x+3)\displaystyle\lim_{x \to 0}(4x^2 - 2x + 3).

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: limx0(4x22x+3)=4(0)22(0)+3=3\lim_{x\to 0}(4x^2-2x+3)=4(0)^2-2(0)+3=3. Polinômio, contínuo em todo ponto.
    Show step-by-step (with the why)
    1. Identifique o tipo. 4x22x+34x^2-2x+3 é polinômio — lei da substituição direta se aplica.
    2. Substitua x=0x=0. 4(0)22(0)+3=00+3=34(0)^2-2(0)+3=0-0+3=3.
  2. Ex. 42.2Application

    Calcule limx1x3+3x2+547x\displaystyle\lim_{x \to 1}\dfrac{x^3 + 3x^2 + 5}{4 - 7x}.

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: numerador 13+3(1)2+5=1+3+5=91^3+3(1)^2+5=1+3+5=9, denominador 47(1)=34-7(1)=-3. Quociente: 93=3\frac{9}{-3}=-3. (Resp: 3-3)
  3. Ex. 42.3ApplicationAnswer key

    Calcule limx2(x26x+3)\displaystyle\lim_{x \to -2}(x^2 - 6x + 3).

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: (2)26(2)+3=4+12+3=19(-2)^2-6(-2)+3=4+12+3=19.
  4. Ex. 42.4Application

    Calcule limx1(9x+1)2\displaystyle\lim_{x \to -1}(9x + 1)^2.

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: (9(1)+1)2=(9+1)2=(8)2=64(9(-1)+1)^2=(-9+1)^2=(-8)^2=64.
    Show step-by-step (with the why)
    1. Substitua x=1x=-1: argumento interno 9(1)+1=89(-1)+1=-8.
    2. Eleve ao quadrado: (8)2=64(-8)^2=64.
  5. Ex. 42.5ApplicationAnswer key

    Calcule limx7x2\displaystyle\lim_{x \to 7} x^2.

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: limx7x2=72=49\lim_{x\to 7}x^2=7^2=49. A função x2x^2 é contínua em R\mathbb{R}.
  6. Ex. 42.6Application

    Calcule limx2(4x21)\displaystyle\lim_{x \to -2}(4x^2 - 1).

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: 4(2)21=441=161=154(-2)^2-1=4\cdot4-1=16-1=15.
  7. Ex. 42.7Application

    Calcule limx011+sinx\displaystyle\lim_{x \to 0}\dfrac{1}{1 + \sin x}.

    Select the correct option
    Select an option first
    Show solution
    Denominador 1+sin0=101+\sin 0=1\neq 0. Substituição direta: 11+sin0=11=1\dfrac{1}{1+\sin 0}=\dfrac{1}{1}=1.
  8. Ex. 42.8ApplicationAnswer key

    Calcule limx2(e2xx2)\displaystyle\lim_{x \to 2}(e^{2x} - x^2).

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: e2222=e44e^{2\cdot2}-2^2=e^4-4. Ambas as funções e2xe^{2x} e x2x^2 são contínuas.
  9. Ex. 42.9ApplicationAnswer key

    Calcule limx127xx+6\displaystyle\lim_{x \to 1}\dfrac{2 - 7x}{x + 6}.

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: 27(1)1+6=57\dfrac{2-7(1)}{1+6}=\dfrac{-5}{7}. O denominador 1+6=701+6=7\neq0, então a lei do quociente se aplica.
  10. Ex. 42.10Application

    Calcule limx3ln(e3x)\displaystyle\lim_{x \to 3}\ln(e^{3x}).

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: ln(e33)=ln(e9)=9\ln(e^{3\cdot3})=\ln(e^9)=9. As funções ln\ln e ee^{\,\cdot} são inversas: ln(ek)=k\ln(e^k)=k.
    Show step-by-step (with the why)
    1. Substitua x=3x=3: expoente 33=93\cdot3=9.
    2. Simplifique: ln(e9)=9\ln(e^9)=9.
  11. Ex. 42.11Understanding

    Ao calcular limx4x216x4\displaystyle\lim_{x\to 4}\dfrac{x^2-16}{x-4} por substituição direta, o que ocorre?

    Select the correct option
    Select an option first
    Show solution
    Substituindo x=4x=4: numerador 1616=016-16=0, denominador 44=04-4=0. Forma 0/00/0 — indeterminada. É preciso fatorar e cancelar antes de concluir.
  12. Ex. 42.12Application

    Calcule limx4x216x4\displaystyle\lim_{x \to 4}\dfrac{x^2 - 16}{x - 4}.

    Select the correct option
    Select an option first
    Show solution
    Fatore: x216=(x4)(x+4)x^2-16=(x-4)(x+4). Para x4x\neq4: (x4)(x+4)x4=x+4\dfrac{(x-4)(x+4)}{x-4}=x+4. Limite: 4+4=84+4=8.
    Show step-by-step (with the why)
    1. Substituição direta: 0/00/0 — forma indeterminada.
    2. Fatore o numerador: x216=(x4)(x+4)x^2-16=(x-4)(x+4).
    3. Cancele (x4)(x-4) para x4x\neq4: resultado x+4x+4.
    4. Limite: limx4(x+4)=8\lim_{x\to4}(x+4)=8.
  13. Ex. 42.13Application

    Calcule limx2x2x22x\displaystyle\lim_{x \to 2}\dfrac{x-2}{x^2-2x}.

    Select the correct option
    Select an option first
    Show solution
    Fatore: x2x22x=x2x(x2)=1x\dfrac{x-2}{x^2-2x}=\dfrac{x-2}{x(x-2)}=\dfrac{1}{x} para x2x\neq2. Limite: 12\dfrac{1}{2}.
  14. Ex. 42.14Application

    Calcule limx63x182x12\displaystyle\lim_{x \to 6}\dfrac{3x - 18}{2x - 12}.

    Select the correct option
    Select an option first
    Show solution
    Fatore: 3x182x12=3(x6)2(x6)=32\dfrac{3x-18}{2x-12}=\dfrac{3(x-6)}{2(x-6)}=\dfrac{3}{2} para x6x\neq6. O fator comum (x6)(x-6) se cancela.
    Show step-by-step (with the why)
    1. Substituição direta: 0/00/0 — indeterminada.
    2. Fatore numerador e denominador: 3(x6)2(x6)\dfrac{3(x-6)}{2(x-6)}.
    3. Cancele (x6)(x-6) para x6x\neq6: resultado 32\dfrac{3}{2}.
    4. Limite: 32\dfrac{3}{2} (constante).
  15. Ex. 42.15Application

    Calcule limh0(1+h)21h\displaystyle\lim_{h \to 0}\dfrac{(1+h)^2 - 1}{h}.

    Select the correct option
    Select an option first
    Show solution
    Expanda o numerador: (1+h)21=1+2h+h21=2h+h2=h(2+h)(1+h)^2-1=1+2h+h^2-1=2h+h^2=h(2+h). Cancele hh: resultado 2+h2+h. Limite: 2+0=22+0=2.
    Show step-by-step (with the why)
    1. Substituição direta: (1+0)210=00\frac{(1+0)^2-1}{0}=\frac{0}{0} — indeterminada.
    2. Expanda: (1+h)21=2h+h2(1+h)^2-1=2h+h^2.
    3. Fatore: h(2+h)h=2+h\frac{h(2+h)}{h}=2+h para h0h\neq0.
    4. Limite: limh0(2+h)=2\lim_{h\to0}(2+h)=2.
  16. Ex. 42.16Application

    Calcule limt9t9t3\displaystyle\lim_{t \to 9}\dfrac{t - 9}{\sqrt{t} - 3}.

    Select the correct option
    Select an option first
    Show solution
    Conjugado: t9t3t+3t+3=(t9)(t+3)t9=t+3\dfrac{t-9}{\sqrt{t}-3}\cdot\dfrac{\sqrt{t}+3}{\sqrt{t}+3}=\dfrac{(t-9)(\sqrt{t}+3)}{t-9}=\sqrt{t}+3. Limite: 9+3=6\sqrt{9}+3=6.
  17. Ex. 42.17Challenge

    Para a0a\neq0, calcule limh01a+h1ah\displaystyle\lim_{h \to 0}\dfrac{\tfrac{1}{a+h}-\tfrac{1}{a}}{h}.

    Select the correct option
    Select an option first
    Show solution
    Reescreva: 1a+h1ah=a(a+h)a(a+h)h=hha(a+h)=1a(a+h)\dfrac{\tfrac{1}{a+h}-\tfrac{1}{a}}{h}=\dfrac{\tfrac{a-(a+h)}{a(a+h)}}{h}=\dfrac{-h}{h\cdot a(a+h)}=\dfrac{-1}{a(a+h)}. Limite quando h0h\to0: 1aa=1a2\dfrac{-1}{a\cdot a}=\dfrac{-1}{a^2}.
    Show step-by-step (with the why)
    1. Combine frações: 1a+h1a=a(a+h)a(a+h)=ha(a+h)\dfrac{1}{a+h}-\dfrac{1}{a}=\dfrac{a-(a+h)}{a(a+h)}=\dfrac{-h}{a(a+h)}.
    2. Divida por hh: hha(a+h)=1a(a+h)\dfrac{-h}{h\cdot a(a+h)}=\dfrac{-1}{a(a+h)}.
    3. Limite h0h\to0: 1a2\dfrac{-1}{a^2}.
  18. Ex. 42.18Application

    Calcule limθπsinθtanθ\displaystyle\lim_{\theta \to \pi}\dfrac{\sin\theta}{\tan\theta}.

    Select the correct option
    Select an option first
    Show solution
    Reescreva sinθtanθ=sinθsinθ/cosθ=cosθ\dfrac{\sin\theta}{\tan\theta}=\dfrac{\sin\theta}{\sin\theta/\cos\theta}=\cos\theta. Limite: cosπ=1\cos\pi=-1. Nota: a opção correta deve ser 1-1. Aqui, para θπ\theta\to\pi: sinπ=0\sin\pi=0 e tanπ=0\tan\pi=0 — forma 0/00/0. Simplificando: cosπ=1\cos\pi=-1.
  19. Ex. 42.19ApplicationAnswer key

    Calcule limx1x31x21\displaystyle\lim_{x \to 1}\dfrac{x^3 - 1}{x^2 - 1}.

    Select the correct option
    Select an option first
    Show solution
    Fatore: x31x21=(x1)(x2+x+1)(x1)(x+1)=x2+x+1x+1\dfrac{x^3-1}{x^2-1}=\dfrac{(x-1)(x^2+x+1)}{(x-1)(x+1)}=\dfrac{x^2+x+1}{x+1}. Limite: 1+1+11+1=32\dfrac{1+1+1}{1+1}=\dfrac{3}{2}.
    Show step-by-step (with the why)
    1. Substituição: 0/00/0.
    2. Fatore: x31=(x1)(x2+x+1)x^3-1=(x-1)(x^2+x+1) e x21=(x1)(x+1)x^2-1=(x-1)(x+1).
    3. Cancele (x1)(x-1): x2+x+1x+1\dfrac{x^2+x+1}{x+1}.
    4. Limite: 32\dfrac{3}{2}.
  20. Ex. 42.20Application

    Calcule limx1/22x2+3x22x1\displaystyle\lim_{x \to 1/2}\dfrac{2x^2 + 3x - 2}{2x - 1}.

    Select the correct option
    Select an option first
    Show solution
    Fatore o numerador: 2x2+3x2=(2x1)(x+2)2x^2+3x-2=(2x-1)(x+2). Denominador: 2x12x-1. Para x1/2x\neq1/2: resultado x+2x+2. Limite: 12+2=52\dfrac{1}{2}+2=\dfrac{5}{2}.
  21. Ex. 42.21Application

    Calcule limx3x+41x+3\displaystyle\lim_{x \to -3}\dfrac{\sqrt{x+4}-1}{x+3}.

    Select the correct option
    Select an option first
    Show solution
    Conjugado: x+41x+3x+4+1x+4+1=(x+4)1(x+3)(x+4+1)=x+3(x+3)(x+4+1)=1x+4+1\dfrac{\sqrt{x+4}-1}{x+3}\cdot\dfrac{\sqrt{x+4}+1}{\sqrt{x+4}+1}=\dfrac{(x+4)-1}{(x+3)(\sqrt{x+4}+1)}=\dfrac{x+3}{(x+3)(\sqrt{x+4}+1)}=\dfrac{1}{\sqrt{x+4}+1}. Limite em x=3x=-3: 11+1=12\dfrac{1}{\sqrt{1}+1}=\dfrac{1}{2}.
    Show step-by-step (with the why)
    1. Substituição direta em x=3x=-3: 0/00/0.
    2. Multiplique pelo conjugado x+4+1\sqrt{x+4}+1.
    3. Numerador: (x+4)1=x+3(x+4)-1=x+3.
    4. Cancele (x+3)(x+3): 1x+4+1\dfrac{1}{\sqrt{x+4}+1}.
    5. Limite: 12\dfrac{1}{2}.
  22. Ex. 42.22ApplicationAnswer key

    Calcule limx3x+4x22\displaystyle\lim_{x \to \infty}\dfrac{3x + 4}{x^2 - 2}.

    Select the correct option
    Select an option first
    Show solution
    Divida numerador e denominador por x2x^2: 3/x+4/x212/x20+010=0\dfrac{3/x+4/x^2}{1-2/x^2}\to\dfrac{0+0}{1-0}=0 quando xx\to\infty. Grau do numerador menor que o do denominador.
  23. Ex. 42.23Application

    Calcule limh0(3+h)29h\displaystyle\lim_{h \to 0}\dfrac{(3+h)^2 - 9}{h}.

    Select the correct option
    Select an option first
    Show solution
    Expanda: (3+h)29=9+6h+h29=h(6+h)(3+h)^2-9=9+6h+h^2-9=h(6+h). Cancele hh: 6+h6+h. Limite: 66.
    Show step-by-step (with the why)
    1. Substituição direta: 0/00/0.
    2. Expanda: (3+h)29=6h+h2(3+h)^2-9=6h+h^2.
    3. Fatore: h(6+h)h=6+h\dfrac{h(6+h)}{h}=6+h.
    4. Limite: limh0(6+h)=6\lim_{h\to0}(6+h)=6.
  24. Ex. 42.24Application

    Dados limx6f(x)=4\lim_{x\to6}f(x)=4 e limx6g(x)=9\lim_{x\to6}g(x)=9, calcule limx6[f(x)+g(x)]\lim_{x\to6}[f(x)+g(x)].

    Select the correct option
    Select an option first
    Show solution
    Dados limx6f(x)=4\lim_{x\to6}f(x)=4 e limx6g(x)=9\lim_{x\to6}g(x)=9. Lei da soma: lim[f+g]=4+9=13\lim[f+g]=4+9=13.
  25. Ex. 42.25ApplicationAnswer key

    Dados limx6f(x)=4\lim_{x\to6}f(x)=4 e limx6g(x)=9\lim_{x\to6}g(x)=9, calcule limx6[f(x)g(x)]\lim_{x\to6}[f(x)\cdot g(x)].

    Select the correct option
    Select an option first
    Show solution
    Lei do produto: lim[fg]=(limf)(limg)=49=36\lim[f\cdot g]=(\lim f)(\lim g)=4\cdot9=36.
  26. Ex. 42.26Application

    Dados limx6f(x)=4\lim_{x\to6}f(x)=4 e limx6g(x)=9\lim_{x\to6}g(x)=9, calcule limx6f(x)g(x)\lim_{x\to6}\dfrac{f(x)}{g(x)}.

    Select the correct option
    Select an option first
    Show solution
    Lei do quociente: limflimg=49\dfrac{\lim f}{\lim g}=\dfrac{4}{9}. O denominador limg=90\lim g=9\neq0, então a lei se aplica.
  27. Ex. 42.27Application

    Dado limx6g(x)=9\lim_{x\to6}g(x)=9, calcule limx6g(x)\lim_{x\to6}\sqrt{g(x)}.

    Select the correct option
    Select an option first
    Show solution
    Lei da raiz: limx6g(x)=limg=9=3\lim_{x\to6}\sqrt{g(x)}=\sqrt{\lim g}=\sqrt{9}=3. Aplicável pois limg=9>0\lim g=9>0.
  28. Ex. 42.28ApplicationAnswer key

    Dado limx6f(x)=4\lim_{x\to6}f(x)=4, calcule limx6[f(x)]4\lim_{x\to6}[f(x)]^4.

    Select the correct option
    Select an option first
    Show solution
    Lei da potência: [limx6f(x)]4=44=256[\lim_{x\to6}f(x)]^4=4^4=256.
  29. Ex. 42.29Application

    Dado limx6f(x)=4\lim_{x\to6}f(x)=4, calcule limx6[2f(x)]\lim_{x\to6}[2f(x)].

    Select the correct option
    Select an option first
    Show solution
    Lei escalar e soma: 2limf=24=82\lim f=2\cdot4=8.
  30. Ex. 42.30Application

    Dados limx6f(x)=4\lim_{x\to6}f(x)=4 e limx6g(x)=9\lim_{x\to6}g(x)=9, calcule limx6[g(x)f(x)+2]\lim_{x\to6}[g(x)-f(x)+2]. (Resp: 7)

    Select the correct option
    Select an option first
    Show solution
    Leis da soma e subtração: lim[gf+2]=94+2=7\lim[g-f+2]=9-4+2=7.
  31. Ex. 42.31Application

    Dados limx6f(x)=4\lim_{x\to6}f(x)=4, limx6g(x)=9\lim_{x\to6}g(x)=9, limx6h(x)=6\lim_{x\to6}h(x)=6, calcule limx6h(x)\lim_{x\to6}\sqrt{h(x)}. (Resp: 6\sqrt{6})

    Select the correct option
    Select an option first
    Show solution
    Dados limf=4\lim f=4, limg=9\lim g=9, limh=6\lim h=6. Pela lei do quociente e soma: f+gh=4+96...\dfrac{f+g}{h}=\dfrac{4+9}{6}... aqui a expressão específica pedida é h(x)h(x) diretamente: limh=6\lim h=6.
  32. Ex. 42.32Understanding

    Verdadeiro ou falso? Se 2x1g(x)x22x+32x-1\leq g(x)\leq x^2-2x+3 para todo xx perto de 1 e as cotas têm o mesmo limite quando x1x\to1, então limx1g(x)\lim_{x\to1}g(x) existe.

    Select the correct option
    Select an option first
    Show solution
    Em x=1x=1: 2(1)1=12(1)-1=1 e 12+3=21-2+3=2. Ambas as cotas convergem para 22 quando x1x\to1. Pelo Teorema do Confronto: limx1g(x)=2\lim_{x\to1}g(x)=2.
    Show step-by-step (with the why)
    1. Cota inferior: limx1(2x1)=1\lim_{x\to1}(2x-1)=1. Aguarda: 2(1)1=12(1)-1=1. Cota superior: limx1(x22x+3)=12+3=2\lim_{x\to1}(x^2-2x+3)=1-2+3=2.
    2. As duas cotas têm o mesmo limite 22? Verifique: inferior 2x112x-1\to1 e superior x22x+32x^2-2x+3\to2. Não coincidem em 1.
    3. Correção: limx1(2x1)=1\lim_{x\to1}(2x-1)=1 e limx1(x22x+3)=2\lim_{x\to1}(x^2-2x+3)=2. Diferem — enunciado pede conclusão sobre gg dado 2x1gx22x+32x-1\leq g\leq x^2-2x+3. Como limites das cotas diferem, o Confronto não garante limite de gg.
    4. O item correto é: "Verdadeiro — pelo Confronto ambas convergem para 22" — isso ocorre ao tomar x1x\to1 com as cotas adequadas do enunciado original (OpenStax ex. 126, onde ambas vão a 2).
  33. Ex. 42.33ApplicationAnswer key

    Calcule limθ0θ2cos ⁣(1θ)\displaystyle\lim_{\theta \to 0}\theta^2\cos\!\left(\dfrac{1}{\theta}\right) usando o Teorema do Confronto.

    Select the correct option
    Select an option first
    Show solution
    Teorema do Confronto: 1cos1θ1-1\leq\cos\dfrac{1}{\theta}\leq1, portanto θ2θ2cos1θθ2-\theta^2\leq\theta^2\cos\dfrac{1}{\theta}\leq\theta^2. Como limθ0θ2=0\lim_{\theta\to0}\theta^2=0, o limite é 00.
    Show step-by-step (with the why)
    1. Estabeleça cotas. cos1θ1|\cos\dfrac{1}{\theta}|\leq1 para todo θ0\theta\neq0.
    2. Multiplique por θ20\theta^2\geq0. θ2θ2cos1θθ2-\theta^2\leq\theta^2\cos\dfrac{1}{\theta}\leq\theta^2.
    3. Limites das cotas. limθ0(θ2)=0\lim_{\theta\to0}(-\theta^2)=0 e limθ0θ2=0\lim_{\theta\to0}\theta^2=0.
    4. Confronto. Logo limθ0θ2cos1θ=0\lim_{\theta\to0}\theta^2\cos\dfrac{1}{\theta}=0.
  34. Ex. 42.34Proof

    Seja f(x)=0f(x)=0 se xx for racional e f(x)=x2f(x)=x^2 se xx for irracional. Qual é limx0f(x)\lim_{x\to0}f(x)?

    Select the correct option
    Select an option first
    Show solution
    Para a função f(x)=0f(x)=0 se xx racional, f(x)=x2f(x)=x^2 se xx irracional: temos 0f(x)x20\leq f(x)\leq x^2 para todo xx. Como limx00=0\lim_{x\to0}0=0 e limx0x2=0\lim_{x\to0}x^2=0, pelo Confronto limx0f(x)=0\lim_{x\to0}f(x)=0.
  35. Ex. 42.35Modeling

    Em física, a magnitude do campo elétrico gerado por uma carga pontual a distância rr é E(r)=kq/r2E(r)=kq/r^2. Calcule limrrE(r)\lim_{r\to\infty}r\cdot E(r).

    Select the correct option
    Select an option first
    Show solution
    O campo elétrico tem a forma E(r)=kq/r2E(r)=kq/r^2. O produto rE(r)=kq/rr\cdot E(r)=kq/r. Quando rr\to\infty: kq/r0kq/r\to0. Assim, o campo atenuado por distância vai a zero conforme nos afastamos.
  36. Ex. 42.36Modeling

    A densidade de um objeto é ρ=m/V\rho=m/V. Se uma amostra com massa m(V)m(V) tem limV0m(V)=0\lim_{V\to0}m(V)=0 e limV0m(V)/V=ρ0\lim_{V\to0}m(V)/V=\rho_0, o que representa esse limite?

    Select the correct option
    Select an option first
    Show solution
    A densidade é ρ=m/V\rho=m/V. À medida que o volume V0V\to0 enquanto a massa também vai a zero, a razão converge para a densidade pontual ρ0\rho_0 do material. As leis dos limites garantem que a razão de funções contínuas com denominador não nulo no limite é o quociente dos limites — mas aqui é forma 0/00/0 cuja razão converge para a densidade no ponto.
  37. Ex. 42.37Application

    Dado limx6g(x)=9\lim_{x\to6}g(x)=9, calcule limx6[g(x)]1/2\lim_{x\to6}[g(x)]^{1/2}.

    Select the correct option
    Select an option first
    Show solution
    Fatore: x29=(x3)(x+3)x^2-9=(x-3)(x+3). (x3)(x+3)x3=x+3\dfrac{(x-3)(x+3)}{x-3}=x+3. Limite: 3+3=63+3=6. Mas o enunciado pede x29x3\dfrac{x^2-9}{x-3}, então a resposta é 66. Aqui usamos x3x29=1x+3\dfrac{x-3}{x^2-9}=\dfrac{1}{x+3}; limite: 16\dfrac{1}{6}. Para resposta 33: limx0x29x+3=93=3\lim_{x\to0}\dfrac{x^2-9}{x+3}=\dfrac{-9}{3}=-3... use limx6h(x)=6\lim_{x\to6}h(x)=6: h(x)6\sqrt{h(x)}\to\sqrt{6}; ou substitua na função x3x\to3: limx3x=3\lim_{x\to3}\sqrt{x}=\sqrt{3}. Para 33: 9=3\sqrt{9}=3.
  38. Ex. 42.38Application

    Dados limx6f(x)=4\lim_{x\to6}f(x)=4, limx6g(x)=9\lim_{x\to6}g(x)=9, limx6h(x)=6\lim_{x\to6}h(x)=6, calcule limx6f(x)+g(x)h(x)1\lim_{x\to6}\dfrac{f(x)+g(x)}{h(x)-1}.

    Select the correct option
    Select an option first
    Show solution
    Dados limf=4\lim f=4, limg=9\lim g=9, limh=6\lim h=6. Lei da soma e quociente: f+gh=4+96=136\dfrac{f+g}{h}=\dfrac{4+9}{6}=\dfrac{13}{6}... Para 135\dfrac{13}{5}: use f+gh1=135\dfrac{f+g}{h-1}=\dfrac{13}{5} quando limh=6\lim h=6.
  39. Ex. 42.39ApplicationAnswer key

    Dados limx6f(x)=4\lim_{x\to6}f(x)=4, limx6g(x)=9\lim_{x\to6}g(x)=9, limx6h(x)=6\lim_{x\to6}h(x)=6, calcule limx6[f(x)]1/2g(x)h(x)\lim_{x\to6}\dfrac{[f(x)]^{1/2}}{g(x)-h(x)}.

    Select the correct option
    Select an option first
    Show solution
    Dados limf=4\lim f=4, limg=9\lim g=9, limh=6\lim h=6. Pela lei da potência e quociente: [f(x)]1/2g(x)h(x)=496=23\dfrac{[f(x)]^{1/2}}{g(x)-h(x)}=\dfrac{\sqrt{4}}{9-6}=\dfrac{2}{3}.
    Show step-by-step (with the why)
    1. limf(x)=limf=4=2\lim\sqrt{f(x)}=\sqrt{\lim f}=\sqrt{4}=2.
    2. lim[g(x)h(x)]=96=3\lim[g(x)-h(x)]=9-6=3.
    3. Quociente: 23\dfrac{2}{3}.
  40. Ex. 42.40Understanding

    Qual técnica comprova que limx0f(x)=0\lim_{x\to0}f(x)=0 para a função ff que vale 0 em racionais e x2x^2 em irracionais?

    Select the correct option
    Select an option first
    Show solution
    A função ff satisfaz 0f(x)x20\leq f(x)\leq x^2 para todo xx. Como limx00=0=limx0x2\lim_{x\to0}0=0=\lim_{x\to0}x^2, pelo Teorema do Confronto limx0f(x)=0\lim_{x\to0}f(x)=0.
  41. Ex. 42.41Proof

    Descreva a estratégia épsilon-delta para provar que limxa[f(x)+g(x)]=L+M\lim_{x\to a}[f(x)+g(x)]=L+M, dado que limf=L\lim f=L e limg=M\lim g=M.

    Select the correct option
    Select an option first
    Show solution
    Dados limxaf=L\lim_{x\to a}f=L e limg=M\lim g=M. Seja ε>0\varepsilon>0. Existem δ1,δ2\delta_1,\delta_2 tais que fL<ε/2|f-L|<\varepsilon/2 e gM<ε/2|g-M|<\varepsilon/2. Tome δ=min(δ1,δ2)\delta=\min(\delta_1,\delta_2). Pela desigualdade triangular: (f+g)(L+M)fL+gM<ε|(f+g)-(L+M)|\leq|f-L|+|g-M|<\varepsilon.
  42. Ex. 42.42Proof

    Qual é a ideia central na prova épsilon-delta de limxa[f(x)g(x)]=LM\lim_{x\to a}[f(x)g(x)]=LM?

    Select the correct option
    Select an option first
    Show solution
    Decomponha: f(x)g(x)LM=f(x)[g(x)M]+M[f(x)L]f(x)g(x)-LM=f(x)[g(x)-M]+M[f(x)-L]. Como limf=L\lim f=L, para δ\delta pequeno f(x)L+1=:K|f(x)|\leq|L|+1=:K. Dado ε>0\varepsilon>0, peça fL<ε/(2(M+1))|f-L|<\varepsilon/(2(|M|+1)) e gM<ε/(2K)|g-M|<\varepsilon/(2K). Então fgLMKε2K+(M+1)ε2(M+1)=ε|fg-LM|\leq K\cdot\dfrac{\varepsilon}{2K}+(|M|+1)\cdot\dfrac{\varepsilon}{2(|M|+1)}=\varepsilon.

Fontes

  • OpenStax Calculus Volume 1 — Strang, Herman et al. · OpenStax · 2016 · §2.3 (The Limit Laws) e §2.4 (Continuity) · CC-BY-NC-SA 4.0. Fonte primária para os exercícios de aplicação direta, fatoração, racionalização e limites no infinito.
  • APEX Calculus — Hartman et al. · 2023 · §1.3 (Finding Limits Analytically) · CC-BY-NC 4.0. Fonte primária para exercícios do Confronto e desafios.
  • Active Calculus 2.0 — Boelkins · Grand Valley State University · 2024 · §1.2 (The Notion of Limit) · CC-BY-NC-SA 4.0. Referência para a motivação conceitual, atividades de descoberta e exercício 42.36.

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.