You are on page 1of 5

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/243764052

Delay Differential Equation with Application in


Population Dynamics

Article · January 1993

CITATIONS READS

2,671 4,672

1 author:

Yang Kuang
Arizona State University
153 PUBLICATIONS 7,090 CITATIONS

SEE PROFILE

Some of the authors of this publication are also working on these related projects:

Wang Research Group View project

All content following this page was uploaded by Yang Kuang on 23 May 2015.

The user has requested enhancement of the downloaded file.


D
cycles, yet the Nicholson’s blowflies model can generate
rich and complex dynamics.
DELAY DIFFERENTIAL DDEs are differential equations in which the deriva-
EQUATIONS tives of some unknown functions at present time are de-
pendent on the values of the functions at previous times.
YANG KUANG Mathematically, a general delay differential equation for
Arizona State University, Tempe
x (t )  R n takes the form
dx (t )
_____  f (t, x t ),
All processes take time to complete. While physical dt
processes such as acceleration and deceleration take little where x t ()  x (t  ) and     0. Observe that xt ()
time compared to the times needed to travel most dis- with     0 represents a portion of the solution trajec-
tances, the times involved in biological processes such as tory in a recent past. Here, f is a functional operator that
gestation and maturation can be substantial when com- takes a time input and a continuous function xt () with 
pared to the data-collection times in most population    0 and generates a real number (dx (t )/dt ) as its output.
studies. Therefore, it is often imperative to explicitly in- A well-known example of a delay differential equation is the
corporate these process times into mathematical models Hutchinson equation, or the discrete delay logistic equation,
of population dynamics. These process times are often x rx (1  x (t  )/K ). Some DDEs can be conveniently
called delay times, and the models that incorporate such solved in a stepwise fashion. In fact, the Hutchinson equa-
delay times are referred as delay differential equation tion can be rewritten as (ln x )  r (1  x (t  )/K ), which
(DDE) models. can be used to solve for x for 0  t  . Some DDEs, such
as x (t )  rx (t )[1  a ∫0e as x (t  s )ds/K ], a  0, are in
CONCEPTS AND NOTATION fact a system of ordinary diffential equations (ODEs) in dis-
Recent theoretical and computational advancements in guise. This can be seen by letting y (t )  a ∫0e as x (t  s )ds
delay differential equations reveal that DDEs are capable and noticing that y  a(x (t )  y (t )), which yields a system
of generating rich and plausible dynamics with realistic of ODEs x(t )  rx (t )(1  y (t )/K ); y  a(x (t )  y (t )).
parameter values. Naturally occurring complex dynamics Indeed, an integro-differential equation of the form x(t ) 
are often naturally generated by well-formulated DDE f (t, x (t ))  ∫0k (s )g (x (t  s ))ds with initial condition
models. This is simply due to the fact that a DDE oper- xt() where    0 is equivalent to a system of ODEs
ates on an infinite-dimensional space consisting of con- with initial condition if k is a linear combination of func-
tinuous functions that accommodate high-dimensional tions eat, teat, t 2eat, . . . , tmeat, where a is a real number and
dynamics. For example, the Lotka–Volterra predator– m is a positive integer. The method of reducing such a delay
prey model with crowding effect does not produce sus- differential equation into a system of ODEs is called the
tainable oscillatory solutions that describe population linear chain trick.

163

9780520269651_Ch_D.indd 163 1/28/12 4:26 PM


Numerically solving most delay differential equa- equations are notoriously difficult to study mathemati-
tions or systems is almost as simple as solving ODEs. cally. However, they may possess some surprising and
The popular MATLAB-based dde23 solver developed more plausible dynamics.
by Shampine and Thompson for delay differential equa-
tions is well tested and user-friendly. Interested readers SOME SIMPLE DELAY DIFFERENTIAL
can find many familiar and informative examples at the EQUATION MODELS
website http://www.radford.edu/thompson/webddes/ Many consumer species go through two or more life stages
ddetutwhite.html, and more sophisticated users can as they proceed from birth to death. In order to capture the
find additional information at http://www.radford.edu/ oscillatory behavior often observed in nature, various mod-
thompson/webddes/. els are proposed. They include many difference models
As with linear ODEs, stability properties of linear and delay differential models. The Hutchinson equation,
DDEs can be characterized and analyzed by studying
x  rx (1  x (t  )/K ), (1)
their characteristic equations. For example, the character-
istic equation for x(t )  ax (t )  bx (t  ) is   a  and its variations are among the ones that are most
be   0. The roots  of the characteristic equation are frequently employed in theoretical ecology models. In
called characteristic roots. Notice that the root appears in Equation 1, r is the growth rate, K is the carrying capac-
the exponent of the last term in the characteristic equa- ity, and  is a time delay that may have no real biological
tion, causing the characteristic equation to possess an in- meaning. Like logistic equations, these models are ad hoc
finite number of roots. However, there are only a finite and hence can be misleading. Indeed, they produces arti-
number of roots located to the right of any vertical line ficially complex dynamics such as excessive volatility and
in the complex plane. huge peak-to-valley ratios (Fig. 1).
On the other hand, if we assume the adults have a
SOME CHARACTERISTICS OF DDEs constant birth rate of r, the newborns mature in  units
In most applications of delay differential equations in the of time, and the mortality rate is proportional to the
sciences, the need for incorporating time delays is often adult population density, then the following model may
due to the presence of process times or the existence of be a reasonable model for the adult population:
some stage structures. In engineering applications, such
x  rx (t   )em  rx 2/K. (2)
time delays are often modeled via high-dimensional
compartment models. In life-science applications, com-
Solutions of x′ = x (1 − x (t − t )) with t = 1, 3
partmental models can present the additional challenges 10
of estimating some of the involved parameter values. In t=1
t=3
such cases, low-dimensional delay differential models 9

