$\int_{x=0}^{x=2}$$\int_{y=x^2}^{y=4}$$(\frac{ x^3}{\sqrt {x^4+y^2}})$$dydx$
This is the integral I have been given to solve. I've already sketched the domain and reversed the limits which gives:
$\int_{y=0}^{y=4}$$\int_{x=0}^{x=\sqrt y}$$(\frac{ x^3}{\sqrt {x^4+y^2}})$$dxdy$
When it comes to the substitution and finding the new limits with variable u, I'm getting a bit confused. I'm assuming that $u=\sqrt {x^4+y^2}$ but I'm not sure what to do from there.
I thought that it might be instructive to present a solution using a slightly different substitution.
The new inner integral $I$ becomes
$$I=\int_0^\sqrt {y} \frac{x^3}{\sqrt{x^4+y^2}}\,dx$$
Now, if we simply enforce the substitution $x^4=u$, then $4x^3\,dx=du$ and the limits of integration begin at $=-0$ and end at $u=y^2$. Therefore, we can write
$$I=\frac14\int_0^{y^2} \frac{1}{\sqrt{u+y^2}}\,du=\frac12 \left(\sqrt{2y^2}-\sqrt{y^2}\right)$$
Can you finish now?