Math ClubMath Club
v1 · padrão canônico

Lesson 46 — IVT and Average Rate of Change

Intermediate Value Theorem (existence of roots, bisection) and Average Rate of Change (slope of secant, bridge to the derivative).

Used in: 2.º ano do EM (cálculo intro) · Equiv. Math II japonês §5 · Equiv. Analysis/Klasse 11 alemã

TVM[a,b]=f(b)f(a)ba\text{TVM}_{[a,b]} = \frac{f(b) - f(a)}{b - a}

A Taxa de Variação Média de ff no intervalo [a,b][a, b] é a inclinação da reta secante que passa pelos pontos (a,f(a))(a,\, f(a)) e (b,f(b))(b,\, f(b)). Quando bab \to a, essa taxa se aproxima da taxa de variação instantânea — a derivada.

Choose your door

Rigorous notation, full derivation, hypotheses

Definições e teoremas

Teorema do Valor Intermediário (TVI)

"Se ff é contínua em [a,b][a, b] e kk é qualquer valor entre f(a)f(a) e f(b)f(b), então existe pelo menos um número cc em (a,b)(a, b) tal que f(c)=kf(c) = k." — OpenStax Calculus Volume 1, §2.4, Theorem 2.13

Corolário (existência de raiz). Se fC([a,b])f \in C([a, b]) e f(a)f(b)<0f(a) \cdot f(b) < 0, então existe c(a,b)c \in (a, b) com f(c)=0f(c) = 0.

f(a)f(b)<0    c(a,b):f(c)=0f(a) \cdot f(b) < 0 \implies \exists\, c \in (a,b) : f(c) = 0
what this means · Produto negativo equivale a sinais opostos: f(a) e f(b) estão em lados opostos de zero, logo f precisa cruzar zero em algum ponto interior.

Demonstração (esboço via completude). Suponha f(a)<0<f(b)f(a) < 0 < f(b). Defina S={x[a,b]:f(x)<0}S = \{x \in [a, b] : f(x) < 0\}. O conjunto SS é não-vazio (aSa \in S) e limitado superiormente por bb. Por completude de R\mathbb{R}, existe c=supS[a,b]c = \sup S \in [a, b]. Por continuidade de ff, se f(c)0f(c) \neq 0 obtém-se contradição. Logo f(c)=0f(c) = 0. \square

Por que a continuidade é indispensável. A função de Heaviside H(x)=0H(x) = 0 se x<0x < 0 e H(x)=1H(x) = 1 se x0x \geq 0 satisfaz H(1)=0H(-1) = 0 e H(1)=1H(1) = 1, mas nunca assume 1/21/2 — pois tem um salto em x=0x = 0 e não é contínua lá.

Método da Bisseção

Dado fC([a,b])f \in C([a, b]) com f(a)f(b)<0f(a)f(b) < 0, a bisseção localiza a raiz iterativamente. A cada passo, calcula-se o ponto médio e guarda-se a metade onde ff muda de sinal:

mn=an+bn2,cmnba2n+1m_n = \frac{a_n + b_n}{2}, \qquad |c - m_n| \leq \frac{b - a}{2^{n+1}}
what this means · A cada iteração, o ponto médio m_n subdivide o intervalo atual. O erro cai pela metade a cada passo — convergência garantida e quantificável.

Para precisão ε\varepsilon, são necessárias nlog2((ba)/ε)1n \geq \lceil \log_2((b-a)/\varepsilon) \rceil - 1 iterações.

Taxa de Variação Média (TVM)

"A taxa de variação média de ff ao longo do intervalo [a,b][a, b] é AV[a,b]=f(b)f(a)ba\text{AV}_{[a,b]} = \dfrac{f(b)-f(a)}{b-a}. Geometricamente, a taxa de variação média representa a inclinação da reta que passa pelos pontos (a,f(a))(a, f(a)) e (b,f(b))(b, f(b))." — Active Calculus, §1.1, Definition 1.1.4

