Inertigratus
- 123
- 0
I had this on a test today. First everything seemed easy, but then I got stuck.
So the body over which the integral is to be taken is defined by:
1 <= x2 + y2 + z2 <= 4
and
z >= sqrt(x2 + y2)
Right now as I'm typing this I just thought that, why not plug z from the second eq. into the first? is this possible, even though it's not an equality but greater than or equal?
That would make it: (1/2) <= x2 + y2 <= 2
Then: 1/sqrt(2) <= z <= sqrt(2)
Is this right? If so, what about the limits for x and y, can I just change to polar coordinates and let r = radius vary from 1 to 4?
So the body over which the integral is to be taken is defined by:
1 <= x2 + y2 + z2 <= 4
and
z >= sqrt(x2 + y2)
Right now as I'm typing this I just thought that, why not plug z from the second eq. into the first? is this possible, even though it's not an equality but greater than or equal?
That would make it: (1/2) <= x2 + y2 <= 2
Then: 1/sqrt(2) <= z <= sqrt(2)
Is this right? If so, what about the limits for x and y, can I just change to polar coordinates and let r = radius vary from 1 to 4?