Solving Higher Order ODEs: y''''''+y'''=t

  • Thread starter Thread starter mshiddensecret
  • Start date Start date
  • Tags Tags
    Higher order Odes
mshiddensecret
Messages
36
Reaction score
0

Homework Statement



y''''''+y'''=t

Homework Equations

The Attempt at a Solution



I got all the roots and solved the homo eq.

Then I tried to guess the partial eq and got At+B

However, I don't know how to proceed because the 6th derivative or the 3rd would be 0.
 
Physics news on Phys.org
mshiddensecret said:

Homework Statement



y''''''+y'''=t

Homework Equations

The Attempt at a Solution



I got all the roots and solved the homo eq.

Then I tried to guess the partial eq and got At+B

I think you mean, you tried to guess the particular solution and got At + B

However, I don't know how to proceed because the 6th derivative or the 3rd would be 0.

It's not clear why you guessed yp = At + B, since the highest order derivative is 6. This implies that yp should be a 7th degree polynomial.
 
You don't need a 7th degree polynomial for ##y_p## for this problem. Try ##y_p = Ct^4##.
 
Mod note: removed a quote that was too much help.

You can also let ##z(t) = y'''(t)## and write the DE as ##(z(t) - t)''' + (z(t)-t) = 0##, which is homogeneous of degree 3 in ##z(t)-t##. After finding ##z(t)##, integrating three times (with constants of integration included) will get ##y(t)##.
 
Last edited by a moderator:
SteamKing said:
I think you mean, you tried to guess the particular solution and got At + B
It's not clear why you guessed yp = At + B, since the highest order derivative is 6. This implies that yp should be a 7th degree polynomial.
It only implies the general solution will be of degree 5, no? The degree of the particular solution will often be the sum of the least degree of differentiation and the highest degree of the polynomial on the other side of the equation. In this case, 3+1=4.
 
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