Why 2nd order differential equation has two solutions

goodphy
Messages
212
Reaction score
8
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.
 
Physics news on Phys.org
goodphy said:
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?
How many independent boundary conditions can there be a 2nd order differential equation? If someone specifies x(0) and x'(0), is x''(0) independent from those?
 
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 \left(y''+y\right) \left(y''-y \right)=0

You can check that this equation is 2nd order by expanding the left side:
\left(y''\right)^2-y^2=0

The highest derivative of y is 2nd order. However this equation has 4 independent solutions:
y = c_1 e^x + c_2 e^{-x} + c_3 cos x + c_4 sin x

You should note that this equation is also nonlinear.

A correct statement is that a second order linear differential equation of the form y'' + f(x)y' + g(x) y =0 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.
 
  • Like
Likes goodphy
jbriggs444 said:
How many independent boundary conditions can there be a 2nd order differential equation? If someone specifies x(0) and x'(0), is x''(0) independent from those?

I see.

2nd order linear differential equation without source (homogeneous linear differential equation) can be always written as y'' + P(x)y' + Q(x)y = 0 where ' means differentiation. Full solution is obtained by solving this equation with initial conditions (equation describes evolution of the system from initial conditions). If we know, y(0) and y'(0) then the equation tells y''(0). These initial conditions gives next time values y(t1), y'(t1) and substituting these into the equation tells y''(t1). Next time values are obtained in similar process so full solution is obtained.

As coefficients of independent solutions are rooms for initial conditions and we need only two conditions to fully describe system evolution thus 2nd order homogeneous differential equation only requires two independent solutions as constituents of general solutions.

Thanks to remind me of this!
 
  • Like
Likes jbriggs444
Every linear homogeneous second order differential equation has two independent solution because the set of all solutions to an nth order linear homogenous equation is a vector space of dimension n. If you want to include non-linear equations, you will have to specify what you mean by "independent".
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top