This is the same result as the back of the book. So your solution is correct.

cos(e)
Messages
27
Reaction score
0

Homework Statement


find the flux of the field F(vector) across the portion of the sphere x^2+y^2+z^2=a^2 in the first octant directed away from the origin



Homework Equations


F(x,y,z)=zk(hat)



The Attempt at a Solution


i used Flux=double integral over x-y plane F.n(unit normal)dsigma
where dsigma=abs(grad(g))/abs(grad(g).p(unit normal to surface))
i let g=x^2+y^2+z^2-a^2=0
and grad(g)=(2x,2y,2z)
p=n=(x,y,z)/sqrt(x^2+y^2+z^2)

and after some algebra i got:
double integral( (a^2-x^2-y^2)/a dA)
which i used polar co-ordinates
to get 1/a double integral( a^2-r^2)r dr dtheta
which gave me pi*a^3/8 yet the solutions in back of book is pi*a^3/6

Looks like iv made a simple error somewhere(iv looked like 3 times but can't find one), but i just need to check I am using the right method.
sorry bout the way i worte out the maths but I am unaware how to put it in nice maths form
Can any1 help please?

cheers,
cos(e)
 
Physics news on Phys.org
ok i get the answer with p=k(hat)
now I am sure why I am letting p=k(hat), is it because p is the normal to the area of the double intergral i take, in this case the x-y plane with theta varying from 0 to pi/2 adn r varying from 0 to a?
 
If we call the integral I, then by symmetry, the integral over the entire surface of the sphere is 8 I. By the divergence theorem, we have:

8 I = Integral of div F over volume = 4/3 pi a^3 -------->

I = pi a^3/6
 
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