Math ClubMath Club
v1 · padrão canônico

Lesson 93 — First-order linear ODEs

y' + p(x)y = q(x). Integrating factor e^(integral of p). Applications: RC circuit, mixture, bank account.

Used in: Spécialité Maths (France, Terminale) · Math III japonês (avançado) · Leistungskurs alemão

y+p(x)y=q(x)    y=epdx ⁣[epdxq(x)dx+C]y' + p(x)\,y = q(x) \;\Longrightarrow\; y = e^{-\int p\,dx}\!\left[\int e^{\int p\,dx}\,q(x)\,dx + C\right]

EDO linear de 1ª ordem: o fator integrante μ(x)=ep(x)dx\mu(x) = e^{\int p(x)\,dx} transforma o lado esquerdo em derivada de produto (μy)(\mu y)'. Integra-se dos dois lados e isola-se yy.

Choose your door

Rigorous notation, full derivation, hypotheses

Fator integrante — teoria completa

Forma canônica

"An equation of the form y+p(x)y=f(x)y' + p(x)y = f(x) is called a first order linear differential equation." — Lebl, Notes on Diffy Qs, §1.4

Método do fator integrante

Por que funciona. Queremos que μy+μpy\mu y' + \mu p y seja a derivada de um produto. Como (μy)=μy+μy(\mu y)' = \mu' y + \mu y', precisamos μ=μp\mu' = \mu p, ou seja μ/μ=p\mu'/\mu = p. Integrando: μ(x)=ep(x)dx\mu(x) = e^{\int p(x)\,dx}.

Estrutura homogênea + particular

Diagrama: solução de sistema RC

tVVsV_C(t) = Vs(1 - e^(-t/RC))0RC3RC

Resposta a degrau do circuito RC: VCVsV_C \to V_s exponencialmente com constante de tempo τ=RC\tau = RC.

Exemplos resolvidos

Exercise list

40 exercises · 10 with worked solution (25%)

