How can we use a polar double integral to derive the volume of a sphere?

G01
Science Advisor
Gold Member
Messages
2,704
Reaction score
19
Hey everyone, My task this time is to derive the volume of a sphere using a polar double integral.

The sphere has radius a we know that r goes from 0 to a in this integral.

The equation for a sphere is:

x^2 + y^2 +z^2 = r^2
or f(x,y) = \sqrt{r^2 -x^2 -y^2}
and it intersects the x-y plane in a circle:

x^2 + y^2 = r^2So if we find the volume over this circle and under the positive half of the sphere and double it we should get the volume we want.

r goes from 0 to a, and \theta goes from 0 to2\pi.

So we get:

2 \int_0^{2\pi} \int_0^a f( r\cos\theta , r\sin\theta ) r dr d\theta

My problem is that whenever I fill in the polar conversions for x and y my sphere equation becomes z=0. I know I'm missing something simple but I can't figure it out. Any help would be appreciated. Thank you.
 
Physics news on Phys.org
Because you're confusing your r's. One of them is a variable, the other is the radius of the sphere
 
wow! i must be tired! Thanks a lot shredder
 
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