请输入您要查询的百科知识:

 

词条 Delay differential equation
释义

  1. Examples

  2. Solving DDEs

     Example 

  3. Reduction to ODE

  4. The characteristic equation

  5. Software

  6. See also

  7. Notes

  8. References

  9. External links

{{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.[1] (1) 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, 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. (2) 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. (3) Delay properties are also surprising since several studies have shown that voluntary introduction of delays can also benefit the control. (4) In spite of their complexity, DDEs however 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.[2][3]

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,

i.e.,

Reduction to ODE

In some cases, differential equation can be represented in a format that looks like a delay differential equations.

  • Example 1 Consider an equation

Introduce to get a system of ODEs

  • Example 2 An equation

is equivalent to

where

The characteristic equation

Similar to ODEs, many properties of linear DDEs can be characterized and analyzed using the characteristic equation.[4]

The characteristic equation associated with the linear DDE with discrete delays

is

.

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 to the right of any vertical line in the complex plane.{{citation needed|date=July 2013}}

This characteristic equation is a nonlinear eigenproblem and there are many methods to compute the spectrum numerically.[5] 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.

Software

In MATLAB, the function dde23 can be used to numerically solve delay differential equations.[6]

See also

  • Functional differential equation

Notes

1. ^{{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}}
2. ^{{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}}
3. ^{{Cite web|url=https://royalsocietypublishing.org/doi/abs/10.1098/rspa.1971.0078|title=The dynamics of a current collection system for an electric locomotive|last=|first=|date=1971|website=royalsocietypublishing.org|doi=10.1098/rspa.1971.0078|archive-url=|archive-date=|dead-url=|access-date=2019-01-26}}
4. ^Michiels, Niculescu, 2007 Chapter 1
5. ^Michiels, Niculescu, 2007 Chapter 2
6. ^{{Cite journal|last1=Shampine |first1=L. F. |last2=Thompson |first2=S. |doi=10.1016/S0168-9274(00)00055-6 |title=Solving DDEs in Matlab |journal=Applied Numerical Mathematics |volume=37 |issue=4 |pages=441 |year=2001 |pmid= |url=http://www.ecaa.ntu.edu.tw/weifang/ebook/matlab/Solving%20DDEs%20in%20Matlab.pdf |pmc= |deadurl=yes |archiveurl=https://web.archive.org/web/20160303221212/http://www.ecaa.ntu.edu.tw/weifang/ebook/matlab/Solving%20DDEs%20in%20Matlab.pdf |archivedate=2016-03-03 |df= }}

References

{{Refbegin}}
  • {{cite book |last=Bellman |first=Richard |last2=Cooke |first2=Kenneth L. |title=Differential-difference equations |publisher=Academic Press | location=New York-London | year=1963 | isbn=978-0-12-084850-8}}
  • {{cite book |authorlink=Rod Driver |last=Driver |first=Rodney D. |year=1977 |title=Ordinary and Delay Differential Equations |publisher=Springer Verlag |location=New York |isbn=0-387-90231-7 }}
  • {{cite book |author1=Michiels, Wim |author2=Niculescu, Silviu-Iulian | title=Stability and stabilization of time-delay systems. An eigenvalue based approach | year=2007 | isbn=978-0-89871-632-0 | doi=10.1137/1.9780898718645 | ref=refMichiels2007}}
  • {{cite book | author = Briat, Corentin | year = 2015 | title = Linear Parameter-Varying and Time-Delay Systems. Analysis, Observation, Filtering & Control | publisher = Springer Verlag Heidelberg | isbn = 978-3-662-44049-0}}
{{Refend}}

External links

  • {{scholarpedia|title=Delay-Differential Equations|urlname=Delay-Differential_Equations|curator=Skip Thompson}}

1 : Differential equations

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/22 3:53:25