What Does Ordinary Mean in Ordinary Differential Equations?

chandran
Messages
137
Reaction score
1
what is the word ordinary mean? Why is it called so.

Am i correct to say that the solution of a differential equation is got by
integrating that equation.
 
Physics news on Phys.org
chandran said:
what is the word ordinary mean? Why is it called so.
An ordinary differential equation has derivatives with respect to one variable.

\frac{dy(x)}{dx} + x = 0

Oridnary is there to separate it from partial differential equations, which have derivatives with respect to multiple variables.

\frac{\partial y(t,x,z)}{\partial t}+\frac{\partial^2 y(t,x,z)}{\partial x^2} = z
 
Last edited:
Ordinary means that the derivatives involved are taken wrt the only variable the unknown function depends on.

"Integrating",not literally on every occasion.But u can make an abuse of language and call solving an ODE/PDE "integrating" it.

Daniel.
 
Ordinary to differential equations with total differentials.

Example of ODE

x^2 \frac{d^2 y}{dt^2} + x \frac{dy}{dt} + 15 = 0

There are a lot of methods to solve a differential equation...
 
Cyclovenom said:
Ordinary to differential equations with total differentials.

Example of ODE

x^2 \frac{d^2 y}{dt^2} + x \frac{dy}{dt} + 15 = 0

There are a lot of methods to solve a differential equation...

I would be very careful with total differentials,if i were you. :wink:

Daniel.
 
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