Maths Olympiad Prep

Track / Stage 6 / 391 of 400 #1391 of 1964

Problem 1391

National olympiad, first round
Combinatorics Difficulty 7.0 Find the answer

A sequence {xn}=x0,x1,x2,\{x_n \}=x_0, x_1, x_2, \cdots satisfies x0=a(1a2019,aR)x_0=a(1\le a \le 2019, a \in \mathbb{R}), and xn+1={1+1009xn (xn2)2021xn (2<xn1010)30312xn (1010<x1011)2020xn (1011<xn)x_{n+1}=\begin{cases}1+1009x_n &\ (x_n \le 2) \\ 2021-x_n &\ (2<x_n \le 1010) \\ 3031-2x_n &\ (1010<x\le 1011) \\ 2020-x_n &\ (1011<x_n) \end{cases} for each non-negative integer nn. If there exist some integer k>1k>1 such that xk=ax_k=a, call such minimum kk a fundamental period of {xn}\{x_n \}. Find all integers which can be a fundamental period of some seqeunce; and for such minimal odd period k(>1)k(>1), find all values of x0=ax_0=a such that the fundamental period of {xn}\{x_n \} equals kk.

The source for this one didn't record the answer, so there is nothing to check what you type against. Work it on paper and mark yourself against the solution below.

Official solution

To solve this problem, we need to analyze the behavior of the sequence {xn}\{x_n\} given the piecewise recurrence relation. We will determine the fundamental period kk for which xk=ax_k = a and find the values of aa that satisfy this condition.

1. Analyzing the recurrence relation:
The sequence {xn}\{x_n\} is defined by:
xn+1={1+1009xnif xn22021xnif 2<xn101030312xnif 1010<xn10112020xnif 1011<xn x_{n+1} = \begin{cases} 1 + 1009x_n & \text{if } x_n \leq 2 \\ 2021 - x_n & \text{if } 2 < x_n \leq 1010 \\ 3031 - 2x_n & \text{if } 1010 < x_n \leq 1011 \\ 2020 - x_n & \text{if } 1011 < x_n \end{cases}

2. **Case 1: xn2 x_n \leq 2 **
xn+1=1+1009xn x_{n+1} = 1 + 1009x_n
This is a linear recurrence relation. If x0=a2x_0 = a \leq 2, then:
x1=1+1009a x_1 = 1 + 1009a
For x1x_1 to be equal to aa again, we need:
1+1009a=a    1009a=1    a=11009 1 + 1009a = a \implies 1009a = -1 \implies a = -\frac{1}{1009}
However, aa must be in the range 1a20191 \leq a \leq 2019, so this case does not provide a valid solution.

3. **Case 2: 2<xn1010 2 < x_n \leq 1010 **
xn+1=2021xn x_{n+1} = 2021 - x_n
This is a simple reflection about the point 1010.51010.5. If x0=ax_0 = a and 2<a10102 < a \leq 1010, then:
x1=2021a x_1 = 2021 - a
For x1x_1 to be equal to aa again, we need:
2021a=a    2a=2021    a=1010.5 2021 - a = a \implies 2a = 2021 \implies a = 1010.5
However, aa must be an integer, so this case does not provide a valid solution.

4. **Case 3: 1010<xn1011 1010 < x_n \leq 1011 **
xn+1=30312xn x_{n+1} = 3031 - 2x_n
This is another linear recurrence relation. If x0=ax_0 = a and 1010<a10111010 < a \leq 1011, then:
x1=30312a x_1 = 3031 - 2a
For x1x_1 to be equal to aa again, we need:
30312a=a    3a=3031    a=303131010.33 3031 - 2a = a \implies 3a = 3031 \implies a = \frac{3031}{3} \approx 1010.33
Again, aa must be an integer, so this case does not provide a valid solution.

5. **Case 4: 1011<xn 1011 < x_n **
xn+1=2020xn x_{n+1} = 2020 - x_n
This is another reflection about the point 10101010. If x0=ax_0 = a and 1011<a20191011 < a \leq 2019, then:
x1=2020a x_1 = 2020 - a
For x1x_1 to be equal to aa again, we need:
2020a=a    2a=2020    a=1010 2020 - a = a \implies 2a = 2020 \implies a = 1010
However, aa must be greater than 10111011, so this case does not provide a valid solution.

6. Conclusion:
Based on the analysis, we find that the sequence {xn}\{x_n\} does not have a fundamental period kk for any aa in the given range 1a20191 \leq a \leq 2019. Therefore, there are no integers that can be a fundamental period of the sequence.

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