5
$\begingroup$

I need to compute the following integral

$ \int_{0}^{\infty}x\,\left\{\vphantom{\LARGE A}% 1- \left[\vphantom{\Large A}1- \exp(-a\,x^{\alpha}) \right]^M \right\}\,{\rm d}x \qquad \mbox{with}\quad \alpha > 0\quad\mbox{and}\quad a,M > 0. $

Is this a known integral ( if possible, without approximating the exponential function ) ?.

  • 0
    yes it's an expectation. I just fixed a typo, now it should converge.2011-09-07

1 Answers 1

3

I am assuming that $M$ is an integer. Let $\beta=1/\alpha$. Then substituting $x\to x^\beta$ $ \begin{align} \int_0^\infty x\left[1-(1-\exp(-ax^\alpha))^M\right]\mathrm{d}x &=\int_0^\infty \beta x^{2\beta-1}\left[1-(1-\exp(-ax))^M\right]\mathrm{d}x\\ &=\int_0^\infty \beta x^{2\beta-1}\left[\sum_{k=1}^M(-1)^{k-1}\binom{M}{k}\exp(-akx)\right]\mathrm{d}x\\ &=\beta\;a^{-2\beta}\;\Gamma(2\beta)\;\sum_{k=1}^M(-1)^{k-1}k^{-2\beta}\binom{M}{k} \end{align} $ This can be evaluated as long as you can evaluate $\Gamma(2/\alpha)$.

  • 0
    @Bob: perhaps with some assumptions like $M\to\infty$ or something like that, some asymptotics could be computed. Did you have something in mind?2011-09-09