Packing Intuition Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Compare the packing efficiency of square packing (ฯ€/4\pi/4) vs hexagonal close packing (ฯ€/(23)\pi/(2\sqrt{3})) of unit circles. Which is more efficient and by how much?

Solution

  1. 1
    Step 1: Square packing efficiency: ฯ€4โ‰ˆ0.7854\dfrac{\pi}{4} \approx 0.7854 (78.54\%).
  2. 2
    Step 2: Hexagonal packing efficiency: ฯ€23=ฯ€36โ‰ˆ3.1416ร—1.73216โ‰ˆ0.9069\dfrac{\pi}{2\sqrt{3}} = \dfrac{\pi\sqrt{3}}{6} \approx \dfrac{3.1416 \times 1.7321}{6} \approx 0.9069 (90.69\%).
  3. 3
    Step 3: Difference: 90.69%โˆ’78.54%=12.1590.69\% - 78.54\% = 12.15 percentage points. Hexagonal is more efficient.

Answer

Hexagonal: โ‰ˆ90.7%\approx 90.7\%; Square: โ‰ˆ78.5%\approx 78.5\%. Hexagonal is โ‰ˆ12\approx 12 percentage points more efficient.
Hexagonal close packing is the densest packing of equal circles in the plane (proven by Thue's theorem). Each circle is surrounded by 66 neighbours instead of 44 in square packing, leaving smaller gaps and achieving higher density.

About Packing Intuition

Arranging objects of given shapes to fit as many as possible into a bounded region without any overlapping.

Learn more about Packing Intuition โ†’

More Packing Intuition Examples