2

How to simplify the integral given below? $$ \int_{0}^{\infty}\frac{xe^{-\beta x}}{k^{x+1}}\mathrm{d}x,\quad k=1+e^{-a},\ a\in\mathbb{R},\;\beta>0 $$ Is there an explicit form, or can it be expressed with summation symbol? Do i need to use gamma function? if so, how?

($k$ is confusing. if $k=1$ it simply equals to $\beta^{-2}$.)

mert
  • 674
  • 3
  • 11

3 Answers3

3

Shifting things around a bit you have this.

$$\int_0^\infty {xe^{-\beta x}\,dx \over k^{x + 1}} = {1\over k} \int_0^\infty {xe^{-\beta x}\,dx\over e^{x\log(k)}} = {1\over k}\int_0^\infty{xe^{x(\beta + \log(k))}}\, dx$$

The rest can easily be managed by an integration by parts and a $u$-sub.

ncmathsadist
  • 49,383
1

Using integration by parts, $$\int_0^\infty x e^{-\alpha x} dx = \frac{1}{\alpha^2}$$

\begin{align}\int_0^\infty \frac{x e^{-\beta x}}{k^{x+1}} dx &= \int_0^\infty x e^{-\beta x - (1+x)\log k} dx \\ &= e^{-\log k}\int_0^\infty x e^{-(\beta + \log k) x} dx \\ &= \frac{1}{k(\beta + \log k)^2}\end{align}

1

$$\int_0^\infty\frac{xe^{-\beta x}}{k^{x+1}}\ dx = \frac 1k\int_0^\infty x\ \left(k\cdot e^{\beta}\right)^{-x}\ dx = \frac 1k\int_0^\infty xc^{-x}\ dx$$ Where $c = ke^\beta$ If we allow $u = x,\ dv = c^{-x}$, then $\dots$

jameselmore
  • 5,207