We were given this integral in one textbook for our high school calculus class. I tried applying all possible methods, however nothing worked. Can you give me some advice on how to approach this problem. $$\int \frac{x^{15}}{{(1+x^3)^{\frac{2}{5}}}} dx = \int \frac{x^{15}}{\sqrt[5]{(1+x^3)^2}} dx$$
Edit: The task comes from our calculus book, however it asks for solving the definite integral, however we must still solve the indefinite and apply the formula to get the value then.
$$\int_{0}^{\sqrt[4]{2}} \frac{x^{15}}{{(1+x^3)^{\frac{2}{5}}}} dx $$
$$\int\frac{x^{15}}{(1+x^3)^{2/5}}\,\mathrm dx$$
Let $u=1+x^3$, so that $x=(u-1)^{1/3}$ and $\mathrm dx=\frac13(u-1)^{-2/3}\,\mathrm du$. Then the integral becomes
$$\frac13\int\frac{(u-1)^5}{u^{2/5}}(u-1)^{-2/3}\,\mathrm du=\frac13\int(u-1)^{13/3}u^{-2/5}\,\mathrm du$$
which almost resembles the beta function. However, you mention in the comments that the original integral is taken over the set $x\in[0,\sqrt[4]2]$, so the latter integral is taken over $u\in[1,1+\sqrt[4]8]$ and has a value of
$$\frac13\int_1^{1+\sqrt[4]8}(u-1)^{13/3}u^{-2/5}\,\mathrm du=3\,{}_2F_1\left(\frac25,\frac{16}3;\frac{19}3;-\sqrt[4]8\right)\approx2.11381$$
(computation courtesy of Mathematica) where ${}_2F_1$ is the hypergeometric function. I wouldn't expect this to have an elementary form, so perhaps there is an error made by the author or your instructor.