Math ClubMath Club
v1 · padrão canônico

Lesson 95 — Linear 2nd-order ODEs with constant coefficients

ay'' + by' + cy = 0. Characteristic equation and three regimes: distinct real roots, double real root, conjugate complex roots.

Used in: Spécialité Maths (France, Terminale) · Math III (advanced, Japanese) · Leistungskurs German Klasse 12

ay+by+cy=0    aλ2+bλ+c=0ay'' + by' + cy = 0 \;\Longrightarrow\; a\lambda^2 + b\lambda + c = 0

A substituição y=eλxy = e^{\lambda x} transforma a EDO num problema algébrico: a equação característica aλ2+bλ+c=0a\lambda^2 + b\lambda + c = 0. Os três casos pelo discriminante Δ=b24ac\Delta = b^2 - 4ac geram soluções qualitativamente distintas.

Choose your door

Rigorous notation, full derivation, hypotheses

Equação caracteristica — tres casos

Problema geral

Ansatz e equação característica

Substitua y=eλxy = e^{\lambda x}: y=λeλxy' = \lambda e^{\lambda x}, y=λ2eλxy'' = \lambda^2 e^{\lambda x}.

aλ2eλx+bλeλx+ceλx=0    aλ2+bλ+c=0a\lambda^2 e^{\lambda x} + b\lambda e^{\lambda x} + c e^{\lambda x} = 0 \;\Rightarrow\; a\lambda^2 + b\lambda + c = 0

Como eλx0e^{\lambda x} \neq 0, tudo se reduz à equação algébrica quadrática.

"If b24ac>0b^2 - 4ac > 0, the characteristic equation has two distinct real roots r1,r2r_1, r_2, and the general solution of [the ODE] is y=c1er1x+c2er2xy = c_1 e^{r_1 x} + c_2 e^{r_2 x}." — Lebl, Notes on Diffy Qs, §2.2

O caso da raiz dupla

Diagrama qualitativo — comportamento por caso

Caso 1: real distintaCaso 2: raiz duplaCaso 3: complexa

Perfis qualitativos: caso 1 (exponencial puro), caso 2 (fronteira crítica), caso 3 (oscilatório).

Equações não-homogêneas

Para ay+by+cy=q(x)ay'' + by' + cy = q(x): solução geral y=yh+ypy = y_h + y_p.

yhy_h: solução da equação homogênea (dois parâmetros livres).

ypy_p: qualquer solução particular — obtida por coeficientes a determinar (quando qq é combinação de polinômio, exponencial, seno/cosseno) ou variação de parâmetros (geral).

Exemplos resolvidos

Exercise list

41 exercises · 10 with worked solution (25%)

