How Do I Set Bounds for These Integrals Correctly?

dylanhouse
Messages
42
Reaction score
0

Homework Statement


I am having trouble setting up the bounds on the following two integrals:

(a) The region E bounded by the paraboloid y=x2+z2 and the plane y=4.
(b) The region bounded by the cylinder x2+y2=1, z=4, and the paraboloid z=1-x2-y2.

Homework Equations

The Attempt at a Solution


I thought for (a) to use 4 < y < x2+z2
-sqrt(y-z2) < x < sqrt(y-z2)
-sqrt(y-x2) < z < sqrt(y-x2)
But these don't seem right.
I'm not sure where to begin for (b) except that z may be upper bounded by 4?
Thanks in advance.
 
Physics news on Phys.org
(a) The conditions you put on y will not give you a bounded region. For simplicity, I suggest you start working with ##r=\sqrt{x^2 + z^2}## instead of x and z.

(b) As in (a), polar coordinates will serve you well here.
 
For these you want to use cylindrical coordinates. For (a), you should take (x,y,z) = (r \cos \theta, y, r \sin \theta). For (b), you should take (x,y,z) = (r \cos\theta, r \sin \theta, z).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top