The problem in question is: "Find the volume of the region bounded by $x^2+2y^2 = 2, z = 0$ and $x+y+2z = 2$." Am I setting up the integral correctly?
This is equivalent to integrating the function $z = f(x,y) = \frac{2-x-y}{2}$ over $D = \{ (x,y) | x^2+2y^2 = 2\}$. $D$ can be expressed by the relations $$ - \sqrt{2 - 2y^2} \leq x \leq \sqrt{2 - 2y^2} $$ $$ -1 \leq y \leq 1 $$ Then the volume $V$ is given by $$ V = \frac{1}{2} \iint \limits_D (2 - x - y) dA = \frac{1}{2} \int_{-1}^{1} \int_{ - \sqrt{2 - 2y^2}}^{\sqrt{2-2y^2}} (2-x-y) dx dy $$
Also, when does one use triple integration as opposed to double integration?
My preliminary understanding: in general, it seems like we would use triple integration when the base of the region is not in the plane (for example, when finding the volume of the unit ball). In this example, since $D$ is in the $xy$ plane, double integration suffices.
How would one compute an integral like $$ \iiint \limits_{B} dx dy dz = \frac{4 \pi}{3} $$ where $B$ denotes the unit ball with a double integral?
– Ozera Oct 29 '13 at 23:37