The sequence (an) satisfies a0=0 and an+1=58an+564n−an2 for n≥0. Find the greatest integer less than or equal to a10.
解析
Solution
The "obvious" substitution
An obvious way how to get the 4n from under the square root is to use the substitution an=2nbn. Then the square root simplifies as follows: 4n−an2=4n−(2nbn)2=4n−4nbn2=2n1−bn2.
The new recurrence then becomes b0=0 and bn+1=54bn+531−bn2.
Solution 1
We can now simply start to compute the values bi by hand:
b1b2b3b4=53=54⋅53+531−(53)2=2524=54⋅2524+531−(2524)2=12596+53⋅257=125117=54⋅125117+531−(125117)2=625468+53⋅12544=625600=2524
We now discovered that b4=b2. And as each bi+1 is uniquely determined by bi, the sequence becomes periodic. In other words, we have b3=b5=b7=⋯=125117, and b2=b4=⋯=b10=⋯=2524.
After we do the substitution, we can notice the fact that (53)2+(54)2=1, which may suggest that the formula may have something to do with the unit circle. Also, the expression 1−x2 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=54x+531−x2
Note that for t=sin−153 we have sint=53 and cost=54. Now suppose that we have x=sins for some s. Then our equation becomes:
y=cost⋅sins+sint⋅∣coss∣
Depending on the sign of coss, this is either the angle addition, or the angle subtraction formula for sine. In other words, if coss≥0, then y=sin(s+t), otherwise y=sin(s−t).
We have b0=0=sin0. Therefore b1=sin(0+t)=sint, b2=sin(t+t)=sin(2t), and so on. (Remember that t is the constant defined as t=sin−153.)
This process stops at the first bk=sin(kt), where kt exceeds 2π. Then we'll have bk+1=sin(kt−t)=sin((k−1)t)=bk−1 and the sequence will start to oscillate.
Note that sin6π=21<53, and sin4π=22>53, hence t is strictly between 6π and 4π. Then 2t∈(3π,2π), and 3t∈(2π,43π). Therefore surely 2t<2π<3t.
Hence the process stops with b3=sin(3t), we then have b4=sin(2t)=b2. As in the previous solution, we conclude that b10=b2, and that the answer is ⌊a10⌋=⌊210b10⌋=983.