Math ClubMath Club
v1 · padrão canônico

Lesson 19 — Intuitive limit of sequences

Where does 1/n go? And (1+1/n)^n? Intuitive concept of sequence limits — first explicit bridge to formal calculus in Trim 5.

Used in: 1.º year HS (15 years old) · Equiv. Math I Japanese — preview ch. 6 · Equiv. Class 11 German — Folgen

limnan=L\lim_{n \to \infty} a_n = L

A sequência (an)(a_n) converge ao limite LL quando seus termos ficam arbitrariamente próximos de LL à medida que nn cresce sem limite. Esta lição trata o conceito intuitivamente; a definição rigorosa com ε\varepsilon e NN vem na Lição 41 (Trim 5).

Choose your door

Rigorous notation, full derivation, hypotheses

Conceito e propriedades

A pergunta central

"Dada uma sequência (an)(a_n), para qual valor (se algum) os termos se aproximam quando nn \to \infty?"

Quando esse valor existe, dizemos que a sequência converge e escrevemos limnan=L\lim_{n \to \infty} a_n = L.

"A sequence {an}\{a_n\} converges to a real number LL if, and only if, for every ε>0\varepsilon > 0 there exists an integer NN such that if n>Nn > N, then anL<ε|a_n - L| < \varepsilon." — OpenStax Calculus Volume 2, §5.1

Limites notáveis

SequênciaLimiteJustificativa intuitiva
1/n1/n00termos cada vez menores
1/nk1/n^k com k>0k > 000idem, mais rápido
qnq^n com $q< 1$
qnq^n com $q> 1$
(1+1/n)n(1 + 1/n)^ne2,71828e \approx 2{,}71828número de Euler
nn\sqrt[n]{n}11via logaritmo
nk/ann^k / a^n com a>1a > 100exponencial vence polinômio
n!/nnn! / n^n00nnn^n explode mais que fatorial

Operações com limites

Se liman=A\lim a_n = A e limbn=B\lim b_n = B (ambos finitos):

lim(an±bn)=A±B,lim(anbn)=AB,limanbn=AB (B0)\lim(a_n \pm b_n) = A \pm B,\quad \lim(a_n \cdot b_n) = A \cdot B,\quad \lim\frac{a_n}{b_n} = \frac{A}{B}\ (B \neq 0)
(1)
what this means · Limite da soma é a soma dos limites — vale para todos os casos em que ambos os limites existem e são finitos.

Sequências que NÃO convergem

  • Divergem para ±\pm\infty: an=na_n = n, an=2na_n = 2^n.
  • Oscilam sem limite: an=(1)na_n = (-1)^n — alterna 11 e 1-1.
  • Limitadas sem limite: an=sinna_n = \sin n — limitada mas não converge.

Teorema do confronto (Sandwich)

"Squeeze Theorem: if anbncna_n \leq b_n \leq c_n for all nNn \geq N and limnan=limncn=L\lim_{n\to\infty} a_n = \lim_{n\to\infty} c_n = L, then limnbn=L\lim_{n\to\infty} b_n = L." — Lebl, Basic Analysis I, §2.1

Critério da monótona limitada

Figuras: convergência e divergência

Convergente: a_n = 1/n → 0nL=0Divergente: a_n = (-1)^nnTermos se aproximam de L=0Termos alternam — sem limite

Esquerda: sequência convergente — termos se aglutinam em torno de L. Direita: sequência divergente por oscilação — nenhum valor é "destino".

Exemplos resolvidos

Exercise list

40 exercises · 10 with worked solution (25%)

