Today, we talk about a classic problem of packing circles in a square. Given a unit square, you need to make 3 congruent, non-overlapping circles that are as big as possible. It has been proven that the arrangement of 3 circles must be as the following. Can you find out what is the radius of the circles?

To solve the problem, we can draw various lines as the following so that we can have a clear picture:

Assume the radius of the circles is $r$. Obviously, $\triangle{EFG}$ is equilateral as $$\overline{EF}=\overline{FG}=\overline{GE}=2\cdot r$$ Therefore, $$\overline{EK}=\dfrac{\sqrt{3}}{2}\cdot\overline{FG}=r\cdot\sqrt{3}$$ Since $$ \overline{AE} + \overline{EK} + \overline{KN} + \overline{NC} = \sqrt{2}$$ we have $$r\cdot\sqrt{2} + r\cdot\sqrt{3} + r + r\cdot\sqrt{2}=\sqrt{2}$$ Therefore $$r=\frac{\sqrt{2}}{1 + 2\sqrt{2}+\sqrt{3}}=\frac{2}{4+\sqrt{2}+\sqrt{6}}$$ $$ = \frac{1}{2}(8-5\sqrt{2}+4\sqrt{3}-3\sqrt{6}) \approx 0.2543331$$
Additional information about circle packing in a square can be found at here or here.
