Samiksha Jaiswal (Editor)

Delay differential equation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Delay differential equation

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

Contents

A general form of the time-delay differential equation for x ( t ) R n is

d d t x ( t ) = f ( t , x ( t ) , x t ) ,

where x t = { x ( τ ) : τ t } represents the trajectory of the solution in the past. In this equation, f is a functional operator from R × R n × C 1 ( R , R n ) to R n .

Examples

  • Continuous delay
  • Discrete delay
  • Linear with discrete delays
  • where A 0 , , A m R n × n .
  • 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.

    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 ϕ : [ τ , 0 ] R n . Then the solution on the interval [ 0 , τ ] is given by ψ ( t ) which is the solution to the inhomogeneous initial value problem

    with ψ ( 0 ) = ϕ ( 0 ) . 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 f ( x ( t ) , x ( t τ ) ) = a x ( t τ ) and ϕ ( t ) = 1 . Then the initial value problem can be solved with integration,

    x ( t ) = x ( 0 ) + s = 0 t d d t x ( s ) d s = 1 + a s = 0 t ϕ ( s τ ) d s ,

    i.e., x ( t ) = a t + 1 , where the initial condition is given by x ( 0 ) = ϕ ( 0 ) = 1 . Similarly, for the interval t [ τ , 2 τ ] we integrate and fit the initial condition,

    x ( t ) = x ( τ ) + s = τ t d d t x ( s ) d s = ( a τ + 1 ) + a s = τ t a ( s τ ) + 1 d s = ( a τ + 1 ) + a s = 0 t τ a s + 1 d s ,

    i.e., x ( t ) = ( a τ + 1 ) + a ( t τ ) ( a ( t τ ) 2 + 1 ) .

    Reduction to ODE

    In some cases, delay differential equations are equivalent to a system of ordinary differential equations.

  • Example 1 Consider an equation
  • Introduce y ( t ) = 0 x ( t + τ ) e λ τ d τ to get a system of ODEs d d t x ( t ) = f ( t , x , y ) , d d t y ( t ) = x λ y .
  • 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. 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.

    This characteristic equation is a nonlinear eigenproblem and there are many methods to compute the spectrum numerically. In some special situations it is possible to solve the characteristic equation explicitly. Consider, for example, the following DDE:

    d d t x ( t ) = x ( t 1 ) .

    The characteristic equation is

    λ e λ = 0.

    There are an infinite number of solutions to this equation for complex λ. They are given by

    λ = W k ( 1 ) ,

    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.

    References

    Delay differential equation Wikipedia