Solving ODE Roots: y'' + 2y' + 5y = 0

  • Thread starter Thread starter kasse
  • Start date Start date
  • Tags Tags
    Ode Roots
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
kasse
Messages
383
Reaction score
1
y'' + 2y' + 5y = 0 (*)

OK, what I have done is computing the two roots y1 = exp(-x)*cos2x and y2 = exp(-x)*sin2x.

However, when I compute the derivatives of these two, and substitute into (*), the eq. doesn't equate 0.

Are my roots wrong?
 
Physics news on Phys.org
In that case you haven't taken the derivatives correctly, because the roots are correct.
 
Let us first look at the characteristic equation of the ODE.

[tex]P(\lambda) = \lambda^2 + 2\lamda + 5 = 0[/tex]
[tex](\lambda + 1)^2 = -4[/tex]
[tex]\lambda + 1 = \pm2i[/tex]
[tex]\lambda = -1 \pm2i[/tex]

Your roots appear to be correct.
 
wbclark said:
Let us first look at the characteristic equation of the ODE.

[tex]P(\lambda) = \lambda^2 + 2\lamda + 5 = 0[/tex]
[tex](\lambda + 1)^2 = -4[/tex]
[tex]\lambda + 1 = \pm2i[/tex]
[tex]\lambda = -1 \pm2i[/tex]

Your roots appear to be correct.

Yes...

The derivative of cos2x is -2sin2x, isn't it? I'm going to check this tomorrow. Now I need some sleep.