Math ClubMath Club
v1 · padrão canônico

Lição 50 — Consolidação Trim 5: limites e continuidade

Workshop integrador do Trimestre 5. Limites ε-δ, leis dos limites, limites fundamentais, continuidade, TVI, assíntotas e sequências convergentes.

Used in: 2.º ano EM (16-17 anos) · Equiv. Analysis I (Gymnasium alemão) · Equiv. Math II japonês — seção limites

limxaf(x)=L        ε>0,  δ>0:0<xa<δf(x)L<ε\lim_{x \to a} f(x) = L \;\iff\; \forall\,\varepsilon > 0,\;\exists\,\delta > 0 : 0 < |x-a| < \delta \Rightarrow |f(x)-L| < \varepsilon

A definição épsilon-delta de limite: para qualquer margem de erro ε\varepsilon que se exija, encontra-se uma vizinhança δ\delta em torno de aa que garante que f(x)f(x) está dentro dessa margem de LL. Esse único enunciado sustenta continuidade, TVI, assíntotas e convergência de sequências — os cinco pilares do Trimestre 5.

Choose your door

Rigorous notation, full derivation, hypotheses

Mapa dos teoremas do Trim 5

Definição central

"Dizemos que o limite de f(x)f(x), quando xx tende a aa, é LL, e escrevemos limxaf(x)=L\lim_{x \to a} f(x) = L, se para todo número ε>0\varepsilon > 0 existe um número δ>0\delta > 0 tal que se 0<xa<δ0 < |x - a| < \delta, então f(x)L<ε|f(x) - L| < \varepsilon." — OpenStax Calculus Volume 1, §2.5

Mapa do Trimestre 5

LiçãoTópicoResultado central
41Limite formalDefinição ε\varepsilon-δ\delta
42Leis dos limitesSoma, produto, quociente, confronto
43Continuidadelimxaf(x)=f(a)\lim_{x \to a} f(x) = f(a); tipos de descontinuidade
44Limites laterais e infinitosLimite existe     \iff lim=lim+\lim^- = \lim^+; assíntotas verticais
45Limites fundamentaissinx/x1\sin x/x \to 1; (1+1/n)ne(1+1/n)^n \to e
46TVI e WeierstrassExistência de raízes e valores intermediários
47AssíntotasVerticais, horizontais, oblíquas
48Limites trigonométricosManipulação de sin\sin, cos\cos, tan\tan
49SequênciasCauchy, Bolzano-Weierstrass, monótona limitada

Tabela-resumo dos teoremas principais

TeoremaHipóteseConclusão
Confronto (Squeeze)g(x)f(x)h(x)g(x) \leq f(x) \leq h(x) e limg=limh=L\lim g = \lim h = Llimf=L\lim f = L
TVIfC([a,b])f \in C([a,b]), kk entre f(a)f(a) e f(b)f(b)c(a,b)\exists\,c \in (a,b) com f(c)=kf(c) = k
WeierstrassfC([a,b])f \in C([a,b])ff atinge máximo e mínimo
Bolzano-Weierstrass(an)(a_n) limitada em R\mathbb{R}Tem subsequência convergente
Monótona limitada(an)(a_n) crescente (dec.) e limitada superiormente (inf.)Converge
Cauchy(an)(a_n) é sequência de Cauchy em R\mathbb{R}(an)(a_n) converge

Cheat sheet de indeterminações

FormaTécnica padrão
0/00/0 polinomialFatore e cancele o fator nulo
0/00/0 com raízesMultiplique pelo conjugado
0/00/0 trigonométricoLimites fundamentais sinx/x1\sin x/x \to 1
/\infty/\infty racionalDivida pelo maior grau
11^{\infty}AB=eBlnAA^B = e^{B \ln A}, calcule limBlnA\lim B \ln A
00 \cdot \inftyReescreva como 01/\frac{0}{1/\infty} ou 1/0\frac{\infty}{1/0}
\infty - \inftyFator comum ou conjugado

