In Loss Models, 4th ed., by Klugman et al., the following parametrization is given for the Gamma distribution:
$$f(x) = \dfrac{(x/\theta)^{\alpha}e^{-x/\theta}}{x\Gamma(\alpha)}\text{.} $$
When $\alpha = 1$, we have the exponential distribution. The example I'm wondering about is this:
Example 5.4 Let $X\mid \Lambda$ have an exponential distribution with parameter $1/\Lambda$. Let $\Lambda$ have a gamma distribution. Determine the unconditional distribution of $X$.
We have (note that the parameter $\theta$ in the Gamma distribution has been replaced by its reciprocal) \begin{align} f_{X}(x) &= \int\limits_{0}^{\infty}f_{X\mid\Lambda}(x\mid\lambda)f_{\Lambda}(\lambda)\text{ d}\lambda = \int\limits_{0}^{\infty}\underbrace{\lambda e^{-\lambda x}}_{f_{X\mid\Lambda}(x\mid\lambda)}\underbrace{\dfrac{\theta^{\alpha}}{\Gamma(\alpha)}\lambda^{\alpha - 1}e^{-\theta \lambda}}_{f_{\Lambda}(\lambda)}\text{ d}\lambda\text{.}\end{align}
Notice the part that I bolded above. Can someone explain to me why I am supposed to use this alternative parametrization?
Because it makes the integral easier! Your integral then evaluates to:
$$\frac{\theta^\alpha}{\Gamma(\alpha)}\int_0^\infty \lambda^{\alpha}e^{-(\theta+x)\lambda} = \frac{\theta^\alpha}{\Gamma(\alpha)}\frac{\Gamma(\alpha+1)}{(\theta+x)^{\alpha+1}} = \alpha\frac{\theta^\alpha}{(\theta+x)^{\alpha+1}} $$
So the density function of the unconditional distribution of $X$ is given by:
$$f_X(x|\alpha,\theta)=\frac{\alpha\theta^\alpha}{(\theta+x)^{\alpha+1}},\qquad x>0$$