Calculate Flux of Vector Field F through Unit Sphere | Divergence Theorem

  • Thread starter Thread starter cronxeh
  • Start date Start date
  • Tags Tags
    Multivariable
AI Thread Summary
The discussion revolves around calculating the flux of the vector field F(x,y,z)=xi + y^2j - zk through a unit sphere using the Divergence Theorem. The initial attempts at solving the problem were found to be incorrect, particularly due to improper integration limits and methods. Participants emphasized the need to use the correct regions for integration and suggested that spherical coordinates might simplify the calculation. The correct divergence of the vector field was identified as 2y, and the necessity of converting coordinates appropriately in spherical form was highlighted. Ultimately, the conversation underscores the importance of adhering to the definitions and methods outlined in textbooks for accurate flux calculations.
cronxeh
Gold Member
Messages
1,004
Reaction score
11
Hey can you guys check my answer.

Question: Use the Divergence Theorem to calculate the Flux of the vector field F(x,y,z)=xi + y^2j - zk through the unit sphere centered at the origin with the outward orientation

Solution: div(F) = 1 + 2y - 1 = 2y
Flux = \int_{W} div(F) dV = \int_{0}^{1} \int_{0}^{1} \int_{0}^{1} 2y \ dxdydz = \int_{0}^{1} \int_{0}^{1} 2y \ dydz = \int_{0}^{1} 1 \ dz = 1

So for another method would I have to use r=x^2 + y^2 + z^2 obtain the dr=2x + 2y + 2z and do \int_{R} F dr = \int_{S} (xi + y^2j -zk)(2x+2y+2z)dA=\int_{S} (2x^2 + 2y^3 - 2z^2)dA = \int_{0}^{1} \int_{0}^{1} 2/3 + 2y^3 - 2z^2 \ dydz = \int_{0}^{1} 2/3 + 1/2 - 2z^2 dz = 2/3 + 1/2 - 2/3 = \frac{1}{2}

Is this method incorrect or was the first one incorrect? Are they both wrong? :confused:
 
Physics news on Phys.org
ermm... wouldn't it be easiest to use spherical coordinates?


edit: and in that second method, why are you calculating a line integral?

gauss' theorem doesn't have line integrals in there at all.

look up what gauss' theorem tell you...

i imagine you wanted to solve the problem the easy (integrating the divergence) way and the harder (what integrating the divergence is equal to :wink: ) way.


so to answer your question... both methods are incorrect! :eek:
 
Last edited:
yeah, the way you have written the limits of integration, you are taking the divergence of that vector field through the unit cube in your first method. (haven't bothered with your second method--get your first one fixed!)
 
Do you have any idea what regions you're supposed to be integrating over, for either calculation?
 
Hurkyl said:
Do you have any idea what regions you're supposed to be integrating over, for either calculation?

and is it just me or is he trying to use stokes' theorem in that second attempt?

:eek:

edit: no...closer look tells me that... it's not even that.

your second method is way off base.


look back at your textbook and see the two ways of calculating flux.
 
Last edited:
The second method is surely supposed to be the definition of flux: \iint_{\delta R} \vec{F} \cdot \hat{n} \, dA.
 
Hurkyl said:
The second method is surely supposed to be the definition of flux: \iint_{\delta R} \vec{F} \cdot \hat{n} \, dA.

yeah, that's the other--probably harder--way to do the problem. except... it looks like he was trying to use a line integral or...something. :confused:
 
Ok I just realized my mistake for divergence method ( I hope )

div F = 2y

Should the flux be: \int_{W} div(F) \ dV =

\int_{-1}^{1} \int_{-sqrt(1-x^2)}^{sqrt(1-x^2)} \int_{-sqrt(1-x^2-y^2)}^{sqrt(1-x^2-y^2)} 2y \ dzdydx
 
And in spherical coordinates:

Flux = \int_{0}^{2pi} \int_{0}^{pi} \int_{0}^{1} 2y \ p^2 \ sin(phi) \ dp \ dphi \ dtheta
 
  • #10
Yah, but don't forget you should convert y to spherical coordinates too.
 
  • #11
that would be 2y ->> 2(p)sin(theta)sin(phi) ?
 
  • #12
Because in spherical coordinates

x= ρcosθsinφ
y= ρsinθsinφ
z= ρcosφ
 
  • #13
yeah, good going.
 
Back
Top