A notação com h=bah = b - a é equivalente:

TVM=f(a+h)f(a)h,h=ba0\text{TVM} = \frac{f(a + h) - f(a)}{h}, \quad h = b - a \neq 0
what this means · Substituindo b = a + h, a TVM fica expressa em termos do incremento h. Quando h → 0, essa expressão define a derivada — a taxa de variação instantânea.

Passagem ao limite. Se ff é diferenciável em aa:

f(a)=limh0f(a+h)f(a)h=limbaf(b)f(a)baf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h} = \lim_{b \to a} \frac{f(b) - f(a)}{b - a}

xy(a, f(a))(b, f(b))secante: inclinação = TVMab

A reta secante liga (a, f(a)) a (b, f(b)). Sua inclinação é a TVM. Quando b → a, a secante converge para a reta tangente em a, cuja inclinação é f'(a).

Exemplos resolvidos

Exercise list

40 exercises · 10 with worked solution (25%)

Application 24Understanding 6Modeling 5Challenge 4Proof 1
  1. Ex. 46.1Application

    Classifique a descontinuidade de f(x)=1xf(x) = \dfrac{1}{x} em x=0x=0.

    Select the correct option
    Select an option first
    Show solution
    Denominador x0x\to0 com numerador 101\neq0: descontinuidade infinita.
  2. Ex. 46.2Application

    Classifique a descontinuidade de f(x)=2x2+1f(x) = \dfrac{2}{x^2+1} em x=0x=0 (se houver).

    Select the correct option
    Select an option first
    Show solution
    2x2+112x^2+1\geq1 para todo xx: denominador nunca nulo. Função contínua em R\mathbb{R}.
  3. Ex. 46.3Application

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

    Select the correct option
    Select an option first
    Show solution
    f(x)=xx(x1)=1x1f(x)=\frac{x}{x(x-1)}=\frac{1}{x-1} para x0x\neq0. Em x=0x=0: limite =1=-1 existe mas f(0)f(0) indefinido — removível. Em x=1x=1: 1/(x1)±1/(x-1)\to\pm\infty — infinita.
    Show step-by-step (with the why)
    1. Simplifique: xx2x=xx(x1)=1x1\frac{x}{x^2-x}=\frac{x}{x(x-1)}=\frac{1}{x-1} para x0x\neq0.
    2. Em x=0x=0: limx01x1=1\lim_{x\to0}\frac{1}{x-1}=-1 existe, mas f(0)f(0) não definido. Removível.
    3. Em x=1x=1: 1/(x1)±1/(x-1)\to\pm\infty. Infinita.
  4. Ex. 46.4Application

    Classifique a descontinuidade de g(t)=t1+1g(t) = t^{-1} + 1 em t=0t = 0.

    Select the correct option
    Select an option first
    Show solution
    g(t)=t1+1=1/t+1g(t)=t^{-1}+1=1/t+1: quando t0+t\to0^+, 1/t+1/t\to+\infty. Descontinuidade infinita.
  5. Ex. 46.5ApplicationAnswer key

    Onde f(x)=5ex2f(x) = \dfrac{5}{e^x - 2} é descontínua? Classifique.

    Select the correct option
    Select an option first
    Show solution
    f(x)=5ex2f(x)=\frac{5}{e^x-2}: denominador =0=0 quando ex=2e^x=2, ou seja x=ln20,693x=\ln2\approx0{,}693. Descontinuidade infinita em x=ln2x=\ln2, não em x=2x=2.
  6. Ex. 46.6Application

    Classifique a descontinuidade de f(x)=lnxf(x) = \ln x em x=0x = 0.

    Select the correct option
    Select an option first
    Show solution
    lnx\ln x não está definida em x=0x=0 e lnx\ln x\to-\infty quando x0+x\to0^+. Descontinuidade infinita na fronteira do domínio.
  7. Ex. 46.7Application

    Classifique a descontinuidade de f(x)=3xx1f(x) = \dfrac{3x}{x-1} em x=1x=1.

    Select the correct option
    Select an option first
    Show solution
    Denominador x10x-1\to0 quando x1x\to1; numerador 3x303x\to3\neq0. Descontinuidade infinita.
  8. Ex. 46.8Application

    Classifique a descontinuidade de f(x)=cotxf(x) = \cot x em x=0x = 0.

    Select the correct option
    Select an option first
    Show solution
    cotx=cosx/sinx\cot x=\cos x/\sin x: sin0=0\sin 0=0 e cos0=10\cos 0=1\neq0. Descontinuidade infinita.
  9. Ex. 46.9ApplicationAnswer key

    f(x)=x2f(x) = x^2 é contínua em x=3x = 3?

    Select the correct option
    Select an option first
    Show solution
    Polinômio: f(3)=9f(3)=9 e limx3x2=9\lim_{x\to3}x^2=9. As três condições de continuidade são satisfeitas.
  10. Ex. 46.10ApplicationAnswer key

    Encontre kk tal que f(x)=kxf(x)=kx para x<3x<3 e f(x)=x2+9f(x)=x^2+9 para x3x\geq3 seja contínua.

    Select the correct option
    Select an option first
    Show solution
    Em x=3x=3: lim=3k\lim^-=3k e lim+=32+9=18\lim^+=3^2+9=18. Para continuidade: 3k=18k=63k=18\Rightarrow k=6.
    Show step-by-step (with the why)
    1. limx3kx=3k\lim_{x\to3^-}kx=3k.
    2. limx3+(x2+9)=18\lim_{x\to3^+}(x^2+9)=18.
    3. Igualdade: 3k=18k=63k=18\Rightarrow k=6.
  11. Ex. 46.11ApplicationAnswer key

    Encontre kk tal que f(x)=kf(x)=k para x0x\leq0 e f(x)=2x4f(x)=2x-4 para x>0x>0 seja contínua.

    Select the correct option
    Select an option first
    Show solution
    Em x=0x=0: lim=k\lim^-=k e lim+=2(0)4=4\lim^+=2(0)-4=-4. Para continuidade: k=4k=-4.
  12. Ex. 46.12ChallengeAnswer key

    Encontre kk tal que f(x)=kx24f(x)=kx^2-4 para x2x\leq2 e f(x)=16f(x)=16 para x>2x>2 seja contínua.

    Select the correct option
    Select an option first
    Show solution
    Em x=2x=2: lim=k(4)4=4k4\lim^-=k(4)-4=4k-4 e lim+=16\lim^+=16. 4k4=16k=54k-4=16\Rightarrow k=5.
    Show step-by-step (with the why)
    1. limx2(kx24)=4k4\lim_{x\to2^-}(kx^2-4)=4k-4.
    2. limx2+16=16\lim_{x\to2^+}16=16.
    3. 4k4=164k=20k=54k-4=16\Rightarrow 4k=20\Rightarrow k=5.
  13. Ex. 46.13Modeling

    h(x)=3x24h(x)=3x^2-4 para x2x\leq2 e h(x)=5+4xh(x)=5+4x para x>2x>2. Use o TVI para mostrar que hh assume o valor 55 em (0,2)(0,2).

    Select the correct option
    Select an option first
    Show solution
    h(x)=3x24h(x)=3x^2-4 para x2x\leq2: h(0)=4<5h(0)=-4<5 e h(2)=8>5h(2)=8>5. Contínua em [0,2][0,2]. Pelo TVI, existe c(0,2)c\in(0,2) com h(c)=5h(c)=5.
  14. Ex. 46.14Modeling

    Uma partícula tem posição s(0)=2s(0)=-2 e s(1)=3s(1)=3, com ss contínua em [0,1][0,1]. O TVI garante que a partícula passa pela posição 00?

    Select the correct option
    Select an option first
    Show solution
    A posição s(t)s(t) é contínua. Com s(0)=2<0s(0)=-2<0 e s(1)=3>0s(1)=3>0, o TVI garante c(0,1)c\in(0,1) com s(c)=0s(c)=0.
  15. Ex. 46.15Modeling

    Use o TVI para mostrar que cost=t\cos t = t tem solução em (0,π/2)(0,\pi/2).

    Select the correct option
    Select an option first
    Show solution
    Seja g(t)=costtg(t)=\cos t - t: g(0)=1>0g(0)=1>0 e g(π/2)=π/2<0g(\pi/2)=-\pi/2<0. Contínua, muda de sinal: TVI garante solução em (0,π/2)(0,\pi/2).
    Show step-by-step (with the why)
    1. Defina g(t)=costtg(t)=\cos t - t.
    2. g(0)=1>0g(0)=1>0.
    3. g(π/2)=0π/2<0g(\pi/2)=0-\pi/2<0.
    4. gg contínua e muda sinal: TVI garante c(0,π/2)c\in(0,\pi/2) com g(c)=0g(c)=0.
  16. Ex. 46.16ApplicationAnswer key

    Use o TVI para mostrar que 2x=x+32^x = x+3 tem solução em (1,3)(1,3).

    Select the correct option
    Select an option first
    Show solution
    Seja h(x)=2xx3h(x)=2^x-x-3: h(1)=24=2<0h(1)=2-4=-2<0 e h(3)=86=2>0h(3)=8-6=2>0. Contínua, muda sinal: TVI garante c(1,3)c\in(1,3).
  17. Ex. 46.17Understanding

    Enuncie a consequência do TVI quando f(a)<0f(a) < 0 e f(b)>0f(b) > 0.

    Select the correct option
    Select an option first
    Show solution
    TVI: se ff é contínua em [a,b][a,b] e f(a)f(b)<0f(a)\cdot f(b)<0, então existe c(a,b)c\in(a,b) com f(c)=0f(c)=0.
    Show step-by-step (with the why)
    1. Hipótese 1: ff contínua em [a,b][a,b].
    2. Hipótese 2: f(a)<0<f(b)f(a)<0<f(b) (sinais opostos).
    3. Conclusão: existe c(a,b)c\in(a,b) com f(c)=0f(c)=0.
    4. Intuição: ff não pode pular de negativo para positivo sem cruzar zero.
  18. Ex. 46.18Understanding

    O TVI garante exatamente uma raiz quando f(a)f(a) e f(b)f(b) têm sinais opostos?

    Select the correct option
    Select an option first
    Show solution
    O TVI é teorema de existência, não de unicidade. Uma função pode ter múltiplas raízes no intervalo.
  19. Ex. 46.19ApplicationAnswer key

    Onde f(x)=ex2+1f(x) = e^{x^2+1} é contínua?

    Select the correct option
    Select an option first
    Show solution
    x2+1x^2+1 é polinômio (contínuo); ete^t é contínua. Composição ex2+1e^{x^2+1} contínua em R\mathbb{R}.
  20. Ex. 46.20Application

    Onde f(x)=ecosxf(x) = e^{\cos x} é contínua?

    Select the correct option
    Select an option first
    Show solution
    cosx\cos x contínua e ete^t contínua: composição ecosxe^{\cos x} contínua em R\mathbb{R}.
  21. Ex. 46.21Application

    Onde f(x)=1+cosxf(x) = \sqrt{1+\cos x} é contínua?

    Select the correct option
    Select an option first
    Show solution
    1+cosx01+\cos x\geq0 pois cosx1\cos x\geq-1: a raiz quadrada está definida em R\mathbb{R} e a composição é contínua.
  22. Ex. 46.22ChallengeAnswer key

    Use o TVI para mostrar que x5x=1x^5 - x = 1 tem solução em (1,2)(1,2).

    Select the correct option
    Select an option first
    Show solution
    Seja h(x)=x5x1h(x)=x^5-x-1: h(1)=1<0h(1)=-1<0 e h(2)=29>0h(2)=29>0. Polinômio contínuo, muda sinal: TVI garante c(1,2)c\in(1,2).
    Show step-by-step (with the why)
    1. h(x)=x5x1h(x)=x^5-x-1.
    2. h(1)=111=1<0h(1)=1-1-1=-1<0.
    3. h(2)=3221=29>0h(2)=32-2-1=29>0.
    4. Polinômio contínuo, muda sinal: TVI garante c(1,2)c\in(1,2).
  23. Ex. 46.23Challenge

    Use o TVI para mostrar que lnx=ex\ln x = e^{-x} tem solução em (1,e)(1,e).

    Select the correct option
    Select an option first
    Show solution
    Seja g(x)=lnxexg(x)=\ln x - e^{-x}: g(1)=0e1<0g(1)=0-e^{-1}<0 e g(e)=1ee>0g(e)=1-e^{-e}>0. Contínua, muda sinal: TVI garante solução em (1,e)(1,e).
  24. Ex. 46.24Challenge

    Use o TVI para localizar uma raiz de f(x)=x3+x22x+1f(x) = x^3+x^2-2x+1 em (3,2)(-3,-2).

    Select the correct option
    Select an option first
    Show solution
    f(3)=27+9+6+1=11<0f(-3)=-27+9+6+1=-11<0 e f(2)=8+4+4+1=1>0f(-2)=-8+4+4+1=1>0. Polinômio contínuo, muda sinal: TVI garante raiz em (3,2)(-3,-2).
  25. Ex. 46.25Proof

    O Teorema do Valor Intermediário é consequência de qual propriedade fundamental de R\mathbb{R}?

    Select the correct option
    Select an option first
    Show solution
    O TVI reflete a completude de R\mathbb{R} (axioma do supremo): funções contínuas não podem saltar valores. Se f(a)f(a) e f(b)f(b) têm sinais diferentes, ff deve cruzar zero em algum ponto interior.
  26. Ex. 46.26Understanding

    Por que o Teorema do Valor Médio (TVM) exige continuidade em [a,b][a,b]? Explique com um contraexemplo.

    Select the correct option
    Select an option first
    Show solution
    Sem continuidade em [a,b][a,b], ff pode ter saltos e nunca atingir a inclinação da secante. Exemplo: f(x)=0f(x)=0 para x<1x<1 e f(x)=1f(x)=1 para x1x\geq1 em [0,2][0,2]: TVM falha.
  27. Ex. 46.27Understanding

    Por que o TVM exige diferenciabilidade em (a,b)(a,b)? Encontre um contraexemplo.

    Select the correct option
    Select an option first
    Show solution
    f(x)=xf(x)=|x| em [1,1][-1,1]: contínua mas não diferenciável em x=0x=0. A secante tem inclinação 00, mas f(x)=±1f'(x)=\pm1 onde existe: nenhum cc satisfaz f(c)=0f'(c)=0.
  28. Ex. 46.28UnderstandingAnswer key

    Quando o Teorema de Rolle e o Teorema do Valor Médio são equivalentes?

    Select the correct option
    Select an option first
    Show solution
    Rolle: f(a)=f(b)f(a)=f(b)\Rightarrow existe cc com f(c)=0f'(c)=0. TVM: f(c)=(f(b)f(a))/(ba)f'(c)=(f(b)-f(a))/(b-a). Quando f(a)=f(b)f(a)=f(b), o lado direito é zero — iguais.
  29. Ex. 46.29Application

    O TVM se aplica a y=sin(πx)y = \sin(\pi x)? Justifique.

    Select the correct option
    Select an option first
    Show solution
    y=sin(πx)y=\sin(\pi x) é contínua e diferenciável em R\mathbb{R}. O TVM se aplica em qualquer intervalo fechado [a,b][a,b].
  30. Ex. 46.30Application

    O TVM se aplica a y=1x3y = \dfrac{1}{x^3} em algum intervalo contendo x=0x=0? Justifique.

    Select the correct option
    Select an option first
    Show solution
    y=1/x3y=1/x^3: não está definida em x=0x=0. Em qualquer intervalo que contém 00, a continuidade falha. O TVM aplica-se apenas em intervalos [a,b](0,+)[a,b]\subset(0,+\infty) ou [a,b](,0)[a,b]\subset(-\infty,0).
  31. Ex. 46.31Application

    O TVM se aplica a y=4x2y = \sqrt{4-x^2} em [2,2][-2,2]? Justifique.

    Select the correct option
    Select an option first
    Show solution
    y=4x2y=\sqrt{4-x^2}: domínio [2,2][-2,2]; diferenciável somente em (2,2)(-2,2). O TVM se aplica em [a,b](2,2)[a,b]\subset(-2,2). Em [2,2][-2,2] a derivada não existe nos extremos — tecnicamente o TVM ainda se aplica se ff é contínua em [2,2][-2,2] e diferenciável em (2,2)(-2,2).
  32. Ex. 46.32Application

    Determine em que intervalos o TVM se aplica a y=ln(3x5)y = \ln(3x-5).

    Select the correct option
    Select an option first
    Show solution
    y=ln(3x5)y=\ln(3x-5): domínio 3x5>0x>5/33x-5>0\Rightarrow x>5/3. O TVM aplica-se em qualquer intervalo [a,b](5/3,+)[a,b]\subset(5/3,+\infty).
  33. Ex. 46.33Application

    Para f(x)=x3f(x)=x^3 em [0,2][0,2], encontre todos os c(0,2)c\in(0,2) garantidos pelo TVM.

    Select the correct option
    Select an option first
    Show solution
    f(x)=x3f(x)=x^3, [0,2][0,2]: f(2)f(0)=8f(2)-f(0)=8, ba=2b-a=2. TVM: f(c)=3c2=4c2=4/3c=2/31,155f'(c)=3c^2=4\Rightarrow c^2=4/3\Rightarrow c=2/\sqrt{3}\approx1{,}155.
    Show step-by-step (with the why)
    1. f(2)=8f(2)=8, f(0)=0f(0)=0: inclinação secante =8/2=4=8/2=4.
    2. f(x)=3x2f'(x)=3x^2.
    3. 3c2=4c2=4/3c=2/33c^2=4\Rightarrow c^2=4/3\Rightarrow c=2/\sqrt{3} (tomando o positivo em (0,2)(0,2)).
  34. Ex. 46.34Application

    Para f(x)=1+x+x2f(x)=1+x+x^2 em [0,2][0,2], encontre todos os c(0,2)c\in(0,2) garantidos pelo TVM.

    Select the correct option
    Select an option first
    Show solution
    f(x)=1+x+x2f(x)=1+x+x^2, [0,2][0,2]: f(2)=7f(2)=7, f(0)=1f(0)=1. Inclinação secante =6/2=3=6/2=3. f(x)=1+2x=3x=1(0,2)f'(x)=1+2x=3\Rightarrow x=1\in(0,2). Logo c=1c=1.
  35. Ex. 46.35ApplicationAnswer key

    Para f(x)=(x1)10f(x)=(x-1)^{10} em [0,2][0,2], encontre todos os c(0,2)c\in(0,2) garantidos pelo TVM.

    Select the correct option
    Select an option first
    Show solution
    f(x)=(x1)10f(x)=(x-1)^{10}, [0,2][0,2]: f(0)=f(2)=1f(0)=f(2)=1. Inclinação secante =0=0. f(x)=10(x1)9=0x=1f'(x)=10(x-1)^9=0\Rightarrow x=1. Logo c=1(0,2)c=1\in(0,2).
  36. Ex. 46.36Understanding

    Mostre que não existe c(1,1)c\in(-1,1) com f(c)2=f(1)f(1)f'(c)\cdot2 = f(1)-f(-1) para f(x)=xf(x)=|x|. Por que o TVM não se aplica?

    Select the correct option
    Select an option first
    Show solution
    f(x)=xf(x)=|x| não é diferenciável em x=0(1,1)x=0\in(-1,1). O TVM exige diferenciabilidade em todo o interior: não se aplica.
  37. Ex. 46.37Application

    O TVM aplica-se a y=exy = e^x em [0,1][0,1]? Justifique.

    Select the correct option
    Select an option first
    Show solution
    y=exy=e^x é contínua em [0,1][0,1] e diferenciável em (0,1)(0,1). O TVM se aplica: existe c(0,1)c\in(0,1) com ec=e1e^c=e-1.
  38. Ex. 46.38Application

    O TVM aplica-se a f(x)=tan(2πx)f(x) = \tan(2\pi x) em [0,2][0,2]? Justifique.

    Select the correct option
    Select an option first
    Show solution
    tan(2πx)\tan(2\pi x) tem assintotas verticais em x=1/4,3/4,5/4,7/4x=1/4, 3/4, 5/4, 7/4 — todos dentro de [0,2][0,2]. A continuidade falha: TVM não se aplica nesse intervalo.
  39. Ex. 46.39Modeling

    Às 10:17 você passa por um radar a 55 mph. Às 10:53, você passa por outro radar a 55 mph, localizado 39 milhas adiante. O limite de velocidade é 60 mph. A polícia pode autuar por excesso de velocidade?

    Select the correct option
    Select an option first
    Show solution
    Intervalo de 36 minutos (10:17 a 10:53). Velocidade média: 39/(36/60)=39(60/36)=6539/(36/60)=39\cdot(60/36)=65 mph. Como 65>6065>60, pelo TVM existe instante com v(c)65>60v(c)\geq65>60: multa aplicável.
    Show step-by-step (with the why)
    1. Tempo decorrido: 5317=3653-17=36 min =0,6=0{,}6 h.
    2. Velocidade média: 39/0,6=6539/0{,}6=65 mph.
    3. Como 65>6065>60, pelo TVM existe cc com velocidade instantânea acima de 60 mph.
  40. Ex. 46.40Modeling

    Dois carros partem do mesmo semáforo ao mesmo tempo e chegam ao próximo semáforo ao mesmo tempo. Existe algum instante em que ambos têm exatamente a mesma velocidade? Prove ou refute.

    Select the correct option
    Select an option first
    Show solution
    Seja f(t)f(t) e g(t)g(t) as posições dos dois carros. Defina h(t)=f(t)g(t)h(t)=f(t)-g(t): h(0)=0h(0)=0 (saem juntos) e h(T)=0h(T)=0 (chegam juntos). Pelo Teorema de Rolle, existe cc com h(c)=0h'(c)=0, ou seja f(c)=g(c)f'(c)=g'(c): mesma velocidade.

Fontes

  • Active Calculus 2.0 — Matt Boelkins · Grand Valley State University · 2024 · CC-BY-NC-SA. Fonte primária. §1.1 (How Do We Measure Velocity?) e §1.3 (The Derivative at a Point) — base dos Exemplos 3, 4, 5, Blocos C, D e E.
  • OpenStax Calculus: Volume 1 — OpenStax · Rice University · 2016 · CC-BY-NC-SA. §2.4 (Continuity e TVI) — base do Exemplo 1 e Blocos A e E. §2.1 (A Preview of Calculus) — base do Bloco D.
  • REAMAT — Cálculo Numérico (Python) — UFRGS · 2024 · CC-BY 4.0. §3.1 (Método da Bisseção) — base do Exemplo 2 e Bloco B.
  • Basic Analysis I — Jiří Lebl · 2024 · CC-BY-SA. §3.3 — demonstração do TVI via completude de R\mathbb{R} (Porta formal).

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.