Math ClubMath Club
v1 · padrão canônico

Lição 83 — Teorema Fundamental do Cálculo

TFC Parte 1 e Parte 2. A ponte entre derivada e integral. Regra de Leibniz para limites variáveis. Newton e Leibniz, séc. XVII.

Used in: 3.º ano do EM (17 anos) · Equiv. Math II japonês cap. 6 · Equiv. Klasse 12 alemã

abf(x)dx=F(b)F(a),F(x)=f(x)\int_a^b f(x)\, dx = F(b) - F(a), \quad F'(x) = f(x)

Teorema Fundamental do Cálculo (TFC2): a integral definida de f em [a, b] é simplesmente a diferença da antiderivada F nos extremos. Une derivada e integral numa só equação.

Choose your door

Rigorous notation, full derivation, hypotheses

Enunciado e demonstrações

TFC — Parte 1: derivar a integral

"O TFC1 afirma que a derivada da função definida por uma integral com limite superior variável é igual ao integrando avaliado no limite superior." — OpenStax Calculus Vol. 1, §5.3

Demonstração do TFC1. Por definição de derivada:

G(x)=limh0G(x+h)G(x)h=limh01hxx+hf(t)dt.G'(x) = \lim_{h \to 0} \frac{G(x+h) - G(x)}{h} = \lim_{h \to 0} \frac{1}{h} \int_x^{x+h} f(t)\, dt.

Pelo Teorema do Valor Médio Integral, existe chc_h entre xx e x+hx+h tal que xx+hf(t)dt=f(ch)h\int_x^{x+h} f(t)\, dt = f(c_h) \cdot h. Logo:

G(x)=limh0f(ch).G'(x) = \lim_{h \to 0} f(c_h).

Como chxc_h \to x quando h0h \to 0 e ff é contínua, f(ch)f(x)f(c_h) \to f(x). Portanto G(x)=f(x)G'(x) = f(x). \square

TFC — Parte 2: calcular a integral

Demonstração do TFC2. Pelo TFC1, G(x)=axf(t)dtG(x) = \int_a^x f(t)\, dt satisfaz G=fG' = f. Como F=fF' = f também, FGF - G tem derivada zero em (a,b)(a, b), logo F(x)=G(x)+CF(x) = G(x) + C para alguma constante CC. Então:

F(b)F(a)=[G(b)+C][G(a)+C]=G(b)G(a)=abf0=abf.F(b) - F(a) = [G(b) + C] - [G(a) + C] = G(b) - G(a) = \int_a^b f - 0 = \int_a^b f. \quad \square

Regra de Leibniz (limites variáveis)

Exemplos resolvidos

Exercise list

30 exercises · 7 with worked solution (25%)

