AMC12 2008 B
AMC12 2008 B · Q24
AMC12 2008 B · Q24. It mainly tests Sequences & recursion (algebra), Triangles (properties).
Let $A_0=(0,0)$. Distinct points $A_1,A_2,\dots$ lie on the $x$-axis, and distinct points $B_1,B_2,\dots$ lie on the graph of $y=\sqrt{x}$. For every positive integer $n,\ A_{n-1}B_nA_n$ is an equilateral triangle. What is the least $n$ for which the length $A_0A_n\geq100$?
设 $A_0=(0,0)$。互不相同的点 $A_1,A_2,\dots$ 在 $x$ 轴上,互不相同的点 $B_1,B_2,\dots$ 在曲线 $y=\sqrt{x}$ 上。对每个正整数 $n$,$A_{n-1}B_nA_n$ 为等边三角形。求满足 $A_0A_n\geq100$ 的最小 $n$。
(A)
13
13
(B)
15
15
(C)
17
17
(D)
19
19
(E)
21
21
Answer
Correct choice: (C)
正确答案:(C)
Solution
Let $a_n=|A_{n-1}A_n|$. We need to rewrite the recursion into something manageable. The two strange conditions, $B$'s lie on the graph of $y=\sqrt{x}$ and $A_{n-1}B_nA_n$ is an equilateral triangle, can be compacted as follows: \[\left(a_n\frac{\sqrt{3}}{2}\right)^2=\frac{a_n}{2}+a_{n-1}+a_{n-2}+\cdots+a_1\]
which uses $y^2=x$, where $x$ is the height of the equilateral triangle and therefore $\frac{\sqrt{3}}{2}$ times its base.
The relation above holds for $n=k$ and for $n=k-1$ $(k>1)$, so \[\left(a_k\frac{\sqrt{3}}{2}\right)^2-\left(a_{k-1}\frac{\sqrt{3}}{2}\right)^2=\]
\[=\left(\frac{a_k}{2}+a_{k-1}+a_{k-2}+\cdots+a_1\right)-\left(\frac{a_{k-1}}{2}+a_{k-2}+a_{k-3}+\cdots+a_1\right)\]
Or, \[a_k-a_{k-1}=\frac23\] This implies that each segment of a successive triangle is $\frac23$ more than the last triangle. To find $a_{1}$, we merely have to plug in $k=1$ into the aforementioned recursion and we have $a_{1} - a_{0} = \frac23$. Knowing that $a_{0}$ is $0$, we can deduce that $a_{1} = 2/3$.Thus, $a_n=\frac{2n}{3}$, so $A_0A_n=a_n+a_{n-1}+\cdots+a_1=\frac{2}{3} \cdot \frac{n(n+1)}{2} = \frac{n(n+1)}{3}$. We want to find $n$ so that $n^2<300<(n+1)^2$. $n=\boxed{17}$ is our answer.
设 $a_n=|A_{n-1}A_n|$。我们需要把递推关系改写成便于处理的形式。两个条件“$B$ 点在 $y=\sqrt{x}$ 上”和“$A_{n-1}B_nA_n$ 是等边三角形”可合并为
\[\left(a_n\frac{\sqrt{3}}{2}\right)^2=\frac{a_n}{2}+a_{n-1}+a_{n-2}+\cdots+a_1\]
这里用到了 $y^2=x$,其中 $x$ 是等边三角形的高,即底边的 $\frac{\sqrt{3}}{2}$ 倍。
上式对 $n=k$ 和 $n=k-1$($k>1$)都成立,因此
\[\left(a_k\frac{\sqrt{3}}{2}\right)^2-\left(a_{k-1}\frac{\sqrt{3}}{2}\right)^2=\]
\[=\left(\frac{a_k}{2}+a_{k-1}+a_{k-2}+\cdots+a_1\right)-\left(\frac{a_{k-1}}{2}+a_{k-2}+a_{k-3}+\cdots+a_1\right)\]
即
\[a_k-a_{k-1}=\frac23\]
这说明相邻三角形的边长每次增加 $\frac23$。为求 $a_{1}$,将 $k=1$ 代入上述递推式,得到 $a_{1} - a_{0} = \frac23$。由于 $a_{0}$ 为 $0$,可得 $a_{1} = 2/3$。因此 $a_n=\frac{2n}{3}$,从而
$A_0A_n=a_n+a_{n-1}+\cdots+a_1=\frac{2}{3} \cdot \frac{n(n+1)}{2} = \frac{n(n+1)}{3}$。
我们要找 $n$ 使得 $n^2<300<(n+1)^2$。因此答案为 $n=\boxed{17}$。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.