Math ClubMath Club
v1 · padrão canônico

Lesson 91 — Introduction to Ordinary Differential Equations

ODE: equation relating a function to its derivatives. Classification, general vs. particular solution, modeling in science and engineering.

Used in: Ano 3 EM — arco cálculo aplicado · Equiv. Spécialité Maths francesa (Terminale) · Equiv. Math III japonês avançado · Equiv. Leistungskurs DE (Klasse 12)

y=f(x,y)y' = f(x,\, y)

Forma normal de uma EDO de 1ª ordem: a derivada de y é dada como função de x e do próprio y. Resolver a EDO é encontrar y(x) que, ao ser derivada, satisfaz essa relação em todo intervalo de validade. Uma condição inicial y(x0)=y0y(x_0) = y_0 determina a solução particular.

Choose your door

Rigorous notation, full derivation, hypotheses

Definição e classificação

Equação Diferencial Ordinária

"Uma equação diferencial é uma equação que contém uma ou mais funções de uma variável independente e as derivadas dessas funções." — OpenStax Calculus Volume 2, §4.1

Classificação

Solução geral e particular

"A solução geral de y=f(x)y' = f(x) é y=F(x)+Cy = F(x) + C, onde FF é uma antiderivada de ff e CC é uma constante arbitrária. Para determinar um valor único para CC, uma condição inicial é necessária." — OpenStax Calculus Volume 2, §4.1

Existência e unicidade (Picard-Lindelöf)

Consequência prática: verifica-se Picard-Lindelöf para toda EDO antes de afirmar unicidade. A EDO y=yy' = \sqrt{|y|}, y(0)=0y(0) = 0 viola a hipótese (derivada parcial descontinua em y=0y = 0) e tem infinitas soluções.

A EDO fundamental: crescimento/decaimento exponencial

y=ky    y(x)=y0ekxy' = ky \implies y(x) = y_0\, e^{kx}
what this means · A derivada de y é proporcional a y. Solução: exponencial. Aparece em juros contínuos, decaimento radioativo, resfriamento de Newton, farmacocinética, crescimento bacteriano.
xyk > 0k < 0y₀

Família de soluções de y' = ky. Crescimento (k maior que 0, curva azul) e decaimento (k menor que 0, curva laranja). Todas partem de y₀ em x = 0.

Exemplos resolvidos

Exercise list

40 exercises · 10 with worked solution (25%)

