Math ClubMath Club
v1 · padrão canônico

Lesson 81 — Antiderivative and indefinite integral

F such that F'(x) = f(x). Integration constant C. Table of elementary antiderivatives. Linearity. Verification by differentiation.

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

xndx=xn+1n+1+C(n1)\int x^n\, dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)

Antiderivada: operação inversa da derivada. F é antiderivada de f se F(x)=f(x)F'(x) = f(x). A constante C surge porque qualquer constante adicional some ao derivar.

Choose your door

Rigorous notation, full derivation, hypotheses

Definição rigorosa

Antiderivada e integral indefinida

"Se FF é uma antiderivada de ff em um intervalo II, então a antiderivada mais geral de ff em II é F(x)+CF(x) + C, onde CC é uma constante arbitrária." — OpenStax Calculus Vol. 1, §4.10

Tabela de antiderivadas elementares

f(x)∫ f(x) dxxⁿ (n ≠ −1)xⁿ⁺¹/(n+1) + C1/xln|x| + Ceˣ + Caˣ (a > 0, a ≠ 1)aˣ / ln a + Csin x−cos x + Ccos xsin x + Csec²xtan x + Ccsc²x−cot x + C1/(1+x²)arctan x + C1/√(1−x²)arcsin x + C

Tabela das antiderivadas elementares. Verificar cada linha derivando o resultado: deve retornar a coluna da esquerda.

Linearidade da antiderivação

"A regra da soma e as regras dos múltiplos constantes da integração mostram que a antiderivada de qualquer combinação linear de funções é a combinação linear das antiderivadas." — APEX Calculus, §5.1

Exemplos resolvidos

Exercise list

40 exercises · 10 with worked solution (25%)

