Puneet Varma (Editor)

Birth–death process

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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.

Contents

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 .

Examples

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

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

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

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

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,

p 0 ( t ) = μ 1 p 1 ( t ) λ 0 p 0 ( t ) p k ( t ) = λ k 1 p k 1 ( t ) + μ k + 1 p k + 1 ( t ) ( λ k + μ k ) p k ( t )

M/M/c queue

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  i C

and

μ i = C μ  for  i C

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  0 i < K λ i = 0  for  i K μ i = μ  for  1 i K .

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,

p 0 ( t ) = μ 1 p 1 ( t ) λ 0 p 0 ( t ) p k ( t ) = λ k 1 p k 1 ( t ) + μ k + 1 p k + 1 ( t ) ( λ k + μ k ) p k ( t )  for  k K p k ( t ) = 0  for  k > K

Equilibrium

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

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

λ 0 p 0 ( t ) = μ 1 p 1 ( t ) ( λ k + μ k ) p k ( t ) = λ k 1 p k 1 ( t ) + μ k + 1 p k + 1 ( t )

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

λ p k ( t ) = μ p k + 1 ( t )  for  k 0.

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.

References

Birth–death process Wikipedia