In a plane, there are circular beer mats of equal size. touches (); . The beer mats are placed such that another beer mat of equal size touches all of them in the given order if rolling along the outside of the chain of beer mats.
How many rotations makes untill it returns to it's starting position¿
Problem 1427
Official solution
1. Understanding the Problem:
We have circular beer mats of equal size arranged in a plane such that each mat touches and . Another beer mat of the same size rolls along the outside of this chain of beer mats, touching each one in sequence. We need to determine how many rotations makes until it returns to its starting position.
2. Analyzing the Geometry:
Each beer mat touches at a single point. When beer mat rolls along the outside of the chain, it touches each beer mat along its circumference, except for the points of tangency.
3. Calculating the Total Arc Length:
The total circumference of one beer mat is , where is the radius of the beer mat. Since rolls along the outside of beer mats, the total arc length covered by is .
4. Considering the Points of Tangency:
At each point of tangency between two consecutive beer mats and , does not cover a small arc. The angle subtended by this arc at the center of each beer mat is (since the tangency points form an equilateral triangle with the centers of the two touching beer mats).
5. Calculating the Uncovered Arc Length:
The angle subtended by the uncovered arc at each tangency point is , which corresponds to an arc length of . Since there are tangency points, the total uncovered arc length is .
6. **Total Arc Length Covered by :**
The total arc length covered by is the total circumference of the beer mats minus the total uncovered arc length:
7. Number of Rotations:
The number of rotations makes is the total arc length covered divided by the circumference of :
Since must make an integer number of rotations, we add 1 to account for the initial position: