/

AMC12 2001 A

AMC12 2001 A · Q25

AMC12 2001 A · Q25. It mainly tests Sequences & recursion (algebra), Patterns & sequences (misc).

Consider sequences of positive real numbers of the form $x, 2000, y, \dots$ in which every term after the first is 1 less than the product of its two immediate neighbors. For how many different values of $x$ does the term $2001$ appear somewhere in the sequence?
考虑形如 $x, 2000, y, \dots$ 的正实数序列,其中从第二项起,每一项都等于其相邻两项的乘积减 1。问:有多少个不同的 $x$ 值,使得数 $2001$ 会在该序列的某一项中出现?
(A) 1 1
(B) 2 2
(C) 3 3
(D) 4 4
(E) more than 4 超过4
Answer
Correct choice: (D)
正确答案:(D)
Solution
It never hurts to compute a few terms of the sequence in order to get a feel how it looks like. In our case, the definition is that $\forall$ (for all) $n>1:~ a_n = a_{n-1}a_{n+1} - 1$. This can be rewritten as $a_{n+1} = \frac{a_n +1}{a_{n-1}}$. We have $a_1=x$ and $a_2=2000$, and we compute: \begin{align*} a_3 & = \frac{a_2+1}{a_1} = \frac{2001}x \\ a_4 & = \frac{a_3+1}{a_2} = \frac{ \dfrac{2001}x + 1 }{ 2000 } = \frac{2001 + x}{2000x} \\ a_5 & = \frac{a_4+1}{a_3} = \frac{ \frac{2001 + x}{2000x} + 1 }{ \frac{2001}x } = \frac{ \frac{2001 + 2001x}{2000x} }{ \frac{2001}x } = \frac{1+x}{2000} \\ a_6 & = \frac{a_5+1}{a_4} = \frac{ \frac{1+x}{2000} + 1 }{ \frac{2001 + x}{2000x} } = \frac{ \frac{2001+x}{2000} }{ \frac{2001 + x}{2000x} } = x \\ a_7 & = \frac{a_6+1}{a_5} = \frac{ x+1 }{ \frac{1+x}{2000} } = 2000 \end{align*} At this point we see that the sequence will become periodic: we have $a_6=a_1$, $a_7=a_2$, and each subsequent term is uniquely determined by the previous two. Hence if $2001$ appears, it has to be one of $a_1$ to $a_5$. As $a_2=2000$, we only have four possibilities left. Clearly $a_1=2001$ for $x=2001$, and $a_3=2001$ for $x=1$. The equation $a_4=2001$ solves to $x = \frac{2001}{2000\cdot 2001 - 1}$, and the equation $a_5=2001$ to $x=2000\cdot 2001 - 1$. No two values of $x$ we just computed are equal, and therefore there are $\boxed{4}$ different values of $x$ for which the sequence contains the value $2001$.
先计算该序列的若干项以了解其形式总是有帮助的。本题中定义为对所有 $n>1$:$ a_n = a_{n-1}a_{n+1} - 1$。可改写为 $a_{n+1} = \frac{a_n +1}{a_{n-1}}$。已知 $a_1=x$ 且 $a_2=2000$,计算: \begin{align*} a_3 & = \frac{a_2+1}{a_1} = \frac{2001}x \\ a_4 & = \frac{a_3+1}{a_2} = \frac{ \dfrac{2001}x + 1 }{ 2000 } = \frac{2001 + x}{2000x} \\ a_5 & = \frac{a_4+1}{a_3} = \frac{ \frac{2001 + x}{2000x} + 1 }{ \frac{2001}x } = \frac{ \frac{2001 + 2001x}{2000x} }{ \frac{2001}x } = \frac{1+x}{2000} \\ a_6 & = \frac{a_5+1}{a_4} = \frac{ \frac{1+x}{2000} + 1 }{ \frac{2001 + x}{2000x} } = \frac{ \frac{2001+x}{2000} }{ \frac{2001 + x}{2000x} } = x \\ a_7 & = \frac{a_6+1}{a_5} = \frac{ x+1 }{ \frac{1+x}{2000} } = 2000 \end{align*} 到这里可见该序列将变为周期性的:$a_6=a_1$,$a_7=a_2$,而每一项都由前两项唯一确定。 因此若 $2001$ 出现,它必须是 $a_1$ 到 $a_5$ 之一。由于 $a_2=2000$,只剩四种可能。显然当 $x=2001$ 时 $a_1=2001$,当 $x=1$ 时 $a_3=2001$。方程 $a_4=2001$ 解得 $x = \frac{2001}{2000\cdot 2001 - 1}$,方程 $a_5=2001$ 解得 $x=2000\cdot 2001 - 1$。 上述求得的 $x$ 值两两不同,因此使序列包含 $2001$ 的不同 $x$ 值共有 $\boxed{4}$ 个。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.