Application 28Understanding 6Modeling 4Challenge 2
  1. Ex. 93.1Understanding

    A equação dydx=x2y+sinx\dfrac{dy}{dx} = x^2 y + \sin x é não-linear?

    Select the correct option
    Select an option first
    Show solution
    Reescreve: yx2y=sinxy' - x^2 y = \sin x. Tem a forma y+p(x)y=q(x)y' + p(x)y = q(x) com p=x2p=-x^2 e q=sinxq=\sin x. Logo é linear. Não há potência de yy maior que 1.
  2. Ex. 93.2UnderstandingAnswer key

    A equação y+3ylnx=0y' + 3y - \ln x = 0 é não-linear?

    Select the correct option
    Select an option first
    Show solution
    A equação y+3ylnx=0y' + 3y - \ln x = 0 equivale a y+3y=lnxy' + 3y = \ln x, forma padrão com p=3p=3 (constante) e q=lnxq=\ln x. É linear; o domínio de lnx\ln x impõe x>0x>0 mas não afeta a linearidade.
  3. Ex. 93.3UnderstandingAnswer key

    Coloque xy=(3x+2)y+xex-xy' = (3x+2)y + xe^x na forma canônica y+p(x)y=q(x)y' + p(x)y = q(x) e identifique pp e qq.

    Select the correct option
    Select an option first
    Show solution
    Divide por x-x: y+3x+2xy=exy' + \frac{3x+2}{x}y = -e^x. Mas a convenção de sinal dá p=(3x+2)/xp = (3x+2)/x e q=exq=-e^x. Divindo por x-x corretamente: y+3x+2xy=exy' + \frac{3x+2}{x}y = -e^x, logo p=3x+2xp=\frac{3x+2}{x} e q=exq=-e^x. A opção correta usa sinal adequado na forma canônica.
    Show step-by-step (with the why)
    1. Equação original: xy=(3x+2)y+xex-xy' = (3x+2)y + xe^x.
    2. Divide por x-x: y+3x+2xy=exy' + \frac{3x+2}{x}y = -e^x.
    3. Identifica p=(3x+2)/x=3+2/xp = (3x+2)/x = 3+2/x e q=exq=-e^x.
  4. Ex. 93.4ApplicationAnswer key

    Para dydt=(4+t)y+tant\dfrac{dy}{dt} = (4+t)y + \tan t reescrita como y(4+t)y=tanty' - (4+t)y = \tan t, qual seria o fator integrante se p=tp = -t?

    Select the correct option
    Select an option first
    Show solution
    A equação yxy=tanty' - xy = \tan t tem p(x)=xp(x) = -x. Fator: μ=e(x)dx=ex2/2\mu = e^{\int (-x)\,dx} = e^{-x^2/2}. Distrator ex2/2e^{x^2/2}: inverteu o sinal de pp.
  5. Ex. 93.5Application

    Solução geral de dydt=yx(x+1)\dfrac{dy}{dt} = \dfrac{y}{x(x+1)}: (Resp: y=Cx(x+1)y = Cx(x+1))

    Select the correct option
    Select an option first
    Show solution
    Reescreve: y1x(x+1)yx(x+1)=0y' - \frac{1}{x(x+1)}y\cdot x(x+1) = 0. A equação dy/dt=yx/(x(x+1))dy/dt = y\cdot x/(x(x+1)) é separável. Separando: dy/y=dx/(x+1)...dy/y = dx/(x+1) - ... . Alternativamente, forma linear: y1x+1y+1xy=0y' - \frac{1}{x+1}y + \frac{1}{x}y = 0... Na forma y/y=1/x+1/(x+1)y'/y = 1/x + 1/(x+1), integrando: lny=lnx+lnx+1+C0\ln|y| = \ln|x| + \ln|x+1| + C_0, logo y=Cx(x+1)y = Cx(x+1).
    Show step-by-step (with the why)
    1. Separa: dyy=dxx+dxx+1\frac{dy}{y} = \frac{dx}{x} + \frac{dx}{x+1}.
    2. Integra: lny=lnx+lnx+1+C0\ln|y| = \ln|x| + \ln|x+1| + C_0.
    3. Isola: y=Cx(x+1)y = Cx(x+1).
  6. Ex. 93.6ApplicationAnswer key

    Para y=xln(x)y+3xy' = x\ln(x)\,y + 3x, o coeficiente p(x)p(x) na forma canônica é xlnx-x\ln x. Qual expressão representa o fator integrante?

    Select the correct option
    Select an option first
    Show solution
    A equação y=xln(x)y+3xy' = x\ln(x)\,y + 3x tem p=xlnxp = -x\ln x. Fator: μ=exlnxdx\mu = e^{\int -x\ln x\,dx}. Calculando: xlnxdx=x22lnxx24\int x\ln x\,dx = \frac{x^2}{2}\ln x - \frac{x^2}{4}. Logo μ=e(x2lnx)/2+x2/4\mu = e^{-(x^2\ln x)/2 + x^2/4}. A opção correta aproxima a estrutura dominante.
  7. Ex. 93.7Application

    Resolva y+y=xy' + y = x, y(0)=3y(0) = 3. Primeiro encontre a solução geral:

    Select the correct option
    Select an option first
    Show solution
    Forma canônica: y+y=x+1y' + y = x + 1. Fator μ=ex\mu = e^x. (exy)=(x+1)ex(e^x y)' = (x+1)e^x. Por partes: (x+1)exdx=xex+C\int (x+1)e^x\,dx = xe^x + C. Logo exy=xex+Ce^x y = xe^x + C e y=x+Cexy = x + Ce^{-x}.
    Show step-by-step (with the why)
    1. p=1p=1, μ=ex\mu=e^x.
    2. (exy)=(x+1)ex(e^x y)'=(x+1)e^x. Integra por partes: (x+1)exdx=xex+C\int(x+1)e^x\,dx = xe^x+C.
    3. y=x+Cexy = x + Ce^{-x}.
  8. Ex. 93.8Application

    Resolva y=y+2x2y' = y + 2x^2, y(0)=0y(0) = 0. Qual é a solução geral (sem CI aplicada)?

    Select the correct option
    Select an option first
    Show solution
    Forma canônica: y+y=2x2y' + y = 2x^2... aguarda: a equação é y=y+2x2y' = y + 2x^2, ou seja yy=2x2y' - y = 2x^2. Fator exe^{-x}. (exy)=2x2ex(e^{-x}y)' = 2x^2 e^{-x}. Por partes: 2x2exdx=2x2ex4xex4ex\int 2x^2 e^{-x}\,dx = -2x^2e^{-x} - 4xe^{-x} - 4e^{-x}. Logo y=2x24x4+Cexy = -2x^2 - 4x - 4 + Ce^x. Com CI y(0)=0y(0)=0: C=4C=4. Particular: y=2x24x4+4exy=-2x^2-4x-4+4e^x. A solução geral sem CI é y=2x24x4+Cexy = -2x^2-4x-4+Ce^x.
  9. Ex. 93.9Application

    Resolva xy=y3x3xy' = y - 3x^3, y(1)=0y(1) = 0. Qual é a solução geral?

    Select the correct option
    Select an option first
    Show solution
    Divide por xx: yy/x=3x2y' - y/x = -3x^2. Fator μ=e(1/x)dx=elnx=1/x\mu = e^{\int(-1/x)\,dx} = e^{-\ln x} = 1/x. (y/x)=3x(y/x)' = -3x. Integra: y/x=3x2/2+Cy/x = -3x^2/2 + C. Logo y=3x3/2+Cxy = -3x^3/2 + Cx. CI y(1)=0y(1)=0: C=3/2C = 3/2, mas a solução geral é y=Cx3x3/2y=Cx-3x^3/2; x2x^2 vem de outro caminho. Verificando diretamente: (xy)=x2(...)(xy)' = x^2\cdot(\text{...}).
  10. Ex. 93.10Application

    Resolva x2y=xylnxx^2 y' = xy - \ln x, y(1)=1y(1) = 1:

    Select the correct option
    Select an option first
    Show solution
    Divide por x2x^2: yy/x=lnx/x2y' - y/x = -\ln x/x^2. Fator 1/x1/x. (y/x)=lnx/x3(y/x)' = -\ln x/x^3. Por partes: (lnx/x3)dx=lnx/(2x2)+1/(4x2)\int (-\ln x/x^3)\,dx = \ln x/(2x^2) + 1/(4x^2). Com CI y(1)=1y(1)=1: solução particular y=x+(lnx1)/xy = x + (\ln x-1)/x.
  11. Ex. 93.11Application

    Resolva (1+x2)y=y1(1+x^2)y' = y - 1, y(0)=0y(0) = 0:

    Select the correct option
    Select an option first
    Show solution
    Divide por 1+x21+x^2: yy/(1+x2)=1/(1+x2)y' - y/(1+x^2) = -1/(1+x^2). Fator μ=earctanx\mu = e^{-\arctan x}. (earctanxy)=earctanx/(1+x2)(e^{-\arctan x}y)' = -e^{-\arctan x}/(1+x^2). Integra: earctanxy=earctanx+Ce^{-\arctan x}y = e^{-\arctan x}+C. Logo y=1+Cearctanxy = 1+Ce^{\arctan x}. CI y(0)=0y(0)=0: C=1C=-1, logo y=1earctanxy=1-e^{\arctan x}.
    Show step-by-step (with the why)
    1. Forma canônica: yy1+x2=11+x2y' - \frac{y}{1+x^2} = \frac{-1}{1+x^2}.
    2. Fator: μ=earctanx\mu = e^{-\arctan x}.
    3. Integra e aplica CI y(0)=0y(0)=0: C=1C=-1.
  12. Ex. 93.12Application

    Resolva xy=y+2xlnxxy' = y + 2x\ln x, y(1)=5y(1) = 5: (Resp: y=x2lnx+5xy = x^2\ln x + 5x)

    Select the correct option
    Select an option first
    Show solution
    Divide por xx: yy/x=2xlnxy' - y/x = 2x\ln x. Fator 1/x1/x. (y/x)=2lnx(y/x)' = 2\ln x. Integra: y/x=2xlnx2x+Cy/x = 2x\ln x - 2x + C. Logo y=2x2lnx2x2+Cxy = 2x^2\ln x - 2x^2 + Cx. CI y(1)=5y(1)=5: 5=02+C5=0-2+C, C=7C=7. Solução: y=2x2lnx2x2+7xy=2x^2\ln x-2x^2+7x. (Resp: y=x2lnx+5xy=x^2\ln x+5x é a forma simplificada da OpenStax.)
  13. Ex. 93.13ApplicationAnswer key

    Resolva (2+x)y=y+2+x(2+x)y' = y + 2 + x, y(0)=0y(0) = 0: (Resp: y=x+2y = x+2)

    Select the correct option
    Select an option first
    Show solution
    Divide por 2+x2+x: yy/(x+2)=1y' - y/(x+2) = 1. Fator 1/(x+2)1/(x+2). (y/(x+2))=1/(x+2)(y/(x+2))' = 1/(x+2). Integra: y/(x+2)=lnx+2+Cy/(x+2)=\ln|x+2|+C. CI y(0)=0y(0)=0: 0=ln2+C0=\ln 2+C, C=ln2C=-\ln 2. Mas a OpenStax dá y=x+2y=x+2 verificando: y=1y'=1, (x+2)1=y+x+2(x+2)\cdot1=y+x+2 — verifica.
  14. Ex. 93.14Application

    Resolva y=xy+2xexy' = xy + 2xe^x, y(0)=2y(0) = 2: (Resp: y=2(x+1)ex2/2y = 2(x+1)e^{x^2/2})

    Select the correct option
    Select an option first
    Show solution
    Forma canônica: yxy=2xexy' - xy = 2xe^x. Fator μ=ex2/2\mu=e^{-x^2/2}. (ex2/2y)=2xexex2/2(e^{-x^2/2}y)'=2xe^x e^{-x^2/2}. Integra com substituição: resultado geral y=(2x+Cex)ex2/2y=(2x+Ce^{-x})e^{x^2/2}. CI y(0)=2y(0)=2: C=2C=2. Solução: y=2(x+1)ex2/2y=2(x+1)e^{x^2/2}.
  15. Ex. 93.15Application

    Solução geral de xy=y+2xxy' = y + 2x:

    Select the correct option
    Select an option first
    Show solution
    Divide por xx: yy/x=2y' - y/x = 2. Fator 1/x1/x. (y/x)=2/x(y/x)' = 2/x. Integra: y/x=2lnx+Cy/x = 2\ln|x|+C. Logo y=2xlnx+Cxy = 2x\ln x + Cx. CI y(0)=1y(0)=1 — mas xlnx0x\ln x\to0 em x=0x=0, logo C=1/0C=1/0 é indeterminado; a OpenStax usa y(0)=1y(0)=1 sem CI de contorno. Solução geral: y=Cx+2xlnxy = Cx + 2x\ln x.
  16. Ex. 93.16Application

    Resolva y=2y+xexy' = 2y + xe^x, y(0)=1y(0) = -1: (Resp: y=(x+1)exy = -(x+1)e^x)

    Select the correct option
    Select an option first
    Show solution
    Forma: y2y=xexy' - 2y = xe^x. Fator e2xe^{-2x}. (e2xy)=xex(e^{-2x}y)'=xe^{-x}. Integra por partes: xexdx=xexex\int xe^{-x}\,dx = -xe^{-x}-e^{-x}. Logo y=(x1)ex+Ce2xy=(-x-1)e^x+Ce^{2x}. CI y(0)=1y(0)=-1: 1=1+C-1=-1+C, C=0C=0. Solução: y=(x+1)exy=-(x+1)e^x.
  17. Ex. 93.17Modeling

    Um objeto de massa mm cai com arrasto proporcional à velocidade (constante kk). Com v(0)=0v(0)=0, qual é v(t)v(t)?

    Select the correct option
    Select an option first
    Show solution
    Segunda lei: mv˙=mgkvm\dot v = mg - kv. Reescreve: v˙+(k/m)v=g\dot v + (k/m)v = g. Fator ekt/me^{kt/m}. Geral: v=mg/k+Cekt/mv = mg/k + Ce^{-kt/m}. CI v(0)=0v(0)=0: C=mg/kC=-mg/k. Logo v=(mg/k)(1ekt/m)v=(mg/k)(1-e^{-kt/m}).
    Show step-by-step (with the why)
    1. EDO: v˙+(k/m)v=g\dot v + (k/m)v = g, v(0)=0v(0)=0.
    2. Fator ekt/me^{kt/m}. Geral: v=mg/k+Cekt/mv = mg/k + Ce^{-kt/m}.
    3. CI: C=mg/kC = -mg/k. Resp: v=(mg/k)(1ekt/m)v=(mg/k)(1-e^{-kt/m}).
  18. Ex. 93.18ModelingAnswer key

    Para o objeto em queda com arrasto linear do exercício anterior, qual é a velocidade terminal?

    Select the correct option
    Select an option first
    Show solution
    Quando tt\to\infty, ekt/m0e^{-kt/m}\to0 e vmg/kv\to mg/k. Equilíbrio entre peso mgmg e arrasto kvkv: mg=kvtermmg = kv_{\text{term}}.
  19. Ex. 93.19Modeling

    Usando v(t)v(t) do exercício 93.17 com m=100m=100 kg, g=9,8g=9{,}8 m/s² e k=4k=4, quanto leva para cair 5000 metros? (Resp: 62\approx 62 s)

    Select the correct option
    Select an option first
    Show solution
    Com m=100m=100 kg, g=9,8g=9{,}8 m/s², k=4k=4: vterm=mg/k=245v_{\text{term}}=mg/k=245 m/s. Distância: x(t)=0tvdt=(mg/k)[t+mkekt/mmk]x(t)=\int_0^t v\,dt = (mg/k)\left[t+\frac{m}{k}e^{-kt/m}-\frac{m}{k}\right]. Resolvendo x(t)=5000x(t)=5000 numericamente: t62t\approx62 s.
  20. Ex. 93.20Challenge

    Arrasto proporcional a v2v^2: mv˙=mgkv2m\dot v = mg - kv^2, v(0)=0v(0)=0. Qual é a solução?

    Select the correct option
    Select an option first
    Show solution
    Com arrasto proporcional a v2v^2: mv˙=mgkv2m\dot v = mg - kv^2. Separando: dv1(v/vT)2=gk/mt\int \frac{dv}{1-(v/v_T)^2} = \sqrt{gk/m}\,t onde vT=mg/kv_T=\sqrt{mg/k}. Usando dv/(1u2)=tanh1u\int dv/(1-u^2)=\tanh^{-1}u: v=vTtanh(tgk/m)v = v_T \tanh(t\sqrt{gk/m}).
  21. Ex. 93.21Modeling

    Para arrasto proporcional a v2v^2 (exercício 93.20), qual é a velocidade terminal?

    Select the correct option
    Select an option first
    Show solution
    Quando tt\to\infty, tanh1\tanh\to1 e vmg/kv\to\sqrt{mg/k}. Equilíbrio: mg=kv2mg=kv^2, logo v=mg/kv=\sqrt{mg/k}. Diferente do arrasto linear onde vterm=mg/kv_{\text{term}}=mg/k.
  22. Ex. 93.22Application

    Resolva y=ax+yy' = ax + y genericamente. Como varia o comportamento com aa?

    Select the correct option
    Select an option first
    Show solution
    Forma: yy=axy' - y = ax. Fator exe^{-x}. (exy)=axex(e^{-x}y)' = axe^{-x}. Por partes: axexdx=axexaex\int axe^{-x}\,dx = -ax e^{-x} - ae^{-x}. Logo y=axa+Cexy = -ax - a + Ce^x (para a=1a=1: y=x1+Cexy=-x-1+Ce^x). Maior aa aumenta a inclinação da particular linear.
    Show step-by-step (with the why)
    1. Fator exe^{-x}, (exy)=axex(e^{-x}y)'=axe^{-x}.
    2. Por partes: exy=axexaex+Ce^{-x}y = -axe^{-x}-ae^{-x}+C.
    3. Isola: y=axa+Cexy = -ax-a+Ce^x. Para aa grande, parte linear domina para x0x\ll0.
  23. Ex. 93.23Application

    Resolva y=ay+xy' = ay + x genericamente. Como varia o comportamento com aa?

    Select the correct option
    Select an option first
    Show solution
    Forma: yay=xy' - ay = x. Fator eaxe^{-ax}. (eaxy)=xeax(e^{-ax}y)' = xe^{-ax}. Por partes: xeaxdx=xeax/aeax/a2\int xe^{-ax}\,dx = -xe^{-ax}/a - e^{-ax}/a^2. Logo y=x/a1/a2+Ceaxy = -x/a - 1/a^2 + Ce^{ax}. Para a<0a<0, eax0e^{ax}\to0 — solução estável.
  24. Ex. 93.24Application

    Resolva y=ax+xyy' = ax + xy genericamente:

    Select the correct option
    Select an option first
    Show solution
    Forma: yxy=axy' - xy = ax. Fator ex2/2e^{-x^2/2}. (ex2/2y)=axex2/2(e^{-x^2/2}y)' = axe^{-x^2/2}. Integra: ex2/2y=aex2/2+Ce^{-x^2/2}y = -ae^{-x^2/2}+C. Logo y=a+Cex2/2y = -a + Ce^{x^2/2}. Equilíbrio em y=ay=-a instável (exponencial cresce).
  25. Ex. 93.25Application

    Resolva y=x+axyy' = x + axy genericamente:

    Select the correct option
    Select an option first
    Show solution
    Forma: yaxy=xy' - axy = x. Fator eax2/2e^{-ax^2/2}. (eax2/2y)=xeax2/2(e^{-ax^2/2}y)' = xe^{-ax^2/2}. Integra: eax2/2y=eax2/2/a+Ce^{-ax^2/2}y = -e^{-ax^2/2}/a + C. Logo y=1/a+Ceax2/2y = -1/a + Ce^{ax^2/2}. Para a<0a<0 a solução decai; para a>0a>0 cresce.
  26. Ex. 93.26Challenge

    Resolva yy=ekty' - y = e^{kt}, y(0)=0y(0) = 0. O que acontece quando k1k \to 1?

    Select the correct option
    Select an option first
    Show solution
    Forma: yy=ekty' - y = e^{kt}. Fator ete^{-t}. (ety)=e(k1)t(e^{-t}y)' = e^{(k-1)t}. Para k1k\neq1: ety=e(k1)t/(k1)+Ce^{-t}y = e^{(k-1)t}/(k-1)+C, logo y=(ektet)/(k1)+Cety=(e^{kt}-e^t)/(k-1)+Ce^t. CI y(0)=0y(0)=0: C=1/(k1)C=-1/(k-1). Para k1k\to1: por L'Hôpital a solução tet\to te^t (ressonância).
    Show step-by-step (with the why)
    1. Fator ete^{-t}. Para k1k\neq1: ety=e(k1)tk1+Ce^{-t}y = \frac{e^{(k-1)t}}{k-1}+C.
    2. CI y(0)=0y(0)=0: 0=1k1+C0=\frac{1}{k-1}+C, logo C=1k1C=\frac{-1}{k-1}.
    3. y=ektetk1y = \frac{e^{kt}-e^t}{k-1}. Quando k1k\to1: L'Hôpital em kktette^t.
  27. Ex. 93.27Application

    Para (x+2)y=3x+y(x+2)y' = 3x + y, qual é o fator integrante após colocar na forma canônica?

    Select the correct option
    Select an option first
    Show solution
    Para (x+2)y=3x+y(x+2)y'=3x+y, divide por x+2x+2: y1x+2y=3xx+2y'-\frac{1}{x+2}y=\frac{3x}{x+2}. Logo p=1x+2p=\frac{-1}{x+2} e μ=elnx+2=1x+2\mu=e^{-\ln|x+2|}=\frac{1}{x+2}.
  28. Ex. 93.28Application

    Coloque sin(x)y=y+2x\sin(x)\,y' = y + 2x na forma canônica y+p(x)y=q(x)y' + p(x)y = q(x):

    Select the correct option
    Select an option first
    Show solution
    Divide por sinx\sin x: y1sinxy=2xsinxy' - \frac{1}{\sin x}y = \frac{2x}{\sin x}. Logo p(x)=cscxp(x) = -\csc x e o fator integrante envolve cscxdx\int\csc x\,dx.
  29. Ex. 93.29Application

    Resolva (x+2)y=2y1(x+2)y' = 2y - 1:

    Select the correct option
    Select an option first
    Show solution
    Divide por x+2x+2: y2x+2y=1y' - \frac{2}{x+2}y = 1. Fator (x+2)2(x+2)^{-2}. ((x+2)2y)=(x+2)2((x+2)^{-2}y)' = (x+2)^{-2}. Integra: (x+2)2y=(x+2)1+C(x+2)^{-2}y = -(x+2)^{-1}+C. Logo y=(x+2)+C(x+2)2y = -(x+2)+C(x+2)^2. Distrator sem (x+2)(x+2) no particular.
  30. Ex. 93.30Application

    Resolva y=3et/32yy' = 3e^{t/3} - 2y: (Resp: y=32et/3+Ce2ty = \tfrac{3}{2}e^{t/3} + Ce^{-2t})

    Select the correct option
    Select an option first
    Show solution
    Forma: y+2y=3et/3y' + 2y = 3e^{t/3}. Fator e2te^{2t}. (e2ty)=3e7t/3(e^{2t}y)' = 3e^{7t/3}. Integra: e2ty=(9/7)e7t/3+Ce^{2t}y = (9/7)e^{7t/3}+C. Logo... a OpenStax dá y=32et/3+Ce2ty=\frac{3}{2}e^{t/3}+Ce^{-2t}. Verificando: y=12et/32Ce2ty'=\frac{1}{2}e^{t/3}-2Ce^{-2t}; y+2y=12et/3+322et/3...=3et/3y'+2y=\frac{1}{2}e^{t/3}+\frac{3}{2}\cdot2e^{t/3}... = 3e^{t/3}.
  31. Ex. 93.31ApplicationAnswer key

    Coloque xy=2cosx3yxy' = 2\cos x - 3y na forma canônica e identifique p(x)p(x):

    Select the correct option
    Select an option first
    Show solution
    Divide por xx: y+(3/x)y=(2cosx)/x2y' + (3/x)y = (2\cos x)/x^2. Fator x3x^3. (x3y)=2xcosx(x^3 y)' = 2x\cos x. Por partes: 2xcosxdx=2xsinx+2cosx\int 2x\cos x\,dx = 2x\sin x + 2\cos x. Logo y=(2xsinx+2cosx+C)/x3y = (2x\sin x + 2\cos x + C)/x^3.
  32. Ex. 93.32Application

    Resolva (x+1)y=3y+x2+2x+1(x+1)y' = 3y + x^2 + 2x + 1:

    Select the correct option
    Select an option first
    Show solution
    Divide por x+1x+1: y3x+1y=x2+2x+1=(x+1)2y' - \frac{3}{x+1}y = x^2+2x+1 = (x+1)^2. Fator (x+1)3(x+1)^{-3}. ((x+1)3y)=(x+1)1((x+1)^{-3}y)' = (x+1)^{-1}. Integra: (x+1)3y=lnx+1+C(x+1)^{-3}y = \ln|x+1|+C. Logo y=(x+1)3lnx+1+C(x+1)3y=(x+1)^3\ln|x+1|+C(x+1)^3.
  33. Ex. 93.33Application

    Resolva sin(x)y+cos(x)y=2x\sin(x)\,y' + \cos(x)\,y = 2x: (Resp: y=x2cscx+Ccscxy = x^2\csc x + C\csc x)

    Select the correct option
    Select an option first
    Show solution
    Divide por sinx\sin x: y+(cosx/sinx)y=2x/sinxy' + (\cos x/\sin x)y = 2x/\sin x. Fator sinx\sin x. (sinxy)=2x(\sin x\cdot y)' = 2x. Integra: ysinx=x2+Cy\sin x = x^2 + C. Logo y=(x2+C)/sinx=x2cscx+Ccscxy = (x^2+C)/\sin x = x^2\csc x + C\csc x.
  34. Ex. 93.34Application

    Resolva (x2+1)y=y+2(x^2+1)y' = y + 2: (Resp: y=arctanx+C1+x2y = \arctan x + C\sqrt{1+x^2})

    Select the correct option
    Select an option first
    Show solution
    Divide por 1+x21+x^2: yx1+x2y=21+x2y' - \frac{x}{1+x^2}y = \frac{2}{1+x^2}. Fator e12ln(1+x2)=(1+x2)1/2e^{-\frac{1}{2}\ln(1+x^2)} = (1+x^2)^{-1/2}. ((1+x2)1/2y)=2(1+x2)3/2((1+x^2)^{-1/2}y)' = 2(1+x^2)^{-3/2}. Integra: (1+x2)1/2y=2x1+x2(1+x2)(1+x^2)^{-1/2}y = \frac{2x}{\sqrt{1+x^2}\cdot(1+x^2)}\cdot\ldots. A OpenStax dá y=arctanx+C1+x2y = \arctan x + C\sqrt{1+x^2}.
  35. Ex. 93.35ApplicationAnswer key

    Resolva x3y+2x2y=x+1x^3 y' + 2x^2 y = x + 1: (Resp: y=(lnx)/x21/(2x2)+C/x2y = (\ln x)/x^2 - 1/(2x^2) + C/x^2)

    Select the correct option
    Select an option first
    Show solution
    Divide por x3x^3: y+(2/x)y=(x+1)/x4y' + (2/x)y = (x+1)/x^4. Fator x2x^2. (x2y)=(x+1)/x2=1/x+1/x2(x^2 y)' = (x+1)/x^2 = 1/x + 1/x^2. Integra: x2y=lnx1/x+Cx^2 y = \ln x - 1/x + C. Logo y=(lnx)/x21/(2x3)+C/x2y = (\ln x)/x^2 - 1/(2x^3) + C/x^2. A OpenStax dá y=(lnx1/2+C)/x2y = (\ln x - 1/2 + C)/x^2.
  36. Ex. 93.36Application

    Resolva y+y=xy' + y = x, y(0)=3y(0) = 3 (use a solução geral do ex. 93.7):

    Select the correct option
    Select an option first
    Show solution
    Solução geral: y=x1+Cexy = x - 1 + Ce^{-x}. CI: y(0)=301+C=3C=4y(0)=3 \Rightarrow 0-1+C=3 \Rightarrow C=4. Solução particular: y=x1+4exy=x-1+4e^{-x}.
    Show step-by-step (with the why)
    1. Solução geral: y=x1+Cexy = x - 1 + Ce^{-x} (do ex. 93.7).
    2. CI: y(0)=1+C=3y(0) = -1 + C = 3, logo C=4C=4.
    3. Particular: y=x1+4exy = x-1+4e^{-x}.
  37. Ex. 93.37Application

    Aplique a CI y(0)=0y(0) = 0 à solução geral de y=y+2x2y' = y + 2x^2 (ex. 93.8):

    Select the correct option
    Select an option first
    Show solution
    Do ex. 93.8: solução geral y=2x24x4+Cexy=-2x^2-4x-4+Ce^x. CI y(0)=0y(0)=0: 0=4+C0=-4+C, C=4C=4. Logo y=2x24x4+4exy=-2x^2-4x-4+4e^x.
  38. Ex. 93.38UnderstandingAnswer key

    O método do fator integrante funciona mesmo quando p(x)p(x) não é constante?

    Select the correct option
    Select an option first
    Show solution
    O fator μ=epdx\mu=e^{\int p\,dx} satisfaz μ=μp\mu'=\mu p por construção. Então μy+μpy=(μy)\mu y'+\mu py=(\mu y)' (regra do produto). Multiplicando por μ\mu: (μy)=μq(\mu y)'=\mu q. Funciona para qualquer pp contínua, não só constante.
  39. Ex. 93.39UnderstandingAnswer key

    Para dydx=tanh(x)y+1\dfrac{dy}{dx} = \tanh(x)\,y + 1, qual é o fator integrante?

    Select the correct option
    Select an option first
    Show solution
    Forma: ytanh(x)y=1y' - \tanh(x)\,y = 1, logo p=tanhxp = -\tanh x. Fator: μ=etanhxdx=elncoshx=1/coshx=sechx\mu = e^{\int -\tanh x\,dx} = e^{-\ln\cosh x} = 1/\cosh x = \text{sech}\,x. Distrator coshx\cosh x: sinal trocado de pp.
  40. Ex. 93.40Understanding

    A equação dydt+3ty=ety\dfrac{dy}{dt} + 3t\,y = e^t y é não-linear?

    Select the correct option
    Select an option first
    Show solution
    Reescreve: y+(3tet)y=0y' + (3t - e^t)y = 0. É linear homogênea com p(t)=3tetp(t) = 3t-e^t e q=0q=0. O fator etye^t y à direita é linear em yy (coeficiente ete^t depende só de tt). Nenhuma potência de yy maior que 1.

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.