How do we get limit such as $0\le\theta\le\pi$, $0\le\phi\le2\pi$ in spherical coordinate system where $$x=r \sin\theta\cos\phi, y=r \sin\theta\sin\phi, z=r \cos\theta$$ Why is the $\theta$-limit $[0,\pi]$ and not $2 \pi$? I think that the angle of the foot of perpendicular from the point taken in spherical coordinate can lie within $[0,2 \pi]$
2026-04-04 14:44:06.1775313846
Triple integration, Spherical coordinates
50 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You will be counting points more than once if you choose your angle like that (just take a sphere and walk over it using your angles and you will see what I mean). For example, \begin{align} (0,0,r)&=(r\sin(0)\cos(0),r\sin(0)\sin(0),r\cos(0))\\ &=(r\sin(2\pi)\sin(0),r\sin(2\pi)\cos(0),r\cos(2\pi)). \end{align}