Alright, so I'm stuck on what I think should be a simple double integral. It is $\int_0^1\int_{\sqrt x}^1e^{y^3} \, dy \, dx$. This is just the volume between the surface $z=e^{y^3}$ and the area bounded by $y=\sqrt x$ and $y=1$, $0\le x \le 1$.
I could see pretty quickly that I can't integrate this, so I tried to switch the $dy$ with $dx$ and change limits. When I do that, though, I end up with $\int_0^1[y^2e^{y^3}] \, dy$, which I still can't integrate.
So I try by converting to polar coordinates, and I get that $0\le\theta\le\frac{\pi}{2}$ and $\frac{2\cos\theta}{1-\cos 2\theta}\le r \le 1-\sin\theta$. That radius will be a major problem when I go to integrate, so I know I went wrong somewhere.
Does someone see what I did wrong?
Thanks in advance!