Calculate double integral $\int_Se^{\frac{x}{y}}dxdy$ for the region $1 \le y \le2$ and $y \le x \le y^3$
What I have tried:
$y = 1, y=2 \\ x = y, x=y^3$
$1 \le x \le 2, \text{when }x=y \\ 1 \le x \le 2^{\frac{1}{3}}, \text{when }x=y^3 \\ 2 \le x \le 8, \text{ when} y=2, \text{when y=1, we have x=1}$
However, we want to integrate with respect to $x$ first and then $y$. How can I correctly derive the calculations with respect to $x$?
From looking at a graph of the bounds, I have got the following:
$$\int_1^2\int_y^2e^{\frac{x}{y}}dxdy+\int_{2^{\frac{1}{3}}}^2 \int_{2}^{y^3}e^{\frac{x}{y}}dxdy$$
I cannot seem to figure out the calculation to get these bounds without the need for visualisation.