I've been given this assignment that includes calculating multi-dimensional (mainly in $\mathbb{R}^2$ and $\mathbb{R}^3$ ) , amusingly, with no guidance on how to.
The problem is as such:
Calculate $\int_Ee^{x^3}d\mu(x,y)$ when $E$ is a body (area/volume, not sure) in $\mathbb{R}^2$ which is blocked by the lines: $x=2 \ ,\ x=\sqrt{y}\ \ ,\ y=4 \ ,\ y=0$
I haven't tried anything except drawing the so called 'body' that is constrained within the given lines, and seeing that $E$ has no intersections with $e^{x^3}$.
I'm stuck in my thoughts, therefore any guidance/a hint towards what to do could help me progress in my understanding.
Thanks in advance!
The number $x$ can take any value from $0$ up to $2$. For each such $x$, the number $y$ can take any value from $0$ up to $x^2$. So, your integral is equal to $$ \int_0^2\int_0^{x^2}e^{x^3}\,\mathrm dy\,\mathrm dx=\int_0^2x^2e^{x^3}\,\mathrm dx=\left[\frac{e^{x^3}}3\right]_{x=0}^{x=2}=\frac{e^8-1}3. $$
I don't understand the reference to the line $y=2$. As far as I am concerned, that restriction is redundant.