[example:Method Via Area]
**Method 2: Parametrization (Change of Variables).**
We derive the result using the [Change of Variables (general)](/theorems/22).
**Step 1: Constructing the Chart (Almost Everywhere).**
A global chart for the sphere $S^{n-1}$ does not exist; however, we can parametrize "almost all" of the sphere, which is sufficient for Lebesgue integration.
Let $N \subset S^{n-1}$ be a [closed set](/page/Closed%20Set) of measure zero (e.g., the "cut" removing the date line).
Let $U \subset \mathbb{R}^{n-1}$ be an [open set](/page/Open%20Set) and let $\omega: U \to S^{n-1} \setminus N$ be a smooth diffeomorphism (a local coordinate chart).
We define the mapping $\Psi: (0, R) \times U \to B(0,R) \setminus \Sigma$ by:
\begin{align*}
\Psi(r, \theta) &:= r \omega(\theta),
\end{align*}
where $\Sigma$ is the set of measure zero corresponding to the radial projection of $N$. $\Psi$ is a diffeomorphism between open sets.
**Step 2: The Jacobian Computation.**
We compute the differential $D\Psi$. The tangent space of the domain is $\mathbb{R} \times \mathbb{R}^{n-1}$.
\begin{align*}
\frac{\partial \Psi}{\partial r} &= \omega(\theta) \in \mathbb{R}^n \\
\frac{\partial \Psi}{\partial \theta_j} &= r \frac{\partial \omega}{\partial \theta_j} \in \mathbb{R}^n \quad \text{for } j=1, \dots, n-1.
\end{align*}
Since $\omega(\theta) \in S^{n-1}$, it is orthogonal to its tangent vectors $\frac{\partial \omega}{\partial \theta_j}$. Thus, the matrix $D\Psi$ has orthogonal columns (if the chart $\omega$ is orthogonal) or block structure.
The volume element transforms as:
\begin{align*}
|\det D\Psi(r, \theta)| &= \left| \det \left( \omega(\theta), r\frac{\partial \omega}{\partial \theta_1}, \dots, r\frac{\partial \omega}{\partial \theta_{n-1}} \right) \right|.
\end{align*}
Using linearity of the determinant in columns, we factor out $r$ from the $n-1$ angular columns:
\begin{align*}
|\det D\Psi(r, \theta)| &= r^{n-1} \left| \det \left( \omega(\theta), \frac{\partial \omega}{\partial \theta_1}, \dots, \frac{\partial \omega}{\partial \theta_{n-1}} \right) \right|.
\end{align*}
The remaining determinant is exactly the surface area element of the unit sphere in the chart $\omega$, denoted $J_\omega(\theta)$. Thus:
\begin{align*}
|\det D\Psi(r, \theta)| &= r^{n-1} J_\omega(\theta).
\end{align*}
**Step 3: Integral Transformation and Fubini's Theorem.**
By the Change of Variables theorem:
\begin{align*}
\int_{B(0,R)} f(|x|) \, d\mathcal{L}^n(x) &= \int_{(0,R) \times U} f(|\Psi(r,\theta)|) |\det D\Psi(r,\theta)| \, d\mathcal{L}^n(r,\theta).
\end{align*}
Note that $|\Psi(r,\theta)| = r$. Substituting the Jacobian:
\begin{align*}
\dots &= \int_{(0,R) \times U} f(r) r^{n-1} J_\omega(\theta) \, d\mathcal{L}^n(r,\theta).
\end{align*}
The domain $(0,R) \times U$ is a product space. We apply **Fubini's Theorem** to convert the single integral over the product space into iterated integrals:
\begin{align*}
\dots &= \int_0^R \left( \int_{U} f(r) r^{n-1} J_\omega(\theta) \, d\theta \right) dr.
\end{align*}
Since $f(r)r^{n-1}$ does not depend on $\theta$, we factor it out:
\begin{align*}
\dots &= \int_0^R f(r) r^{n-1} \left( \int_{U} J_\omega(\theta) \, d\theta \right) dr.
\end{align*}
The inner integral $\int_U J_\omega(\theta) \, d\theta$ is precisely the definition of the surface area $\mathcal{H}^{n-1}(S^{n-1} \setminus N)$. Since $N$ has measure zero, this equals $\mathcal{H}^{n-1}(S^{n-1})$.
\begin{align*}
\int_{B(0,R)} f(|x|) \, d\mathcal{L}^n(x) &= \mathcal{H}^{n-1}(S^{n-1}) \int_0^R f(r) r^{n-1} \, dr.
\end{align*}
[/example]