Math ClubMath Club
v1 · padrão canônico

Lição 82 — Integral definida e área orientada

Soma de Riemann como limite. Integral definida como área orientada sob o gráfico. Propriedades: linearidade, aditividade, monotonicidade. Teorema do Valor Médio Integral.

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

abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x)\, dx = \lim_{n \to \infty} \sum_{i=1}^n f(x_i^*)\, \Delta x

Integral definida via soma de Riemann. Limite das somas de retângulos quando a partição se refina. Mede a área orientada sob o gráfico de f no intervalo [a, b].

Choose your door

Rigorous notation, full derivation, hypotheses

Definição rigorosa

Soma de Riemann

"A integral definida é formalmente o limite das somas de Riemann quando a norma da partição tende a zero." — OpenStax Calculus Vol. 1, §5.2

Somas de Darboux

Definição equivalente via somas inferior e superior:

L(f,P)=i=1n(inf[xi1,xi]f)Δxi,U(f,P)=i=1n(sup[xi1,xi]f)Δxi.L(f, P) = \sum_{i=1}^n \Bigl(\inf_{[x_{i-1}, x_i]} f\Bigr) \Delta x_i, \qquad U(f, P) = \sum_{i=1}^n \Bigl(\sup_{[x_{i-1}, x_i]} f\Bigr) \Delta x_i.

ff é integrável     supPL(f,P)=infPU(f,P)\iff \sup_P L(f,P) = \inf_P U(f,P).

Critério de integrabilidade

Propriedades

xyabSomas de Riemann → área sob a curva

Seis retângulos de Riemann aproximando a integral. À medida que nn \to \infty e P0\|P\| \to 0, a soma converge para a área exata.

Teorema do Valor Médio Integral

Exemplos resolvidos

Exercise list

