It is well known that the volume of an $n$-ball of radius $R$ is
$$V_{n}(R)=\frac{\pi^{n/2}}{\Gamma(1+n/2)}R^n.$$
Graphically, the volume as a function of dimension looks like
We see how the volume increases and then decreases in the dimension. Differentiating gives the volume-maximizing dimension:
$$\frac{\partial}{\partial n} \log V_n(R)=0\implies n^*=2(\psi^{-1} (\log \pi R^2)-1) \qquad (1) $$
where $\psi^{-1}$ is the inverse digamma function (this answer rounded accordingly to restrict to integer dimensions).
Now let's consider each of the terms in $V_n(R)$. The $R^n$ term is fairly intuitive; it captures the effect of the size of the ball on its volume. The interesting terms are $\pi^{n/2}$ and $\Gamma(1+n/2)$, which are purely dimensional effects on the volume, the former being an increasing effect and the latter being a decreasing effect. As the dimension grows large, the decreasing effect wins.
To control for the size effect, take a unit ball ($R=1$). Then $(1)$ evaluates to $\approx 5.257,$ and we can verify dimension $n=5$ (among positive integers) maximizes the volume (seen in the plot above).
My questions are
- Is there a simple geometric intuition behind the increasing effect ($\pi^{n/2}$) and decreasing effect ($\Gamma(1+n/2)$) of dimension on volume?
- What intuitively makes dimension 5 "optimal" for the unit ball?
Preliminary thoughts thus far on question 1:
First, the notion of comparing volumes across dimensions may seem like an apples and oranges comparison, so it helps to keep in mind what we are really comparing. We are simply comparing the amount of unit hypercubes that make up the unit hypersphere.
Now there has already been discussion here on the intuition for the long-term decreasing effect of dimension on volume. The simplest explanation I found is to use the cube, this being our yardstick to measure volume after all. The smallest ball that inscribes a cube of side length $2k$ has radius $R=k\sqrt n.$ So a bigger sized ball is required to contain a cube of fixed size as the dimension increases. This suggests why we may expect a unit ball to be made up of a smaller amount of unit cubes as the dimension grows.
Nonetheless, this intuition seems incomplete as it does not explain the initial increasing effect of dimension on volume. I guess understanding the increasing effect can then help with question 2.