Solve the integral $\int_0^1\int^1_xy^4e^{xy^2}dydx$.
I think that variables substituation is neede here. I've substitute $$ \\ \left\{\begin{matrix} u=xy^2\\ v=y \end{matrix}\right. \ $$ and calculated $$\\J=\begin{vmatrix} y^2 & 2xy\\ 0 & 1 \end{vmatrix}=y^2\ $$ Then, the new integrand is $v^2e^u$. But what is the new domain? Thanks.
$\newcommand{\bbx}[1]{\,\bbox[15px,border:1px groove navy]{\displaystyle{#1}}\,} \newcommand{\braces}[1]{\left\lbrace\,{#1}\,\right\rbrace} \newcommand{\bracks}[1]{\left\lbrack\,{#1}\,\right\rbrack} \newcommand{\dd}{\mathrm{d}} \newcommand{\ds}[1]{\displaystyle{#1}} \newcommand{\expo}[1]{\,\mathrm{e}^{#1}\,} \newcommand{\ic}{\mathrm{i}} \newcommand{\mc}[1]{\mathcal{#1}} \newcommand{\mrm}[1]{\mathrm{#1}} \newcommand{\pars}[1]{\left(\,{#1}\,\right)} \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\root}[2][]{\,\sqrt[#1]{\,{#2}\,}\,} \newcommand{\totald}[3][]{\frac{\mathrm{d}^{#1} #2}{\mathrm{d} #3^{#1}}} \newcommand{\verts}[1]{\left\vert\,{#1}\,\right\vert}$
\begin{align} &\bbox[10px,#ffd]{\int_{0}^{1}\int_{x}^{1}y^{4}\expo{xy^{2}}\dd y\,\dd x} = \int_{0}^{1}y^{4}\int_{0}^{y}\expo{xy^{2}}\dd x\,\dd y = \int_{0}^{1}y^{4}{\expo{y^{3}} - 1 \over y^{2}}\,\dd y \\[5mm] = &\ \int_{0}^{1}\pars{y^{2}\expo{y^{3}} - y^{2}}\dd y = \left.{\expo{y^{3}} - y^{3} \over 3}\,\right\vert_{0}^{1} = \bbx{\expo{} - 2 \over 3} \approx 0.2394 \end{align}