Remix.run Logo
evanb a day ago

This is a nice analog but unfortunately I think it breaks down in a way the "π" calculation does not.

In the article 2π(d) = the ratio of the circumference to the radius. This is dimensionless, in the sense that the circumference and the radius are both lengths (measured in meters, or whatever), so 2π(d) is really just a number.

But the (hyper)volumes you're talking about depend on dimension, which is exactly why you say "hyper". In 2 dimensions the volume is the area, πr^2, which has dimensions L^2 [measured in m^2 or whatever]. But in 3 dimensions the volume is 4/3 πr^3, which has dimensions L^3. The 5 dimensional (hyper)volume has dimensions L^5, and so on.

So, "comparing" these to find out which is bigger and which smaller is not really meaningful---just like you shouldn't ask which is the bigger mass: a meter or a second? Neither is, they aren't masses.

cubefox a day ago | parent [-]

Yeah, though they are somewhat similar. We could perhaps say the volume of the unit ball is (in some sense) "larger" than the area of the unit disk, because both are measured relative to a radius of 1. So the area of the disk is fewer "units" than the volume of the ball.

Anyway, it seems independently interesting that this value peaks for the 5-ball, or the ~5.2569-ball. The non-fractional difference between fractional dimension of peak hyper volume and peak hyper surface area seems also interesting. (I assume there is some trivial explanation for this though.)

srean a day ago | parent [-]

No it doesn't work that way because the units of hyper-volume and length are different.

However, once you take appropriate roots of hypervolume to get same units you can safely compare. Or the otherway round take appropriate powers of length to get same units as hypervolume.

evanb a day ago | parent | next [-]

I agree; the fair comparison is the nth root of the hypervolume in n dimensions, (V(n))^(1/n). This monotonically decreases from n=0, which shows the counterintuitive point that people often want to make anyway: an n-sphere takes up less and less of an n-hypercube. The peak at n~=5 is illusory.

Another fair comparison is between dimension-dependent lengths is the ratio of the (hyper)volume to the surface (hyper)area V(n)/A(n). This monotonically decreases from n=1.

cubefox 3 hours ago | parent [-]

Imagine you want to compare sizes of video game levels, where some are 2D, made from pixels, and some are 3D, made from voxels. You could stipulate that n pixels are equivalent to sqrt(n) voxels. But you could also stipulate that n pixels are equivalent to n voxels. I don't think either is more correct than the other.

cubefox a day ago | parent | prev [-]

With that it would probably mean the units monotonically approach 0, rather than first increasing and then decreasing. At least for whole dimensions. I'm not sure about monotonicity with fractional dimensions.