Skip to main content
OlympiadHQ

Browse · MathNet

Print

IMO Problem Shortlist

geometry

Problem

For an integer , we consider partitions of a chessboard into rectangles consisting of cells of the chessboard, in which each of the cells along one diagonal forms a separate rectangle of side length 1. Determine the smallest possible sum of rectangle perimeters in such a partition.
Solution
Solution 1. For a chessboard, we introduce in a standard way coordinates of the vertices of the cells and assume that the cell in row and column has vertices , where . Without loss of generality assume that the cells , , form a separate rectangle. Then we may consider the boards below that diagonal and the congruent board above that diagonal separately because no rectangle can simultaneously cover cells from and . We will show that for the smallest total perimeter of a rectangular partition of is . Then the overall answer to the problem is .

First we inductively construct for a partition of with total perimeter . If , the board is empty and the total perimeter is 0. For , the board consists of a square in the lower right corner with vertices to which two boards congruent to are glued along the left and the upper margin. The square together with the inductive partitions of these two boards yield a partition with total perimeter and the induction step is complete.

Let Note that if . Now we show by induction on that the total perimeter of a rectangular partition of is at least . The case is trivial (see from above). Let the assertion be true for all positive integers less than . We investigate a fixed rectangular partition of that attains the minimal total perimeter. Let be the rectangle that covers the cell in the lower right corner. Let be the upper left corner of . First we show that . Assume that . Then the line from to or from to must belong to the boundary of some rectangle in the partition. Without loss of generality assume that this is the case for the line from to .

Case 1. No line from to where belongs to the boundary of some rectangle of the partition. Then there is some rectangle of the partition that has with the common side from to . If we join these two rectangles to one rectangle we get a partition with smaller total perimeter, a contradiction.

Case 2. There is some such that and the line from to belongs to the boundary of some rectangle of the partition. Then we replace the upper side of by the line to and for the rectangles whose lower side belongs to the line from to we shift the lower side upwards so that the new lower side belongs to the line from to . In such a way we obtain a rectangular partition of with smaller total perimeter, a contradiction.

Now the fact that the upper left corner of has the coordinates is established. Consequently, the partition consists of , of rectangles of a partition of a board congruent to and of rectangles of a partition of a board congruent to . By the induction hypothesis, its total perimeter is at least Since the function is convex for , Jensen's inequality immediately shows that the minimum of the right hand side is attained for . Hence the total perimeter of the optimal partition of is at least .

Solution 2. We start as in Solution 1 and present another proof that is a lower bound for the total perimeter of a partition of into rectangles. Let briefly . For , let denote the number of rectangles in the partition that cover some cell from row and let be the number of rectangles that cover some cell from column . Note that the total perimeter of all rectangles in the partition is No rectangle can simultaneously cover cells from row and from column since otherwise it would also cover the cell . We classify subsets of rectangles of the partition as follows. We say that is of type , , if contains all rectangles that cover some cell from row , but none of the rectangles that cover some cell from column . Altogether there are subsets of type . Now we show that no subset can be simultaneously of type and of type if . Assume the contrary and let without loss of generality . The cell must be covered by some rectangle . The subset is of type , hence is contained in . is of type , thus does not belong to , a contradiction. Since there are subsets of rectangles of the partition, we infer By applying Jensen's inequality to the convex function we derive From the previous inequalities we obtain and equivalently
Final answer
(m+1) 2^{m+2}

Techniques

Optimization in geometryJensen / smoothingCounting two ways