Re: Radius of largest n+1 balls in n-dimensional unit cube?



On Jan 13, 8:35 pm, quasi <qu...@xxxxxxxx> wrote:
On Tue, 13 Jan 2009 12:18:27 -0800 (PST), Golabi Doon

<golabid...@xxxxxxxxx> wrote:
Thank you Quasi! Would you please provide a hint about how I can
derive the formula you proposed? The only piece I understand is that
sqrt(n) is maximal distance between two corners of the cube, but have
no idea how it entered into your formula.

Ok, but please don't top post. Instead, either bottom post or
intersperse portions of your reply after the relevant parts of the
prior message (as I am doing here). That's the standard in sci.math.

For the configuration I described, r can be calculated as follows:

Place a little cube of edge length r in the corner of the unit cube.
Then the distance from the center of the ball in that corner to the
corner vertex is the length of the diagonal of the little cube, which
is r*sqrt(n) (by proportionality to the unit cube).

Then (draw a diagram to see it),

   r + r + r*sqrt(n) = (1/2)*sqrt(n)

which yields

   r = sqrt(n) / (2*(2+sqrt(n)))





On Jan 13, 2:01 pm, quasi <qu...@xxxxxxxx> wrote:
On Tue, 13 Jan 2009 11:19:11 -0800 (PST), Golabi Doon

<golabid...@xxxxxxxxx> wrote:
Hello,

I would appreciate your help or comment about the following problem.
Consider a N dimensional space. If I want to put N+1 balls (all with
the same radius R), within the unit hypercube such that:

1. The balls do not cut through each other
2. One of the balls is at the center of the cube, i.e. at (0.5 , 0.5,
0.5, ...., 0.5)

Then what is the maximum possible R in terms of N? If not easy, a good
approximation will be helpful too.

It seems intuitive that the maximum r for your problem occurs when the
other n balls are in the corners, tangent to the central ball and
tangent to the corner faces. For that configuration,

   r = sqrt(n) / (2*(2+sqrt(n)))

But note, the unit cube in R^n has 2^n corners, so you could just as
easily have (2^n)+1 balls with the same radius as above, rather than
only n+1.

But for n > 4, 4*r > 1, so does that mean they wouldn't actually all
fit?
.



Relevant Pages


Loading