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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top