How to sketch this Domain of triple integral

1.9k Views Asked by At

i am having hard time sketching the domain of this :

$$ \ \int_0^1\int_0^{1-x^2}\int_0^y f(x,y,z){dz}{dy}{dx} $$

is there an easy way to do that ? i got like cylinder and planes and its hard to see the Volume domain

The question asking to sketch this " simple " domain

3

There are 3 best solutions below

0
On BEST ANSWER

You integrate with respect to $z$ first, keeping $x,y$ fixed. For any $(x,y), z$ ranges from $0\to y$. That means you're integrating below the plane $y=z$. Next you integrate with respect to $y$, keeping $x$ fixed. $y$ ranges from $0\to1-x^2$. This means you are integrating over the region below the parabola $y=1-x^2$, from $x=0\to1$, where it intersects the $x$ axis.

Figure

3
On

We have that

  • in the $x$-$y$ plane the domain is the area between the parabola $y=1-x^2$ and positive axis
  • coordinate $z$ varies between $z=0$ and $z=y$

therefore you can think to a cylinder with base $\{(x,y):x,y>0 \land y\le 1-x^2\}$ cutted by the plane $z=y$.

5
On

is this sketch right ? its like a cylinder cutted by z = y

enter image description here