Why does the volume of the unit sphere go to zero?

The volume of a $d$ dimensional hypersphere of radius $r$ is given by:

$$V(r,d)=\frac{(\pi r^2)^{d/2}}{\Gamma\left(\frac{d}{2}+1\right)}$$

What intrigues me about this, is that $V\to 0$ as $d\to\infty$ for any fixed $r$. How can this be? For fixed $r$, I would have thought adding a dimension would make the volume bigger, but apparently it does not. Anyone got a good explanation?


Solution 1:

I suppose you could say that adding a dimension "makes the volume bigger" for the hypersphere, but it does so even more for the unit you measure the volume with, namely the unit cube. So the numerical value of the volume does go towards zero.

Really, of course, it is apples to oranges because volumes of different dimensions are not commensurable -- it makes no sense to compare the area of the unit disk with the volume of the unit sphere.

All we can say is that in higher dimensions, a hypersphere is a successively worse approximation to a hypercube (of side length twice the radius). They coincide in dimension one, and it goes downward from there.

Solution 2:

The reason is because the length of the diagonal cube goes to infinity.

The cube in some sense does exactly what we expect. If it's side lengths are $1$, it will have the same volume in any dimension. So lets take a cube centered at the origin with side lengths $r$. Then what is the smallest sphere which contains this cube? It would need to have radius $r\sqrt{d}$, so that radius of the sphere required goes to infinity.

Perhaps this gives some intuition.

Solution 3:

This was thoroughly discussed on MO. I quote from the top answer:

The ultimate reason is, of course, that the typical coordinate of a point in the unit ball is of size $\frac{1}{\sqrt{n}}\ll 1$. This can be turned into a simple geometric argument (as suggested by fedja) using the fact that an $n$-element set has $2^n$ subsets:

At least $n/2$ of the coordinates of a point in the unit ball are at most $\sqrt{\frac{2}{n}}$ in absolute value, and the rest are at most $1$ in absolute value. Thus, the unit ball can be covered by at most $2^n$ bricks (right-angled parallelepipeds) of volume $$\left(2\sqrt{\frac{2}{n}}\right)^{n/2},$$ each corresponding to a subset for the small coordinates. Hence, the volume of the unit ball is at most $$2^n \cdot \left(2\sqrt{\frac{2}{n}}\right)^{n/2} = \left(\frac{128}{n}\right)^{n/4}\rightarrow0.$$ In fact, the argument shows that the volume of the unit ball decreases faster than any exponential, so the volume of the ball of any fixed radius also goes to $0$.

Solution 4:

Let $X_j$ be a sequence of independent random variables with uniform distribution in the interval $[-r,r]$ (i.e. you are picking an infinite sequence of random numbers from the interval). The probability that $(X_1, \ldots, X_d)$ lies in your hypersphere, i.e. that $R_d = X_1^2 + \ldots + X_d^2 \le r^2$, is $V(r,d)/(2r)^d$ (which by scaling doesn't depend on $r$, so let's call it $P(d)$). Of course $P(d) \to 0$ as $d \to \infty$, but the point is that it goes to 0 faster than an exponential in $d$. Indeed, by the theory of large deviations, for any $t > 0$ we should have $P(R_d \leq t d) \approx e^{-d I(t)}$ as $d \to \infty$ for some function $I(t)$, where $I(t) \to \infty$ as $t \to 0+$.