返回题库

AIME 2005 II · 第 11 题

AIME 2005 II — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let mm be a positive integer, and let a0,a1,,ama_0, a_1,\ldots,a_m be a sequence of reals such that a0=37,a1=72,am=0,a_0 = 37, a_1 = 72, a_m = 0, and ak+1=ak13aka_{k+1} = a_{k-1} - \frac 3{a_k} for k=1,2,,m1.k = 1,2,\ldots, m-1. Find m.m.

解析

Solution 1

For 0<k<m0 < k < m, we have

akak+1=ak1ak3a_{k}a_{k+1} = a_{k-1}a_{k} - 3.

Thus the product akak+1a_{k}a_{k+1} is a monovariant: it decreases by 3 each time kk increases by 1. For k=0k = 0 we have akak+1=3772a_{k}a_{k+1} = 37\cdot 72, so when k=37723=888k = \frac{37 \cdot 72}{3} = 888, akak+1a_{k}a_{k+1} will be zero for the first time, which implies that m=889m = \boxed{889}, our answer.

Note: In order for am=0a_{m} = 0 we need am2am1=3a_{m-2}a_{m-1}=3 simply by the recursion definition.

Solution 2

Plugging in k=m1k = m-1 to the given relation, we get 0=am23am1    am2am1=30 = a_{m-2} - \frac {3}{a_{m-1}} \implies{a_{m-2}a_{m-1} = 3}. Inspecting the value of akak+1a_{k}a_{k+1} for small values of kk, we see that akak+1=37723ka_{k}a_{k+1} = 37\cdot 72 - 3k. Setting the RHS of this equation equal to 33, we find that mm must be 889\boxed{889}.

~ anellipticcurveoverq

Induction Proof

As above, we experiment with some values of akak+1a_{k}a_{k+1}, conjecturing that ampamp1a_{m-p}a_{m-p-1} = 3p3p ,where mm is a positive integer and so is pp, and we prove this formally using induction. The base case is for p=1p = 1, am=am23/am1a_{m} = a_{m-2} - 3/a_{m-1} Since am=0a_{m} = 0, am1am2=3a_{m-1}a_{m-2} = 3; from the recursion given in the problem amp+1=amp13/ampa_{m-p+1} = a_{m-p-1} - 3/a_{m-p}, so amp+1=3p/amp3/amp=3(p1)/ampa_{m-p+1} = 3p/a_{m-p} - 3/a_{m-p} = 3(p-1)/a_{m-p}, so ampamp+1=am(p1)am(p1)1=3(p1)a_{m-p}a_{m-p+1} = a_{m-(p-1)}a_{m-(p-1)-1} = 3(p-1), hence proving our formula by induction. ~USAMO2023

Solution 3 (Telescoping)

Note that ak+1akakak1=3a_{k+1}\cdot a_{k} - a_{k}\cdot a_{k-1} = - 3. Then, we can generate a sum of series of equations such that k=1m1ak+1akakak1=3(m1)\sum_{k=1}^{m-1} a_{k+1}\cdot a_{k} - a_{k}\cdot a_{k-1} = - 3(m-1). Then, note that all but the first and last terms on the LHS cancel out, leaving us with amam1a1a0=3(m1)a_m\cdot a_{m-1} - a_1\cdot a_0 = -3(m-1). Plugging in am=0a_m=0, a0=37a_0=37, a1=72a_1=72, we have 3772=3(m1)-37\cdot 72 = -3(m-1). Solving for mm gives m=889m=\boxed{889}. ~sigma

Video solution

https://www.youtube.com/watch?v=JfxNr7lv7iQ