goodphy said:
Hello.
I forgot the reason why 2nd order differential equation has two independent solutions. (Here, source term is zero) Why 3 or 4 independent solutions are not possible?
Please give me clear answer.
You need to be a little careful. The statement as you've stated it is not correct. (This is a common error).
Consider the equation [itex]\left(y''+y\right) \left(y''-y \right)=0[/itex]
You can check that this equation is 2nd order by expanding the left side:
[itex]\left(y''\right)^2-y^2=0[/itex]
The highest derivative of y is 2nd order. However this equation has 4 independent solutions:
[itex]y = c_1 e^x + c_2 e^{-x} + c_3 cos x + c_4 sin x[/itex]
You should note that this equation is also nonlinear.
A correct statement is that a second order linear differential equation of the form [itex]y'' + f(x)y' + g(x) y =0[/itex] has two independent solutions on an interval I if f and g are both continuous on the interval I.
This theorem can be generalized to higher dimensions.
A proof of the above statement is given in Tenenbaum and Pollard Lesson 65. In my opinion this is a great reference for differential equations.
You can probably also find the proof online using some google-fu if you search for general solution of 2nd order (or n-th order) differential equations.