Surface Integral of a Sphere (non-divergence)

Wildcat04
Messages
33
Reaction score
0

Homework Statement



Evaluate: \int\intG(r)dA

Where G = z
S: x2 + y2 + z2 = 9 z \geq 0

Homework Equations



Parameterization
x = r sinu cosv
y = r sinu sin v
z = r cos u


The Attempt at a Solution




r(u,v) = (r sinu cosv)i + (r sinu sinv)j + (r cosu)k
ru = (r cosu cosv)i + (-r cos u sinv)j + (-r sinu)k
rv = (-r sinu sinv)i + (r sinu cosv)j + 0k

dA = |ru x rv|

I am not sure if I am approaching this correctly or if I am way off base. My next step was to complete the dot product of z with dA but this does not seem right and I can't find any good examples in my text.

Thank you in advance.
 
Physics news on Phys.org
You are doing it ok. There's a simpler way to get dA. You know that dV in spherical coordinates is just r^2*sin(u)*du*dv*dr, right? dA over a sphere is just that without the dr. But you should get the same thing by finding the norm of your cross product.
 
Last edited:
r= 3 in this problem and you don't use "the dot product of z with dA" because neither is a vector! Just multiply and integrate.
 
Thank you very much for the help! I believe that I have figured it out now.
 
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