Duru–Kleinert transformation

From formulasearchengine
Jump to navigation Jump to search

The birth–death process is a special case of continuous-time Markov process where the state transitions are of only two types: "births" which increase the state variable by one and "deaths" which decrease the state by one. The model's name comes from a common application, the use of such models to represent the current size of a population where the transitions are literal births and deaths. Birth–death processes have many applications in demography, queueing theory, performance engineering, epidemiology or in biology. They may be used, for example to study the evolution of bacteria, the number of people with a disease within a population, or the number of customers in line at the supermarket.

When a birth occurs, the process goes from state n to n + 1. When a death occurs, the process goes from state n to state n − 1. The process is specified by birth rates {λi}i=0 and death rates {μi}i=1.

State diagram of a birth-death process

Examples

A pure birth process is a birth–death process where μi=0 for all i0.

A pure death process is a birth–death process where λi=0 for all i0.

A (homogeneous) Poisson process is a pure birth process where λi=λ for all i0

M/M/1 model and M/M/c model, both used in queueing theory, are birth–death processes used to describe customers in an infinite queue.

Use in queueing theory

In queueing theory the birth–death process is the most fundamental example of a queueing model, the M/M/C/K//FIFO (in complete Kendall's notation) queue. This is a queue with Poisson arrivals, drawn from an infinite population, and C servers with exponentially distributed service time with K places in the queue. Despite the assumption of an infinite population this model is a good model for various telecommunication systems.

M/M/1 queue

Mining Engineer (Excluding Oil ) Truman from Alma, loves to spend time knotting, largest property developers in singapore developers in singapore and stamp collecting. Recently had a family visit to Urnes Stave Church. The M/M/1 is a single server queue with an infinite buffer size. In a non-random environment the birth–death process in queueing models tend to be long-term averages, so the average rate of arrival is given as λ and the average service time as 1/μ. The birth and death process is a M/M/1 queue when,

λi=λ and μi=μ for all i.

The difference equations for the probability that the system is in state k at time t are,

p0(t)=μ1p1(t)λ0p0(t)
pk(t)=λk1pk1(t)+μk+1pk+1(t)(λk+μk)pk(t)

M/M/c queue

Mining Engineer (Excluding Oil ) Truman from Alma, loves to spend time knotting, largest property developers in singapore developers in singapore and stamp collecting. Recently had a family visit to Urnes Stave Church. The M/M/c is a multi-server queue with C servers and an infinite buffer. This differs from the M/M/1 queue only in the service time which now becomes

μi=iμ for iC

and

μi=Cμ for iC

with

λi=λ for all i.

M/M/1/K queue

The M/M/1/K queue is a single server queue with a buffer of size K. This queue has applications in telecommunications, as well as in biology when a population has a capacity limit. In telecommunication we again use the parameters from the M/M/1 queue with,

λi=λ for 0i<K
λi=0 for iK
μi=μ for 1iK.

In biology, particularly the growth of bacteria, when the population is zero there is no ability to grow so,

λ0=0.

Additionally if the capacity represents a limit where the population dies from over population,

μK=0.

The differential equations for the probability that the system is in state k at time t are,

p0(t)=μ1p1(t)λ0p0(t)
pk(t)=λk1pk1(t)+μk+1pk+1(t)(λk+μk)pk(t) for kK
pk(t)=0 for k>K

Equilibrium

A queue is said to be in equilibrium if the limit limtpk(t) exists. For this to be the case, pk(t) must be zero.

Using the M/M/1 queue as an example, the steady state (equilibrium) equations are,

λ0p0(t)=μ1p1(t)
(λk+μk)pk(t)=λk1pk1(t)+μk+1pk+1(t)

If λk=λ and μk=μ for all k (the homogenous case), this can be reduced to

λpk(t)=μpk+1(t) for k0.

Limit behaviour

In a small time Δt, only three types of transitions are possible: one death, or one birth, or no birth nor death. If the rate of occurrences (per unit time) of births is λ and that for deaths is μ, then the probabilities of the above transitions are λΔt, μΔt, and 1(λ+μ)Δt respectively. For a population process, "birth" is the transition towards increasing the population by 1 while "death" is the transition towards decreasing the population size by 1.

See also

References

Template:Refbegin

  • G. Latouche, V. Ramaswami. Introduction to Matrix Analytic Methods in Stochastic Modelling, 1st edition. Chapter 1: Quasi-Birth-and-Death Processes; ASA SIAM, 1999.
  • M. A. Nowak. Evolutionary Dynamics: Exploring the Equations of Life, Harvard University Press, 2006.
  • J. Virtamo,"Birth-death processesBirth-death processes"[1], 38.3143 Queueing Theory.

Template:Refend

Template:Stochastic processes