Use polar coordinates to find the volume of the given solid.

ryantc
Messages
2
Reaction score
0

Homework Statement



1. Use polar coordinates to find the volume of the given solid.
2. Inside the sphere x^2 + y^2 + z^2 = 16 and outside the cylinder x^2 + y^2 = 4.

2. The attempt at a solution

My attempt as following:
2<=r<=4, and 0<=theta<=2pi

So I do a double integral of f(x,y)=sqrt(16-r^2)r dr d(theta) and it gives me 16sqrt(3)pi

but I saw the answer somewhere, the volume is 2 times the answer I got, I cannot figure out why 2 times? and in the answer it says "by symmetry", any explanation will be appreciated.
 
Physics news on Phys.org
you found the area of the annulus in the polar plane (two integrals: rdrdt), but you need to set your upper and lower bounds wrt the upper and lower halves of the sphere(third integral dz). the double negatives sum to twice your value.

[edit] a little backwards, dz is being evaluated first.
 
Last edited:
Thanks, I think I got the idea here, when I set z=0 I get the sphere on xy plane together with the cylinder to find the range of r,

But I just forget the lower half, that's where the 2 times comes from . :(
 
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