with fewer parameters can be sensible alternatives.


8
Since the through-stage survival rate is often a func-
tion of such time delays, it is easy to see that these mod- 7

els may involve some delay-dependent parameters. The


6
ubiquitous presence of such parameters often greatly
complicates the task of a systematic study of such mod- x(t)
5
els. In some special cases, the stability of a given steady
state can be determined by the graphs of some functions 4

of time delay that can be expressed explicitly and thus


3
can be depicted. The common scenario is that as time
delay increases, stability changes from stable to unstable 2
to stable, implying that a large delay can be stabilizing.
This scenario often contradicts the one provided by simi- 1

lar models with only delay-independent parameters.


0
In addition, a closer look at the cause of a time delay 0 10 20 30 40 50 60 70 80 90 100
Time t
often suggests that the time delay itself maybe depen-
FIGURE 1 Solutions of the Hutchinson equation with delay values of 1
dent on some key model variables. In short, the delays are
and 3. Note that the peak-to-valley ratio is well over 2000 when the
state dependent. These state-dependent delay differential delay is 3.

164 D E L AY D I F F E R E N T I A L E Q U A T I O N S

9780520269651_Ch_D.indd 164 1/28/12 4:26 PM


However, the positive steady state of model 2 is always as its characteristic equation produces more roots with
(globally) stable, similar to the case when the delay is positive real part when we increase the time delay from
zero. On the other hand, the well-known Nicholson 0.25 to 25 (Fig. 2). If we assume that the maturation
blowflies model, time delay in population dynamics is determined by the
resource uptake, then we may have
x  px (t  )eax(t)  mx, (3) 0

exhibits plausible and rich dynamics. In other words, the ∫



p(x (s ))ds  M (5)
dynamics of delay differential equations are extremely for some positive constant M that measures the re-
sensitive to model forms. source requirement for a newborn to mature. With
To further support the above statement, let us now this additional reality, solutions of model 4 tend to a
examine some predator–prey models with age structure. steady-state or a limit-cycle dynamics. In addition, the
We assume that the prey or the renewable resource, de- time to approach the limit cycle is much shorter than
noted by x, can be modeled by a logistic equation when a typical model without time delay or with constant
the consumer is absent. The predators or consumers are time delay, suggesting that the more realistic formula-
divided into two age groups, juveniles and adults, and tion of time delay (Eq. 5) satisfactorily describes the
they are denoted by yj and y, respectively. We also as- often-observed short duration of transition dynamics
sume that only adult predators are capable of preying on in nature (Fig. 3).
the prey species and that the juvenile predators live on Delay differential equation models can be more ef-
other resources. We then have the following two-stage fective and accurate compared to ordinary differential
predator-prey interaction model: equation–based models when it is necessary to capture os-
cillatory dynamics with specific periods and amplitudes.
x  rx (1  x/K )  yp(x ),
d  This characteristic has been successfully employed to ex-
y  be j y (t  )p(x (t  ))  da y  my 2. (4)
plain why lemmings often have a 4-year cycle whereas
With the aid of the geometric stability switch criteria snowshoe hares have a 10-year cycle, and why the puta-
that were specifically developed to deal with models with tive cycles of the moose–wolf interactions on Isle Royale,
delay-dependent parameters, it can be shown that this Michigan, is 38 years long. In addition, some simple and
model generates increasingly more complex dynamics, plausible models with two time delays can generate the

t = 0.25 t=5
3 6
Prey Prey
preyPredator preyPredator
2.5 5
predator predator
2 4
x, y

x, y

1.5 3

1 2

0.5 1

0 0
0 100 200 300 0 100 200 300

