Given $a > 0$, $$f(x) = \begin{cases} e^{-x}x^{a-1}, &\mbox{if } x > 0 \\ 0, & \mbox{if } x \leq 0 \end{cases}$$
Prove the the Fourier transform of $f$, $\hat{f}(\omega)$ is equal to $\Gamma(a)(1+i\omega)^{-a}$.
I know the Gamma function is defined as $\int^{\infty}_0e^{-x}x^{a-1} dx$
Then, $$\hat{f}(\omega) = \int^{\infty}_0(e^{-x}x^{a-1})(e^{-i\omega x})dx$$
But from here Im a little lost as to what to do, do I just integrate by parts then it works out? Any help/tips is welcome!