Delay differential equation: Difference between revisions

From Calculus
No edit summary
No edit summary
Line 1: Line 1:
==Definition==
==Definition==


The notion of '''delay differential equation''' (abbreviated '''DDE''') is a variant of the notion of [[differential equation]] (in other words, delay differential equations are not (ordinary) differential equations). If we denote the dependent variable by <math>x</math> and the independent variable by <math>t</math> (Which we think of as time), the first-order first-degree case is:
The notion of '''delay differential equation''' (abbreviated '''DDE''') is a variant of the notion of [[differential equation]] (in other words, delay differential equations are not (ordinary) differential equations).  
 
===First-order first-degree case===
 
If we denote the dependent variable by <math>x</math> and the independent variable by <math>t</math> (Which we think of as time), the first-order first-degree case is:


<math>\frac{dx(t)}{dt} = f(t,x(t),\mbox{the entire trajectory of } x \mbox{ prior to time } t)</math>
<math>\frac{dx(t)}{dt} = f(t,x(t),\mbox{the entire trajectory of } x \mbox{ prior to time } t)</math>


The delay differential equations that we study are typically [[autonomous delay differential equation]]s: the nature of the expression for <math>d(x(t))/dt</math> is invariant under translation of <math>t</math> by any constant.
===General case===
 
The general case of a delay differential equation is of the form:
 
<math>F(t,x(t), \mbox{derivatives of the function } x(t) \mbox{ at the point } t, \mbox{the entire trajectory of } x \mbox{ prior to time } t) = 0</math>
 
===Note on autonomous case===
 
The delay differential equations that we study are typically [[autonomous delay differential equation]]s: an equation in the general form above is autonomous if, for any <math>\tau \in \R</math>, the function <math>F(t,x(t), \mbox{derivatives of the function } x(t) \mbox{ at the point } t, \mbox{the entire trajectory of } x \mbox{ prior to time } t)</math> is invariant under replacing <math>x(t)</math> by the function <math>t \mapsto x(t - \tau)</math>.

Revision as of 02:13, 9 July 2012

Definition

The notion of delay differential equation (abbreviated DDE) is a variant of the notion of differential equation (in other words, delay differential equations are not (ordinary) differential equations).

First-order first-degree case

If we denote the dependent variable by x and the independent variable by t (Which we think of as time), the first-order first-degree case is:

dx(t)dt=f(t,x(t),the entire trajectory of x prior to time t)

General case

The general case of a delay differential equation is of the form:

F(t,x(t),derivatives of the function x(t) at the point t,the entire trajectory of x prior to time t)=0

Note on autonomous case

The delay differential equations that we study are typically autonomous delay differential equations: an equation in the general form above is autonomous if, for any τR, the function F(t,x(t),derivatives of the function x(t) at the point t,the entire trajectory of x prior to time t) is invariant under replacing x(t) by the function tx(tτ).