Functional differential equation

From HandWiki

A functional differential equation is a differential equation with deviating argument. That is, a functional differential equation is an equation that contains a function and some of its derivatives evaluated at different argument values.[1] Functional differential equations find use in mathematical models that assume a specified behavior or phenomenon depends on the present as well as the past state of a system.[2] In other words, past events explicitly influence future results. For this reason, functional differential equations are more applicable than ordinary differential equations (ODE), in which future behavior only implicitly depends on the past.

Definition

Unlike ordinary differential equations, which contain a function of one variable and its derivatives evaluated with the same input, functional differential equations contain a function and its derivatives evaluated with different input values.

  • An example of an ordinary differential equation would be [math]\displaystyle{ f'(x) = 2f(x) +1 }[/math]
  • In comparison, a functional differential equation would be [math]\displaystyle{ f'(x)=2f(x+3)-[f(x-1)]^2 }[/math]

The simplest type of functional differential equation called the retarded functional differential equation or retarded differential difference equation, is of the form[3]

[math]\displaystyle{ x'(t) = f\bigl(t, x(t),x(t-r)\bigr) }[/math]

Examples

The simplest, fundamental functional differential equation is the linear first-order delay differential equation[4][unreliable source?] which is given by

[math]\displaystyle{ x'(t)=\alpha_1 x(t) + \alpha_2 x(t-\tau)+f(t), t\geq0 }[/math]

where [math]\displaystyle{ \alpha_1, \alpha_2, \tau }[/math] are constants, [math]\displaystyle{ f(t) }[/math] is some continuous function, and [math]\displaystyle{ x }[/math] is a scalar. Below is a table with a comparison of several ordinary and functional differential equations.

Ordinary differential equation Functional differential equation
Examples [math]\displaystyle{ f'(x)=x^2-3 }[/math] [math]\displaystyle{ f'(x) = 3x-f(x-4) }[/math]
[math]\displaystyle{ f'(x)=f(x)-8 }[/math] [math]\displaystyle{ x'(t) = 3x(2t)-\bigl[x(t-1)\bigr]^2 }[/math]
[math]\displaystyle{ F\bigl(t, x(t), x'(t),x''(t)\bigr)=0 }[/math] [math]\displaystyle{ 2x(3t+1)-5x(4t)=1 }[/math]
[math]\displaystyle{ f'(x) = 4f(x) -3x }[/math]

Types of functional differential equations

"Functional differential equation" is the general name for a number of more specific types of differential equations that are used in numerous applications. There are delay differential equations, integro-differential equations, and so on.

Differential difference equation

Differential difference equations are functional differential equations in which the argument values are discrete.[1] The general form for functional differential equations of finitely many discrete deviating arguments is

[math]\displaystyle{ x^{(n)}(t)=f\Bigl(t, x^{(n_1)}\bigl(t-\tau_1(t)\bigr), x^{(n_2)}\bigl(t-\tau_2(t)\bigr),\ldots,x^{(n_k)}\bigl(t-\tau_k(t)\bigr)\Bigr) }[/math]

where [math]\displaystyle{ x(t)\in \R^m,\, n_1, n_2,\ldots,n_i \geq0, }[/math] and [math]\displaystyle{ \tau_1(t),\tau_2(t),\ldots,\tau_i(t) \geq 0 }[/math]

Differential difference equations are also referred to as retarded, neutral, advanced, and mixed functional differential equations. This classification depends on whether the rate of change of the current state of the system depends on past values, future values, or both.[5]

Classifications of differential difference equations[6]
Retarded [math]\displaystyle{ x'(t)=f\bigl(t,x(t),x(t-\tau)\bigr) }[/math]
Neutral [math]\displaystyle{ x'(t)=f\bigl(t, x(t),x(t-\tau),x'(t-\tau)\bigr) }[/math]
Advanced [math]\displaystyle{ x'(t-\tau)=f\bigl(t,x(t),x(t-\tau)\bigr) }[/math]

Delay differential equation

Main page: Delay differential equation

Functional differential equations of retarded type occur when [math]\displaystyle{ \max \{n_1, n_2,\ldots,n_k\ \}\lt n }[/math] for the equation given above. In other words, this class of functional differential equations depends on the past and present values of the function with delays.

A simple example of a retarded functional differential equation is

[math]\displaystyle{ x'(t)=-x(t-\tau) }[/math]

whereas a more general form for discrete deviating arguments can be written as

[math]\displaystyle{ x'(t)=f\Bigl(t,x\bigl(t-\tau_1(t)\bigr), x\bigl(t-\tau_2(t)\bigr),\ldots,x\bigl(t-\tau_k(t)\bigr)\Bigr). }[/math]

Neutral differential equations

Functional differential equations of neutral type, or neutral differential equations occur when

[math]\displaystyle{ \max\{n_1, n_2,\ldots,n_k\}=n. }[/math]

Neutral differential equations depend on past and present values of the function, similarly to retarded differential equations, except it also depends on derivatives with delays. In other words, retarded differential equations do not involve the given function's derivative with delays while neutral differential equations do.

Integro-differential equation

Main page: Integro-differential equation

Integro-differential equations of Volterra type are functional differential equations with continuous argument values.[1] Integro-differential equations involve both the integrals and derivatives of some function with respect to its argument.

The continuous integro-differential equation for retarded functional differential equations, [math]\displaystyle{ x'(t)=f\bigl(t, x(t-\tau_1(t)), x(t-\tau_2(t)), \ldots,x(t-\tau_k(t)) \bigr) }[/math], can be written as

[math]\displaystyle{ x'(t)=f\Biggl(t,\int_{t-\tau(t)}^t K(t, \theta,x(\theta)) \,\mathrm{d}\theta \Biggr), \quad \tau(t) \geq0 }[/math]

Application

Functional differential equations have been used in models that determine future behavior of a certain phenomenon determined by the present and the past. Future behavior of phenomena, described by the solutions of ODEs, assumes that behavior is independent of the past.[2] However, there can be many situations that depend on past behavior.

FDEs are applicable for models in multiple fields, such as medicine, mechanics, biology, and economics. FDEs have been used in research for heat-transfer, signal processing, evolution of a species, traffic flow and study of epidemics.[1][4]

Population growth with time lag

A logistic equation for population growth is given by [math]\displaystyle{ {\mathrm{d} x\over\mathrm{d} t} = \rho\,x(t)\left(1- \frac{x(t)} k \right), }[/math] where ρ is the reproduction rate and k is the carrying capacity. [math]\displaystyle{ x(t) }[/math] represents the population size at time t, and [math]\displaystyle{ \rho \left(1- \frac{x(t)}{k} \right) }[/math] is the density-dependent reproduction rate.[7]

If we were to now apply this to an earlier time [math]\displaystyle{ t-\tau }[/math], we get [math]\displaystyle{ {\mathrm{d} x\over\mathrm{d} t} = \rho\,x(t) \left(1- \frac{x(t-\tau)} k \right) }[/math]

Mixing model

Upon exposure to applications of ordinary differential equations, many come across the mixing model of some chemical solution.

Suppose there is a container holding liters of salt water. Salt water is flowing in, and out of the container at the same rate [math]\displaystyle{ r }[/math] of liters per second. In other words, the rate of water flowing in is equal to the rate of the salt water solution flowing out. Let [math]\displaystyle{ V }[/math] be the amount in liters of salt water in the container and [math]\displaystyle{ x(t) }[/math] be the uniform concentration in grams per liter of salt water at time [math]\displaystyle{ t }[/math]. Then, we have the differential equation[8] [math]\displaystyle{ x'(t)=-\frac r V x(t), \frac r V \gt 0 }[/math]

The problem with this equation is that it makes the assumption that every drop of water that enters the contain is instantaneously mixed into the solution. This can be eliminated by using a FDE instead of an ODE.

Let [math]\displaystyle{ x(t) }[/math] be the average concentration at time [math]\displaystyle{ t }[/math], rather than uniform. Then, let's assume the solution leaving the container at time [math]\displaystyle{ t }[/math] is equal to [math]\displaystyle{ x(t-\tau), \tau \gt 0 }[/math], the average concentration at some earlier time. Then, the equation is a delay-differential equation of the form[8] [math]\displaystyle{ x'(t)=- \frac{r}{V} x(t-\tau) }[/math]

Volterra's predator-prey model

The Lotka–Volterra predator-prey model was originally developed to observe the population of sharks and fish in the Adriatic Sea; however, this model has been used in many other fields for different uses, such as describing chemical reactions. Modelling predatory-prey population has always been widely researched, and as a result, there have been many different forms of the original equation.

One example, as shown by Xu, Wu (2013),[9] of the Lotka–Volterra model with time-delay is given below: [math]\displaystyle{ p'(t)=p(t)\Biggl[r_1(t)-a_{11}(t)p\biggl(t-\tau_{11}(t)\biggr)-a_{12}(t)P_1\biggl(t-\tau_{12}(t)\biggr)-a_{13}(t)P_2\biggl(t-\tau_{13}(t)\biggr)\Biggr] }[/math] [math]\displaystyle{ P_1'(t)=P_1(t)\Biggl[-r_2(t)+a_{21}(t)p\biggl(t-\tau_{21}(t)\biggr)-a_{22}(t)P_1\biggl(t-\tau_{22}(t)\biggr)-a_{23}(t)P_2\biggl(t-\tau_{23}(t)\biggr)\Biggr] }[/math] [math]\displaystyle{ P_2'(t)=P_2(t)\Biggl[-r_2(t)+a_{31}(t)p\biggl(t-\tau_{31}(t)\biggr)-a_{32}(t)P_1\biggl(t-\tau_{32}(t)\biggr)-a_{33}(t)P_2\biggl(t-\tau_{33}(t)\biggr)\Biggr] }[/math] where [math]\displaystyle{ p(t) }[/math] denotes the prey population density at time t, [math]\displaystyle{ P_1(t) }[/math] and [math]\displaystyle{ P_2(t) }[/math] denote the density of the predator population at time [math]\displaystyle{ t,r_i,a_{ij}\in C(\R,[0,\infty)) }[/math] and [math]\displaystyle{ \tau_{ij} \in C(\R, \R) }[/math]

Other models using FDEs

Examples of other models that have used FDEs, namely RFDEs, are given below:

  • Controlled motion of a rigid body[1]
  • Periodic motions[8]
  • Flip-flop circuit as a NDE[8]
  • Model of HIV epidemic
  • Math models of sugar quantity in blood[1]
  • Evolution equations of single species[1]
  • Spread of an infection between two species[8]
  • Classical electrodynamics[10]

See also

References

  1. 1.0 1.1 1.2 1.3 1.4 1.5 1.6 Kolmanovskii, V.; Myshkis, A. (1992). Applied Theory of Functional Differential Equations. The Netherlands: Kluwer Academic Publishers. ISBN 0-7923-2013-1. 
  2. 2.0 2.1 Hale, Jack K. (1971). Functional Differential Equations. United States: Springer-Verlag. ISBN 0-387-90023-3. 
  3. Hale, Jack K.; Verduyn Lunel, Sjoerd M. (1993). Introduction to Functional Differential Equations. United States: Springer-Verlag. ISBN 0-387-94076-6. 
  4. 4.0 4.1 Falbo, Clement E.. "Some Elementary Methods for Solving Functional Differential Equations". http://www.mathfile.net/hicstat_FDE.pdf. 
  5. Guo, S.; Wu, J. (2013). Bifurcation Theory of Functional Differential Equations. New York: Springer. pp. 41–60. ISBN 978-1-4614-6991-9. 
  6. Bellman, Richard; Cooke, Kenneth L. (1963). Differential-Difference Equations. New York, NY: Academic Press. pp. 42–49. ISBN 978-0124109735. https://archive.org/details/differentialdiff00rbel. 
  7. Barnes, B.; Fulford, G. R. (2015). Mathematical Modelling with Case Studies. Taylor & Francis Group LLC. pp. 75–77. ISBN 978-1-4822-4772-5. 
  8. 8.0 8.1 8.2 8.3 8.4 Schmitt, Klaus, ed (1972). Delay and Functional Differential Equations and Their Applications. United States: Academic Press. 
  9. Xu, Changjin; Wu, Yusen (2013). "Dynamics in a Lotka–Volterra Predator–Prey Model with Time-varying Delays". Abstract and Applied Analysis 2013: 1–9. doi:10.1155/2013/956703. 
  10. García López, Álvaro (1 September 2020). "On an electrodynamic origin of quantum fluctuations". Nonlinear Dynamics 102 (1): 621–634. doi:10.1007/s11071-020-05928-5. 

Further reading

  • Herdman, Terry L.; Rankin III, Samuel M.; Stech, Harlan W. (1981). Integral and Functional Differential Equations: Lecture notes. 67. United States: Marcel Dekker Inc, Pure and Applied Mathematics
  • Ford, Neville J.; Lumb, Patricia M. (2009). "Mixed-type functional differential equations: A numerical approach". Journal of Computational and Applied Mathematics. 229 (2): 471–479
  • Lemon, Greg; Kinf, John R. (2012). :A functional differential equation model for biological cell sorting due to differential adhesion". Mathematical Models and Methods in Applied Sciences. 12(1): 93–126
  • Da Silva, Carmen, Escalante, René (2011). "Segmented Tau approximation for forward-backward functional differential equation". Computers and Mathematics with Applications. 62 (12): 4582–4591
  • Pravica, D. W.; Randriampiry, N,; Spurr, M. J. (2009). "Applications of an advanced differential equation in the study of wavelets". Applied and Computational Harmonic Analysis. 27 (1): 2(10)
  • Breda, Dimitri; Maset, Stefano; Vermiglio Rossana (2015). Stability of Linear Delay Differential Equations: A Numerical Approach with MATLAB. Springer. ISBN:978-1-4939-2106-5