t = 15 t = 25
6 6
Prey Prey
prey
preyPredator Predator
predator
5 5
predator
4 4
x, y

x, y

3 3

2 2

1 1

0 0
0 200 400 600 800 0 200 400 600 800
Time t Time t

FIGURE 2 A solution of model 4 with p(x)  px, where r  K  1, p  1, b  10, dj 0, da  0.5, m  0.1, and  varies from 0.25 to 25.

D E L AY D I F F E R E N T I A L E Q U A T I O N S 165

9780520269651_Ch_D.indd 165 1/28/12 4:26 PM


3.5

3 DEMOGRAPHY
CHARLOTTE LEE
2.5
Florida State University, Tallahassee

2
y

Demography is the study of vital rates, such as mortal-


1.5 ity and fecundity rates, and their effects on population
dynamics. Studies usually focus on how vital rates depend
1
on traits such as age; in ecology, vital rates may include
individual growth or shrinkage rates (the latter being most
0.5
relevant for plants), and the traits on which they depend
0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
x may include size, developmental stage, or any other state
FIGURE 3 Maturation time delay may not generate complex dynamics
through which individuals transition, including spatial lo-
other than periodic solution. In addition, maturation time delay may cation and environmental state. Commonly investigated
significantly cut the transition time from an initial point to an attract- population consequences of the vital rates include the
ing limit cycle.
population growth rate and the population trait structure
(the proportion of individuals in each age, size, stage, or
ubiquitous ultradian insulin secretory oscillations in the other state class). The predominant tool for the ecological
human glucose–insulin regulatory system. study of demography is the population projection matrix,
a discrete-trait approach that is amenable to parameteri-
SEE ALSO THE FOLLOWING ARTICLES zation using empirical data and which allows analyses of
Difference Equations / Integrodifference Equations / Ordinary factors such as environmental variation.
Differential Equations / Partial Differential Equations
OVERVIEW
FURTHER READING
In almost any population, the rates describing individual
Aiello, W. G., and H. I. Freedman. 1990. A time-delay model of single-species activities depend on individual traits, and the activities
growth with stage structure. Mathematical Biosciences 101: 139–153.
Beretta, E., and Y. Kuang. 2002. Geometric stability switch criteria in most likely to have population consequences are the rates
delay differential systems with delay dependent parameters. SIAM at which individuals reproduce, die, and change with re-
Journal on Mathematical Analysis 33: 1144–1165. spect to rate-determining traits. For example, in an ani-
Gourley, S. A., and Y. Kuang. 2004. A stage structured predator–prey
model and its dependence on maturation delay and death rate. Journal
mal population, juveniles may be more likely to die and
of Mathematical Biology 49: 188–200. less likely to reproduce than adults, so differentiating the
Gourley, S. A., and Y. Kuang. 2005. A delay reaction-diffusion model of two developmental stages and understanding the rates
the spread of bacteriophage infection. SIAM Journal on Mathematical
at which individuals pass through them is important for
Analysis 65: 550–566.
Gurney, W. S. C., S. P. Blythe, and R. M. Nisbet. 1980. Nicholson’s blow- understanding overall population death and birth rates.
flies revisited. Nature 287: 17–21. In addition, older or larger animals may survive or repro-
Hale, J. K., and S. M. Verduyn Lunel. 1993. Introduction to functional duce better or worse than younger or smaller ones; bet-
differential equations. New York: Springer-Verlag.
Hutchinson, G. E. 1948. Circular causal systems in ecology. Annals of the ter habitat quality in some places or at some times may
New York Academy of Sciences 50: 221–246. similarly influence vital rates. Figure 1 illustrates the po-
Kuang, Y. 1993. Delay differential equations with applications in popula- tential effects of two such traits and hypothetical transi-
tion dynamics. Boston: Academic Press.
Li, J., Y. Kuang, and C. Mason. 2006. Modeling the glucose-insulin regu-
tions between trait states. Demography encompasses these
latory system and ultradian insulin secretory oscillations with two time and similar processes. Without context, the term is usu-
delays. Journal of Theoretical Biology 242: 722–735. ally taken generally to mean the population dynamics of
Smith, H. L. 2011. An introduction to delay differential equations with applica-
humans, whose vital rates depend on age and may also
tions to the life sciences. Texts in Applied Mathematics. New York: Springer.
depend on socioeconomic status, nationality, or behav-
iors such as cigarette smoking, for instance. Demography
departments in a university or other such organizational
DEMOGRAPHIC STOCHASTICITY units are therefore often interdisciplinary social science
SEE STOCHASTICITY, DEMOGRAPHIC units, most often including economists and sociologists.

166 DEMOGRAPHY

9780520269651_Ch_D.indd 166 1/28/12 4:26 PM


View publication stats

You might also like