Maths Olympiad Prep

Library / /235 of 520

Geometry Difficulty 6.8 National olympiad Find the answer

A jeweler covers the diagonal of a unit square with small golden squares in the following way:
- the sides of all squares are parallel to the sides of the unit square
- for each neighbour is their sidelength either half or double of that square (squares are neighbour if they share a vertex)
- each midpoint of a square has distance to the vertex of the unit square equal to 12,14,18,...\dfrac12, \dfrac14, \dfrac18, ... of the diagonal. (so real length: ×2\times \sqrt2)
- all midpoints are on the diagonal

(a) What is the side length of the middle square?
(b) What is the total gold-plated area?

Solution

Let's break down the problem and solution step by step.

### Part (a): Side Length of the Middle Square

1. Understanding the Sequence of Squares:
- The squares are placed such that their midpoints lie on the diagonal of the unit square.
- The side length of each subsequent square is either half or double the side length of the previous square.
- The distance from the midpoint of each square to the vertex of the unit square follows the sequence 12,14,18,\frac{1}{2}, \frac{1}{4}, \frac{1}{8}, \ldots of the diagonal.

2. Distance Calculation:
- The distance from the midpoint of the first square to the vertex of the unit square is 12\frac{1}{2} of the diagonal.
- The diagonal of the unit square is 2\sqrt{2}.
- Therefore, the distance from the midpoint of the first square to the vertex is 22\frac{\sqrt{2}}{2}.

3. Side Length Calculation:
- Let the side length of the first square be k k .
- The distance from the midpoint of the first square to the vertex is k22 \frac{k\sqrt{2}}{2} .
- Equating this to the distance calculated above:
k22=22 \frac{k\sqrt{2}}{2} = \frac{\sqrt{2}}{2}
- Solving for k k :
k=1 k = 1

### Part (b): Total Gold-Plated Area

1. Area Calculation:
- The area of the first square is k2 k^2 .
- The area of the second square (with side length k2 \frac{k}{2} ) is (k2)2=k24 \left(\frac{k}{2}\right)^2 = \frac{k^2}{4} .
- The area of the third square (with side length k4 \frac{k}{4} ) is (k4)2=k216 \left(\frac{k}{4}\right)^2 = \frac{k^2}{16} .
- This forms a geometric series with the first term k2 k^2 and common ratio 14 \frac{1}{4} .

2. Sum of the Series:
- The sum of the infinite geometric series is given by:
S=k2(1+14+116+) S = k^2 \left(1 + \frac{1}{4} + \frac{1}{16} + \cdots \right)
- The sum of the series is:
S=k2(1114)=k2(43) S = k^2 \left(\frac{1}{1 - \frac{1}{4}}\right) = k^2 \left(\frac{4}{3}\right)

3. Total Gold-Plated Area:
- Since the series covers half the diagonal, the total gold-plated area is twice this sum minus the center square:
Total Area=2(43k2)k2=83k2k2=53k2 \text{Total Area} = 2 \left(\frac{4}{3} k^2\right) - k^2 = \frac{8}{3} k^2 - k^2 = \frac{5}{3} k^2
- Substituting k=1 k = 1 :
Total Area=53×12=53 \text{Total Area} = \frac{5}{3} \times 1^2 = \frac{5}{3}

The final answer is:

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.