16

Being interested in the mathematical theory, I was wondering if there are up-to-date, nontrivial models/theories where delay differential equations play a role (PDE-s, or more general functional differential equations).

It is clear that

  • in biological (population) models usually pregnancy introduces a delay term, or
  • in disease transition in networks the latent period introduces a delay, or
  • in engineering in feedback problems signal processing introduces the time delay.

I would like to see a list of answers where each answer contains one reference/example.

Dilaton
  • 9,771

7 Answers7

13

In my corner of things what comes to mind is a recent paper by Atiyah and Moore A Shifted View of Fundamental Physics.

Urb
  • 2,724
8

I'm going to give a Material Modelling Example.

Rubber has the property that it takes time to adjust to the conditions it is applied to (Visco-Elasticity). The behaviour of these effects for static loads are known (Relaxation).

Source:Wikipedia

However with the high use of Rubbers for dynamic engineering applications (Example: Car tyres) it has been the new focus to study this property more thoroughly using dynamical loads and deriving a suitable Material Model (Lion & Höfer, Lion & Rendek).

The PDE's that arise from this are partly pure theoretical derived from a generalized Maxwell Modell combined with phenomenological effects.

Urb
  • 2,724
Michael
  • 1,241
8

I've seen delayed differential equations used in modeling lasers, particularly quantum dot lasers. Here is a nice comparative view of the use of delayed differential equations verses a finite difference model in quantum dot lasers.

Urb
  • 2,724
8

In fluid dynamics it is often possible for a given geometry to isolate different degrees of freedom and model long range effects by a delayed influence. An example of this is the "delayed action oscillator" for the El Niño/Southern Oscillation phenomenon in oceanography.

For more details, see the page on the Azimuth wiki here.

Often fast degress of freedom are modeled by noise, i.e. the model consists of a delayed stochastic differential equation. An example for such a model can be seen here on the arXiv.

Besides the applications in climate science and abstract statistical physics, this kind of modelling is also important in engineering applications where the simplification is needed in order to get numerical results in time, for a successful control of a given system. Details can be found here:

  • Harold J. Kushner: "Numerical methods for controlled stochastic delay systems." (Systems & Control: Foundations & Applications. Boston, MA: Birkhäuser)

Applications for biological systems can be found in this monograph:

  • Hal: Smith: "An introduction to delay differential equations with applications to the life sciences." (Texts in Applied Mathematics 57. New York, NY: Springer.)
Urb
  • 2,724
Tim van Beek
  • 3,755
3

I have found the following paper by Frederik Beaujean and Nicolas Moeller quite interesting.

Urb
  • 2,724
2

I don't know much about the subject, except that it produces two interesting features that are not possible with local differential equations, mainly that a simple equation like this one

$$ \frac{dx}{dt} = b(t) x(t-1) $$

for suitable choices of the function $b$, this equation might have many initial states that produce the same final state, so they produce time asymmetric behavior automatically. Here is a more detailed, in depth exposition of the difficulties, specially regarding the insufficient initial data problem.

Another interesting result is that a classical harmonic oscillator with retardation will have a discrete spectrum of solutions, rather than a single one. Read this for some discussion.

Urb
  • 2,724
lurscher
  • 14,933
1

There are some interesting and quite new (and unknown!) usages of DDE in waves physics.

For example, if you want to model the dynamics of an air bubble that oscillates in water when you apply an acoustic external source in the water, it works well with the Rayleigh-Plesset equation or the more sophisticated Keller-Miksis equation, both ODEs. But if you want to understand how multiple bubbles behave while taking into account the bubble-bubble interaction, you need to introduce a time-delay that waves take to travel from one bubble to another. Hence, you can write some DDE systems describing the behavior of the n interacting bubbles. See this PhD thesis for some discussion.

If you neglect the compressibility of the water, then you have no time delays, and you end up with a system of ODEs.

Triss
  • 57