Originally posted by: Chaotic42
The area of a circle is ðr². The volume of a sphere is (4/3)ðr^3.
Is there an easy way to determine the formula for the hyper-volume of an x-dimensional
sphere?
From that page you linked to, you can see that the formula for n dimensions is always 2 x pi x r^2 / n times the formula for n-2 dimensions.
So for n even the formula is, letting m = n/2 :
pi^m x r^n / 1 x 2 x 3 x... x m
for instance for n = 12:
pi^6 x r^12 / (2 x 3 x 4 x 5 x 6)
And for n odd, letting q = (n-1)/2 :
2 x (2 x pi)^q x r^n / 1 x 3 x 5 x ... x n
For instance for n = 11,
2 x (2 x pi)^5 x r^11 / (3 x 5 x 7 x 9 x 11)
These are elegant formulas, but it is a litttle surprising that the formulas for odd an even dimensions look different. There is probably a way to massage the formula so they look more alike.