I have the following integral and I'm trying to represent it in a closed-form even if it is in terms of some special functions.
$$\int_0^\infty x \exp \left(- \sum_{k=0}^N a_k x^k \right)\,dx$$
For the case of $N=1$ and $N=2$, it is straightforward. But I failed to evaluate it for $N>2$. I looked at the extended incomplete gamma function in [1], but it is really not useful in this case; it can be used if I only have $x^{N_1}$ and $x^{N_2}$ in the exponent.
Any idea about a possible way to represent it?
Clarification:
$a_k>0 \ \forall k \in \{0,1, ... ,N\}$.
First, here it is in a very simple case, where the polynomial has just one term, with coefficient $1$: $$ \int_0^\infty x \exp(-x^k) \, dx $$ \begin{align} u & = x^k \\ x & = u^{1/k} \\ dx & = (1/k)u^{(1/k)-1} \, du \end{align} $$ \int_0^\infty x \exp(-x^k) \, dx = \int_0^\infty u^{1/k} \exp(-u) \frac 1 k u^{(1/k) -1 } \, du = \frac 1 k \int_0^\infty u^{(2/k)-1} e^{-u} \,du = \frac{\Gamma(2/k)} k. $$
However, consider this: \begin{align} u & = \text{some polynomial in }x \\ x & =\text{what???} \\ dx & = \text{what?????} \end{align} Polynomials in general don't have solutions by radicals. And polynomials generally are not one-to-one. And if you allow one of these functions, not expressible by radicals, how do you differentiate it and thereby fill in this blank?: $dx = \text{what?}$
So it appears to me you probably won't find a closed form except in narrow special cases.