How to determine if a higher order ODE is homogeneous

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
kimkibun
Messages
28
Reaction score
1
how am i going to determine if a higher order differential equation is homogenous? example,

d4y/dx4+d2y/dx2=y

d3y/dx3-d2y/dx2=0
 
Physics news on Phys.org
Homogeneous means all terms depend on y, no matter the order of the ODE. In your examples, both equations would be homogeneous. If you would add a term like 1 or f(x) it would become nonhomogeneous, i.e. y"=y is homogeneous, but y"=y+f(x) is nonhomogeneous.