About Lebesgue area measure $d\sigma(\omega)$ in spatial integration / spherical coordinates

172 Views Asked by At

Is it true that $d(r\omega)= r^2 dr\,d\sigma(\omega)$ where $\omega$ is a vector on $S^2$ and $\sigma(\omega)$ is a Lebesgue measure on $S^2$ ?
If yes how would you prove it rigorously ?
I don't know necessarily about differential forms but I don't trust Calculus loose technics either

1

There are 1 best solutions below

1
On

The proof is just parametrizing most of the sphere by polar coordinates and then understanding how determinants work. By polar coordinates parametrization, I shall mean a smooth (injective immersion) mapping $\alpha:U\to V_1$ where $U$ is some open set in $\Bbb{R}^{n-1}$, and $V_1$ is a certain open subset of the sphere $S_1$, such that $\sigma_1[S_1\setminus V_1]=0$. For example for the unit circle in the plane, the mapping $\theta\mapsto (\cos\theta,\sin\theta)$ where $0<\theta<2\pi$ covers most of the circle, except for a single point. For the case of unit sphere in $\Bbb{R}^3$, polar coordinates covers the whole sphere except for "half a meridian" (I'm not sure what the right terminology is, but hopefully you get the idea). In general, you can obtain a recursive formula for $\alpha$ which is a parametrization using $n-1$ angles, but that's not relevant for us.

Given the parametrization $\alpha$, we can clearly parametrize the sphere of radius $r$ by defining $\alpha_r(x):= r\cdot \alpha(x)$. So, letting $V_r= \alpha_r[U]$, we have \begin{align} \int_{S_r}f(\xi)\,d\sigma_r(\xi)&=\int_{V_r}f(\xi)\,d\sigma_r(\xi)\\ &:=\int_{U}f(\alpha_r(x))\cdot \sqrt{\left|\det \left\langle \frac{\partial \alpha_r}{\partial x^i}(x), \frac{\partial \alpha_r}{\partial x^j}(x)\right\rangle\right|}\, d\lambda_{n-1}(x)\\ &=\int_{U}f(r\cdot \alpha(x))\cdot\sqrt{\left|\det \left\langle \frac{\partial \alpha}{\partial x^i}(x), \frac{\partial \alpha}{\partial x^j}(x)\right\rangle\right|}r^{n-1}\,d\lambda_{n-1}(x)\\ &:=\int_{V_1}f(r\omega)r^{n-1}\,d\sigma_{1}(\omega)\\ &=\int_{S_1}f(r\omega)r^{n-1}\,d\sigma_1(\omega) \end{align} Here, I used $\lambda_{n-1}$ to denote the usual Lebesuge $(n-1)$-dimensional measure on the open subset $U\subset \Bbb{R}^{n-1}$.


If you're only interested in the $n=3$ case i.e 2-dimensional spheres in $\Bbb{R}^3$, then the explicit formula for the parametrization is $\alpha_r:(0,\frac{\pi}{2})\times (0,2\pi)\to \Bbb{R}^3$, \begin{align} \alpha_r(\theta,\phi)&=(r\sin\theta\cos\phi,r\sin\theta\sin\phi,r\cos\theta) \end{align} If you calculate the determinant above, then you'll see that it equals $r^2\sin\theta$, and surely you must have seen this before.