Queueing Theory: Why does this hold for a M/M/1 queue?

224 Views Asked by At

For a M/M/1 queue, calculating the estimated number of jobs $n$ in the queue is given by:

$$E[n] = \sum_{i=1}^{\infty} p_i i = \sum_{i=1}^{\infty} \rho^i (1-\rho) i .$$

The final result for a M/M/1 queue is:

$$E[n] = \frac{\rho}{(1-\rho)}.$$

How is it possible to derive this last step from the formulas above?

2

There are 2 best solutions below

0
On BEST ANSWER

Let $$\begin{align} f(\rho)&=\sum_{i=1}^\infty i \rho^i (1-\rho)\\ &=(1-\rho)\sum_{i=1}^\infty i \rho^i \\ &=(1-\rho)\rho\sum_{i=1}^\infty i \rho^{i-1} \\ &=(1-\rho)\rho\sum_{i=1}^\infty \frac{d}{d\rho} (\rho^i) \\ &=(1-\rho)\rho\frac{d}{d\rho}\left(\sum_{i=1}^\infty \rho^i\right) \\ &=(1-\rho)\rho\frac{d}{d\rho}\left(\frac{\rho}{1-\rho}\right) \\ &=(1-\rho)\rho\frac{1}{(1-\rho)^2} \\ &=\left(\frac{\rho}{1-\rho}\right) \\ \end{align}$$

1
On

To prove $\sum_{i=1}^{\infty} i \rho^i (1-\rho) = \frac{\rho}{1-\rho}$ (which is meaningful at least for the $0 \le \rho \lt 1$ required for this problem):

Let $f( \rho )=\sum_{i=1}^{\infty} i \rho^i (1-\rho)$.

Let $g( \rho )= f( \rho )-\rho f( \rho )$ and so $g( \rho ) = \sum_{i=1}^{\infty} \rho^i (1-\rho)$ as each term almost cancels.

Then $g( \rho )-\rho g( \rho ) = \rho (1-\rho)$ when all the other terms cancel, so $g( \rho ) = \rho$.

So $f( \rho )-\rho f( \rho ) = \rho $, so $f( \rho ) =\frac{\rho}{1-\rho}$.