delay differential equation
{{Short description|Type of differential equation}}
{{Differential equations}}
In mathematics, delay differential equations (DDEs) are a type of differential equation in which the derivative of the unknown function at a certain time is given in terms of the values of the function at previous times.
DDEs are also called time-delay systems, systems with aftereffect or dead-time, hereditary systems, equations with deviating argument, or differential-difference equations. They belong to the class of systems with the functional state, i.e. partial differential equations (PDEs) which are infinite dimensional, as opposed to ordinary differential equations (ODEs) having a finite dimensional state vector. Four points may give a possible explanation of the popularity of DDEs:{{cite journal |last=Richard |first=Jean-Pierre | title=Time Delay Systems: An overview of some recent advances and open problems| year=2003 |journal=Automatica |volume=39 |issue=10 |pages=1667–1694 | doi=10.1016/S0005-1098(03)00167-5 | ref=refRichard2003}}
- Aftereffect is an applied problem: it is well known that, together with the increasing expectations of dynamic performances, engineers need their models to behave more like the real process. Many processes include aftereffect phenomena in their inner dynamics. In addition, actuators, sensors, and communication networks that are now involved in feedback control loops introduce such delays. Finally, besides actual delays, time lags are frequently used to simplify very high order models. Then, the interest for DDEs keeps on growing in all scientific areas and, especially, in control engineering.
- Delay systems are still resistant to many classical controllers: one could think that the simplest approach would consist in replacing them by some finite-dimensional approximations. Unfortunately, ignoring effects which are adequately represented by DDEs is not a general alternative: in the best situation (constant and known delays), it leads to the same degree of complexity in the control design. In worst cases (time-varying delays, for instance), it is potentially disastrous in terms of stability and oscillations.
- Voluntary introduction of delays can benefit the control system.{{Cite book|last1=Lavaei|first1=Javad| last2=Sojoudi|first2=Somayeh| last3=Murray|first3=Richard M.|title=Proceedings of the 2010 American Control Conference |chapter=Simple delay-based implementation of continuous-time controllers |date=2010| chapter-url=https://ieeexplore.ieee.org/document/5530439| pages=5781–5788|doi=10.1109/ACC.2010.5530439|isbn=978-1-4244-7427-1 |s2cid=1200900 |url=https://resolver.caltech.edu/CaltechAUTHORS:20110412-152921583 }}
- In spite of their complexity, DDEs often appear as simple infinite-dimensional models in the very complex area of partial differential equations (PDEs).
A general form of the time-delay differential equation for is
where represents the trajectory of the solution in the past. In this equation, is a functional operator from to
Examples
- Continuous delay
- Discrete delay for
- Linear with discrete delays where .
- Pantograph equation where a, b and λ are constants and 0 < λ < 1. This equation and some more general forms are named after the pantographs on trains.{{Cite journal|last=Griebel|first=Thomas|date=2017-01-01|title=The pantograph equation in quantum calculus| url=http://scholarsmine.mst.edu/masters_theses/7644|journal=Masters Theses}}{{Cite journal | last1=Ockendon| first1=John Richard|last2=Tayler|first2=A. B.|last3=Temple|first3=George Frederick James|date=1971-05-04|title=The dynamics of a current collection system for an electric locomotive|url=https://royalsocietypublishing.org/doi/abs/10.1098/rspa.1971.0078| journal=Proceedings of the Royal Society of London. Series A, Mathematical and Physical Sciences|volume=322| issue=1551| pages=447–468|doi=10.1098/rspa.1971.0078| bibcode=1971RSPSA.322..447O| s2cid=110981464|url-access=subscription}}
Solving DDEs
DDEs are mostly solved in a stepwise fashion with a principle called the method of steps. For instance, consider the DDE with a single delay
with given initial condition . Then the solution on the interval is given by which is the solution to the inhomogeneous initial value problem
with . This can be continued for the successive intervals by using the solution to the previous interval as inhomogeneous term. In practice, the initial value problem is often solved numerically.
=Example=
Suppose and . Then the initial value problem can be solved with integration,
i.e., , where the initial condition is given by . Similarly, for the interval
we integrate and fit the initial condition,
x(t) = x(\tau) + \int_{s=\tau}^t \frac{d}{dt}x(s) \,ds
&= (a\tau+1) + a\int_{s=\tau}^t \left(a(s-\tau)+1 \right) ds \\
&= (a\tau+1)+a\int_{s=0}^{t-\tau} \left(as+1\right) ds,
\end{align}
i.e.,
Reduction to ODE
In some cases, differential equations can be represented in a format that looks like delay differential equations.
- Example 1 Consider an equation
\frac{d}{dt}x(t)=f\left(t,x(t),\int_{-\infty}^0x(t+\tau)e^{\lambda\tau}\,d\tau\right).
Introduce to get a system of ODEs
\frac{d}{dt}x(t)=f(t,x,y),\quad \frac{d}{dt}y(t)=x-\lambda y.
- Example 2 An equation
\frac{d}{dt}x(t)=f\left(t,x(t),\int_{-\infty}^0 x(t+\tau)\cos(\alpha\tau+\beta)\,d\tau\right)
is equivalent to
\frac{d}{dt}x(t)=f(t,x,y),\quad \frac{d}{dt}y(t)=\cos(\beta)x+\alpha z,\quad \frac{d}{dt}z(t)=\sin(\beta) x-\alpha y,
where
y=\int_{-\infty}^0x(t+\tau)\cos(\alpha\tau+\beta)\, d\tau,\quad z=\int_{-\infty}^0x(t+\tau)\sin(\alpha\tau+\beta)\,d\tau.
The characteristic equation
Similar to ODEs, many properties of linear DDEs can be characterized and analyzed using the characteristic equation.{{Cite book| last1=Michiels| first1=Wim| last2=Niculescu| first2=Silviu-Iulian| url=https://epubs.siam.org/doi/book/10.1137/1.9780898718645|title=Stability and Stabilization of Time-Delay Systems| publisher=Society for Industrial and Applied Mathematics|year=2007|isbn=978-0-89871-632-0| series=Advances in Design and Control| pages=3–32|doi=10.1137/1.9780898718645}} The characteristic equation associated with the linear DDE with discrete delays
is the exponential polynomial given by
The roots λ of the characteristic equation are called characteristic roots or eigenvalues and the solution set is often referred to as the spectrum. Because of the exponential in the characteristic equation, the DDE has, unlike the ODE case, an infinite number of eigenvalues, making a spectral analysis more involved. The spectrum does however have some properties which can be exploited in the analysis. For instance, even though there are an infinite number of eigenvalues, there are only a finite number of eigenvalues in any vertical strip of the complex plane.{{Cite book| last1=Michiels| first1=Wim| last2=Niculescu| first2=Silviu-Iulian| url=https://epubs.siam.org/doi/book/10.1137/1.9780898718645|title=Stability and Stabilization of Time-Delay Systems| publisher=Society for Industrial and Applied Mathematics|year=2007|isbn=978-0-89871-632-0| series=Advances in Design and Control| page=9|doi=10.1137/1.9780898718645}}
This characteristic equation is a nonlinear eigenproblem and there are many methods to compute the spectrum numerically.{{Cite book|last1=Michiels|first1=Wim|url=https://epubs.siam.org/doi/book/10.1137/1.9780898718645|title=Stability and Stabilization of Time-Delay Systems|last2=Niculescu|first2=Silviu-Iulian|publisher=Society for Industrial and Applied Mathematics | year=2007|isbn=978-0-89871-632-0|series=Advances in Design and Control|pages=33–56|doi=10.1137/1.9780898718645}}{{Cite arXiv |last1=Appeltans |first1=Pieter |last2=Michiels |first2=Wim |date=2023-04-29 |title=Analysis and controller-design of time-delay systems using TDS-CONTROL. A tutorial and manual |class=math.OC |eprint=2305.00341 }} In some special situations it is possible to solve the characteristic equation explicitly. Consider, for example, the following DDE:
The characteristic equation is
There are an infinite number of solutions to this equation for complex λ. They are given by
where Wk is the kth branch of the Lambert W function, so:
Another example
The following DDE:{{cite arXiv | eprint=1702.06487 | author1=Juan Arias de Reyna | title=Arithmetic of the Fabius function | year=2017 | class=math.NT }}
Have as solution in the function:{{cite web | url=https://oeis.org/A288163 | title=A288163 - Oeis }}
with the Fabius function, known as Rvachëv up function.{{cite web | url=https://oeis.org/A288163 | title=A288163 - Oeis }}
Applications
- Dynamics of diabetes{{Cite journal|last1=Makroglou|first1=Athena|last2=Li|first2=Jiaxu|last3=Kuang|first3=Yang| date=2006-03-01|title=Mathematical models and software tools for the glucose-insulin regulatory system and diabetes: an overview| url=http://www.sciencedirect.com/science/article/pii/S0168927405000929|journal=Applied Numerical Mathematics|series=Selected Papers, The Third International Conference on the Numerical Solutions of Volterra and Delay Equations|language=en| volume=56| issue=3|pages=559–573|doi=10.1016/j.apnum.2005.04.023|issn=0168-9274|url-access=subscription}}
- Epidemiology{{Cite journal|last1=Salpeter|first1=Edwin E.|last2=Salpeter|first2=Shelley R.| date=1998-02-15| title=Mathematical Model for the Epidemiology of Tuberculosis, with Estimates of the Reproductive Number and Infection-Delay Function|url=https://academic.oup.com/aje/article/147/4/398/84377|journal=American Journal of Epidemiology|language=en| volume=147|issue=4|pages=398–406|doi=10.1093/oxfordjournals.aje.a009463|pmid=9508108 |issn=0002-9262|doi-access=free}}{{Cite journal|last1=Kajiwara|first1=Tsuyoshi|last2=Sasaki|first2=Toru|last3=Takeuchi|first3=Yasuhiro|date=2012-08-01|title=Construction of Lyapunov functionals for delay differential equations in virology and epidemiology|url=http://www.sciencedirect.com/science/article/pii/S1468121811003439|journal=Nonlinear Analysis: Real World Applications|language=en|volume=13| issue=4| pages=1802–1826| doi=10.1016/j.nonrwa.2011.12.011|issn=1468-1218|url-access=subscription}}
- Population dynamics{{Cite book|last=Gopalsamy|first=K.|url=https://link.springer.com/book/10.1007/978-94-015-7920-9|title=Stability and Oscillations in Delay Differential Equations of Population Dynamics|publisher=Kluwer Academic Publishers|year=1992|isbn=978-0792315940|series=Mathematics and Its Applications|location=Dordrecht, NL|doi=10.1007/978-94-015-7920-9 }}{{Cite book|last=Kuang|first=Y.|url=https://www.sciencedirect.com/bookseries/mathematics-in-science-and-engineering/vol/191/suppl/C|title=Delay Differential Equations with Applications in Population Dynamics|publisher=Academic Press|year=1993| isbn=978-0080960029 | series=Mathematics in Science and Engineering|location=San Diego, CA}}
- Classical electrodynamics{{Cite journal|last=López|first=Álvaro G.|date=2020-09-01|title=On an electrodynamic origin of quantum fluctuations|url=https://doi.org/10.1007/s11071-020-05928-5|journal=Nonlinear Dynamics|language=en|volume=102| issue=1| pages=621–634|doi=10.1007/s11071-020-05928-5|issn=1573-269X|arxiv=2001.07392|s2cid=210838940 }}
See also
References
{{reflist}}
Further reading
- {{Cite book|last1=Bellen|given=Alfredo|url=https://www.oxfordscholarship.com/view/10.1093/acprof:oso/9780198506546.001.0001/acprof-9780198506546|title=Numerical Methods for Delay Differential Equations|last2=Zennaro|first2=Marino|publisher=Oxford University Press|year=2003|isbn=978-0198506546|series=Numerical Mathematics and Scientific Computation|place=Oxford, UK}}
- {{Cite book|last1=Bellman|given=Richard|url=https://www.rand.org/content/dam/rand/pubs/reports/2006/R374.pdf|title=Differential-Difference Equations|last2=Cooke|first2=Kenneth L.|publisher=Academic Press|year=1963|isbn=978-0120848508|series=Mathematics in Science and Engineering|place=New York, NY}}
- {{Cite book|last=Briat|given=Corentin|url=https://www.springer.com/gp/book/9783662440490|title=Linear Parameter-Varying and Time-Delay Systems: Analysis, Observation, Filtering & Control|publisher=Springer-Verlag|year=2015|isbn=978-3662440490| series=Advances in Delays and Dynamics|place=Heidelberg, DE}}
- {{Cite book|last=Driver|given=Rodney D.|url=https://link.springer.com/book/10.1007/978-1-4684-9467-9|title=Ordinary and Delay Differential Equations|publisher=Springer-Verlag|year=1977|isbn=978-0387902319|series=Applied Mathematical Sciences|volume=20 |doi=10.1007/978-1-4684-9467-9 |place=New York, NY}}
- {{Cite book|last=Erneux|given=Thomas|url=https://link.springer.com/book/10.1007/978-0-387-74372-1|title=Applied Delay Differential Equations|publisher=Springer Science+Business Media|year=2009|isbn=978-0387743714|series=Surveys and Tutorials in the Applied Mathematical Sciences|volume=3 |doi=10.1007/978-0-387-74372-1 |place=New York, NY}}
External links
- {{scholarpedia|title=Delay-Differential Equations|urlname=Delay-Differential_Equations|curator=Skip Thompson}}