Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spheres in Cubes
#10
I thought about this too. The way I wrote this problem,

k = R/r, where R is the inner sphere and r is the outer sphere.

So what happens if k < sqrt(3) -1? The outer radii can't expand beyond a radius of 1/2, so the inner sphere is slowly shrinking out of existence as k approaches 0. The volume of a sphere is 4/3 pi r^3, so that means at k = 0, the sphere is 4/3 pi (1/2)^3. Since k is the ratio between the two radii, we can redefine the volume of the inner sphere by 4/3 pi (k/2)^3. Thus, the f(k) on 0 < k < sqrt(3) -1 is:

f(k) = 4/3 pi (1/2)^3 + 4/3 pi (k/2)^3

f(k) = pi/6 (1+k^3)

Now we have to consider the opposite: what happens if k < 1 / (sqrt(3) -1)? As it turns out, the radius of the interior sphere can't expand past the walls of the box. Therefore, the radius of the inner sphere is a constant 1/2. However, our relation for the two radii stay the same:

2 (R+r) = sqrt(3)

Since k = R/r, 2 (R+ R/k) = sqrt(3)

We already know that R = 1/2, so:

2 (1/2 + 1/(2k)) = sqrt(3)

In other terms, the outer spheres are shrinking out of existence at a rate of 1/(2k). Plugging into the formula for the volume for a sphere:

f(k) = 4/3 pi (1/2)^3 + 4/3 pi (1/(2k))^3

f(k) = pi/6 (1+1/k^3)

The new function approaches pi/6 as k approaches infinity. The nice thing about this problem is that the unit cube is entirely symmetrical. By choosing a unit cube that's oriented in a different way, or "inverting the cube", or switching the positions of the inner spheres with the outer spheres, the efficiency isn't changed.
Reply


Messages In This Thread
Spheres in Cubes - by 2147483647 - 2011-01-26, 12:44 AM
Spheres in Cubes - by XTOTHEL - 2011-01-26, 12:54 AM
Spheres in Cubes - by Cyadd - 2011-01-26, 12:59 AM
Spheres in Cubes - by 2147483647 - 2011-01-26, 01:00 AM
Spheres in Cubes - by XTOTHEL - 2011-01-26, 01:22 AM
Spheres in Cubes - by modular - 2011-01-26, 02:18 AM
Spheres in Cubes - by Russt - 2011-01-26, 02:51 AM
Spheres in Cubes - by 2147483647 - 2011-01-26, 02:55 AM
Spheres in Cubes - by modular - 2011-01-26, 09:31 AM
Spheres in Cubes - by 2147483647 - 2011-01-29, 12:05 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)