Math ClubMath Club
v1 · padrão canônico

Lição 10 — Workshop: Limites e Continuidade

Revisão integradora da Unidade 1. Problemas estilo ITA, USP e FUVEST cobrindo limites ε-δ, técnicas algébricas, limites fundamentais, assíntotas, continuidade, TVI, Weierstrass e sequências.

Used in: Cálculo 1 — Unidade 1 · USP MAC0105 · ITA MA-011

Dominar limites=ε-δ+aˊlgebra+limites fundamentais+continuidade+TVI+Weierstrass\text{Dominar limites} = \varepsilon\text{-}\delta + \text{álgebra} + \text{limites fundamentais} + \text{continuidade} + \text{TVI} + \text{Weierstrass}

Este workshop integra todas as ferramentas da Unidade 1. Os problemas seguem o estilo das provas do ITA (MA-011), USP (MAC0105/MAT0111), UNICAMP (MA111) e FUVEST, calibrados para o nível de entrada em engenharia. Cada bloco cobre uma área diferente; resolva-os na ordem para uma revisão completa.

Choose your door

Rigorous notation, full derivation, hypotheses

Mapa da Unidade 1

Síntese teórica — Unidade 1

Fundação numérica (L1):

  • R\mathbb{R} é completo: todo conjunto não-vazio limitado superiormente tem supremo.
  • Consequência: sequências monótonas limitadas convergem.

Limite de função (L2–L5):

  • Definição ε-δ: limxaf(x)=L    ε>0,δ>0:xa<δf(x)L<ε\lim_{x\to a}f(x)=L \iff \forall\varepsilon>0,\exists\delta>0:|x-a|<\delta\Rightarrow|f(x)-L|<\varepsilon.
  • Álgebra: soma, produto, quociente (com denominador 0\neq 0), raiz.
  • Técnicas: fatoração, racionalização, Confronto.
  • Limites fundamentais: sinxx1\dfrac{\sin x}{x}\to 1, (1+1/n)ne(1+1/n)^n\to e, ex1x1\dfrac{e^x-1}{x}\to 1.
  • Limites no infinito e assíntotas (L5): grau dominante, divisão polinomial.

Continuidade (L6):

  • Três condições: f(a)f(a) existe, limite existe, iguais.
  • Tipos de descontinuidade: removível, salto, essencial.
  • Álgebra e composição preservam continuidade.

Teoremas estruturais (L7–L8):

  • TVI: ff contínua em [a,b][a,b] + f(a)f(b)<0f(a)\cdot f(b)<0 → zero em (a,b)(a,b).
  • Weierstrass: ff contínua em [a,b][a,b] → atinge máximo e mínimo absolutos.

Sequências (L9):

  • Convergência ε-N; álgebra de limites.
  • Monótona limitada converge; Bolzano-Weierstrass; Cauchy     \iff convergente (em R\mathbb{R}).

Exercícios

Exercise list

30 exercises · 7 with worked solution (25%)

