I am trying to come up with a closed form for this integral:
$$\int_0^{\infty } \frac{\mu x e^{-\mu x}}{1-\frac{\lambda _R \left(1-e^{-\mu x}\right)}{\mu }} \, dx$$
After playing around a bit, it turns out that:
$$\int_0^{\infty } \frac{\mu x}{1-\frac{\lambda _R \left(1-e^{-\mu x}\right)}{\mu }} \, dx = \frac{\text{Li}_2\left(1-\frac{\mu }{\lambda _R}\right)}{\mu -\lambda _R}$$
$$\int_0^{\infty } \frac{\mu ^2 x^2}{1-\frac{\lambda _R \left(1-e^{-\mu x}\right)}{\mu }} \, dx = \frac{2 \text{Li}_3\left(1-\frac{\mu }{\lambda _R}\right)}{\mu -\lambda _R}$$
$$\int_0^{\infty } \frac{\mu ^3 x^3}{2 \left(1-\frac{\lambda _R \left(1-e^{-\mu x}\right)}{\mu }\right)} \, dx = -\frac{3 \text{Li}_4\left(1-\frac{\mu }{\lambda _R}\right)}{\mu -\lambda _R}$$
and so on.
So, what I am trying to expand then numerator, $\mu x e^{-\mu x}$, in a Taylor series and then try to integrate the function term-by-term to get the result.
Using this approach, I think you can rewrite the integral
$$\int_0^{\infty } \frac{\mu x e^{-\mu x}}{1-\frac{\lambda _R \left(1-e^{-\mu x}\right)}{\mu }} \, dx$$
as
$$\int_0^{\infty } \frac{\mu x}{1-\frac{\lambda _R \left(1-e^{-\mu x}\right)}{\mu }} \, dx -\int_0^{\infty } \frac{\mu ^2 x^2}{1-\frac{\lambda _R \left(1-e^{-\mu x}\right)}{\mu }} \, dx +\int_0^{\infty } \frac{\mu ^3 x^3}{2 \left(1-\frac{\lambda _R \left(1-e^{-\mu x}\right)}{\mu }\right)} \, dx + \cdots$$
which, after you integrate term-by-term using the relation above and collecting terms, you get
$$\sum _{k=1}^{\infty } \frac{(-1)^{k+1} \left(k \text{Li}_{k+1}\left(1-\frac{\mu }{\lambda _R}\right)\right)}{\mu -\lambda _R}$$
But the problem is this diverges when $\mu = 1$ and $\lambda_R = 0.5$, which cannot be the case.
Also, when I use a numerical mathematical package, with $\mu = 1$ and $\lambda_R = 0.5$ and evaluate the integral NOT the sum, I get 1.64493 as the answer with those parameters.
So, clearly, I am doing something wrong here. Any help would be great.