infinite summation of a function with exponential, power and a factorial.

80 Views Asked by At

I solved an assignment problem in statistical thermodynamics where I need to find out the following summation to evaluate a property.

$$\sum_{n = 1}^{+\infty} \left(\frac{L}{\lambda}\right)^n \frac{1}{n!} \large e^{\frac{\mu n}{kT}}$$

In the equation, all parameters like L, k, T etc are constants. Is there any general expansion formula to simplify this summation?

2

There are 2 best solutions below

0
On

Hint

Using simpler notations, you are looking for $$\sum_{n=1}^\infty \frac{a^n}{n!}e^{bn}$$ Write $$a^n e^{bn}=e^{(b+\log(a))n}$$ Now $\cdots ???$

4
On

Hint:

Use C. Leibovici's hint and your knowledge, in order to get the final answer for the general sum, which is:

$$\sum_{n = 1}^{+\infty} \frac{a^n}{n!} e^{bn} = e^{a e^b}-1$$

Where in your case $a = L/\lambda~~$ and $~~b = \mu/(kT)$