Application 20Understanding 7Modeling 2Challenge 1
  1. Ex. 10.1ApplicationAnswer key

    Usando as leis de limites, calcule limx0(4x22x+3)\lim_{x \to 0}(4x^2 - 2x + 3).

    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.
  2. Ex. 10.2Application

    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 em x=1x=1: 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. Avalie numerador em x=1x=1: 13+3(1)2+5=91^3 + 3(1)^2 + 5 = 9.
    2. Avalie denominador em x=1x=1: 47(1)=34 - 7(1) = -3.
    3. Resultado: 9/(3)=39/(-3) = -3.
  3. Ex. 10.3Application

    Calcule limx2(x26x+3)\lim_{x \to -2}(x^2 - 6x + 3) pelas leis de limites.

    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. 10.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 direta: 9(1)+1=89(-1)+1 = -8, logo (8)2=64(-8)^2 = 64.
  5. Ex. 10.5Application

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

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: 11+sin0=11+0=1\frac{1}{1 + \sin 0} = \frac{1}{1+0} = 1.
  6. Ex. 10.6ApplicationAnswer 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.
  7. Ex. 10.7Application

    Calcule limx127xx+6\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\frac{2 - 7(1)}{1 + 6} = \frac{-5}{7}.
  8. Ex. 10.8Application

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

    Select the correct option
    Select an option first
    Show solution
    Use ln(eu)=u\ln(e^u) = u: limx3ln(e3x)=limx33x=9\lim_{x \to 3} \ln(e^{3x}) = \lim_{x \to 3} 3x = 9.
  9. Ex. 10.9Application

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

    Select the correct option
    Select an option first
    Show solution
    Forma 0/00/0: fatorar. x216x4=(x4)(x+4)x4=x+44+4=8\frac{x^2-16}{x-4} = \frac{(x-4)(x+4)}{x-4} = x+4 \to 4+4 = 8.
    Show step-by-step (with the why)
    1. Substituição direta em x=4x=40/00/0 (forma indeterminada).
    2. Fatore o numerador: x216=(x4)(x+4)x^2-16 = (x-4)(x+4).
    3. Cancele (x4)(x-4): limite de x+4x+4 quando x4x \to 4 é 8.
  10. Ex. 10.10Application

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

    Select the correct option
    Select an option first
    Show solution
    Fatorar denominador: x22x=x(x2)x^2 - 2x = x(x-2). Então x2x(x2)=1x12\frac{x-2}{x(x-2)} = \frac{1}{x} \to \frac{1}{2}.
  11. Ex. 10.11Application

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

    Select the correct option
    Select an option first
    Show solution
    Fatorar: 3(x6)2(x6)=32\frac{3(x-6)}{2(x-6)} = \frac{3}{2} para x6x \neq 6. Logo o limite é 3/23/2.
  12. Ex. 10.12Application

    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
    Expandir: (1+h)21h=1+2h+h21h=2+h2\frac{(1+h)^2-1}{h} = \frac{1+2h+h^2-1}{h} = 2+h \to 2.
    Show step-by-step (with the why)
    1. Expanda (1+h)2=1+2h+h2(1+h)^2 = 1 + 2h + h^2.
    2. Subtraia 1: numerador fica 2h+h2=h(2+h)2h + h^2 = h(2+h).
    3. Cancele hh: limite de 2+h2+h quando h0h \to 0 é 2.
  13. Ex. 10.13Application

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

    Select the correct option
    Select an option first
    Show solution
    Racionalizar: t9t3t+3t+3=(t9)(t+3)t9=t+36\frac{t-9}{\sqrt{t}-3} \cdot \frac{\sqrt{t}+3}{\sqrt{t}+3} = \frac{(t-9)(\sqrt{t}+3)}{t-9} = \sqrt{t}+3 \to 6.
  14. Ex. 10.14ApplicationAnswer key

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

    Select the correct option
    Select an option first
    Show solution
    Fatorar: 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). Logo x2+x+1x+132\frac{x^2+x+1}{x+1} \to \frac{3}{2}.
  15. Ex. 10.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
    Fatorar numerador: 2x2+3x2=(2x1)(x+2)2x^2+3x-2 = (2x-1)(x+2). Logo (2x1)(x+2)2x1=x+212+2=52\frac{(2x-1)(x+2)}{2x-1} = x+2 \to \frac{1}{2}+2 = \frac{5}{2}.
  16. Ex. 10.16Application

    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
    Racionalizar: x+41x+3x+4+1x+4+1=x+3(x+3)(x+4+1)=1x+4+111+1=12\frac{\sqrt{x+4}-1}{x+3} \cdot \frac{\sqrt{x+4}+1}{\sqrt{x+4}+1} = \frac{x+3}{(x+3)(\sqrt{x+4}+1)} = \frac{1}{\sqrt{x+4}+1} \to \frac{1}{\sqrt{1}+1} = \frac{1}{2}.
  17. Ex. 10.17Understanding

    Dados 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} 2f(x)g(x).

    Select the correct option
    Select an option first
    Show solution
    Pelas leis de limites: lim2f(x)g(x)=249=72\lim 2f(x)g(x) = 2 \cdot 4 \cdot 9 = 72.
  18. Ex. 10.18Understanding

    Dados 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
    limx6g(x)1f(x)=914=2\lim_{x \to 6} \frac{g(x)-1}{f(x)} = \frac{9-1}{4} = 2.
  19. Ex. 10.19Understanding

    Dados os mesmos limites, calcule limx6 ⁣(f(x)+13g(x))\lim_{x \to 6}\!\left(f(x) + \dfrac{1}{3}g(x)\right).

    Select the correct option
    Select an option first
    Show solution
    limx6(f(x)+13g(x))=4+139=4+3=7\lim_{x \to 6}\left(f(x) + \tfrac{1}{3}g(x)\right) = 4 + \tfrac{1}{3}\cdot 9 = 4 + 3 = 7.
  20. Ex. 10.20UnderstandingAnswer key

    Dados os mesmos limites, calcule limx6[h(x)]3/2\lim_{x \to 6} [h(x)]^{3/2}.

    Select the correct option
    Select an option first
    Show solution
    limx6[h(x)]3/2=63/2=66\lim_{x \to 6} [h(x)]^{3/2} = 6^{3/2} = 6 \cdot \sqrt{6}.
  21. Ex. 10.21Understanding

    Determine e classifique a descontinuidade de f(x)=1xf(x) = \dfrac{1}{x}.

    Select the correct option
    Select an option first
    Show solution
    f(x)=1/xf(x) = 1/x não está definida em x=0x=0 e limx01/x=±\lim_{x \to 0} 1/x = \pm\infty: descontinuidade infinita.
  22. Ex. 10.22Understanding

    Determine e classifique as descontinuidades de f(x)=xx2xf(x) = \dfrac{x}{x^2 - x}.

    Select the correct option
    Select an option first
    Show solution
    Fatorar: xx2x=xx(x1)=1x1\frac{x}{x^2-x} = \frac{x}{x(x-1)} = \frac{1}{x-1} para x0x \neq 0. Em x=0x=0: limite =1= -1 (finito), mas f(0)f(0) é indefinida: descontinuidade removível. Em x=1x=1: 1/(x1)1/(x-1) \to \infty, descontinuidade infinita.
    Show step-by-step (with the why)
    1. Fatorar: x2x=x(x1)x^2-x = x(x-1).
    2. Em x=0x=0: limx0xx(x1)=limx01x1=1_{x\to 0}\frac{x}{x(x-1)} = \lim_{x\to 0}\frac{1}{x-1} = -1 (finito, f(0)f(0) indefinida): descontinuidade removível.
    3. Em x=1x=1: 1/(x1)1/(x-1) \to \infty: descontinuidade infinita.
  23. Ex. 10.23UnderstandingAnswer key

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

    Select the correct option
    Select an option first
    Show solution
    Para x2x \neq 2: x2x2=±1\frac{|x-2|}{x-2} = \pm 1. Limite pela esquerda é 1-1, pela direita é 11. Limites laterais distintos: descontinuidade de salto.
  24. Ex. 10.24Application

    Classifique a descontinuidade de f(x)=2x25x+3x1f(x) = \dfrac{2x^2 - 5x + 3}{x - 1} no ponto indicado.

    Select the correct option
    Select an option first
    Show solution
    Fatorar: 2x25x+3x1=(2x3)(x1)x1=2x3\frac{2x^2-5x+3}{x-1} = \frac{(2x-3)(x-1)}{x-1} = 2x-3. Limite em x=1x=1 é 1-1, mas f(1)f(1) é indefinida: descontinuidade removível.
  25. Ex. 10.25ApplicationAnswer key

    Seja g(u)={6u2+u22u1u1272u=12g(u) = \begin{cases} \dfrac{6u^2+u-2}{2u-1} & u \neq \tfrac{1}{2} \\ \dfrac{7}{2} & u = \tfrac{1}{2} \end{cases}. Classifique a função em u=12u = \tfrac{1}{2}.

    Select the correct option
    Select an option first
    Show solution
    Para u1/2u \neq 1/2: 6u2+u22u1=(2u1)(3u+2)2u1=3u+2\frac{6u^2+u-2}{2u-1} = \frac{(2u-1)(3u+2)}{2u-1} = 3u+2. Limite em 1/21/2: 3(1/2)+2=7/23(1/2)+2 = 7/2. O valor dado é g(1/2)=7/2g(1/2) = 7/2. Limite = valor: contínua.
  26. Ex. 10.26ApplicationAnswer key

    Determine o valor de kk que torna f(x)={3x+2,x<k2x3,kx8f(x) = \begin{cases} 3x+2, & x < k \\ 2x-3, & k \leq x \leq 8 \end{cases} contínua.

    Select the correct option
    Select an option first
    Show solution
    Continuidade em x=kx=k requer 3k+2=2k33k+2 = 2k-3, logo k=5k=5.
  27. Ex. 10.27Application

    Determine kk tal que f(x)={x2+3x+2x+2,x2k,x=2f(x) = \begin{cases} \dfrac{x^2+3x+2}{x+2}, & x \neq -2 \\ k, & x = -2 \end{cases} seja contínua em x=2x=-2.

    Select the correct option
    Select an option first
    Show solution
    Para x2x \neq -2: x2+3x+2x+2=(x+2)(x+1)x+2=x+1\frac{x^2+3x+2}{x+2} = \frac{(x+2)(x+1)}{x+2} = x+1. Logo limx2f(x)=2+1=1\lim_{x \to -2} f(x) = -2+1 = -1. Para continuidade, k=1k = -1.
  28. Ex. 10.28Modeling

    Seja h(x)={3x24,x25+4x,x>2h(x) = \begin{cases} 3x^2-4, & x \leq 2 \\ 5+4x, & x > 2 \end{cases}. No intervalo [0,4][0,4], existe algum valor de xx onde h(x)=0h(x) = 0? Use o TVI.

    Select the correct option
    Select an option first
    Show solution
    Em [0,2][0,2], h(x)=3x24h(x) = 3x^2-4 é contínua. h(0)=4<0h(0) = -4 < 0 e h(2)=8>0h(2) = 8 > 0. Pelo TVI, existe c(0,2)c \in (0,2) com h(c)=0h(c)=0. Obs: em x=2x=2 há descontinuidade de salto, mas isso não afeta o TVI em [0,2][0,2].
    Show step-by-step (with the why)
    1. Calcule h(0)=3(0)24=4h(0) = 3(0)^2-4 = -4 e h(2)=3(4)4=8h(2) = 3(4)-4 = 8.
    2. Como hh é contínua em [0,2][0,2] e h(0)h(2)<0h(0)\cdot h(2) < 0, existe c(0,2)c \in (0,2) com h(c)=0h(c)=0.
    3. Em x=2x=2: limites laterais diferem, então hh tem descontinuidade de salto ali.
  29. Ex. 10.29Modeling

    Uma partícula tem posição s(t)s(t) contínua com s(2)=5s(2)=5 e s(5)=2s(5)=2. Existe um instante t(2,5)t \in (2,5) com s(t)=4s(t)=4? Justifique.

    Select the correct option
    Select an option first
    Show solution
    s(2)=5s(2)=5 e s(5)=2s(5)=2. Como ss é contínua e 2<4<52 < 4 < 5, o TVI garante c(2,5)c \in (2,5) com s(c)=4s(c)=4.
  30. Ex. 10.30Challenge

    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.

    Select the correct option
    Select an option first
    Show solution
    Defina g(x)=2xx3g(x) = 2^x - x^3. Calcule: g(1,25)=21,251,2532,3781,953>0g(1{,}25) = 2^{1{,}25} - 1{,}25^3 \approx 2{,}378 - 1{,}953 > 0 e g(1,375)2,5932,600<0g(1{,}375) \approx 2{,}593 - 2{,}600 < 0. Como gg é contínua e muda de sinal em [1,25,1,375][1{,}25, 1{,}375], o TVI garante solução nesse intervalo.
    Show step-by-step (with the why)
    1. Defina g(x)=2xx3g(x) = 2^x - x^3 (zero de gg equivale a 2x=x32^x = x^3).
    2. Avalie g(1,25)0,425>0g(1{,}25) \approx 0{,}425 > 0 e g(1,375)0,007<0g(1{,}375) \approx -0{,}007 < 0.
    3. Como gg é contínua em [1,25,1,375][1{,}25, 1{,}375] e muda de sinal, o TVI garante um zero nesse intervalo.

Fontes

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

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