返回题库

AIME 2009 II · 第 14 题

AIME 2009 II — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The sequence (an)(a_n) satisfies a0=0a_0=0 and an+1=85an+654nan2a_{n + 1} = \frac85a_n + \frac65\sqrt {4^n - a_n^2} for n0n\geq 0. Find the greatest integer less than or equal to a10a_{10}.

解析

Solution

The "obvious" substitution

An obvious way how to get the 4n4^n from under the square root is to use the substitution an=2nbna_n = 2^n b_n. Then the square root simplifies as follows: 4nan2=4n(2nbn)2=4n4nbn2=2n1bn2\sqrt{4^n - a_n^2} = \sqrt{4^n - (2^n b_n)^2} = \sqrt{4^n - 4^n b_n^2} = 2^n \sqrt{1 - b_n^2}.

The new recurrence then becomes b0=0b_0=0 and bn+1=45bn+351bn2b_{n+1} = \frac45 b_n + \frac 35\sqrt{1 - b_n^2}.

Solution 1

We can now simply start to compute the values bib_i by hand:

b1=35b2=4535+351(35)2=2425b3=452425+351(2425)2=96125+35725=117125b4=45117125+351(117125)2=468625+3544125=600625=2425\begin{aligned} b_1 & = \frac 35 \\ b_2 & = \frac 45\cdot \frac 35 + \frac 35 \sqrt{1 - \left(\frac 35\right)^2} = \frac{24}{25} \\ b_3 & = \frac 45\cdot \frac {24}{25} + \frac 35 \sqrt{1 - \left(\frac {24}{25}\right)^2} = \frac{96}{125} + \frac 35\cdot\frac 7{25} = \frac{117}{125} \\ b_4 & = \frac 45\cdot \frac {117}{125} + \frac 35 \sqrt{1 - \left(\frac {117}{125}\right)^2} = \frac{468}{625} + \frac 35\cdot\frac {44}{125} = \frac{600}{625} = \frac{24}{25} \end{aligned} We now discovered that b4=b2b_4=b_2. And as each bi+1b_{i+1} is uniquely determined by bib_i, the sequence becomes periodic. In other words, we have b3=b5=b7==117125b_3=b_5=b_7=\cdots=\frac{117}{125}, and b2=b4==b10==2425b_2=b_4=\cdots=b_{10}=\cdots=\frac{24}{25}.

Therefore the answer is

a10=210b10=10242425=102524252425=41242425=41241=983\begin{aligned} \lfloor a_{10} \rfloor & = \left\lfloor 2^{10} b_{10} \right\rfloor = \left\lfloor \dfrac{1024\cdot 24}{25} \right\rfloor = \left\lfloor \dfrac{1025\cdot 24}{25} - \dfrac{24}{25} \right\rfloor \\ & = \left\lfloor 41\cdot 24 - \dfrac{24}{25} \right\rfloor = 41\cdot 24 - 1 = \boxed{983} \end{aligned}

Solution 2

After we do the substitution, we can notice the fact that (35)2+(45)2=1\left( \frac 35 \right)^2 + \left( \frac 45 \right)^2 = 1, which may suggest that the formula may have something to do with the unit circle. Also, the expression 1x2\sqrt{1-x^2} often appears in trigonometry, for example in the relationship between the sine and the cosine. Both observations suggest that the formula may have a neat geometric interpretation.

Consider the equation:

y=45x+351x2y = \frac45 x + \frac 35\sqrt{1 - x^2} Note that for t=sin135t=\sin^{-1} \frac 35 we have sint=35\sin t=\frac 35 and cost=45\cos t = \frac 45. Now suppose that we have x=sinsx=\sin s for some ss. Then our equation becomes:

y=costsins+sintcossy=\cos t \cdot \sin s + \sin t \cdot |\cos s| Depending on the sign of coss\cos s, this is either the angle addition, or the angle subtraction formula for sine. In other words, if coss0\cos s \geq 0, then y=sin(s+t)y=\sin(s+t), otherwise y=sin(st)y=\sin(s-t).

We have b0=0=sin0b_0=0=\sin 0. Therefore b1=sin(0+t)=sintb_1 = \sin(0+t) = \sin t, b2=sin(t+t)=sin(2t)b_2 = \sin(t+t) = \sin (2t), and so on. (Remember that tt is the constant defined as t=sin135t=\sin^{-1} \frac 35.)

This process stops at the first bk=sin(kt)b_k = \sin (kt), where ktkt exceeds π2\frac{\pi}2. Then we'll have bk+1=sin(ktt)=sin((k1)t)=bk1b_{k+1} = \sin(kt - t) = \sin ((k-1)t) = b_{k-1} and the sequence will start to oscillate.

Note that sinπ6=12<35\sin \frac{\pi}6 = \frac 12 < \frac 35, and sinπ4=22>35\sin \frac{\pi}4 = \frac{\sqrt 2}2 > \frac 35, hence tt is strictly between π6\frac{\pi}6 and π4\frac{\pi}4. Then 2t(π3,π2)2t\in\left(\frac{\pi}3,\frac{\pi}2 \right), and 3t(π2,3π4)3t\in\left( \frac{\pi}2, \frac{3\pi}4 \right). Therefore surely 2t<π2<3t2t < \frac{\pi}2 < 3t.

Hence the process stops with b3=sin(3t)b_3 = \sin (3t), we then have b4=sin(2t)=b2b_4 = \sin (2t) = b_2. As in the previous solution, we conclude that b10=b2b_{10}=b_2, and that the answer is a10=210b10=983\lfloor a_{10} \rfloor = \left\lfloor 2^{10} b_{10} \right\rfloor = \boxed{983}.

Video Solution 1 by SpreadTheMathLove

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