I'm trying to solve $\int x^7\sqrt{3+2x^4}dx$
All I have so far is
Let $u$ = $3+2x^4$
$du$ = $8x^3$ $dx$
$\frac{du}{8x^3}$ = $dx$
Therefore,
$\int x^7\sqrt{u}$ $\frac{du}{8x^3}$
$\frac{1}{8}$$\int x^4\sqrt{u}$ ${du}$
Since there is still a $x$ variable in the integral, I'm not sure where to go from here. Any ideas?
Try $u=x^4\to du=4x^3 dx$ instead, and note that $4x^7dx = udu$. Then: $$\int x^7\sqrt{3+2x^4}dx = \frac{1}{4}\int u\sqrt{3+2u}du$$ Now, it's easier to take $v=3+2u, dv=2du$ to get: $$\frac{1}{16}\int (v-3)\sqrt{v}dv$$ Which you can probably solve.