Solving Vector Area dS of Sphere: Find Mistake!

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

Homework Statement


I wonna calculate the vector area dS of a sphere, but for some reason my result gets mixed areound. I need a trained eye to see where I make a silly mistake.


Homework Equations


Parametrization of a sphere:

(x,y,z) = r(cos[itex]\phi[/itex]sin[itex]\theta[/itex],sin[itex]\phi[/itex]cos[itex]\theta[/itex],cosθ)

The Attempt at a Solution


So ∂r/∂[itex]\phi[/itex] = r(cosθcos[itex]\phi[/itex],-sinθsin[itex]\phi[/itex],sinθ)
and
∂r/∂θ = r(-sin[itex]\phi[/itex]sinθ,cos[itex]\phi[/itex]sinθ,0)

and dS = ∂r/∂[itex]\phi[/itex] x ∂r/∂θ = r2 (sinθcosθcos[itex]\phi[/itex],sin[itex]\phi[/itex]sinθ2, ...) dθd[itex]\phi[/itex]

But the first two terms should be switched around according to my notes! Where do I go wrong? :(
 
Physics news on Phys.org
aaaa202 said:

Homework Statement


I wonna calculate the vector area dS of a sphere, but for some reason my result gets mixed areound. I need a trained eye to see where I make a silly mistake.


Homework Equations


Parametrization of a sphere:

(x,y,z) = r(cos[itex]\phi[/itex]sin[itex]\theta[/itex],sin[itex]\phi[/itex]cos[itex]\theta[/itex],cosθ)

The Attempt at a Solution


So ∂r/∂[itex]\phi[/itex] = r(cosθcos[itex]\phi[/itex],-sinθsin[itex]\phi[/itex],sinθ)
and
∂r/∂θ = r(-sin[itex]\phi[/itex]sinθ,cos[itex]\phi[/itex]sinθ,0)

and dS = ∂r/∂[itex]\phi[/itex] x ∂r/∂θ = r2 (sinθcosθcos[itex]\phi[/itex],sin[itex]\phi[/itex]sinθ2, ...) dθd[itex]\phi[/itex]

But the first two terms should be switched around according to my notes! Where do I go wrong? :(

Well, you have the ##\theta## and ##\phi## reversed from the usual math notation for spherical coordinates, but I guess some physicists do that. But when you differentiated with respect to ##\phi## it looks like you differentiated the ##\theta## variables, and conversely.
 
nvm.. Found my mistake - the parametric equation was wrong.