Hierarquia de crescimento

lnnnaann!nn(a>1,  n)\ln n \ll n^a \ll a^n \ll n! \ll n^n \quad (a > 1,\; n \to \infty)

Limites fundamentais para memorizar

limx0sinxx=1,limx01cosxx2=12\lim_{x \to 0} \frac{\sin x}{x} = 1, \qquad \lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2}
what this means · Limite fundamental trigonométrico — usado para todo limite com seno dividido por argumento.
limx0ex1x=1,limx0ln(1+x)x=1\lim_{x \to 0} \frac{e^x - 1}{x} = 1, \qquad \lim_{x \to 0} \frac{\ln(1+x)}{x} = 1
what this means · Limites exponencial e logarítmico — base de todo limite 1 ao infinito.
limn(1+1n)n=e,limx(1+ax)x=ea\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e, \qquad \lim_{x \to \infty} \left(1 + \frac{a}{x}\right)^x = e^a
what this means · Definição de e como limite — o número de Euler aparece naturalmente nos juros compostos contínuos.

Exemplos resolvidos

Exercise list

40 exercises · 10 with worked solution (25%)

Application 30Understanding 8Modeling 2
  1. Ex. 50.1ApplicationAnswer key

    Calcule limx0(4x22x+3)\lim_{x \to 0} (4x^2 - 2x + 3) justificando cada passo pelas leis dos limites.

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: 4(0)22(0)+3=34(0)^2 - 2(0) + 3 = 3. Polinômios são contínuos em todo ponto, logo o limite é o valor da função no ponto.
  2. Ex. 50.2ApplicationAnswer key

    Calcule limx1x3+3x2+547x\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 1+3+5=91 + 3 + 5 = 9, denominador 47=34 - 7 = -3. Logo 9/(3)=39/(-3) = -3.
    Show step-by-step (with the why)
    1. Verifique se o denominador se anula: 47(1)=3eq04 - 7(1) = -3 eq 0. Não há indeterminação.
    2. Numerador: 13+3(1)2+5=91^3 + 3(1)^2 + 5 = 9.
    3. Resultado: 9/(3)=39/(-3) = -3.
  3. Ex. 50.3Application

    Calcule limx2(x26x+3)\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. 50.4Application

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

    Select the correct option
    Select an option first
    Show solution
    Substituição: 9(1)+1=89(-1)+1 = -8. Quadrado: (8)2=64(-8)^2 = 64.
  5. Ex. 50.5Application

    Calcule limx2(4x21)\lim_{x \to -2} (4x^2 - 1) por substituição direta.

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

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

    Select the correct option
    Select an option first
    Show solution
    Substituição: sin(0)=0\sin(0) = 0, portanto 1/(1+0)=11/(1+0) = 1.
  7. Ex. 50.7ApplicationAnswer key

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

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: e2222=e44e^{2 \cdot 2} - 2^2 = e^4 - 4.
  8. Ex. 50.8ApplicationAnswer key

    Mostre que a substituição direta produz 0/00/0 e calcule limx4x216x4\lim_{x \to 4} \dfrac{x^2-16}{x-4}.

    Select the correct option
    Select an option first
    Show solution
    Indeterminação 0/00/0. Fatore: x216=(x4)(x+4)x^2-16=(x-4)(x+4). Cancele (x4)(x-4): limx4(x+4)=8\lim_{x \to 4}(x+4)=8.
    Show step-by-step (with the why)
    1. Substituição direta: (1616)/(44)=0/0(16-16)/(4-4)=0/0. Indeterminado.
    2. Fatore o numerador (diferença de quadrados): x216=(x4)(x+4)x^2-16=(x-4)(x+4).
    3. Cancele (x4)(x-4) para xeq4x eq 4: expressão vira x+4x+4.
    4. Limite: 4+4=84+4=8.
  9. Ex. 50.9Application

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

    Select the correct option
    Select an option first
    Show solution
    Indeterminação 0/00/0. Fatore denominador: x22x=x(x2)x^2-2x=x(x-2). Cancele (x2)(x-2): 1/x1/21/x \to 1/2.
  10. Ex. 50.10Application

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

    Select the correct option
    Select an option first
    Show solution
    Indeterminação 0/00/0 em x=6x=6. Fatore: 3x18=3(x6)3x-18=3(x-6) e 2x12=2(x6)2x-12=2(x-6). Cancele (x6)(x-6): 3/23/2.
  11. Ex. 50.11Application

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

    Select the correct option
    Select an option first
    Show solution
    Indeterminação 0/00/0. Expanda: (1+h)21=2h+h2(1+h)^2-1=2h+h^2. Divida por hh: 2+h22+h \to 2. Esse é o quociente de diferença de f(x)=x2f(x)=x^2 em x=1x=1, ou seja, f(1)=2f'(1)=2.
    Show step-by-step (with the why)
    1. Substitua: (1+0)21=0(1+0)^2-1=0 e h=0h=0. Forma 0/00/0.
    2. Expanda: (1+h)2=1+2h+h2(1+h)^2=1+2h+h^2, portanto (1+h)21=2h+h2(1+h)^2-1=2h+h^2.
    3. Divida por hh: (2h+h2)/h=2+h(2h+h^2)/h=2+h.
    4. Limite: 2+0=22+0=2. Reconheça: este é o quociente de diferença que define f(1)=2f'(1)=2 para f(x)=x2f(x)=x^2.
  12. Ex. 50.12Application

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

    Select the correct option
    Select an option first
    Show solution
    Indeterminação 0/00/0 em t=9t=9. Multiplique pelo conjugado (t+3)/(t+3)(\sqrt{t}+3)/(\sqrt{t}+3): (t9)/[(t9)(t+3)]=1/(t+3)1/6(t-9)/[(t-9)(\sqrt{t}+3)]=1/(\sqrt{t}+3) \to 1/6.
  13. Ex. 50.13Understanding

    Seja a0a \neq 0 uma constante real. Calcule limh01a+h1ah\lim_{h \to 0} \dfrac{\tfrac{1}{a+h} - \tfrac{1}{a}}{h}.

    Select the correct option
    Select an option first
    Show solution
    Combine frações: 1a+h1a=ha(a+h)\frac{1}{a+h}-\frac{1}{a}=\frac{-h}{a(a+h)}. Divida por hh: 1/[a(a+h)]1/a2-1/[a(a+h)] \to -1/a^2. Esse é o quociente de diferença de 1/x1/x em x=ax=a, ou seja, f(a)=1/a2f'(a)=-1/a^2.
    Show step-by-step (with the why)
    1. Combine as frações no numerador com denominador comum a(a+h)a(a+h): [a(a+h)]/[a(a+h)]=h/[a(a+h)][a-(a+h)]/[a(a+h)]=-h/[a(a+h)].
    2. Divida por hh: 1/[a(a+h)]-1/[a(a+h)].
    3. Faça h0h \to 0: 1/a2-1/a^2.
    4. Interpretação: a derivada de 1/x1/x é 1/x2-1/x^2, aqui confirmada pela definição de limite.
  14. Ex. 50.14Application

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

    Select the correct option
    Select an option first
    Show solution
    Indeterminação 0/00/0. 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). Cancele (x1)(x-1): (x2+x+1)/(x+1)3/2(x^2+x+1)/(x+1) \to 3/2.
  15. Ex. 50.15Application

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

    Select the correct option
    Select an option first
    Show solution
    Indeterminação 0/00/0 em x=1/2x=1/2. Fatore numerador: 2x2+3x2=(2x1)(x+2)2x^2+3x-2=(2x-1)(x+2). Cancele (2x1)(2x-1): x+21/2+2=5/2x+2 \to 1/2+2=5/2.
  16. Ex. 50.16Understanding

    Sabe-se que limx6f(x)=4\lim_{x \to 6} f(x)=4, limx6g(x)=9\lim_{x \to 6} g(x)=9 e limx6h(x)=6\lim_{x \to 6} h(x)=6. Calcule limx62f(x)g(x)\lim_{x \to 6} \dfrac{2f(x)}{g(x)}.

    Select the correct option
    Select an option first
    Show solution
    Dados limx6f(x)=4\lim_{x \to 6} f(x)=4 e limx6g(x)=9\lim_{x \to 6} g(x)=9: limx62f(x)g(x)=249=89\lim_{x \to 6} \frac{2f(x)}{g(x)} = \frac{2 \cdot 4}{9} = \frac{8}{9}. Nota: a resposta correta indicada é 8/98/9 — o destaque marca a opção proporcional mais próxima escolhida do pool.
  17. Ex. 50.17Understanding

    Com os mesmos limites do exercício anterior, calcule limx6g(x)1f(x)\lim_{x \to 6} \dfrac{g(x)-1}{f(x)}.

    Select the correct option
    Select an option first
    Show solution
    Dados limx6f(x)=4\lim_{x \to 6} f(x)=4 e limx6g(x)=9\lim_{x \to 6} g(x)=9: limx6g(x)1f(x)=914=84=2\lim_{x \to 6}\frac{g(x)-1}{f(x)} = \frac{9-1}{4} = \frac{8}{4} = 2. Aplica-se a lei dos limites de quociente.
    Show step-by-step (with the why)
    1. Aplique a lei do quociente de limites: limg1f=lim(g1)limf\lim \frac{g-1}{f} = \frac{\lim(g-1)}{\lim f}.
    2. Numerador: limx6(g(x)1)=91=8\lim_{x \to 6}(g(x)-1) = 9-1 = 8.
    3. Denominador: limx6f(x)=4\lim_{x \to 6} f(x) = 4.
    4. Resultado: 8/4=28/4 = 2.
  18. Ex. 50.18Understanding

    Verdadeiro ou falso: se 2x1g(x)x22x+32x-1 \leq g(x) \leq x^2-2x+3 para todo xx, então limx2g(x)=0\lim_{x \to 2} g(x) = 0? Justifique pelo Teorema do Confronto.

    Select the correct option
    Select an option first
    Show solution
    Em x=2x=2: 2(2)1=32(2)-1=3 e 222(2)+3=32^2-2(2)+3=3. Como 2x1g(x)x22x+32x-1 \leq g(x) \leq x^2-2x+3 e ambos os extremos convergem a 3 em x=2x=2, pelo Teorema do Confronto limx2g(x)=3\lim_{x \to 2}g(x)=3. O enunciado dizia limite 0, o que é falso — o limite é 3.
  19. Ex. 50.19ApplicationAnswer key

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

    Select the correct option
    Select an option first
    Show solution
    Use o Teorema do Confronto: cos(1/θ)1|\cos(1/\theta)| \leq 1, portanto θ2θ2cos(1/θ)θ2-\theta^2 \leq \theta^2\cos(1/\theta) \leq \theta^2. Como ±θ20\pm\theta^2 \to 0, o limite é 0.
  20. Ex. 50.20Application

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

    Select the correct option
    Select an option first
    Show solution
    Multiplique pelo conjugado: (x+41)/(x+3)(x+4+1)/(x+4+1)=(x+3)/[(x+3)(x+4+1)]=1/(x+4+1)(\sqrt{x+4}-1)/(x+3) \cdot (\sqrt{x+4}+1)/(\sqrt{x+4}+1) = (x+3)/[(x+3)(\sqrt{x+4}+1)] = 1/(\sqrt{x+4}+1). Em x=3x=-3: 1/(1+1)=1/21/(\sqrt{1}+1)=1/2.
    Show step-by-step (with the why)
    1. Substitua x=3x=-3: (11)/0=0/0(\sqrt{1}-1)/0=0/0. Conjugado necessário.
    2. Multiplique por (x+4+1)/(x+4+1)(\sqrt{x+4}+1)/(\sqrt{x+4}+1): numerador vira (x+4)1=x+3(x+4)-1=x+3.
    3. Cancele (x+3)(x+3): resta 1/(x+4+1)1/(\sqrt{x+4}+1).
    4. Limite em x=3x=-3: 1/(1+1)=1/21/(1+1)=1/2.
  21. Ex. 50.21Application

    Determine os pontos de descontinuidade de f(x)=1xf(x) = \dfrac{1}{x} e classifique o tipo.

    Select the correct option
    Select an option first
    Show solution
    f(x)=1/xf(x)=1/x tem denominador zero em x=0x=0. Os limites laterais são limx01/x=\lim_{x \to 0^-}1/x = -\infty e limx0+1/x=+\lim_{x \to 0^+}1/x = +\infty. Descontinuidade infinita.
  22. Ex. 50.22ApplicationAnswer key

    Determine os pontos de descontinuidade de f(x)=xx2xf(x) = \dfrac{x}{x^2 - x} e classifique cada tipo.

    Select the correct option
    Select an option first
    Show solution
    f(x)=x/(x2x)=x/[x(x1)]=1/(x1)f(x)=x/(x^2-x)=x/[x(x-1)]=1/(x-1) para x0x \neq 0. Em x=0x=0: fator cancela — o limite existe (1-1) mas f(0)f(0) indefinido: descontinuidade removível. Em x=1x=1: denominador zero sem cancelamento — descontinuidade infinita.
    Show step-by-step (with the why)
    1. Fatore: x/(x2x)=x/[x(x1)]=1/(x1)x/(x^2-x)=x/[x(x-1)]=1/(x-1) para x0x \neq 0.
    2. Em x=0x=0: o fator xx cancela. limx01/(x1)=1\lim_{x \to 0} 1/(x-1) = -1 mas f(0)f(0) indefinido. Removível.
    3. Em x=1x=1: 1/(x1)±1/(x-1) \to \pm\infty. Infinita.
  23. Ex. 50.23Application

    Determine os pontos de descontinuidade de f(x)=x2x2f(x) = \dfrac{|x-2|}{x-2} e classifique.

    Select the correct option
    Select an option first
    Show solution
    f(x)=x2/(x2)f(x)=|x-2|/(x-2). Para x>2x > 2: f(x)=1f(x)=1. Para x<2x < 2: f(x)=1f(x)=-1. Os limites laterais existem mas diferem: descontinuidade de salto em x=2x=2.
  24. Ex. 50.24ApplicationAnswer key

    Determine os pontos de descontinuidade de H(x)=tan(2x)H(x) = \tan(2x) e classifique cada tipo.

    Select the correct option
    Select an option first
    Show solution
    H(x)=tan(2x)H(x)=\tan(2x) é indefinida onde cos(2x)=0\cos(2x)=0, ou seja, 2x=π/2+kπ2x=\pi/2+k\pi, logo x=π/4+kπ/2x=\pi/4+k\pi/2. Nesses pontos o limite é infinito: descontinuidades infinitas.
  25. Ex. 50.25Application

    Determine e classifique as descontinuidades de f(t)=t+3t2+5t+6f(t) = \dfrac{t + 3}{t^2 + 5t + 6}.

    Select the correct option
    Select an option first
    Show solution
    f(t)=(t+3)/(t2+5t+6)=(t+3)/[(t+2)(t+3)]f(t)=(t+3)/(t^2+5t+6)=(t+3)/[(t+2)(t+3)]. Em t=3t=-3: fator (t+3)(t+3) cancela — limite existe (1/(3+2)=1)(1/(-3+2)=-1) mas f(3)f(-3) indefinido: removível. Em t=2t=-2: só denominador zero — infinita.
    Show step-by-step (with the why)
    1. Fatore denominador: t2+5t+6=(t+2)(t+3)t^2+5t+6=(t+2)(t+3).
    2. Em t=3t=-3: (t+3)(t+3) cancela. Limite =1/(t+2)t=3=1=1/(t+2)|_{t=-3}=-1. Removível.
    3. Em t=2t=-2: só denominador anula. Limite infinito. Infinita.
  26. Ex. 50.26Understanding

    Verifique se f(x)=2x25x+3x1f(x) = \dfrac{2x^2 - 5x + 3}{x - 1} é contínua em x=1x = 1. Se não, classifique a descontinuidade.

    Select the correct option
    Select an option first
    Show solution
    Fatore: 2x25x+3=(2x3)(x1)2x^2-5x+3=(2x-3)(x-1). Logo f(x)=(2x3)(x1)/(x1)=2x3f(x)=(2x-3)(x-1)/(x-1)=2x-3 para x1x \neq 1. O limite em x=1x=1 é 23=12-3=-1, mas f(1)f(1) é indefinido: descontinuidade removível.
  27. Ex. 50.27Application

    A função g(u)=6u2+u22u1g(u) = \dfrac{6u^2 + u - 2}{2u-1} para u12u \neq \tfrac{1}{2} e g ⁣(12)=72g\!\left(\tfrac{1}{2}\right) = \tfrac{7}{2} é contínua em u=12u = \tfrac{1}{2}?

    Select the correct option
    Select an option first
    Show solution
    Para u1/2u \neq 1/2: fatore 6u2+u2=(2u1)(3u+2)6u^2+u-2=(2u-1)(3u+2). Então g(u)=(2u1)(3u+2)/(2u1)=3u+2g(u)=(2u-1)(3u+2)/(2u-1)=3u+2. O limite em u=1/2u=1/2 é 3(1/2)+2=7/23(1/2)+2=7/2, que coincide com g(1/2)=7/2g(1/2)=7/2. Logo gg é contínua.
  28. Ex. 50.28Application

    Determine kk tal que f(x)=3x+2f(x) = 3x+2 para x<kx < k e f(x)=2x3f(x)=2x-3 para kx8k \leq x \leq 8 seja contínua.

    Select the correct option
    Select an option first
    Show solution
    Para continuidade em x=kx=k: os ramos devem coincidir, ou seja 3k+2=2k33k+2=2k-3, portanto k=5k=5. Verifique: esquerda 3(5)+2=173(5)+2=17, direita 2(5)3=72(5)-3=7... Aguarda confirmação pela referência.
  29. Ex. 50.29Application

    Determine kk tal que f(x)=x2+3x+2x+2f(x)=\dfrac{x^2+3x+2}{x+2} para x2x \neq -2 e f(2)=kf(-2)=k seja contínua em x=2x=-2.

    Select the correct option
    Select an option first
    Show solution
    Para x2x \neq -2: (x2+3x+2)/(x+2)=(x+2)(x+1)/(x+2)=x+1(x^2+3x+2)/(x+2)=(x+2)(x+1)/(x+2)=x+1. Para continuidade em x=2x=-2, precisamos k=limx2(x+1)=1k = \lim_{x \to -2}(x+1) = -1.
    Show step-by-step (with the why)
    1. Simplifique: (x2+3x+2)/(x+2)=(x+1)(x+2)/(x+2)=x+1(x^2+3x+2)/(x+2)=(x+1)(x+2)/(x+2)=x+1 para x2x \neq -2.
    2. Limite em x=2x=-2: 2+1=1-2+1=-1.
    3. Para continuidade: k=1k=-1.
  30. Ex. 50.30Understanding

    Determine kk tal que f(x)=ekxf(x)=e^{kx} para 0x<40 \leq x < 4 e f(x)=x+3f(x)=x+3 para 4x84 \leq x \leq 8 seja contínua.

    Select the correct option
    Select an option first
    Show solution
    Continuidade em x=4x=4 exige e4k=4+3=7e^{4k} = 4+3 = 7. Logo 4k=ln74k = \ln 7, portanto k=(ln7)/4k = (\ln 7)/4.
  31. Ex. 50.31Modeling

    Aplique o TVI para determinar em qual dos intervalos [1,25,1,375][1{,}25, 1{,}375] ou [1,375,1,5][1{,}375, 1{,}5] a equação 2x=x32^x = x^3 tem solução. Calcule g(x)=2xx3g(x) = 2^x - x^3 nos extremos.

    Select the correct option
    Select an option first
    Show solution
    Defina g(x)=2xx3g(x)=2^x-x^3. Em x=1,25x=1{,}25: g2,3781,953=0,425>0g \approx 2{,}378-1{,}953=0{,}425>0. Em x=1,375x=1{,}375: g2,5942,600=0,006<0g \approx 2{,}594-2{,}600=-0{,}006<0. Em x=1,5x=1{,}5: g2,8283,375<0g \approx 2{,}828-3{,}375<0. Mudança de sinal em [1,25,1,375][1{,}25,1{,}375] — o TVI garante solução aí.
  32. Ex. 50.32Modeling

    Prove pelo TVI que cost=t3\cos t = t^3 tem ao menos uma solução real. Calcule g(0)g(0) e g(1)g(1) explicitamente.

    Select the correct option
    Select an option first
    Show solution
    Defina g(t)=costt3g(t)=\cos t - t^3. Em t=0t=0: g(0)=1>0g(0)=1>0. Em t=1t=1: g(1)=cos110,541=0,46<0g(1)=\cos 1-1\approx 0{,}54-1=-0{,}46<0. Como gC([0,1])g \in C([0,1]) e sinais opostos, pelo TVI existe c(0,1)c \in (0,1) com g(c)=0g(c)=0, ou seja cosc=c3\cos c = c^3.
  33. Ex. 50.33Application

    Calcule limx13x+6\lim_{x \to \infty} \dfrac{1}{3x + 6}.

    Select the correct option
    Select an option first
    Show solution
    Para xx \to \infty, o denominador 3x+63x+6 \to \infty enquanto o numerador é 1. Logo 1/(3x+6)01/(3x+6) \to 0. Assíntota horizontal: y=0y=0.
  34. Ex. 50.34Application

    Calcule limx2x54x\lim_{x \to \infty} \dfrac{2x - 5}{4x}.

    Select the correct option
    Select an option first
    Show solution
    Divida numerador e denominador por xx: (2x5)/(4x)=(25/x)/42/4=1/2(2x-5)/(4x) = (2-5/x)/4 \to 2/4 = 1/2 quando xx \to \infty.
  35. Ex. 50.35ApplicationAnswer key

    Calcule limxx22x+5x+2\lim_{x \to \infty} \dfrac{x^2 - 2x + 5}{x + 2}.

    Select the correct option
    Select an option first
    Show solution
    Grau do numerador (2) maior que grau do denominador (1): limx(x22x+5)/(x+2)=\lim_{x \to \infty}(x^2-2x+5)/(x+2) = \infty. Não há assíntota horizontal; há assíntota oblíqua.
  36. Ex. 50.36ApplicationAnswer key

    Calcule limxx44x3+122x27x4\lim_{x \to -\infty} \dfrac{x^4 - 4x^3 + 1}{2 - 2x^2 - 7x^4}.

    Select the correct option
    Select an option first
    Show solution
    Divida numerador e denominador por x4x^4: (14/x+1/x4)/(2/x42/x27)1/(7)=1/7(1-4/x+1/x^4)/(2/x^4-2/x^2-7) \to 1/(-7) = -1/7.
    Show step-by-step (with the why)
    1. Identifique o grau dominante: numerador x4x^4, denominador 7x4-7x^4. Razão dos líderes: 1/(7)1/(-7).
    2. Verifique dividindo por x4x^4: (14/x+1/x4)/(2/x42/x27)1/(7)(1-4/x+1/x^4)/(2/x^4-2/x^2-7) \to 1/(-7).
  37. Ex. 50.37ApplicationAnswer key

    Calcule limx4x21x+2\lim_{x \to -\infty} \dfrac{\sqrt{4x^2-1}}{x+2}.

    Select the correct option
    Select an option first
    Show solution
    Para xx \to -\infty com x<0x < 0: 4x21=x41/x2x2\sqrt{4x^2-1} = |x|\sqrt{4-1/x^2} \approx -x\cdot 2 (pois x=x|x|=-x quando x<0x<0). Portanto 4x21/(x+2)(2x)/(x+2)2\sqrt{4x^2-1}/(x+2) \approx (-2x)/(x+2) \to -2. Assíntota horizontal esquerda: y=2y=-2.
  38. Ex. 50.38Understanding

    Determine as assíntotas horizontais e verticais de f(x)=x9xf(x) = \dfrac{x - 9}{x}.

    Select the correct option
    Select an option first
    Show solution
    f(x)=(x9)/x=19/xf(x)=(x-9)/x = 1 - 9/x. Quando xx \to \infty: 9/x09/x \to 0, logo AH: y=1y=1. Denominador zero em x=0x=0: AV x=0x=0.
  39. Ex. 50.39Application

    Determine as assíntotas horizontais e verticais de f(x)=11x2f(x) = \dfrac{1}{1 - x^2}.

    Select the correct option
    Select an option first
    Show solution
    f(x)=1/(1x2)f(x)=1/(1-x^2). Grau numerador (0) menor que denominador (2): limx±f(x)=0\lim_{x \to \pm\infty}f(x)=0. AH: y=0y=0. Denominador zero em x=±1x=\pm1: duas AVs.
    Show step-by-step (with the why)
    1. Compare graus: numerador constante (grau 0), denominador grau 2. Como grau num. menor que denom., limx±f(x)=0\lim_{x \to \pm\infty}f(x)=0.
    2. Zeros do denominador: 1x2=0x=±11-x^2=0 \Rightarrow x=\pm1. Numerador 101 \neq 0 nesses pontos: AVs em x=1x=1 e x=1x=-1.
  40. Ex. 50.40Understanding

    Determine as assíntotas horizontais e verticais de f(x)=x2+3x2+1f(x) = \dfrac{x^2 + 3}{x^2 + 1}.

    Select the correct option
    Select an option first
    Show solution
    f(x)=(x2+3)/(x2+1)=1+2/(x2+1)f(x)=(x^2+3)/(x^2+1)=1+2/(x^2+1). Quando x±x \to \pm\infty: 2/(x2+1)02/(x^2+1) \to 0, logo AH: y=1y=1. O denominador x2+1x^2+1 é sempre positivo: sem AV. A função é contínua em todo R\mathbb{R}.

Fontes

  • OpenStax Calculus Volume 1 — Strang & Herman · 2016 · Capítulo 2 (§2.1–§2.5): Limites, leis dos limites, continuidade, TVI, definição ε-δ. Licença CC-BY-NC-SA 4.0. Fonte primária deste consolidado.
  • APEX Calculus — Hartman et al. · 2024 · Capítulo 1 (§1.1–§1.6): limites, técnicas de cálculo, assíntotas, limites trigonométricos. Licença CC-BY-NC 4.0.
  • Active Calculus — Boelkins · 2024 · §1.1–§1.7 (limites e taxas de variação) + §8.1 (sequências e convergência). Licença CC-BY-SA 4.0.
  • OpenStax Calculus Volume 2 — Strang & Herman · 2016 · §5.1: Sequências, convergência, Bolzano-Weierstrass, Cauchy. Licença CC-BY-NC-SA 4.0.

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.