Maths Olympiad Prep

Library / /2 of 2

Geometry Difficulty 7.2 National olympiad, round 2 Find the answer

Let ABCABC be an equilateral triangle. From the vertex AA we draw a ray towards the interior of the triangle such that the ray reaches one of the sides of the triangle. When the ray reaches a side, it then bounces off following the law of reflection, that is, if it arrives with a directed angle α\alpha, it leaves with a directed angle 180α180^{\circ}-\alpha. After nn bounces, the ray returns to AA without ever landing on any of the other two vertices. Find all possible values of nn.

A number or a short expression. Spacing and $ signs are ignored.

Solution

To solve this problem, we consider the path the ray takes within the equilateral triangle and apply the law of reflection. An equilateral triangle has internal angles of 6060^\circ. When dealing with reflections inside a polygon, it's often helpful to use the concept of unfolding or tiling the plane with repeated reflections of the triangle.

### Step 1: Understand the Geometry and Reflection

Since each internal angle of triangle ABCABC is 6060^\circ, any ray that reflects off a side will change its path but maintain the same directed angles relative to the sides it encounters, following the rule of reflection. Hence, if the ray approaches a side with angle α\alpha, it reflects off that side with angle 180α180^\circ - \alpha.

### Step 2: Setting up a Coordinate System

Model this problem by considering an infinite tiling of the plane with equilateral triangles (each represents a reflection of the original). This technique translates a problem of reflection into a straight-line motion in a regularly repeating plane.

### Step 3: Conditions for Returning to Point AA

1. Ray Path Length: The ray must return to the original point after nn bounces without touching any other vertex. When the ray returns, the number of traversed side lengths is even.
2. Modulo Condition: If we set up a coordinate system, with moves tracked by vectors in directions 00^\circ, 6060^\circ, and 120120^\circ (and their respective equivalents), a full return to point AA without hitting other vertices requires that the vector sum be a multiple of the side length, allowing returns directly to AA.

### Step 4: Solve for Possible Values of nn

- The ray follows distinct paths alternating sides because each bounce redirects it, preventing it from encountering vertices due to the constraints and setup of an equilateral triangle.
- The ray can return to AA directly (without touching vertices or repeating on them) effectively after certain nn bounces. Through path analysis and modulo arithmetic, the possible values of nn satisfy a condition: each traversal must cover the plane equally to return correctly.

Modulo Condition: The ray returns to AA if:
n1 or 5 (mod 6) n \equiv 1 \text{ or } 5 \ (\text{mod}\ 6)
This pattern arises because of the cycling nature intrinsic to the geometric symmetry of reflections.

However, due to path rotations and the triangle's symmetry, two cases (n=5n = 5 and n=17n = 17) are exceptions. In those particular bounces, the ray pattern shaped by its path does not satisfy the return criteria, causing the path to land parallel or very close to another set of reflections.

### Conclusion

Thus, the ray can return to vertex AA after nn bounces if:
n1,5 (mod 6) except 5 and 17 \boxed{n \equiv 1, 5 \ (\text{mod}\ 6) \text{ except } 5 \text{ and } 17}

Here, analysis of the symmetry and reflection paths in the unfolding triangle diagram are key to understanding why certain values of nn are avoided.

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: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.