I know that the following formulas are true:
$$\int_{0}^{\infty}\frac{x^{s}}{ax+b}dx=\frac{-\pi}{a\sin\left(\pi s\right)}\left(\frac{b}{a}\right)^{s}$$ and $$\int_{0}^{\infty}\frac{x^{s}}{ax^{2}+bx+c}dx=\frac{\pi\sin\left(s\cos^{-1}\left(\frac{b}{2\sqrt{ac}}\right)\right)}{c\sin\left(\pi s\right)\sqrt{1-\frac{b^{2}}{4ac}}}\left(\frac{c}{a}\right)^{\frac{s+1}{2}}$$ And so I was wondering if there is a generalisation of this integral to the ratio of $x^s$ and a polynomial of general degree. More specificaly, is there is closed form for the below integral?
$$\int_{0}^{\infty}\frac{x^{s}}{ax^{3}+bx^{2}+cx+d}dx$$
Write $1/(ax^3 + b x^2 + c x + d)$ in partial fractions:
$$ \frac{1}{a x^3 + b x^2 + c x + d} = \sum_\alpha \frac{1}{(3 \alpha^2 a + 2\alpha b + c)(x - \alpha)} $$ where the sum is over the roots of $a x^3 + b x^2 + c x + d$ (assuming these are distinct). Of course you'll also want to assume none of these roots are positive reals. Then, if $s < -1$, you can use your first formula on each of the summands.