30 exercises · 7 with worked solution (25%)

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

    Estime 04x2dx\int_0^4 x^2\, dx usando soma de Riemann à direita com n=4n = 4 e Δx=1\Delta x = 1.

    Show solution
    Soma à direita com n=4n = 4, Δx=1\Delta x = 1: pontos x=1,2,3,4x^* = 1, 2, 3, 4. S4=(1+4+9+16)1=30S_4 = (1 + 4 + 9 + 16) \cdot 1 = 30. Valor exato: 04x2dx=64/321,33\int_0^4 x^2\, dx = 64/3 \approx 21{,}33. A soma à direita superestimou.
  2. Ex. 82.2Application

    Estime 04x2dx\int_0^4 x^2\, dx usando soma de Riemann à esquerda com n=4n = 4 e Δx=1\Delta x = 1.

    Show solution
    Soma à esquerda com n=4n = 4, Δx=1\Delta x = 1: pontos x=0,1,2,3x^* = 0, 1, 2, 3. S4=(0+1+4+9)1=14S_4 = (0 + 1 + 4 + 9) \cdot 1 = 14. Como x2x^2 é crescente, a soma à esquerda subestima.
  3. Ex. 82.3Application

    Calcule 03(2x+1)dx\int_0^3 (2x + 1)\, dx.

    Show solution
    Pelo TFC: 03(2x+1)dx=[x2+x]03=(9+3)0=12\int_0^3 (2x + 1)\, dx = [x^2 + x]_0^3 = (9 + 3) - 0 = 12.
  4. Ex. 82.4Application

    Calcule 143x2dx\int_1^4 3x^2\, dx.

    Show solution
    Pelo TFC: 143x2dx=[x3]14=641=63\int_1^4 3x^2\, dx = [x^3]_1^4 = 64 - 1 = 63.
  5. Ex. 82.5ApplicationAnswer key

    Calcule 0πcosxdx\int_0^\pi \cos x\, dx e interprete o resultado geometricamente.

    Show solution
    Pelo TFC: 0πcosxdx=[sinx]0π=sinπsin0=0\int_0^\pi \cos x\, dx = [\sin x]_0^\pi = \sin\pi - \sin 0 = 0. Interpretação: contribuições positivas e negativas se cancelam (senoides).
  6. Ex. 82.6Application

    Calcule 01exdx\int_0^1 e^x\, dx.

    Show solution
    Pelo TFC: 01exdx=[ex]01=e11,718\int_0^1 e^x\, dx = [e^x]_0^1 = e - 1 \approx 1{,}718.
  7. Ex. 82.7Application

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

    Show solution
    Pelo TFC: 1e1xdx=[lnx]1e=lneln1=10=1\int_1^e \frac{1}{x}\, dx = [\ln x]_1^e = \ln e - \ln 1 = 1 - 0 = 1.
  8. Ex. 82.8Application

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

    Show solution
    Linearidade: 02(3x24x+1)dx=[x32x2+x]02=(88+2)0=2\int_0^2 (3x^2 - 4x + 1)\, dx = [x^3 - 2x^2 + x]_0^2 = (8 - 8 + 2) - 0 = 2.
    Show step-by-step (with the why)
    1. Pela linearidade, integre cada monômio separadamente: 3x2dx=x3\int 3x^2\, dx = x^3, (4x)dx=2x2\int (-4x)\, dx = -2x^2, 1dx=x\int 1\, dx = x.
    2. Antiderivada geral: F(x)=x32x2+xF(x) = x^3 - 2x^2 + x.
    3. Avalie: F(2)F(0)=(88+2)0=2F(2) - F(0) = (8 - 8 + 2) - 0 = 2.
    Macete: sempre calcule F(b)F(a)F(b) - F(a) em dois passos — avalie em bb, depois em aa, e subtraia.
  9. Ex. 82.9Application

    Calcule 0π/2sinxdx\int_0^{\pi/2} \sin x\, dx.

    Show solution
    Pelo TFC: 0π/2sinxdx=[cosx]0π/2=cos(π/2)+cos0=0+1=1\int_0^{\pi/2} \sin x\, dx = [-\cos x]_0^{\pi/2} = -\cos(\pi/2) + \cos 0 = 0 + 1 = 1.
  10. Ex. 82.10Application

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

    Show solution
    Pelo TFC: 12x3dx=[x4/4]12=16/41/4=15/4\int_{-1}^2 x^3\, dx = [x^4/4]_{-1}^2 = 16/4 - 1/4 = 15/4.
  11. Ex. 82.11Application

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

    Show solution
    Aditividade: 05f=02f+25f=3+(4)=1\int_0^5 f = \int_0^2 f + \int_2^5 f = 3 + (-4) = -1.
  12. Ex. 82.12ApplicationAnswer key

    Sabendo que 13f(x)dx=5\int_1^3 f(x)\, dx = 5 e 13g(x)dx=7\int_1^3 g(x)\, dx = 7, calcule 13(4f(x)2g(x))dx\int_1^3 (4f(x) - 2g(x))\, dx.

    Show solution
    Linearidade: 13(4f2g)dx=4(5)2(7)=2014=6\int_1^3 (4f - 2g)\, dx = 4(5) - 2(7) = 20 - 14 = 6.
  13. Ex. 82.13Application

    Se 25f(x)dx=4\int_2^5 f(x)\, dx = -4, qual é 52f(x)dx\int_5^2 f(x)\, dx?

    Show solution
    Inversão: 52f=25f=(4)=4\int_5^2 f = -\int_2^5 f = -(-4) = 4.
  14. Ex. 82.14ApplicationAnswer key

    Calcule 04xdx\int_0^4 \sqrt{x}\, dx.

    Show solution
    Pelo TFC: 04xdx=[23x3/2]04=23(8)0=163\int_0^4 \sqrt{x}\, dx = \left[\frac{2}{3}x^{3/2}\right]_0^4 = \frac{2}{3}(8) - 0 = \frac{16}{3}.
  15. Ex. 82.15Application

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

    Show solution
    Pelo TFC: 0π/4sec2xdx=[tanx]0π/4=tan(π/4)0=1\int_0^{\pi/4} \sec^2 x\, dx = [\tan x]_0^{\pi/4} = \tan(\pi/4) - 0 = 1.
  16. Ex. 82.16Understanding

    Sem calcular, qual é o sinal de ππsinxdx\int_{-\pi}^\pi \sin x\, dx?

    Select the correct option
    Select an option first
    Show solution
    sinx\sin x é uma função ímpar (sin(x)=sinx\sin(-x) = -\sin x) e o intervalo [π,π][-\pi, \pi] é simétrico em torno de zero. Por simetria, ππsinxdx=0\int_{-\pi}^\pi \sin x\, dx = 0. Verificação: [cosx]ππ=cosπ+cos(π)=11=0[-\cos x]_{-\pi}^{\pi} = -\cos\pi + \cos(-\pi) = 1 - 1 = 0.
  17. Ex. 82.17Understanding

    Qual afirmação sobre abf(x)dx\int_a^b f(x)\, dx está correta?

    Select the correct option
    Select an option first
    Show solution
    A integral definida mede área orientada: regiões abaixo do eixo contribuem negativamente. Opção A: incorreta quando ff muda de sinal. Opção C: incorreta — π2πsinxdx=2<0\int_\pi^{2\pi} \sin x\, dx = -2 < 0 embora sin\sin seja contínua. Opção D: comprimento de arco é outra integral.
  18. Ex. 82.18ModelingAnswer key

    Um veículo tem velocidade v(t)=3t2+2v(t) = 3t^2 + 2 m/s. Qual a distância percorrida de t=0t = 0 a t=4t = 4 s?

    Show solution
    Distância = 04v(t)dt=04(3t2+2)dt=[t3+2t]04=(64+8)0=72\int_0^4 v(t)\, dt = \int_0^4 (3t^2 + 2)\, dt = [t^3 + 2t]_0^4 = (64 + 8) - 0 = 72 metros.
    Show step-by-step (with the why)
    1. Identifique: distância percorrida = integral da velocidade no tempo.
    2. Calcule antiderivada: F(t)=t3+2tF(t) = t^3 + 2t.
    3. Avalie: F(4)F(0)=720=72F(4) - F(0) = 72 - 0 = 72 m.
    Curiosidade: se a velocidade fosse negativa em parte do intervalo, a integral daria o deslocamento líquido, não a distância total percorrida.
  19. Ex. 82.19ModelingAnswer key

    A temperatura de um reator industrial varia como T(t)=2t+1T(t) = 2t + 1 °C durante as 6 primeiras horas de operação. Calcule a temperatura média nesse período.

    Show solution
    Valor médio: 16006(2t+1)dt=16[t2+t]06=16(36+6)=7\frac{1}{6-0}\int_0^6 (2t + 1)\, dt = \frac{1}{6}[t^2 + t]_0^6 = \frac{1}{6}(36 + 6) = 7. O valor médio da temperatura é 7°C.
  20. Ex. 82.20ApplicationAnswer key

    Sabendo que 15f(x)dx=10\int_1^5 f(x)\, dx = 10 e 35f(x)dx=4\int_3^5 f(x)\, dx = 4, calcule 13f(x)dx\int_1^3 f(x)\, dx.

    Show solution
    Aditividade: 13f=15f35f=104=6\int_1^3 f = \int_1^5 f - \int_3^5 f = 10 - 4 = 6. (Usamos 35f=4\int_3^5 f = 4, então 13f=104=6\int_1^3 f = 10 - 4 = 6.)
  21. Ex. 82.21Application

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

    Show solution
    Pelo TFC: 22x3dx=[x4/4]22=44=0\int_{-2}^2 x^3\, dx = [x^4/4]_{-2}^2 = 4 - 4 = 0. Funções ímpares em intervalos simétricos: integral zero.
  22. Ex. 82.22Application

    Calcule 25(4x)dx\int_2^5 (4 - x)\, dx.

    Show solution
    Pelo TFC: 25(4x)dx=[4xx2/2]25=(2012,5)(82)=7,56=1,5\int_2^5 (4 - x)\, dx = [4x - x^2/2]_2^5 = (20 - 12{,}5) - (8 - 2) = 7{,}5 - 6 = 1{,}5.
  23. Ex. 82.23Modeling

    Calcule a área geométrica total (sempre positiva) delimitada por y=sinxy = \sin x e o eixo xx em [0,2π][0, 2\pi].

    Show solution
    A área geométrica requer integrar sinx|\sin x|. Em [0,π][0, \pi]: sinx0\sin x \geq 0, contribuição = 2. Em [π,2π][\pi, 2\pi]: sinx0\sin x \leq 0, área = π2πsinxdx=(2)=2\left|\int_\pi^{2\pi} \sin x\, dx\right| = |-(-2)| = 2. Área total geométrica = 2+2=42 + 2 = 4.
  24. Ex. 82.24Challenge

    Use a propriedade de monotonicidade para estabelecer cotas superior e inferior para 01(x2+1)dx\int_0^1 (x^2 + 1)\, dx, sem calcular.

    Show solution
    Cota inferior em [0,1][0,1]: mínimo de x2+1x^2 + 1 é 1 (em x=0x=0). Cota superior: máximo é 2 (em x=1x=1). Por monotonicidade: 101(x2+1)dx21 \leq \int_0^1 (x^2+1)\, dx \leq 2. Valor exato: [x3/3+x]01=4/31,33[x^3/3 + x]_0^1 = 4/3 \approx 1{,}33. Está dentro das cotas.
  25. Ex. 82.25Challenge

    Calcule o valor médio de f(x)=sinxf(x) = \sin x em [0,π][0, \pi] e encontre o valor de cc garantido pelo TVM integral.

    Show solution
    Valor médio: 1π0πsinxdx=1π2=2π0,637\frac{1}{\pi}\int_0^\pi \sin x\, dx = \frac{1}{\pi} \cdot 2 = \frac{2}{\pi} \approx 0{,}637. Pelo TVM, existe c(0,π)c \in (0, \pi) com sinc=2/π\sin c = 2/\pi; resolve-se c=arcsin(2/π)0,69c = \arcsin(2/\pi) \approx 0{,}69 rad (ou o suplementar π0,692,45\pi - 0{,}69 \approx 2{,}45).
    Show step-by-step (with the why)
    1. Fórmula do valor médio: fmed=1baabff_{\text{med}} = \frac{1}{b-a}\int_a^b f.
    2. Calcule a integral: 0πsinxdx=2\int_0^\pi \sin x\, dx = 2.
    3. Valor médio: 2π\frac{2}{\pi}.
    4. TVM: encontre cc com sinc=2/π\sin c = 2/\pi. Note que há dois valores no intervalo (simetria do seno).
    Curiosidade: o valor médio de sin\sin num período completo é zero; num semiperíodo é 2/π2/\pi — número que aparece em eletrônica (valor médio de retificador de meia onda).
  26. Ex. 82.26Application

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

    Show solution
    Pelo TFC: 0π/2(sinx+cosx)dx=[cosx+sinx]0π/2=(0+1)(1+0)=2\int_0^{\pi/2} (\sin x + \cos x)\, dx = [-\cos x + \sin x]_0^{\pi/2} = (0 + 1) - (-1 + 0) = 2.
  27. Ex. 82.27Application

    Calcule 02(ex1)dx\int_0^2 (e^x - 1)\, dx.

    Show solution
    Pelo TFC: 02(ex1)dx=[exx]02=(e22)(10)=e234,389\int_0^2 (e^x - 1)\, dx = [e^x - x]_0^2 = (e^2 - 2) - (1 - 0) = e^2 - 3 \approx 4{,}389.
  28. Ex. 82.28Challenge

    Estabeleça cotas para 13xdx\int_1^3 \sqrt{x}\, dx e depois calcule o valor exato.

    Show solution
    Em [1,3][1, 3]: mínimo de x\sqrt{x} é 11 (em x=1x=1), máximo é 3\sqrt{3} (em x=3x=3). Logo 213xdx232 \leq \int_1^3 \sqrt{x}\, dx \leq 2\sqrt{3}. Valor exato: [2x3/2/3]13=2(331)/32,80[2x^{3/2}/3]_1^3 = 2(3\sqrt{3}-1)/3 \approx 2{,}80. Verificado.
  29. Ex. 82.29ModelingAnswer key

    Uma força variável F(x)=102xF(x) = 10 - 2x N age sobre um objeto que se desloca de x=0x = 0 a x=3x = 3 m. Calcule o trabalho realizado (W=03F(x)dxW = \int_0^3 F(x)\, dx).

    Show solution
    Trabalho = 03F(x)dx=03(102x)dx=[10xx2]03=309=21\int_0^3 F(x)\, dx = \int_0^3 (10 - 2x)\, dx = [10x - x^2]_0^3 = 30 - 9 = 21 J.
  30. Ex. 82.30Proof

    Demonstre a propriedade de inversão dos limites: baf(x)dx=abf(x)dx\int_b^a f(x)\, dx = -\int_a^b f(x)\, dx.

    Show solution
    Queremos mostrar que baf=abf\int_b^a f = -\int_a^b f. Pela definição, quando invertemos os limites de integração, cada soma de Riemann muda de sinal: o intervalo é percorrido na direção contrária, então Δxi=xixi1\Delta x_i = x_i - x_{i-1} passa a ser negativo. Formalmente: seja FF antiderivada de ff. Então baf=F(a)F(b)=(F(b)F(a))=abf\int_b^a f = F(a) - F(b) = -(F(b) - F(a)) = -\int_a^b f.

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.