Flux through a section of a sphere

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Feodalherren
Messages
604
Reaction score
6

Homework Statement


Find the flux of F=<y,-x,z> through the piece of ρ=2 that lies above z=1 and is oriented up.


Homework Equations





The Attempt at a Solution



[itex]S = < x, y, \sqrt{4-x^{2}-y^{2}} >[/itex]

Take Find Sx and Sy, cross them and end up with:

[itex]dS = < \frac{x}{\sqrt{4-x^{2}-y^{2}}}, \frac{y}{\sqrt{4-x^{2}-y^{2}}}, 1 >[/itex]

Z is positive, orientation is OK.

F dot dS = [itex]\sqrt{4-x^{2}-y^{2}}[/itex]

Therefore the integral should be

[itex]\int^{2\pi}_{0}\int^{\sqrt{3}}_{0} r\sqrt{4-r^{2}}drd\theta[/itex]

= [itex]\frac{4\pi}{3} (\sqrt{32} -1)[/itex]

Incorrect.
The correct answer is

[itex]\frac{14\pi}{3}[/itex]
 
Physics news on Phys.org
[itex]\int^{2\pi}_{0} \int^{\sqrt{3}}_{0}r \sqrt{4-r^{2}}dr d\theta[/itex]

= [itex]2\pi \int^{\sqrt{3}}_{0}r\sqrt{4-r^{2}}dr[/itex]

=[itex]\pi \int^{4}_{1}u^{1/2}du[/itex]

= [itex]\frac{2\pi}{3}(4^{3/2}-1)[/itex]

I see what I did. Thanks.