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

  • Thread starter Thread starter kasse
  • Start date Start date
  • Tags Tags
    Ode Roots
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.

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

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

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

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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top