e(ho0n3
- 1,349
- 0
[SOLVED] Cyclic Sequence of Angles
Fix an angle \theta. Let n be a positive integer and define \theta_n = n\theta \bmod 2\pi.
The sequence \theta_1, \theta_2, \ldots is cyclic if if it starts repeating itself at some point, i.e. the sequence has the form \theta_1, \ldots, \theta_k, \theta_1 \ldots.
What I would like to find out is: For which angles \theta is the sequence \{\theta_n\} cyclic? If for some integer m > 1, \theta_1 = \theta_m \equiv \theta = m\theta, then m\theta = \theta + 2\pi x for some non-negative integer x. Solving for \theta, I get \theta = 2\pi x / (m - 1). So it seems that any rational multiple of \pi will create a cyclic sequence. Is this correct?
Fix an angle \theta. Let n be a positive integer and define \theta_n = n\theta \bmod 2\pi.
The sequence \theta_1, \theta_2, \ldots is cyclic if if it starts repeating itself at some point, i.e. the sequence has the form \theta_1, \ldots, \theta_k, \theta_1 \ldots.
What I would like to find out is: For which angles \theta is the sequence \{\theta_n\} cyclic? If for some integer m > 1, \theta_1 = \theta_m \equiv \theta = m\theta, then m\theta = \theta + 2\pi x for some non-negative integer x. Solving for \theta, I get \theta = 2\pi x / (m - 1). So it seems that any rational multiple of \pi will create a cyclic sequence. Is this correct?