10.4: D- Volume of a Sphere in d Dimensions
( \newcommand{\kernel}{\mathrm{null}\,}\)
I will call the volume of a d-dimensional sphere, as a function of radius, Vd(r). You know, of course, that
V2(r)=πr2
(two-dimensional volume is commonly called “area”) and that
V3(r)=43πr3.
But what is the formula for arbitrary d? There are a number of ways to find it. I will use induction on dimensionality d. That is, I will use the formula for d = 2 to find the formula for d = 3, the formula for d = 3 to find the formula for d = 4, and in general use the formula for d to find the formula for d + 1. This is not the most rigorous formal method to derive the formula, but it is very appealing and has much to recommend it.
To illustrate the process, I will begin with a well-known and easily visualized stage, namely deriving V3(r) from V2(r). Think of a 3-dimensional sphere (of radius r) as a stack of pancakes of various radii, but each with infinitesimal thickness dz. The pancake on the very bottom of the stack (z = −r) has zero radius. The one above it is slightly broader. They get broader and broader until we get to the middle of the stack (z = 0), where the pancake has radius r. The pancakes stacked still higher become smaller and smaller, until they vanish again at the top of the stack (z = +r). Because the equation for the sphere is
x2+y2+z2=r2,
the radius of the pancake at height z0 is
√r2−z20.
This whole process shows that
V3(r)=∫+r−rdzV2(√r2−z2).
It is easy to check this integral against the known result for V3(r):
V3(r)=∫+r−rdzπ(r2−z2)
=π[r2z−13z3]+r−r
=π[2r3−23r3]
=43πr3.
So we haven’t gone wrong yet.
Now, how to derive V4(r) from V3(r)? This requires a more vivid imagination. Last time we started with a two-dimensional disk of radius r0 in (x, y) space and thickened it a bit into the third dimension (z) to form a pancake of three-dimensional volume dz V2(r0). Stacking an infinite number of such pancakes in the z direction, from z = −r to z = +r, gave us a three-dimensional sphere. Now we begin with a three-dimensional sphere of radius r0 in (w, x, y) space and thicken it a bit into the fourth dimension (z) to form a thin four-dimensional pancake of four-dimensional volume dz V3(r0). Stacking an infinite number of such pancakes in the z direction, from z = −r to z = +r, gives a four-dimensional sphere. Because the equation for the four-sphere is
w2+x2+y2+z2=r2,
the radius of the three-dimensional sphere at height z0 is
√r2−z20,
and the volume of the four-sphere is
V4(r)=∫+r−rdzV3(√r2−z2).
In general, the volume of a (d + 1)-sphere is
Vd+1(r)=∫+r−rdzVd(√r2−z2).
If we guess that the formula for Vd(r) takes the form
Vd(r)=Cdrd
(which is certainly true for two and three dimensions, and which is reasonable from dimensional analysis), then
Vd+1(r)=∫+r−rdzCd(r2−z2)d/2
=∫+1−1rduCd(r2−r2u2)d/2
=rd+1Cd∫+1−1du(1−u2)d/2.
This proves our guess and gives us a recursive formula for Cd:
Cd+1=Cd∫+1−1du(1−u2)d/2.
The problem below shows how to build this recursive chain up from C2 = π to
Cd=πd/2Γ(d2+1)=πd/2(d/2)!.
Thus the volume of a d-dimensional sphere of radius r is
Vd(r)=πd/2(d/2)!rd.
D.1 (I) Problem: Volume of a d-dimensional sphere
Before attempting this problem, you should read the material concerning beta functions in an applied mathematics textbook, such as George Arfken’s Mathematical Methods for Physicists or Mary Boas’s Mathematical Methods in the Physical Sciences. (Or in the Digital Library of Mathematical Functions.)
a. Show that
∫+1−1(1−u2)d/2du=B(12,d2+1).
b. Use
B(p,q)=Γ(p)Γ(q)Γ(p+q)
and C2 = π to conclude that
Cd=πd/2Γ(d2+1).
D.2 (I) Problem: Volume of a d-dimensional ellipse
Show that the volume of the d-dimensional ellipse described by the equation
(x1a1)2+(x2a2)2+(x3a3)2+⋯+(xdad)2=1
is
Vd(r)=πd/2(d/2)!a1a2a3⋯ad.