EEL6507sp09L11
From BoykinWiki
Contents |
EEL6507 Spring 2009, Lecture 11, Monday 2009/02/02 (Notes created by Dexiang Wang)
- Pure Birth Process
- Steady State of Birth-Death Process
- M/M/I Queue
General derivative representation of birth-death process
![\begin{align}
\frac{dP_k(t)}{dt}&=[\lambda_{k-1}P_{k-1}(t)+\mu_{k+1}P_{k+1}(t)]-(\lambda_{k}+\mu_{k})P_{k}(t)\\
&=Flow_{in}-Flow_{out}
\end{align}](/wiki/images/math/8/2/a/82af0f32303f3efe292e236a1c8cf57f.png)
Pure-birth process 
Now, the general derivative representation turns to be:
![\frac{dP_k\left(t\right)}{dt}=\lambda[P_{k-1}(t)-P_{k}(t)]](/wiki/images/math/6/3/b/63b3e57cbc8d33dabf4d164129af605c.png)
By introducing Z-transform of

and applying Z-transform to both sides of above derivative equation, we have:

Since
is a constant with regard to
, above equation becomes a first-order constant-coefficient derivative equation and its solution is:

We can obtain the value of
by evaluating
at
:

So

Without need to obtain
, we can easily find expectation of
as follow:

This makes our common sense because average population at time
should be the product of birth rate and total time.
Finally we want to obtain
Applying Taylor expansion onto
, we have:

hence,

which is called "Poisson distribution"
Equilibrium (steady state) birth-death process
Define:
Equilibrium property:
So,


Define
,
hence we have:

Consider the state "0", the flow-in probability should equal flow-out probability and hence
So,

and


Eventually we can obtain
in the following way:


M/M/1 Queue
Leveraging the result obtained from Birth-Death process, we can easily find steady distribution for the "M/M/1" queue with following parameters:
- Customer arrival rate:
- Service rate:
Then
![\begin{align}
P_k&=Prob\left[k\ customers\ in\ queue\ in\ limit\right]\\
&=P_0(\frac{\lambda}{\mu})^k
\end{align}](/wiki/images/math/6/6/e/66e05848fb39e2a29f5cdf7e019516ed.png)
and this is named as "Geometric distribution"
