I'm trying to evaluate the following integral:
$$ \int _0^{+\infty} \frac{x^m}{(a+bx^n)^p}$$
$a>0, b>0, n>0$
Could you please say if my reasoning is correct?
I thought that it was a good idea to use Chebyshev theorem on the integration of binomial differentials to evaluate the integral. Then I change the integral to the form: $$ \int _0^{+\infty} x^m(a+bx^n)^{-p}$$
However, the task gives no information regarding $p$ and whether $m, n \in \Bbb{Z} $.
So I need to look at 4 cases:
$p \in \Bbb{Z}$
Then use the substitution $x=t^r$ , $dx=rt^{r-1}$ where $r$ is common denominator of rational numbers $m$ and $n$.
$\frac{m+1}{n} \in \Bbb{Z}$
Then use the substitution $t=\sqrt[r]{a+bx^n}$ where $r$ is denominator of $p$.
$\frac{m+1}{n}+p \in \Bbb{Z}$
Then use the substitution $t=\sqrt[r]{\frac{a+bx^n}{x^n}}$ where $r$ is denominator of $p$.
If all 3 previous cases are not applicable, then it's impossible to evaluate the integral.
Is my reasoning correct? I don't really know how to proceed further with these substitutions to evaluate the integral since there are no specific numbers here.
Any help is very much appreciated!