Nth Order Differential Equations

ahaanomegas
Messages
28
Reaction score
0
We know that there are a few forms for 1st order differential equations. Second-order differential equations have an extra term with an x in it. My conjecture is that third-order differential equations have another extra term with an x^2 in it. A friend of mine agrees with this. Is this true and can we following the same pattern for higher order differential equations? If so, is there a proof to this?

Thanks in advance! :)
 
Physics news on Phys.org
ahaanomegas said:
We know that there are a few forms for 1st order differential equations. Second-order differential equations have an extra term with an x in it. My conjecture is that third-order differential equations have another extra term with an x^2 in it. A friend of mine agrees with this. Is this true and can we following the same pattern for higher order differential equations? If so, is there a proof to this?

Thanks in advance! :)

What do you mean in writing "We know that there are a few forms for 1st order differential equations" ?
This seens rather ambiguous. What kind of ODE are you talking about ?
The general solution of a first order ODE is on the form f(c,x) where c is an arbitrary constant. The form c*f(x) is not the general case : it is only true in the case of linear ODE.
The general solution of a second order ODE is on the form f(c1,c2;x) where c1 and c2 are arbitrary constants. The form c1*f1(x)+c2*f2(x) is not the general case : it is only true in the case of linear ODE.
The general solution of a third order ODE is on the form f(c1,c2,c3;x) where c1, c2, c3 are arbitrary constants.
etc.
 
ahaanomegas said:
We know that there are a few forms for 1st order differential equations. Second-order differential equations have an extra term with an x in it. My conjecture is that third-order differential equations have another extra term with an x^2 in it. A friend of mine agrees with this. Is this true and can we following the same pattern for higher order differential equations? If so, is there a proof to this?

Thanks in advance! :)
The most general way of writing a first order differential equation is f(x, y, y')= 0.
The most general way of writing a second order differential equation is f(x, y, y', y'')= 0.
The most general way of writing a differential equation of order n is f(x, y, y', y'', ..., y^{(n)})= 0

I have no idea what you mean by "an extra term with and x in it" nor "another extra term with an x^2 in it". The second order equation y''= y has no explicit "x" at all.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
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