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
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top