Need help with method for fourth order DE

  • Thread starter Thread starter wilkie610
  • Start date Start date
  • Tags Tags
    Method
wilkie610
Messages
3
Reaction score
0
I was given a 2 part example in class to work on for next class.

1) given the equation y'' + 3y' + 2y = 4 ; Initial conditions are y(0) = y'(0) = 0

I had no problem solving the DE, my result is as follows

y=-4e^(-t) = 2e^(-2t) +2

2) given the equation y'''' + 3y''' + 2y'' = 4 ; Initial conditions are y''''(0) = y'''(0) = y''(0) = 0, a hint was given to substitute z = y'' into the equation to transform it into z'' +3z' +2z = 4. which is similar to the first part of the problem.

My question is what is this method of solving called, the substitution part in number 2? where can i read up on this technique? what do it do next with the z=y''Thanks
 
Last edited:
Physics news on Phys.org
I think this might be called reduction in order. You might try searching for that term.

In your fourth order equation that you reduced to second order, you have a solution for z, namely z(t) = -4e^(-t) + 2e^(-2t) + 2.

Since z = y'', seems like you should be able to integrate twice to get y.
 
I was thinking that, but wasn't sure, i will give it a try, thanks
 
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