Surface Integral of a Sphere (non-divergence)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Wildcat04
Messages
33
Reaction score
0

Homework Statement



Evaluate: [tex]\int[/tex][tex]\int[/tex]G(r)dA

Where G = z
S: x2 + y2 + z2 = 9 [tex]z \geq 0[/tex]

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:
Thank you very much for the help! I believe that I have figured it out now.