I'm working on Exercise 25.5 from Munkres' Analysis on Manifolds, in his section about integration on manifolds. It asks to express the volume of $S^n(a)$ in terms of the volume of $B^{n-1}(a)$. Here $S^n(a)=\{x\in\mathbb{R}^{n+1}:\|x\|=a\}$, and $B^{n}(a)=\{x\in\mathbb{R}^{n}:\|x\|\leq a\}$. There is a hint to proceed as in an example in the book, where $v(S^2(a))$ is calculated by looking with the intersection of $S^2(a)$ with the plane $z=z_0$ with absolute value less than $a$, and then a polar parametrization is used. However, I don't think 'proceeding' as in this example will work, since then I have to use an $n$-dimensional spherical parametrization, which does not yield an expression in $B^{n-1}(a)$.
I understand that the recurrence should be $S^n(a)=2\pi aB^{n-1}(a)$, but I don't know how to prove this.
I'm looking for some help, since I don't understand how to proceed. I found a few posts online, but all had a geometrical approach; here I'm looking more for an analysis approach. Any help is much appreciated and if you need more context, let me know.
By the way, for the second part I have to show that $v(S^n(t))=Dv(B^{n+1}(t))$, which I want to solve as follows: we can look at $B^{n+1}(t)$ as $\cup_{r\in[0,1]}rS^n(t)$, where this union is disjoint, thus $$v(B^{n+1}(t)=\int_0^1v(rS^n(t))\mathrm{d}r=\frac{v(S^n(t))}{n+1};$$ taking the derivative then shows $v(S^n(t))=Dv(B^{n+1}(t))$. However, this does not feel as a good proof to me, since I don't know if the integral equality is justified. Also, I don't see how the first part helps here.