Why can't we switch limits of integration for spherical volume calculation?

  • Context: Undergrad 
  • Thread starter Thread starter ice109
  • Start date Start date
  • Tags Tags
    Integration Spherical
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 4K views
ice109
Messages
1,708
Reaction score
6
if i want to find the volume of a sphere why can't i switch the limits of integration on [itex]\theta[/itex] and [itex]\phi[/itex]

i.e. why does this work

[tex]\int^a_0 \int^{2\pi}_0 \int^{\pi}_0 r^2 \sin(\theta) d\theta d\phi dr[/tex]

but this doesn't

[tex]\int^a_0 \int^{\pi}_0 \int^{2\pi}_0 r^2 \sin(\theta) d\theta d\phi dr[/tex]
 
on Phys.org
Although both parameterizations cover the whole sphere, the second one turns inside out when it crosses the south pole and goes back up the opposite side.
 
You might have confused [tex]\theta[/tex] which is the angle on the x-y plane, with [tex]\phi[/tex] which is the azimuthal angle. Some textbooks interpret the notation the other way round. But given the differential volume integral in sphercal coordinates (I'm using the convention stated in the first sentece) which is [tex]r^2 \sin \phi dr d\phi d\theta[/tex], the limits for [tex]\theta[/tex] go from 0 to 2pi while [tex]\phi[/tex] goes from 0 to pi.
 
mathman said:
The second integral=0. You are integrating sin over one complete cycle.
yes i know
maze said:
Although both parameterizations cover the whole sphere, the second one turns inside out when it crosses the south pole and goes back up the opposite side.
can you be a little more clear because this pertains precisely to what I'm wondering about
Defennder said:
You might have confused [tex]\theta[/tex] which is the angle on the x-y plane, with [tex]\phi[/tex] which is the azimuthal angle. Some textbooks interpret the notation the other way round. But given the differential volume integral in sphercal coordinates (I'm using the convention stated in the first sentece) which is [tex]r^2 \sin \phi dr d\phi d\theta[/tex], the limits for [tex]\theta[/tex] go from 0 to 2pi while [tex]\phi[/tex] goes from 0 to pi.
no i redefined the angles.
 
ice109 said:
no i redefined the angles.
Well what is your redefinition? It appears in
ice109 said:
[tex]\int^a_0 \int^{\pi}_0 \int^{2\pi}_0 r^2 \sin(\theta) d\theta d\phi dr[/tex]
, you have taken the azimuthal angle to be [tex]\theta[/tex] and that should go from 0 to pi. Whereas the other planar angle phi ranges from 0 to 2pi across the x-y plane. So your limits are not correct.
 
ice109 said:
can you be a little more clear because this pertains precisely to what I'm wondering about
He means to say that the azimuthal line which in your incorrect formulation ranges from 0 to 2pi sweeps from the north to south, and then back to the north again. But this covers the same region twice whereas the other planar line associated with phi in your formulation goes from 0 to pi, which doesn't cover the plane. You might want to convince yourself that the volume differential is [tex]r^2 \sin \theta drd\theta d\phi[/tex] by using the Jacobian to evaluate the integral differential variables for dxdydz.