In few weeks ago, I encounter some integral. At that moment, it does not require specific value. But now I have a question on evaluation. Wolframalpha suggests the following answer. $$ \int_{0}^{\infty}\frac{e^{-t}-1}{t^{a}}dt=\Gamma\left(1-a\right),\quad1<a<2. $$
Well, by considering the singularity at $t=0$, it is easy to see that the integral has value.
But I don't have any experience on gamma function with negative evaluation. How can I verify that identity?
For $t > 0$, let $f_t(s) = e^{-st}$. Then
$$e^{-t} - 1 = f_t(1) - f_t(0) = \int_0^1 f_t'(s)\,ds = -t\int_0^1 e^{-st}\,ds.$$
Substituting that into the given integral, we get
$$\int_0^{\infty} \frac{e^{-t}-1}{t^a}\,dt = -\int_0^{\infty} \int_0^1 \frac{e^{-st}}{t^{a-1}}\,ds\,dt.\tag{1}$$
Since the integrand on the right hand side of $(1)$ is positive and continuous, we can interchange the order of integration, so we get
\begin{align} \int_0^{\infty} \frac{e^{-t}-1}{t^a}\,dt &= -\int_0^1 \int_0^{\infty} t^{1-a}e^{-st}\,dt\,ds \tag{$u = st$}\\ &= -\int_0^1 s^{a-2}\int_0^{\infty} u^{1-a}e^{-u}\,du\,ds \\ &= - \int_0^1 s^{a-2}\, \Gamma(2-a)\,ds\\ &= \frac{1}{1-a}\Gamma(2-a)\\ &= \Gamma(1-a). \end{align}