Application 20Understanding 2Modeling 3Challenge 4Proof 1
  1. Ex. 83.1Application

    Calcule 032xdx\int_0^3 2x\, dx pelo TFC2.

    Show solution
    Antiderivada: F(x)=x2F(x) = x^2. 032xdx=F(3)F(0)=90=9\int_0^3 2x\, dx = F(3) - F(0) = 9 - 0 = 9.
  2. Ex. 83.2Application

    Calcule 12x3dx\int_{-1}^2 x^3\, dx.

    Show solution
    Antiderivada: F(x)=x4/4F(x) = x^4/4. 12x3dx=16/41/4=15/4\int_{-1}^2 x^3\, dx = 16/4 - 1/4 = 15/4.
  3. Ex. 83.3Application

    Calcule 0πsinxdx\int_0^\pi \sin x\, dx.

    Show solution
    Antiderivada: F(x)=cosxF(x) = -\cos x. 0πsinxdx=cosπ(cos0)=1+1=2\int_0^\pi \sin x\, dx = -\cos\pi - (-\cos 0) = 1 + 1 = 2.
  4. Ex. 83.4Application

    Calcule 02exdx\int_0^2 e^x\, dx.

    Show solution
    Antiderivada: F(x)=exF(x) = e^x. 02exdx=e2e0=e216,389\int_0^2 e^x\, dx = e^2 - e^0 = e^2 - 1 \approx 6{,}389.
  5. Ex. 83.5Application

    Calcule 02(x24x+1)dx\int_0^2 (x^2 - 4x + 1)\, dx.

    Show solution
    Antiderivada: F(x)=x3/32x2+xF(x) = x^3/3 - 2x^2 + x. F(2)F(0)=(8/38+2)0=8/36=10/3F(2) - F(0) = (8/3 - 8 + 2) - 0 = 8/3 - 6 = -10/3.
    Show step-by-step (with the why)
    1. Integre monômio a monômio: x2dx=x3/3\int x^2\, dx = x^3/3, (4x)dx=2x2\int (-4x)\, dx = -2x^2, 1dx=x\int 1\, dx = x.
    2. Antiderivada: F(x)=x3/32x2+xF(x) = x^3/3 - 2x^2 + x.
    3. Avalie: F(2)=8/38+2=8/36F(2) = 8/3 - 8 + 2 = 8/3 - 6. F(0)=0F(0) = 0.
    4. Resultado: 8/36=10/38/3 - 6 = -10/3. O valor negativo indica que a função fica majoritariamente abaixo do eixo em [0,2][0,2].
    Macete: calcule F(b)F(b) e F(a)F(a) separadamente antes de subtrair, para evitar erros de sinal.
  6. Ex. 83.6Application

    Calcule 1e1xdx\int_1^e \frac{1}{x}\, dx.

    Show solution
    Antiderivada: F(x)=lnxF(x) = \ln x. 1edxx=lneln1=1\int_1^e \frac{dx}{x} = \ln e - \ln 1 = 1.
  7. Ex. 83.7Application

    Se G(x)=0x(t2+1)dtG(x) = \int_0^x (t^2 + 1)\, dt, calcule G(x)G'(x) pelo TFC1.

    Show solution
    TFC1 diretamente: G(x)=x2+1G'(x) = x^2 + 1.
  8. Ex. 83.8Application

    Calcule ddx0x2sintdt\dfrac{d}{dx}\displaystyle\int_0^{x^2} \sin t\, dt.

    Show solution
    TFC1 com substituição: limite superior é x2x^2. ddx0x2sintdt=sin(x2)2x\frac{d}{dx}\int_0^{x^2} \sin t\, dt = \sin(x^2) \cdot 2x.
  9. Ex. 83.9Application

    Calcule 0π/4sec2xdx\int_0^{\pi/4} \sec^2 x\, dx.

    Show solution
    Antiderivada: F(x)=tanxF(x) = \tan x. 0π/4sec2xdx=tan(π/4)tan0=10=1\int_0^{\pi/4} \sec^2 x\, dx = \tan(\pi/4) - \tan 0 = 1 - 0 = 1.
  10. Ex. 83.10Application

    Calcule 19xdx\int_1^9 \sqrt{x}\, dx.

    Show solution
    Antiderivada: F(x)=23x3/2F(x) = \frac{2}{3}x^{3/2}. 19xdx=23(27)23(1)=1823=523\int_1^9 \sqrt{x}\, dx = \frac{2}{3}(27) - \frac{2}{3}(1) = 18 - \frac{2}{3} = \frac{52}{3}.
  11. Ex. 83.11Application

    Calcule ddx0x31+t2dt\dfrac{d}{dx}\displaystyle\int_0^{x^3} \sqrt{1 + t^2}\, dt.

    Show solution
    Leibniz: f(t)=1+t2f(t) = \sqrt{1+t^2}, limite superior v(x)=x3v(x) = x^3. Resultado: 1+x63x2\sqrt{1 + x^6} \cdot 3x^2.
    Show step-by-step (with the why)
    1. Identifique: f(t)=1+t2f(t) = \sqrt{1+t^2}, v(x)=x3v(x) = x^3, v(x)=3x2v'(x) = 3x^2.
    2. TFC1 + cadeia: ddxav(x)f(t)dt=f(v(x))v(x)\frac{d}{dx}\int_a^{v(x)} f(t)\, dt = f(v(x)) \cdot v'(x).
    3. Substitua: f(x3)3x2=1+(x3)23x2=3x21+x6f(x^3) \cdot 3x^2 = \sqrt{1 + (x^3)^2} \cdot 3x^2 = 3x^2\sqrt{1+x^6}.
    Macete: o TFC1 sempre "tira a integral" e "avalia o integrando no limite superior" — a regra da cadeia cuida do resto.
  12. Ex. 83.12Application

    Calcule 0π(cosx+sinx)dx\int_0^\pi (\cos x + \sin x)\, dx.

    Show solution
    Antiderivada: F(x)=sinxcosxF(x) = \sin x - \cos x. 0π(cosx+sinx)dx=(0(1))(01)=1+1=2\int_0^{\pi} (\cos x + \sin x)\, dx = (0 - (-1)) - (0 - 1) = 1 + 1 = 2.
  13. Ex. 83.13Application

    Calcule 01(x42x2+1)dx\int_0^1 (x^4 - 2x^2 + 1)\, dx.

    Show solution
    Antiderivada: F(x)=x5/52x3/3+xF(x) = x^5/5 - 2x^3/3 + x. F(1)F(0)=1/52/3+1=3/1510/15+15/15=8/15F(1) - F(0) = 1/5 - 2/3 + 1 = 3/15 - 10/15 + 15/15 = 8/15.
  14. Ex. 83.14UnderstandingAnswer key

    Se G(x)=axf(t)dtG(x) = \displaystyle\int_a^x f(t)\, dt, qual é G(x)G'(x) pelo TFC1?

    Select the correct option
    Select an option first
    Show solution
    Pelo TFC1: se G(x)=axf(t)dtG(x) = \int_a^x f(t)\, dt, então G(x)=f(x)G'(x) = f(x). Opção B confunde com a fórmula do TFC2. Opção C é uma tautologia circular (integral da integral). Opção D só seria correta se f=0f = 0.
  15. Ex. 83.15Understanding

    Se F(x)=f(x)F'(x) = f(x), qual é a expressão correta para abf(x)dx\int_a^b f(x)\, dx pelo TFC2?

    Select the correct option
    Select an option first
    Show solution
    TFC2: abf(x)dx=F(b)F(a)\int_a^b f(x)\, dx = F(b) - F(a). A ordem importa: F(b)F(a)F(b) - F(a), não F(a)F(b)F(a) - F(b). Opção C confunde antiderivada FF com integrando ff. Opção D é a integral de FF, não de ff.
  16. Ex. 83.16ApplicationAnswer key

    Calcule ddxx1t3dt\dfrac{d}{dx}\displaystyle\int_x^1 t^3\, dt.

    Show solution
    Leibniz com limite inferior variável: ddxx1t3dt=ddx1xt3dt=x3\frac{d}{dx}\int_x^1 t^3\, dt = -\frac{d}{dx}\int_1^x t^3\, dt = -x^3.
  17. Ex. 83.17Application

    Calcule 0111+x2dx\int_0^1 \frac{1}{1+x^2}\, dx.

    Show solution
    Antiderivada: F(x)=arctanxF(x) = \arctan x. 01dx1+x2=arctan1arctan0=π/40=π/4\int_0^1 \frac{dx}{1+x^2} = \arctan 1 - \arctan 0 = \pi/4 - 0 = \pi/4.
  18. Ex. 83.18ModelingAnswer key

    Um objeto tem velocidade v(t)=t24t+3v(t) = t^2 - 4t + 3 m/s. Calcule o deslocamento líquido e a distância total percorrida de t=0t = 0 a t=4t = 4 s.

    Show solution
    Deslocamento = 04v(t)dt=04(t24t+3)dt=[t3/32t2+3t]04=(64/332+12)0=64/320=4/3\int_0^4 v(t)\, dt = \int_0^4 (t^2 - 4t + 3)\, dt = [t^3/3 - 2t^2 + 3t]_0^4 = (64/3 - 32 + 12) - 0 = 64/3 - 20 = 4/3 m. Distância percorrida (considerando mudança de sinal de vv): zeros em t=1t = 1 e t=3t = 3. Calcule separado: [0,1][0,1]: 4/34/3, [1,3][1,3]: 4/3-4/3 (valor abs: 4/34/3), [3,4][3,4]: 4/34/3. Distância = 4/3+4/3+4/3=44/3 + 4/3 + 4/3 = 4 m.
    Show step-by-step (with the why)
    1. Calcule o deslocamento líquido: 04v(t)dt=[t3/32t2+3t]04=4/3\int_0^4 v(t)\, dt = [t^3/3 - 2t^2 + 3t]_0^4 = 4/3 m.
    2. Para distância total, encontre os zeros de v(t)=t24t+3=(t1)(t3)v(t) = t^2 - 4t + 3 = (t-1)(t-3): t=1t = 1 e t=3t = 3.
    3. Integre em cada trecho com sinal fixo e some os valores absolutos.
    Observação: deslocamento e distância percorrida são diferentes quando o objeto reverte o sentido de movimento.
  19. Ex. 83.19ApplicationAnswer key

    Calcule ddxxx2et2dt\dfrac{d}{dx}\displaystyle\int_x^{x^2} e^{t^2}\, dt.

    Show solution
    Leibniz com ambos os limites variáveis: f(x2)2xf(x)1=ex42xex2f(x^2) \cdot 2x - f(x) \cdot 1 = e^{x^4} \cdot 2x - e^{x^2}.
  20. Ex. 83.20Application

    Calcule 02(2x33x2)dx\int_0^2 (2x^3 - 3x^2)\, dx.

    Show solution
    Antiderivada: F(x)=x4/2x3F(x) = x^4/2 - x^3. F(2)F(0)=(88)0=0F(2) - F(0) = (8 - 8) - 0 = 0. Interpretação: as regiões positivas e negativas se cancelam.
  21. Ex. 83.21Modeling

    O custo marginal de produção de uma fábrica é C(q)=2q+50C'(q) = 2q + 50 reais por unidade. Calcule o custo total de produzir as primeiras 100 unidades.

    Show solution
    Custo total = 0100C(q)dq=0100(2q+50)dq=[q2+50q]0100=10000+5000=15000\int_0^{100} C'(q)\, dq = \int_0^{100} (2q + 50)\, dq = [q^2 + 50q]_0^{100} = 10000 + 5000 = 15000. Custo de produzir as primeiras 100 unidades: R\$ 15.000.
  22. Ex. 83.22ChallengeAnswer key

    Defina G(x)=1x(2t1)dtG(x) = \int_1^x (2t - 1)\, dt. Calcule G(x)G(x) explicitamente, verifique que G(x)=2x1G'(x) = 2x - 1, e avalie G(1)G(1) e G(3)G(3).

    Show solution
    Calcule a integral: G(x)=1x(2t1)dt=[t2t]1x=x2x(11)=x2xG(x) = \int_1^x (2t - 1)\, dt = [t^2 - t]_1^x = x^2 - x - (1 - 1) = x^2 - x. Verifique: G(x)=2x1G'(x) = 2x - 1. Confere com o integrando (TFC1). Além disso: G(1)=0G(1) = 0 (integral com limites iguais). G(3)=93=6G(3) = 9 - 3 = 6.
  23. Ex. 83.23ApplicationAnswer key

    Sabendo que 05f(x)dx=12\int_0^5 f(x)\, dx = 12 e 02f(x)dx=5\int_0^2 f(x)\, dx = 5, calcule 25f(x)dx\int_2^5 f(x)\, dx.

    Show solution
    25f=05f02f=125=7\int_2^5 f = \int_0^5 f - \int_0^2 f = 12 - 5 = 7.
  24. Ex. 83.24Challenge

    Calcule a área da região delimitada por y=x2xy = x^2 - x e o eixo xx em [0,1][0, 1].

    Show solution
    Zeros de x2x=x(x1)x^2 - x = x(x-1): em x=0x = 0 e x=1x = 1. Em [0,1][0,1], x2x0x^2 - x \leq 0. Área = 01(x2x)dx=[x3/3x2/2]01=1/31/2=1/6|\int_0^1 (x^2 - x)\, dx| = |[x^3/3 - x^2/2]_0^1| = |1/3 - 1/2| = 1/6.
    Show step-by-step (with the why)
    1. Encontre onde a parábola cruza o eixo: x(x1)=0x=0,1x(x-1) = 0 \Rightarrow x = 0, 1.
    2. No intervalo (0,1)(0, 1), teste x=1/2x = 1/2: (1/2)21/2=1/4<0(1/2)^2 - 1/2 = -1/4 < 0. Função negativa, então área = valor absoluto da integral.
    3. Calcule: 01(x2x)dx=1/31/2=1/6\int_0^1 (x^2 - x)\, dx = 1/3 - 1/2 = -1/6. Área = 1/61/6.
    Curiosidade: a área delimitada por y=x2xy = x^2 - x e o eixo xx vale exatamente 1/61/6 — resultado clássico de pré-cálculo.
  25. Ex. 83.25Application

    Calcule 22(x21)dx\int_{-2}^2 (x^2 - 1)\, dx.

    Show solution
    Antiderivada: F(x)=x3/3xF(x) = x^3/3 - x. 22(x21)dx=F(2)F(2)=(8/32)(8/3+2)=8/32+8/32=16/34=4/3\int_{-2}^2 (x^2 - 1)\, dx = F(2) - F(-2) = (8/3 - 2) - (-8/3 + 2) = 8/3 - 2 + 8/3 - 2 = 16/3 - 4 = 4/3.
  26. Ex. 83.26Application

    Calcule ddx0xcos(t2)dt\dfrac{d}{dx}\displaystyle\int_0^x \cos(t^2)\, dt sem calcular a antiderivada.

    Show solution
    TFC1: ddx0xcos(t2)dt=cos(x2)\frac{d}{dx}\int_0^x \cos(t^2)\, dt = \cos(x^2). Nenhum cálculo de antiderivada necessário (não existe antiderivada elementar para cos(t2)\cos(t^2)).
  27. Ex. 83.27ModelingAnswer key

    A potência elétrica de uma fábrica varia conforme P(t)=3+0,5tP(t) = 3 + 0{,}5t kW (tt em horas). Calcule a energia consumida nas 12 primeiras horas de operação e o custo ao valor de R$ 0,85 por kWh.

    Show solution
    Energia elétrica consumida = 012P(t)dt=012(3+0,5t)dt=[3t+0,25t2]012=36+36=72\int_0^{12} P(t)\, dt = \int_0^{12} (3 + 0{,}5t)\, dt = [3t + 0{,}25t^2]_0^{12} = 36 + 36 = 72 kWh. Custo: 72×0,85=61,2072 \times 0{,}85 = 61{,}20 reais.
  28. Ex. 83.28Challenge

    Calcule ddxsinxcosxt2dt\dfrac{d}{dx}\displaystyle\int_{\sin x}^{\cos x} t^2\, dt.

    Show solution
    Usando a regra de Leibniz: ddxsinxcosxt2dt=cos2x(sinx)sin2xcosx=cos2xsinxsin2xcosx=sinxcosx(cosx+sinx)\frac{d}{dx}\int_{\sin x}^{\cos x} t^2\, dt = \cos^2 x \cdot (-\sin x) - \sin^2 x \cdot \cos x = -\cos^2 x \sin x - \sin^2 x \cos x = -\sin x \cos x(\cos x + \sin x).
  29. Ex. 83.29Challenge

    Calcule o valor médio de f(x)=x2f(x) = x^2 em [0,3][0, 3] e encontre o ponto cc garantido pelo TVM integral.

    Show solution
    Valor médio: 1303x2dx=139=3\frac{1}{3}\int_0^3 x^2\, dx = \frac{1}{3} \cdot 9 = 3. Pelo TVM: c2=3c=31,73(0,3)c^2 = 3 \Rightarrow c = \sqrt{3} \approx 1{,}73 \in (0,3).
  30. Ex. 83.30Proof

    Prove o TFC2 a partir do TFC1: se F=fF' = f e ff é contínua em [a,b][a,b], então abf(x)dx=F(b)F(a)\int_a^b f(x)\, dx = F(b) - F(a).

    Show solution
    Queremos provar TFC2: se F=fF' = f e ff é contínua em [a,b][a,b], então abf=F(b)F(a)\int_a^b f = F(b) - F(a). Pelo TFC1, G(x)=axf(t)dtG(x) = \int_a^x f(t)\, dt satisfaz G=f=FG' = f = F'. Logo (FG)=0(F - G)' = 0 em (a,b)(a,b). Pelo corolário do TVM, F(x)G(x)=CF(x) - G(x) = C (constante). Como G(a)=0G(a) = 0, temos F(a)G(a)=CC=F(a)F(a) - G(a) = C \Rightarrow C = F(a). Logo G(x)=F(x)F(a)G(x) = F(x) - F(a). Em x=bx = b: G(b)=abf=F(b)F(a)G(b) = \int_a^b f = F(b) - F(a).

Fontes

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

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