The other day I was looking at a crate of 12 water bottles, and looked at the wasted space between them. Why not use a honeycomb? or even other bottle shapes?
Well, let us have a mathematical look at bottle packing. A round bottle occupies a surface (at the bottom of the box) of (for some radius
) in a square of
. The occupancy is therefore
So the round bottle in a square grid uses less than 80% of the available space. What if we packed them in a honeycomb grid? The grid would look something like this:
If we are to make crates with (approximately) the same number of bottles, we can either have 11 or go up with larger crates. Let’s say we stay with 11. Then the arrangement is a row of four, a row of three, and another row of four. The length of the box is 4 bottles, and the depth is , where
is the half-height of the hexagon above.
However, we’re not exactly interested in the hexagons, but to know how wide are three rows. To do so, we need to consider the following arrangement:
If the bottles have radius , then
with (which is obvious from the diagram), is the height of the equilateral triangle (shown dashed), which gives the half-height of the hexagon. However,
because
is the distance between the top of the hexagon to the bottom side of the bottle. Therefore, the depth of three rows is
(rather than
with a regular grid.
The box is therefore smaller, and the packing efficiency only went up a few percent to just a wee bit short of 80%. (Because the original box has area
, the hex-grid box has an area of
, and
. Also, because an area of
is actually bottles, we find that
, we see that the gain is negligible.)
However, hexagonal grid have an asymptotic regime of , therefore, an infinite (and infinitely inconvenient) box would have only 90% of its surface devoted to actually supporting bottles, with 10% unusable space.
What if we had triangular bottles? Well to be fair, one would need to consider triangles with the same surface as the circles, so the side of such a triangle is related to
by:
which we obtain by isolating in
where the left hand side corresponds to the area of an equilateral triangle and the right hand side is the area of the circle.
From there on, we could just plug this and compute the surface using this complicated expression, but this is irrelevant, in many ways, to determine if triangular packing is more efficient. Let us look at a row of triangular bottles:
We see that the two unused spaces at the end of the row for exactly one (complete) triangle, and that, therefore, there will be one unused triangle-area unused for any number of triangles in the row, with total area being triangles for
bottles. The larger the box, the smaller (relative) unused space; the unused space is
which can be made arbitrarily small.
For reasonable values of , say,
, we find that the wasted space in a row is
, and we break even with the hexagonal grid and classical round bottles. Larger rows will bring the efficiency as close to 1 as you wish, although for real bottles, you may not want to go much beyond 6, or 8, or 12. Or maybe have triangular bottles in a triangular crate? And triangular crates transported by triangular trucks?
Of course, the real idea is to use square bottles for rectangular boxes. Neglecting the necessarily rounded edges, square bottles would occupy essentially all of the box (which itself would be about 20% smaller), with no waste, and without asking for an infinitely large box either.
*
* *
This entry can be understood as a cautionary tale about overthinking/overengineering a solution. Initially, the triangular bottles seems to be a good consequence of the hexagonal packing strategy (and some makers of wine do have triangular bottles) which itself seems better than the regular grid of bottles and quite a natural extension to it.
We do, I think, overthink/overengineer solutions too often. Sometimes by not asking the right question, sometimes by not going in the right direction. Why have an hexagonal grid of triangular bottles when just square bottles solves the problem… better?




How much cost a square bottle, as compared to a regular round bottle ?
I suppose we could compare surface area at equal volume? Let’s oversimplify: A round bottle is a cylinder, a square bottle some kind of boxoid:
The volume of the cylinder of radius
and height
is
and its surface
.
For a box, we would have volume
, for some height
,
.
and surface
Solving for
such that
, we find
.
Now, is
or
larger?
Plugging back
in
, we find that
, and that:
and yes,
so that, at equal volume, the rectangular bottle costs more than the round bottle.