Physically, what is the difference between systems of ODEs and PDEs?

zheng89120
Messages
139
Reaction score
0
What kind of systems do ODEs describe?

What kind of systems do PDEs describe?
 
Physics news on Phys.org
What kind of systems do ODEs describe?
What kind of systems do PDEs describe?
ODEs are used in case of a physical phenomena which can be modeled with functions of a variable only.
PDEs are used in case of a physical phenomena which can be modeled with functions of not only a variable, but several.
 
Last edited:
PDEs occur usually in dimension >1.
 
ODE's: problems with one independent variable (like time). Classic 1-dimensional F = ma problems (x depends on t), harmonic oscillators, transient response in a circuit (I depends on t), radioactive decay.

PDE's: problems where there is more than 1 independent variable. Temperature distribution on a plate (depends on x, y, and time), waves on a string, plate or sphere (the amplitude can depend on x,y,z and t), electric potential on a conductor... you get the idea.
 
If

<br /> u:[0,1]\times\mathbb{R}\to\mathbb{R}<br />

is some function that is supposed to satisfy

<br /> \partial_t u(x,t) = -\partial_x^2 u(x,t)<br />

that is a PDE.

If

<br /> u:\{1,2,\ldots, N\}\times\mathbb{R}\to\mathbb{R}<br />

is some function that is supposed to satisfy

<br /> \partial_t u(n,t) = -\frac{1}{N^2}\big(u(n+1,t) - 2u(n,t) + u(n-1,t)\big),\quad\quad (u(0,t)=0,\; u(N+1,t)=0)<br />

that is an ODE system.

Physically, what is the difference between systems of ODEs and PDEs?

zheng89120 said:
What kind of systems do ODEs describe?

What kind of systems do PDEs describe?

When the amount of degrees of freedom is very large, physically they describe the same thing, because physically there is no difference in having infinite degrees of freedom or a very large but finite amount of degrees of freedom. You can describe the same physical systems with different mathematical models such that some are ODEs and some are PDEs.
 
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