Why is general solution of homogeneous equation linear

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
4 replies · 3K views
lonewolf219
Messages
186
Reaction score
2
Hi, I don't understand why the general solution of 2nd order homogeneous equation is linear? Why is c_1e^(xt)+c_2e^(xt) a linear differential equation? What am I missing here? Any help would be appreciated, I'm struggling a bit understanding the concepts of differential equations...
 
Physics news on Phys.org
lonewolf219 said:
Hi, I don't understand why the general solution of 2nd order homogeneous equation is linear? Why is c_1e^(xt)+c_2e^(xt) a linear differential equation? What am I missing here? Any help would be appreciated, I'm struggling a bit understanding the concepts of differential equations...

The general solution is a linear combination of two linearly independent solutions y1(x) and y2(x).


p.s. I think something is not right with your notation e^(xt) .
 
Yes, you're right. The x in the exponent of e should be r, where you would find the roots using the characteristic equation. C_1e^(r_1t)+C_2e^(r_2t). So this is a linear solution because y_1 and y_2 are to the first power? Even though the function e^rt is not a linear function?
 
Ah, OK. Thanks guys.