Application 21Understanding 6Modeling 6Challenge 6Proof 1
  1. Ex. 91.1Understanding

    Classifique a EDO (y)2=y+2y(y')^2 = y' + 2y quanto a ordem e linearidade.

    Select the correct option
    Select an option first
    Show solution
    A equação (y)2=y+2y(y')^2 = y' + 2y tem derivada máxima yy' (ordem 1). O termo (y)2(y')^2 torna a equação não-linear. B erra ao dizer linear. C acerta a não-linearidade mas erra a ordem — há (y)2(y')^2 que envolve apenas a primeira derivada, mas ela aparece ao quadrado, portanto ordem 1 e não-linear. Revisite: ordem = maior derivada; linearidade = potência 1 de yy e suas derivadas.
    Show step-by-step (with the why)
    1. Identifique a derivada mais alta: yy' — ordem 1.
    2. Verifique a potência de yy': o termo (y)2(y')^2 é de grau 2 em yy' — não-linear.
    3. Conclusão: ordem 1, não-linear. A opção correta é A.
  2. Ex. 91.2UnderstandingAnswer key

    Classifique a EDO y+yy=3x2y''' + y'' y' = 3x^2.

    Select the correct option
    Select an option first
    Show solution
    A derivada de maior ordem é yy''' (terceira), portanto ordem 3. O produto yyy'' \cdot y' é um produto de derivadas — não-linear. B erra ao afirmar linearidade. C subestima a ordem. D subestima ainda mais.
    Show step-by-step (with the why)
    1. Identifique a maior derivada: yy''' — ordem 3.
    2. Verifique linearidade: o termo yyy'' y' é produto de derivadas — não-linear.
    3. Conclusão: ordem 3, não-linear.
  3. Ex. 91.3UnderstandingAnswer key

    Classifique a EDO dydx+d2ydx2=3x4\frac{dy}{dx} + \frac{d^2y}{dx^2} = 3x^4.

    Select the correct option
    Select an option first
    Show solution
    A equação tem derivada máxima d2y/dx2d^2y/dx^2 — ordem 2. Tanto dy/dxdy/dx quanto d2y/dx2d^2y/dx^2 aparecem linearmente — linear. B subestima a ordem. C erra a linearidade. D superestima a ordem.
  4. Ex. 91.4Understanding

    Classifique a EDO (dydt)2+8dydt+3y=4t\left(\frac{dy}{dt}\right)^2 + 8\frac{dy}{dt} + 3y = 4t.

    Select the correct option
    Select an option first
    Show solution
    A equação tem derivada máxima dy/dtdy/dt — ordem 1. O quadrado (dy/dt)2(dy/dt)^2 torna a equação não-linear. B e D erram a ordem. C erra a linearidade.
  5. Ex. 91.5Application

    Verifique se y=x3/3y = x^3/3 resolve y=x2y' = x^2.

    Select the correct option
    Select an option first
    Show solution
    Derivando: y=x3/3y=x2y = x^3/3 \Rightarrow y' = x^2. Isso coincide com o lado direito da EDO. Portanto y=x3/3y = x^3/3 é solução. B e C erram a derivada. D é falsa pois a derivação vale para todo xx.
    Show step-by-step (with the why)
    1. Compute y=ddx(x33)=x2y' = \frac{d}{dx}\left(\frac{x^3}{3}\right) = x^2.
    2. Compare com o lado direito: x2x^2. Coincidem.
    3. Conclusão: y=x3/3y = x^3/3 é solução (a solução geral inclui constante CC).
  6. Ex. 91.6Application

    Verifique se y=2ex+x1y = 2e^{-x} + x - 1 é solução de y=xyy' = x - y.

    Select the correct option
    Select an option first
    Show solution
    Compute y=2ex+1y' = -2e^{-x} + 1. Compute xy=x(2ex+x1)=12exx - y = x - (2e^{-x}+x-1) = 1 - 2e^{-x}. Como y=12ex=xyy' = 1-2e^{-x} = x-y, a função satisfaz a EDO. B apenas cita a derivada sem concluir. C e D são falsas.
    Show step-by-step (with the why)
    1. Derive: y=2ex+1y' = -2e^{-x} + 1.
    2. Compute xy=x2exx+1=12exx - y = x - 2e^{-x} - x + 1 = 1 - 2e^{-x}.
    3. Confirme: y=12ex=xyy' = 1 - 2e^{-x} = x - y. Satisfaz a EDO.
  7. Ex. 91.7Application

    Verifique se y=e3xex2y = e^{3x} - \frac{e^x}{2} satisfaz y=3y+exy' = 3y + e^x.

    Select the correct option
    Select an option first
    Show solution
    Compute y=3e3xex/2y' = 3e^{3x} - e^x/2. Compute 3y+ex=3(e3xex/2)+ex=3e3xex/23y + e^x = 3(e^{3x} - e^x/2) + e^x = 3e^{3x} - e^x/2. Logo y=3y+exy' = 3y + e^x. B cita apenas parte da derivada. C e D são falsas.
  8. Ex. 91.8Application

    Verifique se y=11xy = \frac{1}{1-x} satisfaz y=y2y' = y^2.

    Select the correct option
    Select an option first
    Show solution
    Compute y=(1x)2y' = (1-x)^{-2} (regra da cadeia). Compute y2=(1x)2y^2 = (1-x)^{-2}. Logo y=y2y' = y^2. A está correta. B erra o sinal. C é falsa — os dois lados são iguais. D é verdadeira sobre o domínio mas não nega a condição de solução.
    Show step-by-step (with the why)
    1. Derive: y=(1x)1y=(1x)2y = (1-x)^{-1} \Rightarrow y' = (1-x)^{-2}.
    2. Compute y2=(1x)2y^2 = (1-x)^{-2}.
    3. Logo y=y2y' = y^2. Solução confirmada para x1x \neq 1.
  9. Ex. 91.9Application

    Verifique se y=ex2/2y = e^{x^2/2} satisfaz y=xyy' = xy.

    Select the correct option
    Select an option first
    Show solution
    Compute y=ex2/2xy' = e^{x^2/2} \cdot x (regra da cadeia). Compute xy=xex2/2xy = xe^{x^2/2}. Logo y=xyy' = xy. A correta. B adiciona 1 incorretamente. C erra o expoente. D é falsa — a identidade vale para todo xRx \in \mathbb{R}.
  10. Ex. 91.10ApplicationAnswer key

    Verifique se y=4+lnxy = 4 + \ln x é solução de xy=1xy' = 1.

    Select the correct option
    Select an option first
    Show solution
    Compute y=1/xy' = 1/x. Então xy=x(1/x)=1xy' = x \cdot (1/x) = 1. Satisfaz a EDO para todo x>0x > 0. A está correta. B admite o cálculo mas nega a conclusão incoerentemente. C erra a derivada. D restringe o domínio incorretamente (ln x existe para x maior que 0).
  11. Ex. 91.11Application

    Verifique se y=3x+xlnxy = 3 - x + x\ln x é solução de y=lnxy' = \ln x.

    Select the correct option
    Select an option first
    Show solution
    Pela regra do produto: ddx(xlnx)=lnx+1\frac{d}{dx}(x\ln x) = \ln x + 1. Portanto y=1+lnx+1=lnxy' = -1 + \ln x + 1 = \ln x. Satisfaz a EDO. B aplica a regra incorretamente. C erra o sinal. D: o domínio é x maior que 0, não x maior que 1.
    Show step-by-step (with the why)
    1. Derive y=3x+xlnxy = 3 - x + x\ln x.
    2. Regra do produto para xlnxx\ln x: lnx+x(1/x)=lnx+1\ln x + x \cdot (1/x) = \ln x + 1.
    3. Portanto y=1+(lnx+1)=lnxy' = -1 + (\ln x + 1) = \ln x. Satisfaz.
  12. Ex. 91.12Application

    Encontre a solução particular de y=4x2y' = 4x^2 passando por (3,30)(-3,\,-30), dada a geral y=C+4x33y = C + \frac{4x^3}{3}.

    Select the correct option
    Select an option first
    Show solution
    Solução geral: y=C+4x33y = C + \frac{4x^3}{3}. Aplique y(3)=30y(-3) = -30: C+4(27)3=C36=30C=6C + \frac{4(-27)}{3} = C - 36 = -30 \Rightarrow C = 6. Solução particular: y=4x33+6y = \frac{4x^3}{3} + 6. B usa C=0C=0. C e D erram a constante.
    Show step-by-step (with the why)
    1. Substitua (3,30)(-3,-30): C+4(27)3=C36=30C + \frac{4(-27)}{3} = C - 36 = -30.
    2. C=6C = 6. Solução: y=4x33+6y = \frac{4x^3}{3} + 6.
  13. Ex. 91.13ApplicationAnswer key

    Encontre a solução particular de y=3x3y' = 3x^3 passando por (1,4,75)(1,\,4{,}75), dada a geral y=C+3x44y = C + \frac{3x^4}{4}.

    Select the correct option
    Select an option first
    Show solution
    Solução geral: y=C+3x44y = C + \frac{3x^4}{4}. Aplique y(1)=4,75y(1) = 4{,}75: C+3/4=4,75C=4C + 3/4 = 4{,}75 \Rightarrow C = 4. B usa C=0C=0. C erra o sinal. D usa a condição inicial como constante diretamente.
  14. Ex. 91.14Application

    Encontre a solução particular de y=3x2yy' = 3x^2 y com y(0)=12y(0) = 12, dada a geral y=Cex3y = Ce^{x^3}.

    Select the correct option
    Select an option first
    Show solution
    Solução geral: y=Cex3y = Ce^{x^3}. Aplique y(0)=12y(0) = 12: Ce0=C=12Ce^0 = C = 12. Solução: y=12ex3y = 12e^{x^3}. B usa C=1C=1. C adiciona constante errada. D confunde o expoente com sua derivada.
    Show step-by-step (with the why)
    1. Solução geral: y=Cex3y = Ce^{x^3}.
    2. y(0)=C=12y(0) = C = 12.
    3. Solução particular: y=12ex3y = 12e^{x^3}.
  15. Ex. 91.15ApplicationAnswer key

    Encontre a solução particular de y=2xyy' = 2xy com y(0)=12y(0) = \frac{1}{2}, dada a geral y=Cex2y = Ce^{x^2}.

    Select the correct option
    Select an option first
    Show solution
    Solução geral: y=Cex2y = Ce^{x^2}. Aplique y(0)=1/2y(0) = 1/2: C=1/2C = 1/2. Logo y=ex2/2y = e^{x^2}/2. B usa C=1C=1. C confunde o expoente. D adiciona constante erroneamente.
  16. Ex. 91.16Challenge

    Encontre a solução particular de yx2=yy'x^2 = y com y(1)=2ey(1) = 2e, dada a geral y=Ce1/xy = Ce^{-1/x}.

    Select the correct option
    Select an option first
    Show solution
    Solução geral: y=Ce1/xy = Ce^{-1/x}. Aplique y(1)=2ey(1) = 2e: Ce1=2eC=2ee=2e2Ce^{-1} = 2e \Rightarrow C = 2e \cdot e = 2e^2. Solução: y=2e2e1/xy = 2e^2 e^{-1/x}. B usa C=2C=2. C inverte o sinal. D usa C=1C=1.
    Show step-by-step (with the why)
    1. Solução geral: y=Ce1/xy = Ce^{-1/x}.
    2. Em x=1,y=2ex=1, y=2e: Ce1=2eC=2e2Ce^{-1} = 2e \Rightarrow C = 2e^2.
    3. Solução: y=2e2e1/xy = 2e^2 e^{-1/x}.
  17. Ex. 91.17Application

    Dados AA e kk constantes positivas, qual função é solução de dydt=k(Ay)\frac{dy}{dt} = k(A - y)?

    Select the correct option
    Select an option first
    Show solution
    A EDO dy/dt=k(Ay)dy/dt = k(A-y) tem equilíbrio em y=Ay=A. Substituindo u=yAu = y - A: u=kuu' = -ku, logo u=Cektu = Ce^{-kt} e y=A+Cekty = A + Ce^{-kt}. B tem sinal errado. C tem expoente positivo (diverge). D usa A1A^{-1} incorretamente.
    Show step-by-step (with the why)
    1. Substitua u=yAu = y - A: du/dt=kudu/dt = -ku.
    2. Solução: u=Cektu = Ce^{-kt}.
    3. Volte: y=A+Cekty = A + Ce^{-kt}.
  18. Ex. 91.18Application

    A família y=ce2x+exy = ce^{-2x} + e^{-x} satisfaz y+2y=exy' + 2y = e^{-x}. Encontre cc tal que y(1)=1y(1) = 1.

    Select the correct option
    Select an option first
    Show solution
    A família y=ce2x+exy = ce^{-2x} + e^{-x}. Aplique y(1)=1y(1) = 1: ce2+e1=1c=(1e1)e2=e2ece^{-2} + e^{-1} = 1 \Rightarrow c = (1 - e^{-1}) \cdot e^2 = e^2 - e. B e D erram o fator. C daria y(1)=e11y(1) = e^{-1} \neq 1.
    Show step-by-step (with the why)
    1. Substitua x=1,y=1x=1, y=1: ce2+e1=1ce^{-2} + e^{-1} = 1.
    2. c=(1e1)e2=e2ec = (1 - e^{-1}) \cdot e^2 = e^2 - e.
  19. Ex. 91.19ApplicationAnswer key

    A família y=x2+c/x2y = x^2 + c/x^2 satisfaz xy+2y=4x2xy' + 2y = 4x^2 (x>0x>0). Encontre cc tal que y(7)=7y(7) = 7.

    Select the correct option
    Select an option first
    Show solution
    A família y=x2+c/x2y = x^2 + c/x^2. Aplique y(7)=7y(7)=7: 49+c/49=7c/49=42c=205849 + c/49 = 7 \Rightarrow c/49 = -42 \Rightarrow c = -2058. B dá y(7)=49y(7)=49. C e D erram o cálculo.
    Show step-by-step (with the why)
    1. Substitua x=7,y=7x=7, y=7: 49+c/49=749 + c/49 = 7.
    2. c=4249=2058c = -42 \cdot 49 = -2058.
  20. Ex. 91.20Understanding

    Qual das afirmações sobre EDOs e suas soluções é correta?

    Select the correct option
    Select an option first
    Show solution
    Para y=7yy' = 7y: a solução geral é Ce7xCe^{7x}; com C=1C=1, y=e7xy = e^{7x}. B: e7xe^{7x} satisfaz y=7yy' = 7y, não y=7yy' = -7y. C: y=49yy'' = 49y tem soluções e±7xe^{\pm 7x}, não seno. D: y=49yy'' = -49y tem soluções sin(7x)\sin(7x) e cos(7x)\cos(7x).
  21. Ex. 91.21Application

    Usando o método de Euler com passo 1, estime y(1),y(2),y(3),y(4)y(1), y(2), y(3), y(4) para dy/dt=0,8ydy/dt = 0{,}8\,y, y(0)=10y(0) = 10.

    Select the correct option
    Select an option first
    Show solution
    Usando Euler com passo 1 e dy/dt=0,8y,y(0)=10dy/dt = 0{,}8y, y(0)=10: y(t+1)y(t)+0,8y(t)=1,8y(t)y(t+1) \approx y(t) + 0{,}8 y(t) = 1{,}8 y(t). Portanto: y(1)=18y(1) = 18, y(2)=32,4y(2) = 32{,}4, y(3)=58,3y(3) = 58{,}3, y(4)=104,9y(4) = 104{,}9. B usa adição linear. C usa a solução exata, não Euler. D usa decaimento em vez de crescimento.
    Show step-by-step (with the why)
    1. Euler: yn+1=yn+Δt0,8yn=1,8yny_{n+1} = y_n + \Delta t \cdot 0{,}8 y_n = 1{,}8 y_n.
    2. y(1)=1,810=18y(1) = 1{,}8 \cdot 10 = 18.
    3. y(2)=1,818=32,4y(2) = 1{,}8 \cdot 18 = 32{,}4; y(3)=58,32y(3) = 58{,}32; y(4)=104,976y(4) = 104{,}976.
  22. Ex. 91.22ModelingAnswer key

    Café com T(0)=105T(0) = 105 °F esfria segundo dTdt=115T+5\frac{dT}{dt} = -\frac{1}{15}T + 5. Qual solução e temperatura ambiente são corretas?

    Select the correct option
    Select an option first
    Show solution
    A EDO dT/dt=T/15+5dT/dt = -T/15 + 5 tem equilíbrio em 0=T/15+5T=750 = -T^*/15 + 5 \Rightarrow T^* = 75. Com T(0)=105T(0) = 105: T(t)=75+30et/15T(t) = 75 + 30e^{-t/15}. Quando tt \to \infty, T75T \to 75 °F — temperatura ambiente. B, C, D erram o equilíbrio ou a condição inicial.
    Show step-by-step (with the why)
    1. Equilíbrio: T=75T^* = 75 °F.
    2. Substitua u=T75u = T - 75: u=u/15u' = -u/15, u=Cet/15u = Ce^{-t/15}.
    3. T(0)=105u(0)=30C=30T(0) = 105 \Rightarrow u(0) = 30 \Rightarrow C = 30.
    4. T(t)=75+30et/15T(t) = 75 + 30e^{-t/15}.
  23. Ex. 91.23Application

    Qual função é solução de dydt=yt\frac{dy}{dt} = y - t?

    Select the correct option
    Select an option first
    Show solution
    Para A: y=1+2ety' = 1 + 2e^t e yt=1+2ety - t = 1 + 2e^t. Satisfaz. Para B: y=1y' = 1 e yt=21y - t = 2 \neq 1. Não satisfaz. Para C: y=ety' = e^t e yt=etty - t = e^t - t. Não satisfaz (exceto em t=0t=0). Para D: y=2ety' = 2e^t e yt=2ett2ety - t = 2e^t - t \neq 2e^t.
  24. Ex. 91.24Challenge

    A balança satisfaz h=khh'' = -kh. Observa-se h(t)=4sin(3t)h(t) = 4\sin(3t). Qual é kk?

    Select the correct option
    Select an option first
    Show solution
    Com h(t)=4sin(3t)h(t) = 4\sin(3t): h=36sin(3t)h'' = -36\sin(3t). A EDO exige h=kh=4ksin(3t)h'' = -kh = -4k\sin(3t). Logo 4k=36k=94k = 36 \Rightarrow k = 9. B confunde frequência com constante. C usa k=81k = 81. D inverte.
    Show step-by-step (with the why)
    1. h=12cos(3t)h' = 12\cos(3t), h=36sin(3t)h'' = -36\sin(3t).
    2. Substitua: 36sin(3t)=k4sin(3t)-36\sin(3t) = -k \cdot 4\sin(3t).
    3. 4k=36k=94k = 36 \Rightarrow k = 9.
  25. Ex. 91.25Modeling

    A população satisfaz dP/dt=f(P)dP/dt = f(P) com zeros de ff em P=0,1,3P=0, 1, 3; f<0f < 0 em (0,1)(0,1), f>0f > 0 em (1,3)(1,3), f<0f < 0 para P>3P > 3. Qual afirmação é correta?

    Select the correct option
    Select an option first
    Show solution
    O sinal de f(P)f(P): negativo em (0,1)(0,1), positivo em (1,3)(1,3), negativo em (3,)(3,\infty). Portanto: abaixo de 1 há decaimento até extinção; entre 1 e 3 cresce até 3; acima de 3 decresce até 3. O equilíbrio estável é P=3P = 3. A é a afirmação correta. B, C, D são incorretas.
    Show step-by-step (with the why)
    1. Analise sinal de f(P)f(P): zeros em 0, 1, 3.
    2. Crescimento (dP/dt>0dP/dt > 0): 1<P<31 < P < 3.
    3. Estabilidade: P=3P=3 atrai trajetórias vizinhas; P=1P=1 repele.
  26. Ex. 91.26Application

    Escreva a EDO da velocidade de uma bola de 1 lb lançada para cima com velocidade inicial aa ft/s e resolva-a.

    Select the correct option
    Select an option first
    Show solution
    EDO sem resistência: v=32v' = -32 ft/s² (gravidade). Integrando: v=32t+Cv = -32t + C. Com v(0)=av(0) = a: v(t)=32t+av(t) = -32t + a. B é a altura, não a velocidade. C usa modelo exponencial. D troca o sinal.
    Show step-by-step (with the why)
    1. v=32v' = -32.
    2. Integre: v=32t+Cv = -32t + C.
    3. v(0)=aC=av(0) = a \Rightarrow C = a.
  27. Ex. 91.27Modeling

    Bola de 1 lb lançada para cima com a=25a = 25 ft/s. Qual é v(t)v(t) e quando atinge o chão?

    Select the correct option
    Select an option first
    Show solution
    Com a=25a = 25: v(t)=32t+25v(t) = -32t + 25. Altura: h(t)=16t2+25th(t) = -16t^2 + 25t. Chão quando h=0h = 0: t(2516t)=0t=25/161,56t(25 - 16t) = 0 \Rightarrow t = 25/16 \approx 1{,}56 s. B confunde o tempo de subida máxima com o retorno ao chão. C erra a aceleração. D usa velocidade no lugar da altura.
    Show step-by-step (with the why)
    1. v(t)=32t+25v(t) = -32t + 25, h(t)=16t2+25th(t) = -16t^2 + 25t.
    2. Chão: h=0t=0h = 0 \Rightarrow t = 0 ou t=25/161,56t = 25/16 \approx 1{,}56 s.
  28. Ex. 91.28Understanding

    Dois objetos de massas m1m2m_1 \neq m_2 são lançados para cima com a mesma velocidade aa ft/s (sem resistência). Qual a diferença de velocidades após 1 s?

    Select the correct option
    Select an option first
    Show solution
    Sem resistência do ar: v=32v' = -32 (independe de mm). Ambos têm v(t)=a32tv(t) = a - 32t. Após 1 s: v1(1)=v2(1)=a32v_1(1) = v_2(1) = a - 32. Diferença zero — resultado de Galileu. B, C, D valem apenas com resistência do ar.
  29. Ex. 91.29Modeling

    Bola de 1 kg lançada com a=25a = 25 m/s. Em Marte g=3,711g = 3{,}711 m/s²; na Terra g=9,8g = 9{,}8 m/s². Compare os tempos de voo.

    Select the correct option
    Select an option first
    Show solution
    Tempo de voo: 2a/g2a/g. Terra: 225/9,85,12 \cdot 25/9{,}8 \approx 5{,}1 s. Marte: 225/3,71113,52 \cdot 25/3{,}711 \approx 13{,}5 s. Diferença: ~8,4 s a mais em Marte. A está correta. B, C, D são falsas.
    Show step-by-step (with the why)
    1. Velocidade nula: v=agt=0t=a/gv = a - gt = 0 \Rightarrow t^* = a/g.
    2. Tempo total de voo: 2a/g2a/g (subida = descida por simetria).
    3. Marte: ~13,5 s; Terra: ~5,1 s. Diferença ~8,4 s.
  30. Ex. 91.30ModelingAnswer key

    Carro com aceleração a=15cos(πt)a = 15\cos(\pi t) mph/h e v(0)=50v(0) = 50 mph. Qual é v(t)v(t) e a velocidade após 40 min?

    Select the correct option
    Select an option first
    Show solution
    Integre v=15cos(πt)v' = 15\cos(\pi t): v=15πsin(πt)+Cv = \frac{15}{\pi}\sin(\pi t) + C. Com v(0)=50v(0)=50: C=50C=50. Em t=2/3t=2/3 h (40 min): v=50+15πsin(2π/3)53,8v = 50 + \frac{15}{\pi}\sin(2\pi/3) \approx 53{,}8 mph. B não integra o cosseno. C usa cosseno em vez de seno. D ignora a condição inicial.
    Show step-by-step (with the why)
    1. Integre: v=15πsin(πt)+50v = \frac{15}{\pi}\sin(\pi t) + 50.
    2. t=2/3t = 2/3: v=50+15π3253,8v = 50 + \frac{15}{\pi} \cdot \frac{\sqrt{3}}{2} \approx 53{,}8 mph.
  31. Ex. 91.31Application

    Substitua y=Be3ty = Be^{3t} em yy=8e3ty' - y = 8e^{3t} e encontre BB.

    Select the correct option
    Select an option first
    Show solution
    Substitua y=Be3ty = Be^{3t}: y=3Be3ty' = 3Be^{3t}. Na EDO: 3Be3tBe3t=2Be3t=8e3tB=43Be^{3t} - Be^{3t} = 2Be^{3t} = 8e^{3t} \Rightarrow B = 4. B dá 282 \neq 8. C dá 16816 \neq 8. D dá 484 \neq 8.
    Show step-by-step (with the why)
    1. y=3Be3ty' = 3Be^{3t}.
    2. Substitua: 3Be3tBe3t=2Be3t=8e3t3Be^{3t} - Be^{3t} = 2Be^{3t} = 8e^{3t}.
    3. B=4B = 4.
  32. Ex. 91.32Challenge

    Substitua y=acos(2t)+bsin(2t)y = a\cos(2t) + b\sin(2t) em y+y=4sin(2t)y' + y = 4\sin(2t). Determine aa e bb.

    Select the correct option
    Select an option first
    Show solution
    Substitua y=acos(2t)+bsin(2t)y = a\cos(2t)+b\sin(2t) em y+y=4sin(2t)y'+y=4\sin(2t). y=2asin(2t)+2bcos(2t)y' = -2a\sin(2t)+2b\cos(2t). Sistema de equações: coeficiente de sin(2t)\sin(2t): 2a+b=4-2a+b=4; de cos(2t)\cos(2t): a+2b=0a+2b=0. De a=2ba = -2b: 4b+b=5b=4b=4/54b+b=5b=4 \Rightarrow b=4/5, a=8/5a=-8/5. A correta.
    Show step-by-step (with the why)
    1. Compute yy' e substitua.
    2. Sistema: 2a+b=4-2a+b=4 e a+2b=0a+2b=0.
    3. a=2ba=-2b: 5b=4b=4/5,a=8/55b=4 \Rightarrow b=4/5, a=-8/5.
  33. Ex. 91.33Challenge

    Substitua y=a+bt+ct2y = a + bt + ct^2 em y+y=1+t2y' + y = 1 + t^2. Determine aa, bb, cc.

    Select the correct option
    Select an option first
    Show solution
    Substitua y=a+bt+ct2y = a+bt+ct^2: y=b+2cty' = b+2ct. Na EDO: (b+2ct)+(a+bt+ct2)=1+t2(b+2ct)+(a+bt+ct^2)=1+t^2. Coeficientes: c=1c=1, 2c+b=0b=22c+b=0 \Rightarrow b=-2, b+a=1a=3b+a=1 \Rightarrow a=3. Solução: y=32t+t2y = 3-2t+t^2. B, C, D não satisfazem o sistema.
    Show step-by-step (with the why)
    1. Coeficiente de t2t^2: c=1c=1.
    2. Coeficiente de tt: 2c+b=0b=22c+b=0 \Rightarrow b=-2.
    3. Constante: b+a=1a=3b+a=1 \Rightarrow a=3.
  34. Ex. 91.34Challenge

    Substitua y=aetcost+betsinty = ae^t\cos t + be^t\sin t em y=2etcosty' = 2e^t\cos t. Determine aa e bb.

    Select the correct option
    Select an option first
    Show solution
    Substitua y=aetcost+betsinty = ae^t\cos t + be^t\sin t em y=2etcosty' = 2e^t\cos t. y=(a+b)etcost+(ba)etsinty' = (a+b)e^t\cos t + (b-a)e^t\sin t. Igualando: a+b=2a+b=2 e ba=0b-a=0. Logo a=b=1a=b=1. B e C satisfazem apenas uma equação. D dá a+b=02a+b=0 \neq 2.
    Show step-by-step (with the why)
    1. y=(a+b)etcost+(ba)etsinty' = (a+b)e^t\cos t + (b-a)e^t\sin t.
    2. Sistema: a+b=2a+b=2, ba=0b-a=0.
    3. a=b=1a = b = 1.
  35. Ex. 91.35ChallengeAnswer key

    Resolva y=ekty' = e^{kt}, y(0)=0y(0) = 0. O que ocorre quando k0k \to 0?

    Select the correct option
    Select an option first
    Show solution
    Solução de y=ekt,y(0)=0y' = e^{kt}, y(0) = 0: y=(ekt1)/ky = (e^{kt}-1)/k. Solução de y=1,y(0)=0y' = 1, y(0) = 0: y=ty = t. Por L'Hôpital: limk0(ekt1)/k=t\lim_{k\to0}(e^{kt}-1)/k = t. As soluções convergem. A está correta. B, C, D são falsas.
    Show step-by-step (with the why)
    1. Integre y=ekty' = e^{kt} com y(0)=0y(0)=0: y=(ekt1)/ky = (e^{kt}-1)/k.
    2. Limite: limk0ekt1k=t\lim_{k\to0}\frac{e^{kt}-1}{k} = t (L'Hôpital com derivada em kk: tekt/1=tte^{kt}/1 = t).
  36. Ex. 91.36ApplicationAnswer key

    Verifique qual função satisfaz y=x+yy' = x + y.

    Select the correct option
    Select an option first
    Show solution
    Para A: y=2ex1y' = 2e^x - 1 e x+y=x+2exx1=2ex1x+y = x + 2e^x - x - 1 = 2e^x - 1. Satisfaz. B: x+2ex2exx + 2e^x \neq 2e^x. C: 12x+11 \neq 2x+1. D: ex1exe^x - 1 \neq e^x.
  37. Ex. 91.37Application

    Verifique qual das funções satisfaz y=ysinxy' = y\sin x.

    Select the correct option
    Select an option first
    Show solution
    Para A: y=πecosxsinx=ysinxy' = \pi e^{-\cos x} \cdot \sin x = y\sin x. Satisfaz. B: y=πecosxsinx=ysinxysinxy' = -\pi e^{\cos x}\sin x = -y\sin x \neq y\sin x. C: y(0)=e1πy(0) = e^{-1} \neq \pi. D: πcosxπsin2x\pi\cos x \neq \pi\sin^2 x.
  38. Ex. 91.38Modeling

    Objeto sujeito à gravidade e resistência: mv=mgkvmv' = mg - kv, v(0)=0v(0) = 0. Qual é a velocidade terminal e o comportamento assintótico?

    Select the correct option
    Select an option first
    Show solution
    A EDO mv=mgkvmv' = mg - kv tem equilíbrio em v=mg/kv^* = mg/k. Solução: v(t)=mg/k+(v0mg/k)ekt/mv(t) = mg/k + (v_0 - mg/k)e^{-kt/m}. Quando tt \to \infty, vmg/kv \to mg/k. A correta. B inverte. C ignora o equilíbrio. D ignora resistência.
    Show step-by-step (with the why)
    1. Equilíbrio: v=mg/kv^* = mg/k.
    2. Substitua u=vmg/ku = v - mg/k: mu=kumu' = -ku, u=Cekt/mu = Ce^{-kt/m}.
    3. v(t)=mg/k+(v0mg/k)ekt/mv(t) = mg/k + (v_0 - mg/k)e^{-kt/m}.
  39. Ex. 91.39Application

    A EDO y=(y+1)y' = -(y+1) com y(1)=0y(1) = 0: qual é a solução particular? (Resp: y=e1x1y = e^{1-x} - 1)

    Select the correct option
    Select an option first
    Show solution
    EDO: y=(y+1)y' = -(y+1), y(1)=0y(1) = 0. Solução geral: y=Cex1y = Ce^{-x} - 1. Com y(1)=Ce11=0C=ey(1) = Ce^{-1}-1 = 0 \Rightarrow C = e. Solução: y=eex1=ex+11y = e \cdot e^{-x} - 1 = e^{-x+1} - 1. Com C=2eC=2e A seria y=2ex+11y = 2e^{-x+1}-1 — verifique: y(1)=21=10y(1) = 2-1=1 \neq 0. Correto: C=eC=e, y=e1x1y = e^{1-x}-1.
    Show step-by-step (with the why)
    1. Escreva y=(y+1)y' = -(y+1). Substitua u=y+1u = y+1: u=uu' = -u.
    2. Solução: u=Cexu = Ce^{-x}, logo y=Cex1y = Ce^{-x} - 1.
    3. y(1)=0Ce1=1C=ey(1) = 0 \Rightarrow Ce^{-1} = 1 \Rightarrow C = e.
    4. Solução: y=e1x1y = e^{1-x} - 1.
  40. Ex. 91.40Proof

    Como verificar que y=f(x)y = f(x) é solução de um PVI?

    Select the correct option
    Select an option first
    Show solution
    Para verificar solução de um PVI: (1) substitua yy na EDO e verifique a igualdade; (2) verifique a condição inicial. Ambos os passos são necessários. B é apenas parte do processo. C é necessário mas não suficiente. D a diferenciabilidade é condição necessária mas não suficiente.

Fontes

  • Notes on Diffy Qs — Jiří Lebl · 2024 · v6.6 · EN · CC-BY-SA. §0.2–1.3: definição de EDO, classificação, modelagem, exemplos de decaimento radioativo e resfriamento. Fonte primária desta lição.
  • Calculus Volume 2 — OpenStax · 2016 · EN · CC-BY-NC-SA. §4.1–4.3: verificação de soluções, condições iniciais, modelos de crescimento e decaimento, equações separáveis.
  • Active Calculus — Matt Boelkins et al. · 2024 · EN · CC-BY-NC-SA. §7.1–7.2: introdução visual a EDOs, campos de direção, modelagem qualitativa.

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.