8
$\begingroup$

You are given a rectangle with base b and height h with h > b > 0. What is the minimum side length of a square, which completely covers this rectangle? The sides of the rectangle and square are not necessarily parallel.

$\endgroup$
1
  • 2
    $\begingroup$ @Bass Is the solution obvious? There seems to be quite a difference between the solutions where h/b is close to 1 and far from 1 and I can't immediately see what happens in between or where the tipping point would be. Maybe I'm not very good at visualising this type of problem $\endgroup$
    – hexomino
    Commented Apr 7, 2021 at 21:21

2 Answers 2

12
$\begingroup$

I think it is:

$\min( \frac {h+b} {\sqrt 2}, h)$
enter image description here

Proof of optimality:

An optimal cover can always be chosen to have the centroids of the rectangle and the covering square aligned. Because by rotational symmetry of the rectangle the covering square rotated by 180° around the centroid of the rectangle will also cover, hence will the intersection of the original and the rotated square, and this will be a symmetric around the centroid of the rectangle.

Because of axial symmetry of the rectangle the mirror image of the covering square must also cover. We will now show that a non multiple of 45° cannot do better than what we've done in figure 1.
enter image description here We will focus on the first quadrant and the corner there. Because the rectangle is assumed to be tall we need only check above the diagonal. Because of mirror symmetry we can assume the corner of the square in the first quadrant is below the diagonal in other words the rotation relative to the ortho sonfiguration is clock wise and smaller than 45°. It is easily verified that in this configuraton the relavant side of the square will intersect the corresponding side of the ortho square farther left than the 45° square and from there rise at a shallower slope. Hence in the first quadrant this side of the square will lie inside the union of the ortho and 45° squares meaning it cannot improve on them.

UPDATE: Another visualisation of proof:

enter image description here

$\endgroup$
5
$\begingroup$

The answer seems to be

$h$, if $\frac{b}{h} >= \sqrt{2}-1$, and

$\frac{h+b}{\sqrt{2}}$ otherwise.

Proof by handwaving:

The minimal square will pass through all the corners of the rectangle. If it doesn't, we can rotate the rectangle inside the covering square, and gain a smaller covering square.

There are two ways to place a rectangle inside a square like that: with the edges parallel, and with the edges at a 45° angle. (The diagonals of the rectangle must be at the same angle wrt. the edges they touch, or else they span a non-square shape.)

The diagonals of the possible minimal covering squares are then

$\sqrt{2}h$ and $h+b$

which gives both the boundary values and the areas.

$\endgroup$

Not the answer you're looking for? Browse other questions tagged or ask your own question.