Is there any demonstrative / intuitive explanation for the behavior of the surface area and the volume of the unit ball as the dimension increases?
I sort of get that it tends to zero, because all the coordinates become smaller and smaller (although I'm not quite satisfied with this "explanation"). But why the maximum? And why is the maximum not at the same dimension for the two quantities?
There is probably some buzzword I should google, but I can't figure it out.
edit: I just saw the related question Volumes of n-balls: what is so special about n=5? which is still "unanswered" and does not cover the topic of surface area.




First, why there is a maximum: I think the easy way to get the meaning of it is if you kook at the recursion relationship between $V_n$ and $V_{n-2}$. $$V_n(R)=\frac{2\pi R^2}{n}V_{n-2}(R)$$ Ignoring $R$ since it's $1$ in your problem. you see that the volume increases or decreases by a factor of $2\pi/n$. You can see that if $n\ge7$ that fraction is less than 1, so the volume decreases. You therefore get $V_1<V_3<V_5$ and then $V_5>V_7>V_9>...$ And similarly for even dimensions. You would need to go into details of the gamma function to show the relationship between odd and even dimensions. It's just a little more calculation involved.
The second question is why they have maxima at different dimensionality. If you remember, the volume of the $n$-dimensional sphere becomes surface area of the $n+1$ dimensional sphere. If you look at this link, you get $$A_{n+1}(R)=2\pi RV_n(R)$$ Therefore if you have a maxima at $5$ in volume, you will get a maxima at $6$ in surface area.