Simplifying a summation?

67 Views Asked by At

While studying Stochastic Process, I came across the following equation which I am trying to reduce it int simple terms!

It is

$$P_{0}\left(1 + \sum_{n=1}^{(s-1)} \frac{\rho^n}{n!} + \sum_{n=s}^{\infty}\frac{\rho ^n}{s! (s^{n-s})}\right) = 1$$

I have to evaluate $P_{0}$ in simplest form.

I tried to see the terms of the summation in order to see whether there is some pattern in it -

Like, consider
$$\left(\rho + \frac{\rho ^2}{2!} + \frac{\rho^3}{3!} + \cdots+\frac{\rho^{(s-1)}}{(s-1)!}\right) + \left(\frac{\rho^s}{s!}+\frac{\rho^{s+1}}{s!} + \frac{\rho^{s+2}}{2s!} + \cdots\right)$$

So we get $$\left(\rho + \frac{\rho ^ 2}{2!}+\frac{\rho ^ 3}{3!}+\cdots\right)+\frac{\rho^s}{s!}\left(1 + \rho + \frac{\rho ^ 2}{2}+\frac{\rho ^ 3}{3}+\cdots\right)$$

I am not seeing any pattern so that I can simplify it?

1

There are 1 best solutions below

0
On

$A=1 + \sum\limits_{n=1}^{s-1} \frac{\rho^n}{n!} + \sum\limits_{n=s}^{\infty}\frac{\rho ^n}{s! (s^{n-s})}=\sum\limits_{n=0}^{s-1} \frac{\rho^n}{n!}+\sum\limits_{n=s}^{\infty}{(\frac{\rho}{s})}^n \frac{s^s}{s!}$

The last sum is equal to:

$\sum\limits_{n=s}^{\infty}{(\frac{\rho}{s})}^n \frac{s^s}{s!}=\sum\limits_{n=0}^{\infty}{(\frac{\rho}{s})}^n \frac{s^s}{s!}-\sum\limits_{n=0}^{s-1}{(\frac{\rho}{s})}^n \frac{s^s}{s!}$

If the absolute value of $\rho\lt {s}$ then we can write:

$\frac{s^s}{s!}\big(\frac{1}{1-\frac{\rho}{s}} - \frac{1-{(\frac{\rho}{s})}^s}{1-\frac{\rho}{s}}\big)=\frac{\rho^s}{s!}\frac{s}{s-p}$

Turn back to the starting expression we get:

$P\big(A\big)=P\big(\sum\limits_{n=0}^{s-1} \frac{\rho^n}{n!}+\frac{\rho^s}{s!}\frac{s}{s-p}\big)$

If $s\rightarrow \infty$ then $A \rightarrow {e}^\rho$