Find $$\int{x^{13/2}(1+x^{5/2})^{1/2}}dx$$
My attempt:
Usually when I face the form $\int x^m(a+bx^n)^p dx$, I would factor out $x^n$ and proceed.
Example:
$$I=\int{x^{-11}(1+x^4)^{-1/2}}dx$$
$$I=\int{x^{-13}(1+\frac{1}{x^4})^{-1/2}dx}$$
Let $t=1+\frac{1}{x^4} \implies dt=\frac{-4}{x^5}dx$
$$I=\int{\frac{-1}{4}\frac{(t-1)^2}{\sqrt t}}dt$$
which is now very easy to evaluate.
Coming back to the original problem,
$$I=\int{x^{13/2}(1+x^{5/2})^{1/2}}dx$$ Proceeding in the usual way,
$$I=\int{x^{31/4}(1+\frac{1}{x^{5/2}})^{1/2}}dx$$
Setting $t=1+\frac{1}{x^{5/2}} \implies dt=\frac{-5}{2x^{7/2}}dx$
$$I=\int{\frac{-2}{5}x^{45/4}\sqrt t}dt$$
$$I=\int{\frac{-2}{5}\frac{\sqrt t}{(t-1)^{9/2}}}dt$$
which is disappointing, since it doesn't yield anything.
Questions:
1) Why did the usual method not work here? Does it not work for some specific cases? If yes, when?
2) How can the integral be solved?
3) Is there any general approach for solving $\int x^m(a+bx^n)^p dx $ ?