Let be an equilateral triangle. From the vertex 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 , it leaves with a directed angle . After bounces, the ray returns to without ever landing on any of the other two vertices. Find all possible values of .
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 . 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 is , 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 , it reflects off that side with angle .
### 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
1. Ray Path Length: The ray must return to the original point after 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 , , and (and their respective equivalents), a full return to point without hitting other vertices requires that the vector sum be a multiple of the side length, allowing returns directly to .
### Step 4: Solve for Possible Values of
- 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 directly (without touching vertices or repeating on them) effectively after certain bounces. Through path analysis and modulo arithmetic, the possible values of satisfy a condition: each traversal must cover the plane equally to return correctly.
Modulo Condition: The ray returns to if:
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 ( and ) 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 after bounces if:
Here, analysis of the symmetry and reflection paths in the unfolding triangle diagram are key to understanding why certain values of are avoided.