Homogeneous differential equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.