Application 22Understanding 10Modeling 4Challenge 4
  1. Ex. 19.1Understanding

    Para a função f(x)=x2+1f(x)=x^2+1, os pontos P(1,2)P(1,2) e Q(x,y)Q(x,y) estão na curva. Usando os valores da tabela de inclinações de secantes para x=1,1,1,01,1,001,1,0001x = 1{,}1, 1{,}01, 1{,}001, 1{,}0001, estime o valor da inclinação da reta tangente a ff em x=1x=1.

    Select the correct option
    Select an option first
    Show solution
    À medida que xx se aproxima de 1, as inclinações das secantes de f(x)=x2+1f(x)=x^2+1 convergem para 22, que é a derivada f(1)=2xx=1=2f'(1)=2x|_{x=1}=2.
    Show step-by-step (with the why)
    1. Para x=1,1x=1{,}1: inclinação 2,1\approx 2{,}1.
    2. Para x=1,01x=1{,}01: inclinação 2,01\approx 2{,}01.
    3. Para x=1,001x=1{,}001: inclinação 2,001\approx 2{,}001.
    4. O padrão sugere que o limite é 22.
  2. Ex. 19.2Application

    Use o valor encontrado no exercício anterior (inclinação = 2) para encontrar a equação da reta tangente à curva f(x)=x2+1f(x)=x^2+1 no ponto P(1,2)P(1,2).

    Select the correct option
    Select an option first
    Show solution
    Com inclinação 22 e passando por P(1,2)P(1,2): y2=2(x1)y=2xy - 2 = 2(x-1) \Rightarrow y = 2x.
  3. Ex. 19.3Understanding

    Para os pontos P(1,1)P(1,1) e Q(x,y)Q(x,y) na curva f(x)=x3f(x)=x^3, use os valores da tabela de inclinações de secantes para estimar a inclinação da reta tangente em x=1x=1.

    Select the correct option
    Select an option first
    Show solution
    Para f(x)=x3f(x)=x^3, a derivada é f(x)=3x2f'(x)=3x^2; em x=1x=1 vale 33. As inclinações das secantes confirmam isso numericamente.
    Show step-by-step (with the why)
    1. Para x=1,1x=1{,}1: m=(1,131)/(1,11)3,31m = (1{,}1^3 - 1)/(1{,}1-1) \approx 3{,}31.
    2. Para x=1,01x=1{,}01: m3,0301m \approx 3{,}0301.
    3. Para x=1,001x=1{,}001: m3,003m \approx 3{,}003.
    4. O limite é 33.
  4. Ex. 19.4Application

    Use a inclinação estimada no exercício anterior para escrever a equação da reta tangente à curva f(x)=x3f(x)=x^3 no ponto P(1,1)P(1,1).

    Select the correct option
    Select an option first
    Show solution
    Inclinação 33, ponto P(1,1)P(1,1): y1=3(x1)y=3x2y-1=3(x-1) \Rightarrow y=3x-2.
  5. Ex. 19.5Understanding

    Para os pontos P(4,2)P(4,2) e Q(x,y)Q(x,y) na curva f(x)=xf(x)=\sqrt{x}, qual é o valor estimado da inclinação da reta tangente em x=4x=4? (Resp: 0,25)

    Select the correct option
    Select an option first
    Show solution
    A derivada de f(x)=xf(x)=\sqrt{x} é f(x)=12xf'(x)=\frac{1}{2\sqrt{x}}; em x=4x=4 vale 14=0,25\frac{1}{4}=0{,}25. As secantes convergem a esse valor.
  6. Ex. 19.6ApplicationAnswer key

    Use a inclinação da tangente à curva f(x)=xf(x)=\sqrt{x} em P(4,2)P(4,2) para escrever a equação da reta tangente nesse ponto.

    Select the correct option
    Select an option first
    Show solution
    Inclinação 0,250{,}25, ponto (4,2)(4,2): y2=0,25(x4)y=0,25x+1y-2=0{,}25(x-4) \Rightarrow y=0{,}25x+1.
  7. Ex. 19.7UnderstandingAnswer key

    Para os pontos P(1,5,0)P(1{,}5, 0) e Q(ϕ,y)Q(\phi, y) na curva f(ϕ)=cos(πϕ)f(\phi)=\cos(\pi\phi), qual é a inclinação estimada da reta tangente em ϕ=1,5\phi=1{,}5?

    Select the correct option
    Select an option first
    Show solution
    A derivada de f(ϕ)=cos(πϕ)f(\phi)=\cos(\pi\phi) é f(ϕ)=πsin(πϕ)f'(\phi)=-\pi\sin(\pi\phi); em ϕ=1,5\phi=1{,}5, sin(3π/2)=1\sin(3\pi/2)=-1, portanto f(1,5)=πf'(1{,}5)=\pi. As secantes próximas a P(1,5,0)P(1{,}5,0) convergem a esse valor.
  8. Ex. 19.8Application

    Use a inclinação da tangente à curva f(ϕ)=cos(πϕ)f(\phi)=\cos(\pi\phi) em P(1,5,0)P(1{,}5, 0) para escrever a equação da reta tangente.

    Select the correct option
    Select an option first
    Show solution
    Ponto (1,5,0)(1{,}5, 0) e inclinação π\pi: y0=π(ϕ1,5)y - 0 = \pi(\phi - 1{,}5).
  9. Ex. 19.9Understanding

    Para os pontos P(1,1)P(-1,-1) e Q(x,y)Q(x,y) na curva f(x)=1/xf(x)=1/x, estime a inclinação da reta tangente em x=1x=-1 usando as inclinações de secantes com x=0,9,0,99,0,999x=-0{,}9, -0{,}99, -0{,}999.

    Select the correct option
    Select an option first
    Show solution
    A derivada de f(x)=1/xf(x)=1/x é f(x)=1/x2f'(x)=-1/x^2; em x=1x=-1: f(1)=1f'(-1)=-1. As secantes convergem a esse valor.
    Show step-by-step (with the why)
    1. Para Q(0,9,y)Q(-0{,}9, y): m1,111m \approx -1{,}111.
    2. Para Q(0,99,y)Q(-0{,}99, y): m1,010m \approx -1{,}010.
    3. Para Q(0,999,y)Q(-0{,}999, y): m1,001m \approx -1{,}001.
    4. Limite: 1-1.
  10. Ex. 19.10Application

    Use a inclinação estimada da tangente à curva f(x)=1/xf(x)=1/x em P(1,1)P(-1,-1) para escrever a equação da reta tangente.

    Select the correct option
    Select an option first
    Show solution
    Inclinação 1-1, ponto (1,1)(-1,-1): y+1=1(x+1)y=x2y+1=-1(x+1) \Rightarrow y=-x-2.
  11. Ex. 19.11Modeling

    Uma bola é lançada do topo de um edifício de 200 m. Sua posição é s(t)=2004,9t2s(t) = 200 - 4{,}9t^2 metros. Qual é a velocidade média entre t=4,99t=4{,}99 s e t=5t=5 s?

    Select the correct option
    Select an option first
    Show solution
    s(t)=2004,9t2s(t)=200-4{,}9t^2. Velocidade média entre t=4,99t=4{,}99 e t=5t=5: (s(5)s(4,99))/(54,99)=(77,577,9895)/0,0148,95(s(5)-s(4{,}99))/(5-4{,}99) = (77{,}5 - 77{,}9895)/0{,}01 \approx -48{,}95 m/s.
    Show step-by-step (with the why)
    1. Calcular s(5)=2004,925=77,5s(5) = 200 - 4{,}9 \cdot 25 = 77{,}5 m.
    2. Calcular s(4,99)=2004,9(4,99)277,9895s(4{,}99) = 200 - 4{,}9 \cdot (4{,}99)^2 \approx 77{,}9895 m.
    3. Velocidade média: 77,577,98950,01=48,95\frac{77{,}5 - 77{,}9895}{0{,}01} = -48{,}95 m/s.
  12. Ex. 19.12Application

    Para a bola com posição s(t)=2004,9t2s(t) = 200 - 4{,}9t^2, qual é a velocidade instantânea no instante t=5t=5 s?

    Select the correct option
    Select an option first
    Show solution
    Derivada: s(t)=9,8ts'(t) = -9{,}8t; em t=5t=5: 9,85=49-9{,}8 \cdot 5 = -49 m/s.
  13. Ex. 19.13ModelingAnswer key

    Uma pedra é lançada verticalmente com velocidade inicial de 15 m/s. Sua altura é h(t)=15t4,9t2h(t) = 15t - 4{,}9t^2. Qual é a velocidade média entre t=1t=1 s e t=1,05t=1{,}05 s?

    Select the correct option
    Select an option first
    Show solution
    h(t)=15t4,9t2h(t) = 15t - 4{,}9t^2. Velocidade média entre t=1t=1 e t=1,05t=1{,}05: (h(1,05)h(1))/(0,05)(10,3487510,1)/0,05=4,975(h(1{,}05)-h(1))/(0{,}05) \approx (10{,}34875-10{,}1)/0{,}05 = 4{,}975 m/s.
  14. Ex. 19.14Application

    Para a pedra com altura h(t)=15t4,9t2h(t)=15t-4{,}9t^2, qual é a velocidade instantânea no instante t=1t=1 s?

    Select the correct option
    Select an option first
    Show solution
    Derivada: h(t)=159,8th'(t)=15-9{,}8t; em t=1t=1: 159,8=5,215-9{,}8=5{,}2 m/s.
  15. Ex. 19.15Modeling

    Um foguete tem altura h(t)=600+78,4t4,9t2h(t)=600+78{,}4t-4{,}9t^2 metros. Qual é a velocidade média entre t=9t=9 s e t=9,01t=9{,}01 s?

    Select the correct option
    Select an option first
    Show solution
    h(t)=600+78,4t4,9t2h(t)=600+78{,}4t-4{,}9t^2. Velocidade média entre t=9t=9 e t=9,01t=9{,}01: (h(9,01)h(9))/0,01(909,0015908,7)/0,01=30,15(h(9{,}01)-h(9))/0{,}01 \approx (909{,}0015-908{,}7)/0{,}01 = 30{,}15 m/s.
  16. Ex. 19.16ApplicationAnswer key

    Para o foguete com altura h(t)=600+78,4t4,9t2h(t)=600+78{,}4t-4{,}9t^2, qual é a velocidade instantânea no instante t=9t=9 s?

    Select the correct option
    Select an option first
    Show solution
    Derivada: h(t)=78,49,8th'(t)=78{,}4-9{,}8t; em t=9t=9: 78,488,2=9,878{,}4-88{,}2=-9{,}8 m/s.
  17. Ex. 19.17Modeling

    Um atleta tem posição d(t)=t3/6+4td(t)=t^3/6+4t metros. Qual é a velocidade média entre t=1,95t=1{,}95 s e t=2,05t=2{,}05 s?

    Select the correct option
    Select an option first
    Show solution
    d(t)=t3/6+4td(t)=t^3/6+4t. Velocidade média entre t=1,95t=1{,}95 e t=2,05t=2{,}05: (d(2,05)d(1,95))/0,16,04(d(2{,}05)-d(1{,}95))/0{,}1 \approx 6{,}04 m/s.
    Show step-by-step (with the why)
    1. Calcular d(2,05)9,6358d(2{,}05) \approx 9{,}6358 m.
    2. Calcular d(1,95)9,0315d(1{,}95) \approx 9{,}0315 m.
    3. Velocidade média: (9,63589,0315)/0,16,04(9{,}6358-9{,}0315)/0{,}1 \approx 6{,}04 m/s.
  18. Ex. 19.18ApplicationAnswer key

    Para o atleta com posição d(t)=t3/6+4td(t)=t^3/6+4t, qual é a velocidade instantânea no instante t=2t=2 s?

    Select the correct option
    Select an option first
    Show solution
    Derivada: d(t)=t2/2+4d'(t)=t^2/2+4; em t=2t=2: 4/2+4=64/2+4=6 m/s.
  19. Ex. 19.19Application

    Considere f(x)=xf(x)=|x| no intervalo [1,2][-1,2]. Usando as áreas geométricas dos triângulos formados, qual é a área da região entre o gráfico e o eixo xx?

    Select the correct option
    Select an option first
    Show solution
    Para f(x)=xf(x)=|x| em [1,2][-1,2]: área = triângulo em [1,0][-1,0] (base 1, altura 1, área 0,5) mais trapézio em [0,2][0,2] (base 2, altura 2, área 2). Total: 0,5+2=2,50{,}5+2=2{,}5.
  20. Ex. 19.20Application

    Considere f(x)=1x2f(x)=\sqrt{1-x^2} no intervalo [1,1][-1,1]. Esta função representa a metade superior de um círculo. Qual é a área exata sob o gráfico?

    Select the correct option
    Select an option first
    Show solution
    f(x)=1x2f(x)=\sqrt{1-x^2} é o semicírculo superior de raio 1. Área = metade do disco de raio 1: πr2/2=π/2\pi r^2/2 = \pi/2.
    Show step-by-step (with the why)
    1. Reconhecer que y=1x2y=\sqrt{1-x^2} é o semicírculo superior de raio 1.
    2. Área do círculo completo: π12=π\pi \cdot 1^2 = \pi.
    3. Metade: π/2\pi/2.
  21. Ex. 19.21ApplicationAnswer key

    Aproxime a área entre f(x)=x2+1f(x)=-x^2+1 e o eixo xx em [1,1][-1,1] usando retângulos de largura 0,50{,}5. Qual é a estimativa mais próxima?

    Select the correct option
    Select an option first
    Show solution
    Com retângulos de largura 0,5 em [1,1][-1,1], a soma das áreas aproxima 4/31,334/3 \approx 1{,}33.
  22. Ex. 19.22Understanding

    Para a função f(x)=x21x1f(x)=\frac{x^2-1}{|x-1|}, os valores tabelados mostram que os limites laterais em x=1x=1 diferem. O limite bilateral limx1f(x)\lim_{x\to1}f(x) existe?

    Select the correct option
    Select an option first
    Show solution
    Pela tabela: para xx vindo da direita, f(x)2f(x) \to 2; vindo da esquerda, f(x)2f(x) \to -2. Os limites laterais diferem, logo o limite bilateral não existe (DNE).
  23. Ex. 19.23Understanding

    Analise a tabela de valores de f(x)=(1+x)1/xf(x)=(1+x)^{1/x} para xx próximo de zero. O que os valores indicam sobre limx0(1+x)1/x\lim_{x\to0}(1+x)^{1/x}?

    Select the correct option
    Select an option first
    Show solution
    Os valores da tabela de f(x)=(1+x)1/xf(x)=(1+x)^{1/x} para xx próximo de zero convergem para e2,71828e \approx 2{,}71828.
  24. Ex. 19.24Understanding

    Para qual constante matemática o limite de f(x)=(1+x)1/xf(x)=(1+x)^{1/x} parece convergir quando x0x \to 0?

    Select the correct option
    Select an option first
    Show solution
    O limite de (1+x)1/x(1+x)^{1/x} quando x0x \to 0 é exatamente a constante de Euler e2,71828e \approx 2{,}71828. Esta é uma das definições alternativas de ee.
  25. Ex. 19.25Application

    Use a tabela de valores para avaliar limx0sin2xx\lim_{x\to0}\frac{\sin 2x}{x}.

    Select the correct option
    Select an option first
    Show solution
    Usando sin(2x)=2sinxcosx\sin(2x)=2\sin x\cos x: sin2xx=2sinxxcosx211=2\frac{\sin 2x}{x}=2\frac{\sin x}{x}\cos x \to 2\cdot1\cdot1=2 quando x0x\to0.
    Show step-by-step (with the why)
    1. Escrever sin2xx=2sin2x2x\frac{\sin 2x}{x}=2\cdot\frac{\sin 2x}{2x}.
    2. Fazer u=2xu=2x; quando x0x\to0, u0u\to0.
    3. Aplicar o limite fundamental: limu0sinuu=1\lim_{u\to0}\frac{\sin u}{u}=1.
    4. Resultado: 21=22\cdot1=2.
  26. Ex. 19.26Application

    Use a tabela de valores para avaliar limx0sin3xx\lim_{x\to0}\frac{\sin 3x}{x}.

    Select the correct option
    Select an option first
    Show solution
    sin3xx=3sin3x3x31=3\frac{\sin 3x}{x}=3\cdot\frac{\sin 3x}{3x}\to 3\cdot1=3 quando x0x\to0.
  27. Ex. 19.27UnderstandingAnswer key

    Com base nos dois exercícios anteriores, conjecture o valor de limx0sin(ax)x\lim_{x\to0}\frac{\sin(ax)}{x} para aa real positivo.

    Select the correct option
    Select an option first
    Show solution
    Pelo padrão dos dois exercícios anteriores: sin(ax)x=asin(ax)axa1=a\frac{\sin(ax)}{x}=a\cdot\frac{\sin(ax)}{ax}\to a\cdot1=a.
  28. Ex. 19.28Application

    Avalie limx2x24x2+x6\lim_{x\to2}\frac{x^2-4}{x^2+x-6}.

    Select the correct option
    Select an option first
    Show solution
    Fatorando: x24x2+x6=(x2)(x+2)(x2)(x+3)=x+2x+3\frac{x^2-4}{x^2+x-6}=\frac{(x-2)(x+2)}{(x-2)(x+3)}=\frac{x+2}{x+3}; em x=2x=2: 4/5=0,84/5=0{,}8.
    Show step-by-step (with the why)
    1. Avaliar em x=2x=2: forma 0/00/0.
    2. Fatorar: x24=(x2)(x+2)x^2-4=(x-2)(x+2).
    3. Fatorar: x2+x6=(x2)(x+3)x^2+x-6=(x-2)(x+3).
    4. Cancelar (x2)(x-2) e avaliar em x=2x=2: 4/54/5.
  29. Ex. 19.29Application

    Avalie limx1(12x)\lim_{x\to1}(1-2x) usando a tabela de valores.

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: 12(1)=12=11-2(1)=1-2=-1.
  30. Ex. 19.30ChallengeAnswer key

    Usando a tabela de valores, determine se limx051e1/x\lim_{x\to0}\frac{5}{1-e^{1/x}} existe.

    Select the correct option
    Select an option first
    Show solution
    Para x0x\to0^-, e1/x0e^{1/x}\to0, portanto 5/(10)=55/(1-0)=5. Para x0+x\to0^+, e1/x+e^{1/x}\to+\infty, portanto 5/(1)05/(1-\infty)\to0. Os limites laterais diferem; o limite não existe.
    Show step-by-step (with the why)
    1. Analisar o limite pela esquerda: 1/x1/x\to-\infty, então e1/x0e^{1/x}\to0, portanto f(x)5f(x)\to5.
    2. Analisar o limite pela direita: 1/x+1/x\to+\infty, então e1/x+e^{1/x}\to+\infty, portanto f(x)0f(x)\to0.
    3. Limites laterais são diferentes: o limite bilateral não existe.
  31. Ex. 19.31Challenge

    Usando a tabela de valores, avalie limz0z1z2(z+3)\lim_{z\to0}\frac{z-1}{z^2(z+3)}.

    Select the correct option
    Select an option first
    Show solution
    Quando z0z\to0, o denominador z2(z+3)0+z^2(z+3)\to0^+ e o numerador z11z-1\to-1. Portanto o quociente diverge para -\infty.
  32. Ex. 19.32Challenge

    Usando a tabela de valores (com tt positivo), avalie limt0+costt\lim_{t\to0^+}\frac{\cos t}{t}.

    Select the correct option
    Select an option first
    Show solution
    Quando t0+t\to0^+, cost1\cos t\to1 e t0+t\to0^+, logo cost/t+\cos t/t\to+\infty.
  33. Ex. 19.33ApplicationAnswer key

    Use a tabela de valores para avaliar limx212xx24\lim_{x\to2}\frac{1-2x}{x^2-4}.

    Select the correct option
    Select an option first
    Show solution
    Em x=2x=2: numerador 12(2)=301-2(2)=-3\neq0 e denominador 44=04-4=0. O quociente diverge; o limite não existe (os limites laterais têm sinais opostos).
  34. Ex. 19.34Application

    Use a tabela de valores para avaliar limθ0sin(πθ)θ\lim_{\theta\to0}\frac{\sin(\pi\theta)}{\theta}.

    Select the correct option
    Select an option first
    Show solution
    sin(πθ)θ=πsin(πθ)πθπ1=π\frac{\sin(\pi\theta)}{\theta}=\pi\cdot\frac{\sin(\pi\theta)}{\pi\theta}\to\pi\cdot1=\pi quando θ0\theta\to0.
    Show step-by-step (with the why)
    1. Fazer u=πθu=\pi\theta.
    2. Reescrever: sin(πθ)θ=πsinuu\frac{\sin(\pi\theta)}{\theta}=\pi\cdot\frac{\sin u}{u}.
    3. Quando θ0\theta\to0, u0u\to0, portanto sinu/u1\sin u/u\to1.
    4. Resultado: π1=π\pi\cdot1=\pi.
  35. Ex. 19.35Challenge

    Use a tabela de valores para avaliar limα0+1αcos(πα)\lim_{\alpha\to0^+}\frac{1}{\alpha}\cos\left(\frac{\pi}{\alpha}\right).

    Select the correct option
    Select an option first
    Show solution
    Quando α0+\alpha\to0^+, π/α+\pi/\alpha\to+\infty e cos(π/α)\cos(\pi/\alpha) oscila entre 1-1 e 11 cada vez mais rapidamente, enquanto 1/α+1/\alpha\to+\infty. O produto oscila sem limite.
  36. Ex. 19.36Application

    Avalie o limite, se existir. Caso não exista, escreva "DNE". limt1(t2)5(t2+1)4\lim_{t\to-1}(t-2)^5(t^2+1)^4.

    Select the correct option
    Select an option first
    Show solution
    Substituição direta: (12)5(1)2+1)4=(3)524=24316=3888(-1-2)^5(-1)^2+1)^4=(-3)^5\cdot2^4=-243\cdot16=-3888.
    Show step-by-step (with the why)
    1. Calcular (12)5=(3)5=243(-1-2)^5=(-3)^5=-243.
    2. Calcular ((1)2+1)4=24=16((-1)^2+1)^4=2^4=16.
    3. Multiplicar: 24316=3888-243\cdot16=-3888.
  37. Ex. 19.37Application

    Avalie o limite limb1b3bb21\lim_{b\to1}\frac{b^3-b}{b^2-1}. Se não existir, escreva "DNE".

    Select the correct option
    Select an option first
    Show solution
    Fatorar numerador: b3b=b(b21)=b(b1)(b+1)b^3-b=b(b^2-1)=b(b-1)(b+1). Denominator: b21=(b1)(b+1)b^2-1=(b-1)(b+1). Cancelar: bb. Em b=1b=1: 11.
  38. Ex. 19.38Application

    Avalie o limite, se existir. Se não existir, escreva "DNE". limh09+h3h\lim_{h\to0}\frac{\sqrt{9+h}-3}{h}.

    Select the correct option
    Select an option first
    Show solution
    Multiplicar pelo conjugado: 9+h3h9+h+39+h+3=hh(9+h+3)=19+h+3\frac{\sqrt{9+h}-3}{h}\cdot\frac{\sqrt{9+h}+3}{\sqrt{9+h}+3}=\frac{h}{h(\sqrt{9+h}+3)}=\frac{1}{\sqrt{9+h}+3}. Em h=0h=0: 1/61/6.
    Show step-by-step (with the why)
    1. Multiplicar numerador e denominador por (9+h+3)(\sqrt{9+h}+3).
    2. Simplificar: (9+h)9=h(9+h)-9=h no numerador.
    3. Cancelar hh.
    4. Avaliar em h=0h=0: 1/(3+3)=1/61/(3+3)=1/6.
  39. Ex. 19.39Application

    Use álgebra para avaliar o limite limh0(3+h)29h\lim_{h\to0}\frac{(3+h)^2-9}{h}.

    Select the correct option
    Select an option first
    Show solution
    Expandir (3+h)2=9+6h+h2(3+h)^2=9+6h+h^2; subtrair 9 e dividir por hh: 6+h66+h\to6 quando h0h\to0.
  40. Ex. 19.40UnderstandingAnswer key

    Considere f(x)=5x1xf(x)=\frac{5^x-1}{x}. Com base na tabela de valores para xx próximo de zero, qual é o valor de limx05x1x\lim_{x\to0}\frac{5^x-1}{x}? (Resp: ln5\ln 5)

    Select the correct option
    Select an option first
    Show solution
    Pela definição da derivada de axa^x em x=0x=0: limx05x1x=(5x)x=0=50ln5=ln5\lim_{x\to0}\frac{5^x-1}{x}=(5^x)'|_{x=0}=5^0\ln5=\ln5.

Fontes

Apenas livros que alimentaram diretamente o texto e os exercícios desta lição.

  • Active Calculus — Matt Boelkins · 2024, ed. 2.0 · EN · CC-BY-NC-SA · §8.1 (Sequences). Fonte primária — abordagem "ponte" para limites formais.
  • Basic Analysis I — Jiří Lebl · 2024, v6.0 · EN · CC-BY-SA · §2.1–2.2 (Sequences and Limits, Squeeze Theorem, Uniqueness). Fonte dos teoremas técnicos e demonstrações.
  • OpenStax — Calculus Volume 2 — Edwin Herman, Gilbert Strang et al. · 2022 · EN · CC-BY-NC-SA · §5.1 (Sequences), §5.3 (Divergence Tests). Tratamento visual e tabular.
  • Hammack — Book of Proof — Richard Hammack · 2018, 3.ª ed · EN · livre · cap. 7 (Convergence). Fonte do exercício 19.34 (raiz aninhada).

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.