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
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top