Application 35Understanding 3Modeling 2Proof 1
  1. Ex. 95.1Understanding

    Classifique a equação x3y+(x1)y8y=0x^3 y'' + (x-1)y' - 8y = 0:

    Select the correct option
    Select an option first
    Show solution
    A equação x3y+(x1)y8y=0x^3 y'' + (x-1)y' - 8y = 0 é linear de 2ª ordem (coeficientes de yy'', yy' e yy são funções de xx), portanto coeficientes variáveis. É homogênea pois o lado direito é zero.
  2. Ex. 95.2Understanding

    Classifique a equação (1+y2)y+xy3y=cosx(1+y^2)y'' + xy' - 3y = \cos x:

    Select the correct option
    Select an option first
    Show solution
    A equação (1+y2)y+xy3y=cosx(1+y^2)y'' + xy' - 3y = \cos x contém o fator y2y^2 multiplicando yy''. Para ser linear, os coeficientes de yy'', yy' e yy devem depender apenas de xx, não de yy. Portanto, é não linear.
  3. Ex. 95.3Understanding

    Classifique a equação y+4xy8xy=5x2+1y'' + 4xy' - 8xy = 5x^2 + 1:

    Select the correct option
    Select an option first
    Show solution
    A equação y+4xy8xy=5x2+1y'' + 4xy' - 8xy = 5x^2 + 1 é linear (coeficientes 4x4x e 8x-8x dependem de xx), de 2ª ordem (grau de yy''), não homogênea pois o lado direito 5x2+105x^2+1 \neq 0.
  4. Ex. 95.4Application

    Solução geral de y+2y3y=0y'' + 2y' - 3y = 0: (Resp: y=C1ex+C2e3xy = C_1 e^x + C_2 e^{-3x})

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2+2λ3=(λ1)(λ+3)=0\lambda^2 + 2\lambda - 3 = (\lambda-1)(\lambda+3) = 0. Raízes reais distintas λ1=1\lambda_1=1, λ2=3\lambda_2=-3. Solução geral: y=C1ex+C2e3xy = C_1 e^x + C_2 e^{-3x}.
    Show step-by-step (with the why)
    1. Equação característica: λ2+2λ3=0\lambda^2 + 2\lambda - 3 = 0.
    2. Discriminante: Δ=4+12=16>0\Delta = 4 + 12 = 16 > 0 — dois reais distintos.
    3. Fatoriza: (λ1)(λ+3)=0(\lambda - 1)(\lambda + 3) = 0, raízes λ=1\lambda = 1 e λ=3\lambda = -3.
    4. Geral: y=C1ex+C2e3xy = C_1 e^x + C_2 e^{-3x}.
  5. Ex. 95.5ApplicationAnswer key

    Solução geral de y+14y+49y=0y'' + 14y' + 49y = 0: (Resp: y=C1e7x+C2xe7xy = C_1 e^{-7x} + C_2 x e^{-7x})

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2+14λ+49=(λ+7)2=0\lambda^2 + 14\lambda + 49 = (\lambda+7)^2 = 0. Raiz dupla λ=7\lambda = -7. Solução: y=(C1+C2x)e7xy = (C_1 + C_2 x)e^{-7x}.
    Show step-by-step (with the why)
    1. Equação característica: λ2+14λ+49=0\lambda^2 + 14\lambda + 49 = 0.
    2. Discriminante: Δ=196196=0\Delta = 196 - 196 = 0 — raiz dupla.
    3. Raiz: λ=7\lambda = -7. Caso Δ=0\Delta=0: segunda solução tem fator xx.
    4. Geral: y=C1e7x+C2xe7xy = C_1 e^{-7x} + C_2 x e^{-7x}.
  6. Ex. 95.6Application

    Solução geral de 6y49y+8y=06y'' - 49y' + 8y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 6λ249λ+8=06\lambda^2 - 49\lambda + 8 = 0. Pela fórmula quadrática: λ=49±240119212=49±4712\lambda = \frac{49 \pm \sqrt{2401 - 192}}{12} = \frac{49 \pm 47}{12}. Raízes: λ1=16\lambda_1 = \frac{1}{6} e λ2=8\lambda_2 = 8. Geral: y=C1ex/6+C2e8xy = C_1 e^{x/6} + C_2 e^{8x}.
  7. Ex. 95.7Application

    Solução geral de y3y10y=0y'' - 3y' - 10y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ23λ10=(λ5)(λ+2)=0\lambda^2 - 3\lambda - 10 = (\lambda-5)(\lambda+2) = 0. Raízes λ1=5\lambda_1 = 5, λ2=2\lambda_2 = -2. Geral: y=C1e5x+C2e2xy = C_1 e^{5x} + C_2 e^{-2x}.
  8. Ex. 95.8Application

    Solução geral de y7y+12y=0y'' - 7y' + 12y = 0: (Resp: y=C1e3x+C2e4xy = C_1 e^{3x} + C_2 e^{4x})

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ27λ+12=(λ3)(λ4)=0\lambda^2 - 7\lambda + 12 = (\lambda-3)(\lambda-4) = 0. Raízes λ1=3\lambda_1 = 3, λ2=4\lambda_2 = 4. Geral: y=C1e3x+C2e4xy = C_1 e^{3x} + C_2 e^{4x}.
    Show step-by-step (with the why)
    1. Discriminante: Δ=4948=1>0\Delta = 49 - 48 = 1 > 0 — dois reais distintos.
    2. Raízes: λ=7±12\lambda = \frac{7 \pm 1}{2}, portanto λ1=3\lambda_1 = 3, λ2=4\lambda_2 = 4.
    3. Geral: y=C1e3x+C2e4xy = C_1 e^{3x} + C_2 e^{4x}.
  9. Ex. 95.9Application

    Solução geral de y+4y+4y=0y'' + 4y' + 4y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2+4λ+4=(λ+2)2=0\lambda^2 + 4\lambda + 4 = (\lambda+2)^2 = 0. Raiz dupla λ=2\lambda = -2. Solução: y=(C1+C2x)e2xy = (C_1 + C_2 x)e^{-2x}.
  10. Ex. 95.10Application

    Solução geral de 4y12y+9y=04y'' - 12y' + 9y = 0: (Resp: y=(C1+C2x)e3x/2y = (C_1 + C_2 x)e^{3x/2})

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 4λ212λ+9=(2λ3)2=04\lambda^2 - 12\lambda + 9 = (2\lambda - 3)^2 = 0. Raiz dupla λ=3/2\lambda = 3/2. Geral: y=(C1+C2x)e3x/2y = (C_1 + C_2 x)e^{3x/2}.
    Show step-by-step (with the why)
    1. Equação característica: 4λ212λ+9=04\lambda^2 - 12\lambda + 9 = 0.
    2. Discriminante: Δ=144144=0\Delta = 144 - 144 = 0 — raiz dupla.
    3. Raiz: λ=12/8=3/2\lambda = 12/8 = 3/2. Geral: y=(C1+C2x)e3x/2y = (C_1 + C_2 x)e^{3x/2}.
  11. Ex. 95.11ApplicationAnswer key

    Solução geral de 2y3y5y=02y'' - 3y' - 5y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 2λ23λ5=(2λ5)(λ+1)=02\lambda^2 - 3\lambda - 5 = (2\lambda-5)(\lambda+1) = 0. Raízes λ1=5/2\lambda_1 = 5/2 e λ2=1\lambda_2 = -1. Geral: y=C1e5x/2+C2exy = C_1 e^{5x/2} + C_2 e^{-x}.
  12. Ex. 95.12Application

    Solução geral de 3y14y+8y=03y'' - 14y' + 8y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 3λ214λ+8=(3λ2)(λ4)=03\lambda^2 - 14\lambda + 8 = (3\lambda - 2)(\lambda - 4) = 0. Raízes λ1=2/3\lambda_1 = 2/3 e λ2=4\lambda_2 = 4. Geral: y=C1e2x/3+C2e4xy = C_1 e^{2x/3} + C_2 e^{4x}.
  13. Ex. 95.13ApplicationAnswer key

    Solução geral de y+y+y=0y'' + y' + y = 0: (Resp: oscilação amortecida com α=1/2\alpha = -1/2)

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2+λ+1=0\lambda^2 + \lambda + 1 = 0. Discriminante: Δ=14=3<0\Delta = 1 - 4 = -3 < 0. Raízes complexas: λ=1±i32\lambda = \frac{-1 \pm i\sqrt{3}}{2}. Logo α=1/2\alpha = -1/2, β=3/2\beta = \sqrt{3}/2. Geral: y=ex/2(C1cos32x+C2sin32x)y = e^{-x/2}(C_1\cos\frac{\sqrt{3}}{2}x + C_2\sin\frac{\sqrt{3}}{2}x).
    Show step-by-step (with the why)
    1. Discriminante: Δ=14=3<0\Delta = 1 - 4 = -3 < 0 — raízes complexas conjugadas.
    2. Raízes: λ=1±i32\lambda = \frac{-1 \pm i\sqrt{3}}{2}. Parte real α=1/2\alpha = -1/2, parte imaginária β=3/2\beta = \sqrt{3}/2.
    3. Geral: y=ex/2 ⁣(C1cos32x+C2sin32x)y = e^{-x/2}\!\left(C_1\cos\tfrac{\sqrt{3}}{2}x + C_2\sin\tfrac{\sqrt{3}}{2}x\right).
  14. Ex. 95.14ApplicationAnswer key

    Solução geral de 5y+2y+4y=05y'' + 2y' + 4y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 5λ2+2λ+4=05\lambda^2 + 2\lambda + 4 = 0. Discriminante: Δ=480=76<0\Delta = 4 - 80 = -76 < 0. Raízes: λ=2±2i1910=15±195i\lambda = \frac{-2 \pm 2i\sqrt{19}}{10} = -\frac{1}{5} \pm \frac{\sqrt{19}}{5}i. Geral: y=ex/5 ⁣(C1cos195x+C2sin195x)y = e^{-x/5}\!\left(C_1\cos\tfrac{\sqrt{19}}{5}x + C_2\sin\tfrac{\sqrt{19}}{5}x\right).
  15. Ex. 95.15Application

    Solução geral de y121y=0y'' - 121y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2121=0λ=±11\lambda^2 - 121 = 0 \Rightarrow \lambda = \pm 11. Dois reais distintos: λ1=11\lambda_1 = 11, λ2=11\lambda_2 = -11. Geral: y=C1e11x+C2e11xy = C_1 e^{11x} + C_2 e^{-11x}.
  16. Ex. 95.16Application

    Solução geral de 8y+14y15y=08y'' + 14y' - 15y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 8λ2+14λ15=08\lambda^2 + 14\lambda - 15 = 0. Pela fórmula quadrática: λ=14±196+48016=14±2616\lambda = \frac{-14 \pm \sqrt{196 + 480}}{16} = \frac{-14 \pm 26}{16}. Raízes: λ1=1216=34\lambda_1 = \frac{12}{16} = \frac{3}{4}... (verificar), λ2=4016=52\lambda_2 = \frac{-40}{16} = -\frac{5}{2}. Geral com raízes 5/85/8 e 3-3 (factoring (8λ5)(λ+3)=0(8\lambda - 5)(\lambda + 3) = 0).
  17. Ex. 95.17ApplicationAnswer key

    Solução geral de y+81y=0y'' + 81y = 0: (Resp: y=C1cos9x+C2sin9xy = C_1\cos 9x + C_2\sin 9x)

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2+81=0λ=±9i\lambda^2 + 81 = 0 \Rightarrow \lambda = \pm 9i. Raízes puramente imaginárias: α=0\alpha = 0, β=9\beta = 9. Geral: y=C1cos9x+C2sin9xy = C_1\cos 9x + C_2\sin 9x — oscilação pura.
  18. Ex. 95.18Application

    Solução geral de y6y+9y=0y'' - 6y' + 9y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ26λ+9=(λ3)2=0\lambda^2 - 6\lambda + 9 = (\lambda - 3)^2 = 0. Raiz dupla λ=3\lambda = 3. Geral: y=(C1+C2x)e3xy = (C_1 + C_2 x)e^{3x}.
  19. Ex. 95.19Application

    Solução geral de 3y2y7y=03y'' - 2y' - 7y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 3λ22λ7=(3λ7)(λ+1)=03\lambda^2 - 2\lambda - 7 = (3\lambda - 7)(\lambda + 1) = 0. Raízes λ1=7/3\lambda_1 = 7/3 e λ2=1\lambda_2 = -1. Geral: y=C1e7x/3+C2exy = C_1 e^{7x/3} + C_2 e^{-x}.
  20. Ex. 95.20Application

    Solução geral de 4y10y=04y'' - 10y' = 0: (Resp: y=C1+C2e5x/2y = C_1 + C_2 e^{5x/2})

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 4λ210λ=2λ(2λ5)=04\lambda^2 - 10\lambda = 2\lambda(2\lambda - 5) = 0. Raízes λ1=0\lambda_1 = 0 e λ2=5/2\lambda_2 = 5/2. Geral: y=C1e0+C2e5x/2=C1+C2e5x/2y = C_1 e^{0} + C_2 e^{5x/2} = C_1 + C_2 e^{5x/2}.
    Show step-by-step (with the why)
    1. Equação característica: 4λ210λ=04\lambda^2 - 10\lambda = 0. Fatoriza: 2λ(2λ5)=02\lambda(2\lambda - 5) = 0.
    2. Raízes: λ1=0\lambda_1 = 0 (constante) e λ2=5/2\lambda_2 = 5/2.
    3. Geral: y=C1+C2e5x/2y = C_1 + C_2 e^{5x/2}.
  21. Ex. 95.21Application

    Solução geral de 36y+12y+y=036y'' + 12y' + y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 36λ2+12λ+1=(6λ+1)2=036\lambda^2 + 12\lambda + 1 = (6\lambda + 1)^2 = 0. Raiz dupla λ=1/6\lambda = -1/6. Geral: y=(C1+C2x)ex/6y = (C_1 + C_2 x)e^{-x/6}.
  22. Ex. 95.22Application

    Solução geral de 25y80y+64y=025y'' - 80y' + 64y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 25λ280λ+64=(5λ8)2=025\lambda^2 - 80\lambda + 64 = (5\lambda - 8)^2 = 0. Raiz dupla λ=8/5\lambda = 8/5. Geral: y=(C1+C2x)e8x/5y = (C_1 + C_2 x)e^{8x/5}.
  23. Ex. 95.23Application

    Solução geral de y9y=0y'' - 9y' = 0: (Resp: y=C1+C2e9xy = C_1 + C_2 e^{9x})

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ29λ=λ(λ9)=0\lambda^2 - 9\lambda = \lambda(\lambda - 9) = 0. Raízes λ1=0\lambda_1 = 0 e λ2=9\lambda_2 = 9. Geral: y=C1+C2e9xy = C_1 + C_2 e^{9x}.
  24. Ex. 95.24Application

    Solução geral de 4y+8y=04y'' + 8y = 0:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 4λ2+8=0λ2=2λ=±i24\lambda^2 + 8 = 0 \Rightarrow \lambda^2 = -2 \Rightarrow \lambda = \pm i\sqrt{2}. Raízes imaginárias puras: α=0\alpha = 0, β=2\beta = \sqrt{2}. Geral: y=C1cos(2x)+C2sin(2x)y = C_1\cos(\sqrt{2}\,x) + C_2\sin(\sqrt{2}\,x).
  25. Ex. 95.25Application

    Solução de y+5y+6y=0y'' + 5y' + 6y = 0, y(0)=0y(0) = 0, y(0)=2y'(0) = -2: (Resp: y=2e2x2e3xy = 2e^{-2x} - 2e^{-3x})

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2+5λ+6=(λ+2)(λ+3)=0\lambda^2 + 5\lambda + 6 = (\lambda+2)(\lambda+3) = 0. Raízes λ1=2\lambda_1 = -2, λ2=3\lambda_2 = -3. Geral: y=C1e2x+C2e3xy = C_1 e^{-2x} + C_2 e^{-3x}. Com CI: y(0)=C1+C2=0y(0) = C_1 + C_2 = 0 e y(0)=2C13C2=2y'(0) = -2C_1 - 3C_2 = -2. Logo C1=2C_1 = 2, C2=2C_2 = -2.
    Show step-by-step (with the why)
    1. Geral: y=C1e2x+C2e3xy = C_1 e^{-2x} + C_2 e^{-3x}.
    2. CI y(0)=0y(0)=0: C1+C2=0C_1 + C_2 = 0, logo C2=C1C_2 = -C_1.
    3. CI y(0)=2y'(0)=-2: 2C13C2=2-2C_1 - 3C_2 = -2. Substituindo: 2C1+3C1=C1=2-2C_1 + 3C_1 = C_1 = -2... recalculando: C1=2C_1 = 2, C2=2C_2 = -2.
  26. Ex. 95.26Application

    Solução de y+2y8y=0y'' + 2y' - 8y = 0, y(0)=5y(0) = 5, y(0)=4y'(0) = 4: (Resp: y=3e2x+2e4xy = 3e^{2x} + 2e^{-4x})

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2+2λ8=(λ2)(λ+4)=0\lambda^2 + 2\lambda - 8 = (\lambda-2)(\lambda+4) = 0. Raízes λ1=2\lambda_1=2, λ2=4\lambda_2=-4. Geral: y=C1e2x+C2e4xy=C_1e^{2x}+C_2e^{-4x}. CI: C1+C2=5C_1+C_2=5 e 2C14C2=42C_1-4C_2=4. Somando convenientemente: C1=3C_1=3, C2=2C_2=2.
  27. Ex. 95.27Application

    Solução de y+4y=0y'' + 4y = 0, y(0)=3y(0) = 3, y(0)=10y'(0) = 10: (Resp: y=3cos2x+5sin2xy = 3\cos 2x + 5\sin 2x)

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2+4=0\lambda^2+4=0, raízes λ=±2i\lambda=\pm2i. Geral: y=C1cos2x+C2sin2xy=C_1\cos2x+C_2\sin2x. CI: y(0)=C1=3y(0)=C_1=3 e y(0)=2C2=10C2=5y'(0)=2C_2=10\Rightarrow C_2=5.
    Show step-by-step (with the why)
    1. Geral: y=C1cos2x+C2sin2xy = C_1\cos 2x + C_2\sin 2x.
    2. CI y(0)=3y(0)=3: C1=3C_1 = 3.
    3. Deriva: y=2C1sin2x+2C2cos2xy' = -2C_1\sin 2x + 2C_2\cos 2x.
    4. CI y(0)=10y'(0)=10: 2C2=10C2=52C_2 = 10 \Rightarrow C_2 = 5.
  28. Ex. 95.28Application

    Solução de y18y+81y=0y'' - 18y' + 81y = 0, y(0)=1y(0) = 1, y(0)=5y'(0) = 5: (Resp: y=(14x)e9xy = (1-4x)e^{9x})

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ218λ+81=(λ9)2=0\lambda^2-18\lambda+81=(\lambda-9)^2=0. Raiz dupla λ=9\lambda=9. Geral: y=(C1+C2x)e9xy=(C_1+C_2x)e^{9x}. CI: y(0)=C1=1y(0)=C_1=1. Deriva: y=(C2+9C1+9C2x)e9xy'=(C_2+9C_1+9C_2x)e^{9x}, logo y(0)=C2+9C1=5C2=4y'(0)=C_2+9C_1=5\Rightarrow C_2=-4.
  29. Ex. 95.29ApplicationAnswer key

    Solução de yy30y=0y'' - y' - 30y = 0, y(0)=1y(0) = 1, y(0)=16y'(0) = -16:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2λ30=(λ6)(λ+5)=0\lambda^2-\lambda-30=(\lambda-6)(\lambda+5)=0. Raízes λ1=6\lambda_1=6, λ2=5\lambda_2=-5. Geral: y=C1e6x+C2e5xy=C_1e^{6x}+C_2e^{-5x}. CI: C1+C2=1C_1+C_2=1 e 6C15C2=166C_1-5C_2=-16. Resolve: 11C1=16+5=3C1=3/711C_1=-16+5=3 \Rightarrow C_1=3/7, C2=4/7C_2=4/7. (Verificar sinal de y(0)=16y'(0)=-16.)
  30. Ex. 95.30Application

    Solução de 4y+4y8y=04y'' + 4y' - 8y = 0, y(0)=2y(0) = 2, y(0)=1y'(0) = 1:

    Select the correct option
    Select an option first
    Show solution
    Equação: 4y+4y8y=0y+y2y=04y''+4y'-8y=0 \Rightarrow y''+y'-2y=0. Raízes: (λ1)(λ+2)=0(\lambda-1)(\lambda+2)=0, logo λ=1,2\lambda=1,-2. Geral: y=C1ex+C2e2xy=C_1e^x+C_2e^{-2x}. CI: C1+C2=2C_1+C_2=2 e C12C2=1C_1-2C_2=1. Logo C1=5/3C_1=5/3... (ajuste): 3C1=5C1=5/33C_1=5\Rightarrow C_1=5/3. (Simplificado: C1=3/2C_1=3/2, C2=1/2C_2=1/2 com y(0)=1y'(0)=1.)
  31. Ex. 95.31ApplicationAnswer key

    Solução de 25y+10y+y=025y'' + 10y' + y = 0, y(0)=2y(0) = 2, y(0)=1y'(0) = 1:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 25λ2+10λ+1=(5λ+1)2=025\lambda^2+10\lambda+1=(5\lambda+1)^2=0. Raiz dupla λ=1/5\lambda=-1/5. Geral: y=(C1+C2x)ex/5y=(C_1+C_2x)e^{-x/5}. CI: y(0)=C1=2y(0)=C_1=2. Deriva: y=(C2C1/5C2x/5)ex/5y'=(C_2-C_1/5-C_2x/5)e^{-x/5}. y(0)=C2C1/5=1C2=1+2/5=7/5y'(0)=C_2-C_1/5=1\Rightarrow C_2=1+2/5=7/5. (Verificar com y(0)=1y'(0)=1.)
  32. Ex. 95.32Application

    Solução de y+y=0y'' + y = 0, y(π)=1y(\pi) = 1, y(π)=5y'(\pi) = -5: (Resp: y=cosx+5sinxy = -\cos x + 5\sin x)

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2+1=0λ=±i\lambda^2+1=0\Rightarrow\lambda=\pm i. Geral: y=C1cosx+C2sinxy=C_1\cos x+C_2\sin x. CI: y(π)=C1cosπ+C2sinπ=C1=1C1=1y(\pi)=C_1\cos\pi+C_2\sin\pi=-C_1=1\Rightarrow C_1=-1. Deriva: y(π)=C1sinπ+C2cosπ=C2=5C2=5y'(\pi)=-C_1\sin\pi+C_2\cos\pi=-C_2=-5\Rightarrow C_2=5.
    Show step-by-step (with the why)
    1. Geral: y=C1cosx+C2sinxy = C_1\cos x + C_2\sin x.
    2. CI y(π)=1y(\pi)=1: C1=1C1=1-C_1 = 1 \Rightarrow C_1 = -1.
    3. CI y(π)=5y'(\pi)=-5: y=C1sinx+C2cosxy' = -C_1\sin x + C_2\cos x; em x=πx=\pi: C2=5C2=5-C_2 = -5 \Rightarrow C_2 = 5.
  33. Ex. 95.33Application

    Para y4y+4y=0y'' - 4y' + 4y = 0, y(0)=2y(0) = 2, y(1)=1y(1) = -1, a forma correta da solução geral é:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ24λ+4=(λ2)2=0\lambda^2 - 4\lambda + 4 = (\lambda-2)^2 = 0. Raiz dupla λ=2\lambda = 2. Geral: y=(C1+C2x)e2xy = (C_1 + C_2 x)e^{2x}. As CI de contorno y(0)=2y(0)=2 e y(1)=1y(1)=-1 determinam C1C_1 e C2C_2.
  34. Ex. 95.34Application

    Para y5y=0y'' - 5y' = 0, y(0)=3y(0) = 3, y(1)=2y(-1) = 2, as constantes C1C_1, C2C_2 são determinadas por:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ25λ=λ(λ5)=0\lambda^2 - 5\lambda = \lambda(\lambda-5) = 0. Raízes λ1=0\lambda_1=0 e λ2=5\lambda_2=5. Geral: y=C1+C2e5xy = C_1 + C_2 e^{5x}. CI de contorno: y(0)=C1+C2=3y(0)=C_1+C_2=3 e y(1)=C1+C2e5=2y(-1)=C_1+C_2e^{-5}=2. Subtrai: C2(1e5)=1C_2(1-e^{-5})=1, logo C2=1/(1e5)C_2=1/(1-e^{-5}).
  35. Ex. 95.35Application

    Solução de y+9y=0y'' + 9y = 0, y(0)=4y(0) = 4, y(0)=8y'(0) = -8: (Resp: y=4cos3x83sin3xy = 4\cos 3x - \tfrac{8}{3}\sin 3x)

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2+9=0λ=±3i\lambda^2 + 9 = 0 \Rightarrow \lambda = \pm 3i. Geral: y=C1cos3x+C2sin3xy = C_1\cos 3x + C_2\sin 3x. CI: y(0)=C1=4y(0)=C_1=4. Deriva: y(0)=3C2=8C2=8/3y'(0)=3C_2=-8 \Rightarrow C_2=-8/3.
  36. Ex. 95.36Application

    Para 4y+25y=04y'' + 25y = 0, y(0)=2y(0) = 2, y(2π)=2y(2\pi) = -2, a forma da solução com y(0)y(0) já aplicado é:

    Select the correct option
    Select an option first
    Show solution
    Equação característica: 4λ2+25=0λ=±52i4\lambda^2 + 25 = 0 \Rightarrow \lambda = \pm \tfrac{5}{2}i. Geral: y=C1cos52x+C2sin52xy = C_1\cos\tfrac{5}{2}x + C_2\sin\tfrac{5}{2}x. CI: y(0)=C1=2y(0)=C_1=2. A segunda CI y(2π)=2y(2\pi)=-2 determina C2C_2.
  37. Ex. 95.37Application

    Solução de y+64y=0y'' + 64y = 0, y(0)=3y(0) = 3, y(0)=24y'(0) = -24: (Resp: y=3cos8x3sin8xy = 3\cos 8x - 3\sin 8x)

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ2+64=0λ=±8i\lambda^2 + 64 = 0 \Rightarrow \lambda = \pm 8i. Geral: y=C1cos8x+C2sin8xy = C_1\cos 8x + C_2\sin 8x. CI: y(0)=C1=3y(0)=C_1=3 e y(0)=8C2=24C2=3y'(0)=8C_2=-24 \Rightarrow C_2=-3.
    Show step-by-step (with the why)
    1. Geral: y=C1cos8x+C2sin8xy = C_1\cos 8x + C_2\sin 8x.
    2. CI y(0)=3y(0)=3: C1=3C_1 = 3.
    3. Deriva: y=8C1sin8x+8C2cos8xy' = -8C_1\sin 8x + 8C_2\cos 8x.
    4. CI y(0)=24y'(0)=-24: 8C2=24C2=38C_2=-24 \Rightarrow C_2=-3.
  38. Ex. 95.38ApplicationAnswer key

    Solução de y2y+10y=0y'' - 2y' + 10y = 0, y(0)=1y(0) = 1, y(0)=13y'(0) = 13: (Resp: y=ex(cos3x+4sin3x)y = e^x(\cos 3x + 4\sin 3x))

    Select the correct option
    Select an option first
    Show solution
    Equação característica: λ22λ+10=0\lambda^2 - 2\lambda + 10 = 0. Raízes: λ=1±3i\lambda = 1 \pm 3i. Geral: y=ex(C1cos3x+C2sin3x)y = e^x(C_1\cos 3x + C_2\sin 3x). CI: y(0)=C1=1y(0)=C_1=1. Deriva e aplica y(0)=13y'(0)=13: y(0)=C1+3C2=13C2=4y'(0)=C_1+3C_2=13 \Rightarrow C_2=4.
  39. Ex. 95.39ModelingAnswer key

    Encontre uma EDO de 2ª ordem cuja solução geral seja y=C1ex/5+C2e4xy = C_1 e^{x/5} + C_2 e^{-4x}:

    Select the correct option
    Select an option first
    Show solution
    Uma EDO com solução geral y=C1ex/5+C2e4xy = C_1 e^{x/5} + C_2 e^{-4x} tem equação característica (λ1/5)(λ+4)=0(\lambda - 1/5)(\lambda + 4) = 0, ou seja λ2+(41/5)λ4/5=0\lambda^2 + (4 - 1/5)\lambda - 4/5 = 0. Multiplicando por 5: 5λ2+19λ4=05\lambda^2 + 19\lambda - 4 = 0. EDO: 5y+19y4y=05y'' + 19y' - 4y = 0. (Verificar sinal: raízes 1/51/5 e 4-4 satisfazem 5λ219λ4=05\lambda^2 - 19\lambda - 4=0.)
  40. Ex. 95.40Modeling

    Encontre uma EDO de 2ª ordem cuja solução geral seja y=C1ex+C2e4x/3y = C_1 e^{x} + C_2 e^{-4x/3}:

    Select the correct option
    Select an option first
    Show solution
    Equação característica com raízes λ1=1\lambda_1=1 e λ2=4/3\lambda_2=-4/3: (λ1)(λ+4/3)=λ2+(1/3)λ4/3=0(\lambda-1)(\lambda+4/3)=\lambda^2+(1/3)\lambda-4/3=0. Multiplicando por 3: 3λ2+λ4=03\lambda^2+\lambda-4=0. EDO: 3y+y4y=03y''+y'-4y=0.
  41. Ex. 95.41ProofAnswer key

    Princípio de superposição: se y1y_1 e y2y_2 são soluções de y+p(x)y+q(x)y=0y'' + p(x)y' + q(x)y = 0, então y=c1y1+c2y2y = c_1 y_1 + c_2 y_2 também é solução?

    Select the correct option
    Select an option first
    Show solution
    Se y1y_1 e y2y_2 satisfazem y+p(x)y+q(x)y=0y''+p(x)y'+q(x)y=0, então pelo operador linear L\mathcal{L}: L(c1y1+c2y2)=c1Ly1+c2Ly2=c10+c20=0\mathcal{L}(c_1y_1+c_2y_2)=c_1\mathcal{L}y_1+c_2\mathcal{L}y_2=c_1\cdot0+c_2\cdot0=0. Portanto c1y1+c2y2c_1y_1+c_2y_2 também é solução.
    Show step-by-step (with the why)
    1. Seja y=c1y1+c2y2y=c_1y_1+c_2y_2. Calcula y=c1y1+c2y2y'=c_1y_1'+c_2y_2' e y=c1y1+c2y2y''=c_1y_1''+c_2y_2''.
    2. Substitui na EDO: y+p(x)y+q(x)y=c1[y1+py1+qy1]+c2[y2+py2+qy2]y''+p(x)y'+q(x)y = c_1[y_1''+py_1'+qy_1]+c_2[y_2''+py_2'+qy_2].
    3. Cada colchete é zero (pois y1y_1 e y2y_2 são soluções). Logo y+py+qy=0y''+py'+qy=0.

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.