4

I need to find the volume of this paraboloid, $x^2+y^2=z,z=4y,$ using triple integrals, but have trouble determining the limits of integration.

I know it's an inverted paraboloid with the plane $z=4y$ cutting at top.

Adrian Keister
  • 10,099
  • 13
  • 30
  • 43
Aman Mittal
  • 2,091

1 Answers1

6

If you intersect the surfaces $$x^2+y^2=z=4y$$ you get the circle $x^2+(y-2)^2=4$ and you see that in the following plot. Now, take a look at that circle to find the ranges for $$\theta,~~\text{and}~~~r$$ In fact, I want to use Cylindrical Coordinates here. As you see, the volume is symmetric with respect to $x$ and $y$ so we consider the part which is established on $x\ge 0, y\ge 0$. The second Fig below shows that $$r|_{0}^{4\sin\theta}, ~\theta|_{0}^{\pi/2}$$ So we have $$V=2\int_{\theta}\int_{r}\int_{z=r^2}^{4r\sin\theta}rdzdrd\theta$$ enter image description here

enter image description here

Mikasa
  • 67,374