I have to find the integral of a function and I am not sure about the beginning of the integral. I have solved it but I would like to know why the following procedure happens
$\int x^7 \sqrt{5+3x^4}dx = 1/4 \int u \sqrt{3u+5}du$
$u=x^4$
$du = 4x^3$
Should it be $x^7$ instead of $u$? Why is it $u$?
Thank you
After performing u-substitution with:
$$u = x^4$$
and
$$du = 4x^3dx$$
You simply have to plug in and simplify:
$$\int x^7 \sqrt{5+3x^4}dx = \frac{1}{4}\int x^4 \sqrt{3x^4+5}*(4x^3dx) = \frac{1}{4}\int u \sqrt{3u+5}du$$
Hope this helped.