Parametrize sphere for Stoke's Thm

  • Thread starter Thread starter swraman
  • Start date Start date
  • Tags Tags
    Sphere
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 5K views
swraman
Messages
165
Reaction score
0

Homework Statement



compute the flux of [tex]\stackrel{\rightarrow}{F} = <x,y,z>[/tex] through the sphere [tex]x^{2} + y^{2} + z^{2} = 1[/tex]

Homework Equations

[tex]\int\int_{S}Curl(\stackrel{\rightarrow}{F})\bullet ds = \int_{C}\stackrel{\rightarrow}{F}\bullet d\vec{r}[/tex]

The Attempt at a Solution



I am having trouble parametrizing the surface S (the sphere of radius 1). I know I have to find a normal vector for the surface (which I know intuitivley is <x,y,z>) but I don't know how to get there if I have a different problem that is not so easy to see.

I tried parametrizing it in Spherical cordinates using two angles [tex](\phi, \vartheta[/tex]. Then I get for parametrzed equation

[tex]x = sin(\phi)cos(\vartheta)[/tex]
[tex]y = sin(\phi)sin(\vartheta)[/tex]
[tex]z = cos(\phi)[/tex]

which gives the Normal vector as

[tex]n = < sin^{2}(\phi)cos(\vartheta), -sin^{2}(\phi)sin(\vartheta), cos(\phi)sin(\phi) >[/tex]

This isn't right obviously...
How am I suposed to parametrize a function in such as the ball?

Thanks
 
Physics news on Phys.org
OK I found out what I needed...I was actualy mostly correct, aside from small computation errors :) Thanks anyway though