What is the minimum radius $r$ of two intersecting circles that are spaced $x$ apart that completely enclose a square of length $w$?

193 Views Asked by At

Let's say we have two circles whose centers are spaced a fixed $x$ units apart from one another. Both circles have a radius $r$. Our goal is to identify the minimum value of $r$ so that the intersection of the two circles con entirely contain a square of sidelength $w$.

To illustrate this problem, I have attached a diagram below.

Intersecting circles and square

Note: In this illustration, the square's center is at the midpoint of the line connecting the two circle centers, and the squares sides are either parallel or perpendicular to that line.

Thus, if we are given a value of $w$ and $x$, how do we find the minimum value of $r$?

1

There are 1 best solutions below

1
On

Take $w<\frac12 x$. Observe that the optimal covering will come when the two cirles meet at the midpoints of the two horizontal sides of the square -- if you shring the radii further then those midpoints are no longer covered. Then we have a simple right triangle, from which $$r_\min = \frac12 \sqrt{w^2+x^2}$$.

Now tak $w>2x$. Then the natural right triangle has sides $(w/2, x/2+w/2,r$ frojm which $$ r_\min = \frac12 \sqrt{2w^2+2xw+x^2} $$

For $w$ roughly equal to $x$ we have to figure out which of these two caes holds.