4

How do I find the volume of the solid region which is bounded by $z=2x^2+2y^2$ and $z=3-x^2-y^2$?

So I first realized that these two functions are paraboloids and I have to find the volume of their intersection. But, I'm not quite sure how to do so. Can someone please help me out through each step explaining me so that I understand?

UPDATE:

So I was trying it out by myself and I set up the volume integral as:

$$\int^{2\pi}_0\int^1_0\int^{3-r^2}_{2r^2}{rdzdrd\theta}$$

Am I right?

aña
  • 43
  • 3
  • I know that I have to find the intersection first, which is when $x^2+y^2=1$ if I'm not mistaken – aña Jul 23 '15 at 13:01

2 Answers2

0

Hint: use cylindrical coordinates. You know that the volume of the region E bounded by the paraboloids is $\iiint_E \text{d}V$. Integrate with respect to $z$ first. You will need to find the circle of intersection of the two paraboloids to set up the limits of integration of $r$ and $\theta$.

Seth
  • 9,393
  • 1
  • 27
  • 64
0

The two functions you describe are surfaces, their intersection will be a curve. This curve is a one dimensional set embedded in $\mathbb{R}^{3}$. What you mean by volume is 3-dimensional extent, a curve is a one dimensional object and so it does not have 3-dimensional extent. The shadow of the curve of intersection in the xy plane is the unit circle. You will need to know which surface is above the other in this region. It is $z=3-x^2-y^2$, from here you just need to integrate

$$\int\int (3-x^2-y^2-(2x^2+2y^2))dxdy$$

Because the region of integration is a circle, more natural coordinates would be polar.

$$\int_{0}^{2\pi}\int_{0}^{1}(3-3r^2)rdrd\theta=\frac{3\pi}{2}$$

Tucker
  • 2,090
  • 9
  • 12