Application 30Understanding 5Modeling 2Challenge 2Proof 1
  1. Ex. 81.1Understanding

    Verifique se F(x)=5x3+2x2+3x+1F(x) = 5x^3+2x^2+3x+1 é antiderivada de f(x)=15x2+4x+3f(x) = 15x^2+4x+3.

    Select the correct option
    Select an option first
    Show solution
    Verifique derivando: (5x3+2x2+3x+1)=15x2+4x+3(5x^3+2x^2+3x+1)' = 15x^2+4x+3. Como a derivada de FF é igual a ff, a resposta é sim. B confundiu integração com derivação de x2x^2. C ignora que a constante some ao derivar. D: a relação vale para todo xx.
  2. Ex. 81.2Understanding

    Verifique se F(x)=x2+4x+1F(x) = x^2+4x+1 é antiderivada de f(x)=2x+4f(x) = 2x+4.

    Select the correct option
    Select an option first
    Show solution
    Calcule a derivada: (x2+4x+1)=2x+4(x^2+4x+1)' = 2x+4. Como coincide com f(x)f(x), FF é de fato antiderivada. B é verdade, mas a constante +1+1 não impede: qualquer constante adicional é permitida na família de antiderivadas. C é erro de derivação. D: valem em todo intervalo do domínio.
  3. Ex. 81.3UnderstandingAnswer key

    Verifique se F(x)=x2exF(x) = x^2 e^x é antiderivada de f(x)=ex(x2+2x)f(x) = e^x(x^2+2x).

    Select the correct option
    Select an option first
    Show solution
    Regra do produto: (x2ex)=2xex+x2ex=ex(x2+2x)(x^2 e^x)' = 2x e^x + x^2 e^x = e^x(x^2+2x). Logo FF é antiderivada. B aplicou apenas a regra da potência. C confundiu verificação com a constante de integração. D: vale para todo xx.
  4. Ex. 81.4Understanding

    Verifique se F(x)=cosxF(x) = \cos x é antiderivada de f(x)=sinxf(x) = -\sin x.

    Select the correct option
    Select an option first
    Show solution
    Calcule: (cosx)=sinx(\cos x)' = -\sin x. Como a derivada de F(x)=cosxF(x)=\cos x é exatamente f(x)=sinxf(x)=-\sin x, a verificação confirma. B confundiu a relação: o enunciado pede verificar F=cosxF=\cos x vs f=sinxf=-\sin x, não o contrário. C não se aplica. D: a identidade vale para todo xRx \in \mathbb{R}.
  5. Ex. 81.5Application

    Verifique que F(x)=exF(x) = e^x é antiderivada de f(x)=exf(x) = e^x e escreva exdx\int e^x\,dx.

    Select the correct option
    Select an option first
    Show solution
    A exponencial natural é sua própria antiderivada: (ex)=ex(e^x)' = e^x, logo exdx=ex+C\int e^x\,dx = e^x+C. B aplicou erroneamente a regra da potência. C dividiu por xx sem fundamento. D é antiderivada de 1/x1/x.
  6. Ex. 81.6Application

    Encontre a antiderivada geral de f(x)=1x+1x2f(x) = \frac{1}{x} + \frac{1}{x^2}.

    Select the correct option
    Select an option first
    Show solution
    Separe: (1/x)dx+x2dx=lnx+x1/(1)=lnx1/x+C\int(1/x)\,dx + \int x^{-2}\,dx = \ln|x| + x^{-1}/(-1) = \ln|x| - 1/x + C. B derivou 1/x1/x em vez de integrar. C errou o resultado de x2dx\int x^{-2}\,dx. D usou potência errada em 1/x1/x.
    Show step-by-step (with the why)
    1. Separe: (1/x+1/x2)dx=x1dx+x2dx\int(1/x + 1/x^2)\,dx = \int x^{-1}\,dx + \int x^{-2}\,dx.
    2. x1dx=lnx\int x^{-1}\,dx = \ln|x|.
    3. x2dx=x1/(1)=1/x\int x^{-2}\,dx = x^{-1}/(-1) = -1/x.
    4. Resultado: lnx1/x+C\ln|x| - 1/x + C.
  7. Ex. 81.7ApplicationAnswer key

    Encontre a antiderivada geral de f(x)=ex3x2+sinxf(x) = e^x - 3x^2 + \sin x.

    Select the correct option
    Select an option first
    Show solution
    Linearidade: exdx=ex\int e^x\,dx = e^x, (3x2)dx=x3\int(-3x^2)\,dx = -x^3, sinxdx=cosx\int \sin x\,dx = -\cos x. Some: exx3cosx+Ce^x - x^3 - \cos x + C. B não integrou 3x23x^2. C errou o sinal de sinx\sin x. D trocou o sinal de x3x^3.
  8. Ex. 81.8ApplicationAnswer key

    Encontre a antiderivada geral de f(x)=ex+3xx2f(x) = e^x + 3x - x^2.

    Select the correct option
    Select an option first
    Show solution
    Integre cada parcela: exexe^x \to e^x, 3x3x2/23x \to 3x^2/2, x2x3/3-x^2 \to -x^3/3. B não integrou os termos polinomiais. C errou o sinal de x2-x^2. D trocou o sinal de 3x3x.
  9. Ex. 81.9Application

    Encontre a antiderivada geral de f(x)=x1+4sin(2x)f(x) = x^{-1} + 4\sin(2x).

    Select the correct option
    Select an option first
    Show solution
    x1lnxx^{-1} \to \ln|x|. Para 4sin(2x)4\sin(2x): 4sin(2x)dx=4cos(2x)/2=2cos(2x)\int 4\sin(2x)\,dx = -4\cos(2x)/2 = -2\cos(2x). B perdeu o sinal negativo. C errou o fator do denominador. D derivou 1/x1/x em vez de integrar.
    Show step-by-step (with the why)
    1. x1dx=lnx\int x^{-1}\,dx = \ln|x|.
    2. 4sin(2x)dx\int 4\sin(2x)\,dx: com u=2xu=2x, du=2dxdu=2\,dx.
    3. Resultado: 4(cos(2x)/2)=2cos(2x)4\cdot(-\cos(2x)/2) = -2\cos(2x).
    4. Some: lnx2cos(2x)+C\ln|x| - 2\cos(2x) + C.
  10. Ex. 81.10Application

    Encontre a antiderivada geral de f(x)=5x4+4x5f(x) = 5x^4 + 4x^5.

    Select the correct option
    Select an option first
    Show solution
    Regra da potência: 5x45x5/5=x55x^4 \to 5x^5/5 = x^5 e 4x54x6/6=2x6/34x^5 \to 4x^6/6 = 2x^6/3. B derivou. C errou o coeficiente de x6x^6. D não dividiu pelos novos expoentes.
  11. Ex. 81.11Application

    Encontre a antiderivada geral de f(x)=x+12x2f(x) = x + 12x^{-2}.

    Select the correct option
    Select an option first
    Show solution
    Reescreva: x+12x2x + 12x^{-2}. Integre: x2/2+12x1/(1)=x2/212/x+Cx^2/2 + 12x^{-1}/(-1) = x^2/2 - 12/x + C. B usou lnx\ln|x| para x2x^{-2}. C não integrou xx corretamente. D errou o expoente de x2x^{-2}.
  12. Ex. 81.12Application

    Encontre a antiderivada geral de f(x)=1xf(x) = \frac{1}{x} para x0x \neq 0.

    Select the correct option
    Select an option first
    Show solution
    A antiderivada de f(x)=1/xf(x) = 1/x é lnx+C\ln|x|+C. O módulo é necessário para cobrir x<0x < 0. B é antiderivada de x3x^{-3}. C é antiderivada de x3/2x^{-3}/2. D é incorreta (constante).
  13. Ex. 81.13ApplicationAnswer key

    Encontre a antiderivada geral de f(x)=(x)3f(x) = (\sqrt{x})^3.

    Select the correct option
    Select an option first
    Show solution
    Reescreva: (x)3=x3/2(\sqrt{x})^3 = x^{3/2}. Regra da potência: x3/2dx=x5/2/(5/2)=(2/5)x5/2+C\int x^{3/2}\,dx = x^{5/2}/(5/2) = (2/5)x^{5/2}+C. B derivou. C esqueceu dividir por 5/25/2. D é antiderivada de x\sqrt{x}.
    Show step-by-step (with the why)
    1. Reescreva: (x)3=x3/2(\sqrt{x})^3 = x^{3/2}.
    2. Aplique: n=3/2n+1=5/2n=3/2 \Rightarrow n+1=5/2.
    3. x3/2dx=x5/2/(5/2)=(2/5)x5/2+C\int x^{3/2}\,dx = x^{5/2}/(5/2) = (2/5)x^{5/2}+C.
  14. Ex. 81.14Application

    Encontre a antiderivada geral de f(x)=x1/3x2/3f(x) = \frac{x^{1/3}}{x^{2/3}}.

    Select the correct option
    Select an option first
    Show solution
    Simplifique: x1/3/x2/3=x1/32/3=x1/3x^{1/3}/x^{2/3} = x^{1/3-2/3} = x^{-1/3}. Regra da potência: x1/3dx=x2/3/(2/3)=(3/2)x2/3+C\int x^{-1/3}\,dx = x^{2/3}/(2/3) = (3/2)x^{2/3}+C. B derivou. C esqueceu o coeficiente 3/23/2. D usou 2/32/3 em vez de 3/23/2.
    Show step-by-step (with the why)
    1. Simplifique: x1/3/x2/3=x1/3x^{1/3}/x^{2/3} = x^{-1/3}.
    2. n=1/3n+1=2/3n=-1/3 \Rightarrow n+1=2/3.
    3. x1/3dx=x2/3/(2/3)=(3/2)x2/3+C\int x^{-1/3}\,dx = x^{2/3}/(2/3) = (3/2)x^{2/3}+C.
  15. Ex. 81.15Application

    Encontre a antiderivada geral de f(x)=2sinx+sin(2x)f(x) = 2\sin x + \sin(2x).

    Select the correct option
    Select an option first
    Show solution
    2sinxdx=2cosx\int 2\sin x\,dx = -2\cos x. Para sin(2x)\sin(2x): sin(2x)dx=cos(2x)/2\int \sin(2x)\,dx = -\cos(2x)/2. Some: 2cosxcos(2x)/2+C-2\cos x - \cos(2x)/2+C. B trocou o sinal de cos(2x)/2\cos(2x)/2. C errou o sinal de 2sinx2\sin x. D não integrou nenhum dos termos.
  16. Ex. 81.16Application

    Encontre a antiderivada geral de f(x)=sec2x+1f(x) = \sec^2 x + 1.

    Select the correct option
    Select an option first
    Show solution
    sec2xdx=tanx\int \sec^2 x\,dx = \tan x e 1dx=x\int 1\,dx = x. Some: tanx+x+C\tan x + x + C. B é a derivada de sec2x\sec^2 x. C esqueceu integrar a constante 11. D não integrou sec2x\sec^2 x.
  17. Ex. 81.17Application

    Encontre a antiderivada geral de f(x)=sinxcosxf(x) = \sin x \cos x.

    Select the correct option
    Select an option first
    Show solution
    Substituição u=sinxu=\sin x, du=cosxdxdu=\cos x\,dx: udu=u2/2=sin2x/2+C\int u\,du = u^2/2 = \sin^2 x/2+C. C também está correta (difere por constante), mas A é a forma mais direta. B não é antiderivada. D não faz sentido.
  18. Ex. 81.18ApplicationAnswer key

    Encontre a antiderivada geral de f(x)=sin2xcosxf(x) = \sin^2 x \cos x.

    Select the correct option
    Select an option first
    Show solution
    Substituição u=sinxu=\sin x, du=cosxdxdu=\cos x\,dx: u2du=u3/3=sin3x/3+C\int u^2\,du = u^3/3 = \sin^3 x/3+C. B usa cos\cos em vez de sin\sin. C é o integrando, não a antiderivada. D errou o sinal.
  19. Ex. 81.19Application

    Encontre a antiderivada geral de f(x)=0f(x) = 0.

    Select the correct option
    Select an option first
    Show solution
    Se f(x)=0f(x) = 0 para todo xx, então F(x)=0F'(x) = 0 implica que FF é constante: F(x)=CF(x) = C. B é um caso particular com C=0C=0. C teria F=10F'=1 \neq 0. D é falsa: toda constante é antiderivada de zero.
  20. Ex. 81.20ApplicationAnswer key

    Encontre a antiderivada geral de f(x)=12csc2x+1x2f(x) = \frac{1}{2}\csc^2 x + \frac{1}{x^2}.

    Select the correct option
    Select an option first
    Show solution
    12csc2xdx=12cotx\int \frac{1}{2}\csc^2 x\,dx = -\frac{1}{2}\cot x (pois (cotx)=csc2x(\cot x)' = -\csc^2 x). x2dx=1/x\int x^{-2}\,dx = -1/x. Some: cotx/21/x+C-\cot x/2 - 1/x + C. B derivou em vez de integrar. C perdeu o sinal de cot\cot. D errou o sinal de 1/x-1/x.
    Show step-by-step (with the why)
    1. 12csc2xdx=12(cotx)=cotx/2\int \frac{1}{2}\csc^2 x\,dx = \frac{1}{2}(-\cot x) = -\cot x/2.
    2. x2dx=1/x\int x^{-2}\,dx = -1/x.
    3. Resultado: cotx/21/x+C-\cot x/2 - 1/x + C.
  21. Ex. 81.21ApplicationAnswer key

    Encontre a antiderivada geral de f(x)=cscxcotx+3xf(x) = \csc x \cot x + 3x.

    Select the correct option
    Select an option first
    Show solution
    (cscx)=cscxcotx(\csc x)' = -\csc x \cot x, logo cscxcotxdx=cscx\int \csc x \cot x\,dx = -\csc x. 3xdx=3x2/2\int 3x\,dx = 3x^2/2. B não integrou. C perdeu o sinal de csc\csc. D confundiu cscxcotx\csc x \cot x com csc2x\csc^2 x.
  22. Ex. 81.22Application

    Encontre a antiderivada geral de f(x)=4cscxcotxsecxtanxf(x) = 4\csc x \cot x - \sec x \tan x.

    Select the correct option
    Select an option first
    Show solution
    4cscxcotxdx=4cscx\int 4\csc x \cot x\,dx = -4\csc x e secxtanxdx=secx\int \sec x \tan x\,dx = \sec x, com sinal negativo: 4cscxsecx+C-4\csc x - \sec x + C. B trocou o sinal de csc\csc. C trocou o sinal de sec\sec. D não integrou.
  23. Ex. 81.23ApplicationAnswer key

    Encontre a antiderivada geral de f(x)=8secx(secx4tanx)f(x) = 8\sec x(\sec x - 4\tan x).

    Select the correct option
    Select an option first
    Show solution
    Distribua: 8secx(secx4tanx)=8sec2x32secxtanx8\sec x(\sec x - 4\tan x) = 8\sec^2 x - 32\sec x \tan x. Integre: 8tanx32secx+C8\tan x - 32\sec x + C. B não integrou. C errou o sinal de secx\sec x. D não integrou sec2x\sec^2 x.
    Show step-by-step (with the why)
    1. Expanda: 8sec2x32secxtanx8\sec^2 x - 32\sec x \tan x.
    2. 8sec2xdx=8tanx\int 8\sec^2 x\,dx = 8\tan x.
    3. (32secxtanx)dx=32secx\int(-32\sec x \tan x)\,dx = -32\sec x.
    4. Some: 8tanx32secx+C8\tan x - 32\sec x + C.
  24. Ex. 81.24Application

    Encontre a antiderivada geral de f(x)=12e4x+sinxf(x) = \frac{1}{2}e^{-4x} + \sin x.

    Select the correct option
    Select an option first
    Show solution
    12e4xdx=12e4x4=e4x8\int \frac{1}{2}e^{-4x}\,dx = \frac{1}{2}\cdot\frac{e^{-4x}}{-4} = -\frac{e^{-4x}}{8}. sinxdx=cosx\int \sin x\,dx = -\cos x. Some: e4x/8cosx+C-e^{-4x}/8 - \cos x + C. B errou o denominador 8. C trocou o sinal de cos\cos. D perdeu o sinal de e4xe^{-4x}.
  25. Ex. 81.25Application

    Calcule (1)dx\int(-1)\,dx.

    Select the correct option
    Select an option first
    Show solution
    (1)dx=1x+C=x+C\int(-1)\,dx = -1 \cdot x + C = -x + C. A constante 1-1 integra para x-x. B é a derivada de 1-1 (zero). C é incorreta. D trocou o sinal.
  26. Ex. 81.26ApplicationAnswer key

    Calcule (4x+x)dx\int(4x + \sqrt{x})\,dx.

    Select the correct option
    Select an option first
    Show solution
    Integre: 4x2/2+x3/2/(3/2)=2x2+(2/3)x3/2+C4x^2/2 + x^{3/2}/(3/2) = 2x^2 + (2/3)x^{3/2}+C. B derivou. C esqueceu o fator 2/32/3. D usou 1/21/2 em vez de 2/32/3.
  27. Ex. 81.27Application

    Calcule (secxtanx+4x)dx\int(\sec x \tan x + 4x)\,dx.

    Select the correct option
    Select an option first
    Show solution
    secxtanxdx=secx\int \sec x \tan x\,dx = \sec x e 4xdx=2x2\int 4x\,dx = 2x^2. Some: secx+2x2+C\sec x + 2x^2 + C. B não integrou. C confundiu secxtanx\sec x \tan x com sec2x\sec^2 x. D trocou o sinal de 2x22x^2.
  28. Ex. 81.28Application

    Calcule (x1/3x2/3)dx\int(x^{-1/3} - x^{2/3})\,dx.

    Select the correct option
    Select an option first
    Show solution
    x1/3dx=x2/3/(2/3)=(3/2)x2/3\int x^{-1/3}\,dx = x^{2/3}/(2/3) = (3/2)x^{2/3} e x2/3dx=x5/3/(5/3)=(3/5)x5/3\int x^{2/3}\,dx = x^{5/3}/(5/3) = (3/5)x^{5/3}. Com o sinal: (3/2)x2/3(3/5)x5/3+C(3/2)x^{2/3} - (3/5)x^{5/3}+C. B derivou. C esqueceu os coeficientes. D trocou o sinal de x5/3x^{5/3}.
    Show step-by-step (with the why)
    1. x1/3dx=(3/2)x2/3\int x^{-1/3}\,dx = (3/2)x^{2/3}.
    2. (x2/3)dx=(3/5)x5/3\int(-x^{2/3})\,dx = -(3/5)x^{5/3}.
    3. Resultado: (3/2)x2/3(3/5)x5/3+C(3/2)x^{2/3} - (3/5)x^{5/3}+C.
  29. Ex. 81.29Application

    Calcule (ex+ex)dx\int(e^x + e^{-x})\,dx.

    Select the correct option
    Select an option first
    Show solution
    exdx=ex\int e^x\,dx = e^x e exdx=ex\int e^{-x}\,dx = -e^{-x}. Some: exex+Ce^x - e^{-x}+C. B errou o sinal de exe^{-x}. C não separou as parcelas. D confundiu exe^{-x} com exe^x.
  30. Ex. 81.30Application

    Resolva o problema de valor inicial: f(x)=x3f'(x) = x^{-3}, f(1)=1f(1) = 1.

    Select the correct option
    Select an option first
    Show solution
    Integre: f(x)=x2/(2)+C=1/(2x2)+Cf(x) = x^{-2}/(-2) + C = -1/(2x^2)+C. Condição f(1)=1f(1)=1: 1/2+C=1C=3/2-1/2+C=1 \Rightarrow C=3/2. B calculou C=2C=2. C não integrou. D usou C=1C=1.
    Show step-by-step (with the why)
    1. Integre: f(x)=x3dx=x2/2+Cf(x) = \int x^{-3}\,dx = -x^{-2}/2 + C.
    2. Aplique f(1)=1f(1)=1: 1/2+C=1-1/2+C=1.
    3. C=3/2C=3/2.
    4. Resultado: f(x)=1/(2x2)+3/2f(x)=-1/(2x^2)+3/2.
  31. Ex. 81.31Application

    Resolva o problema de valor inicial: f(x)=x+x2f'(x) = x + x^2, f(0)=2f(0) = 2.

    Select the correct option
    Select an option first
    Show solution
    Integre: f(x)=x2/2+x3/3+Cf(x) = x^2/2 + x^3/3 + C. Condição f(0)=2f(0)=2: 0+0+C=2C=20+0+C=2 \Rightarrow C=2. B esqueceu a condição inicial. C derivou em vez de integrar. D calculou C=3C=3.
  32. Ex. 81.32Application

    Resolva o problema de valor inicial: f(x)=x38x2+16x+1f'(x) = x^3 - 8x^2 + 16x + 1, f(0)=0f(0) = 0.

    Select the correct option
    Select an option first
    Show solution
    Integre: f(x)=x4/48x3/3+8x2+x+Cf(x) = x^4/4 - 8x^3/3 + 8x^2 + x + C. Condição f(0)=0f(0)=0: C=0C=0. B calculou C=1C=1. C não integrou. D omitiu o xx.
  33. Ex. 81.33Challenge

    Dado f(x)=x2+2f''(x) = x^2 + 2, encontre a forma geral de f(x)f(x) integrando duas vezes.

    Select the correct option
    Select an option first
    Show solution
    Integre f(x)=x2+2f''(x) = x^2+2: f(x)=x3/3+2x+C1f'(x) = x^3/3 + 2x + C_1. Integre novamente: f(x)=x4/12+x2+C1x+C2f(x) = x^4/12 + x^2 + C_1 x + C_2. Há duas constantes livres. B parou na primeira integração. C errou os coeficientes. D esqueceu as constantes de integração.
  34. Ex. 81.34ChallengeAnswer key

    Dado f(x)=exf''(x) = e^{-x}, encontre a forma geral de f(x)f(x) integrando duas vezes.

    Select the correct option
    Select an option first
    Show solution
    Integre f(x)=exf''(x) = e^{-x}: f(x)=ex+C1f'(x) = -e^{-x} + C_1. Integre novamente: f(x)=ex+C1x+C2f(x) = e^{-x} + C_1 x + C_2. B errou o sinal na segunda integração. C esqueceu o C1xC_1 x. D trocou o sinal do expoente.
  35. Ex. 81.35Modeling

    Um carro viaja a 40 mph quando os freios são acionados. Ele desacelera a 10 ft/s². Quanto tempo até parar?

    Select the correct option
    Select an option first
    Show solution
    Converta: 40 mph = 58,67 ft/s. Deceleração a=10a = -10 ft/s². v(t)=58,6710t=0t5,87v(t) = 58{,}67 - 10t = 0 \Rightarrow t \approx 5{,}87 s. B subestimou. C superestimou. D é metade do valor correto.
    Show step-by-step (with the why)
    1. Converta: 40×5280/360058,6740 \times 5280/3600 \approx 58{,}67 ft/s.
    2. v(t)=58,6710tv(t) = 58{,}67 - 10t.
    3. Carro para quando v=0v=0: t=58,67/105,87t = 58{,}67/10 \approx 5{,}87 s.
  36. Ex. 81.36Modeling

    Encontre a antiderivada de f(x)=x2+2f(x) = x^2 + 2 com condição F(0)=0F(0) = 0.

    Select the correct option
    Select an option first
    Show solution
    Integre f(x)=x2+2f(x) = x^2+2: F(x)=x3/3+2x+CF(x) = x^3/3 + 2x + C. Condição F(0)=0F(0)=0: C=0C=0. B derivou. C calculou C=1C=1. D integrou apenas a parte constante.
  37. Ex. 81.37Application

    Encontre a antiderivada de f(x)=sinx+2xf(x) = \sin x + 2x com condição F(0)=0F(0) = 0.

    Select the correct option
    Select an option first
    Show solution
    Integre: F(x)=cosx+x2+CF(x) = -\cos x + x^2 + C. Condição F(0)=0F(0)=0: 1+0+C=0C=1-1+0+C=0 \Rightarrow C=1. B não verificou a condição inicial. C errou o sinal de sinx\sin x. D confundiu sinx\int \sin x com sinx-\sin x.
  38. Ex. 81.38Application

    Encontre a antiderivada de f(x)=exf(x) = e^x com condição F(0)=0F(0) = 0.

    Select the correct option
    Select an option first
    Show solution
    Integre: F(x)=ex+CF(x) = e^x + C. Condição F(0)=0F(0)=0: 1+C=0C=11+C=0 \Rightarrow C=-1. Resultado: F(x)=ex1F(x)=e^x-1. B esqueceu aplicar a condição inicial. C calculou C=1C=1 com sinal errado. D usou regra da potência.
  39. Ex. 81.39Understanding

    Determine se é verdadeiro ou falso: se f(x)f(x) é antiderivada de v(x)v(x), então 2f(x)2f(x) é antiderivada de 2v(x)2v(x).

    Select the correct option
    Select an option first
    Show solution
    A integral é linear: 2v(x)dx=2v(x)dx=2f(x)+C\int 2v(x)\,dx = 2\int v(x)\,dx = 2f(x)+C. Logo 2f(x)2f(x) é antiderivada de 2v(x)2v(x). B é falsa — linearidade é propriedade fundamental. C incorreta: vale para qualquer vv. D não há constante extra problemática.
  40. Ex. 81.40Proof

    Determine se é verdadeiro ou falso: se f(x)f(x) é antiderivada de v(x)v(x), então f(2x)f(2x) é antiderivada de v(2x)v(2x).

    Select the correct option
    Select an option first
    Show solution
    Por regra da cadeia: (f(2x))=f(2x)2=2v(2x)(f(2x))' = f'(2x)\cdot 2 = 2v(2x). Logo f(2x)f(2x) é antiderivada de 2v(2x)2v(2x), NÃO de v(2x)v(2x). Contraexemplo: v(x)=xv(x)=x, f(x)=x2/2f(x)=x^2/2, f(2x)=2x2f(2x)=2x^2, (2x2)=4x2x=v(2x)(2x^2)'=4x \neq 2x = v(2x). B aplica substituição ingenuamente. C contradiz a si mesmo. D é irrelevante.
    Show step-by-step (with the why)
    1. Calcule: ddx[f(2x)]=f(2x)2=2v(2x)\frac{d}{dx}[f(2x)] = f'(2x)\cdot 2 = 2v(2x).
    2. Para ser antiderivada de v(2x)v(2x), precisaria (f(2x))=v(2x)(f(2x))' = v(2x).
    3. Como 2v(2x)v(2x)2v(2x) \neq v(2x) em geral, a afirmação é falsa.

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.