返回题库

AIME 1992 · 第 8 题

AIME 1992 — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

For any sequence of real numbers A=(a1,a2,a3,)A=(a_1,a_2,a_3,\ldots), define ΔA\Delta A^{}_{} to be the sequence (a2a1,a3a2,a4a3,)(a_2-a_1,a_3-a_2,a_4-a_3,\ldots), whose nthn^{\text{th}}_{} term is an+1ana_{n+1}-a_n^{}. Suppose that all of the terms of the sequence Δ(ΔA)\Delta(\Delta A^{}_{}) are 11^{}_{}, and that a19=a92=0a_{19}=a_{92}^{}=0. Find a1a_1^{}.

解析

Solution 1 (uses calculus)

Note that the Δ\Deltas are reminiscent of differentiation; from the condition Δ(ΔA)=1\Delta(\Delta{A}) = 1, we are led to consider the differential equation

d2Adn2=1\frac{d^2 A}{dn^2} = 1 This inspires us to guess a quadratic with leading coefficient 1/2 as the solution;

an=12(n19)(n92)a_{n} = \frac{1}{2}(n-19)(n-92) as we must have roots at n=19n = 19 and n=92n = 92.

Thus, a1=12(119)(192)=819a_1=\frac{1}{2}(1-19)(1-92)=\boxed{819}.

Solution 2

Let Δ1A=ΔA\Delta^1 A=\Delta A, and ΔnA=Δ(Δ(n1)A)\Delta^n A=\Delta(\Delta^{(n-1)}A).

Note that in every sequence of aia_i, an=(n11)Δan+(n12)Δ2an+(n13)Δ3an+...a_n=\binom{n-1}{1}\Delta a_n + \binom{n-1}{2}\Delta^2 a_n +\binom{n-1}{3}\Delta^3 a_n + ...

Then an=a1+(n11)Δa1+(n12)Δ2a1+(n13)Δ3a1+...a_n=a_1 +\binom{n-1}{1}\Delta a_1 +\binom{n-1}{2}\Delta^2 a_1 +\binom{n-1}{3}\Delta^3 a_1 + ...

Since Δa1=a2a1\Delta a_1 =a_2 -a_1, an=a1+(n11)(a2a1)+(n12)1=a1+n(a2a1)+(n12)a_n=a_1 +\binom{n-1}{1}(a_2-a_1) +\binom{n-1}{2}\cdot 1=a_1 +n(a_2-a_1) +\binom{n-1}{2}

a19=0=a1+18(a2a1)+(182)=18a217a1+153a_{19}=0=a_1+18(a_2-a_1)+\binom{18}{2}=18a_2-17a_1+153 a92=0=a1+91(a2a1)+(912)=91a290a1+4095a_{92}=0=a_1+91(a_2-a_1)+\binom{91}{2}=91a_2-90a_1+4095

Solving, a1=819a_1=\boxed{819}.

Solution 3

The sequence Δ(ΔA)\Delta(\Delta A) is the second finite difference sequence, and the first k1k-1 terms of this sequence can be computed in terms of the original sequence as shown below.

a3+a12a2=1a4+a22a3=1ak+ak22ak1=1ak+1+ak12ak=1.\begin{array}{rcl} a_3+a_1-2a_2&=&1\\ a_4+a_2-2a_3&=&1\\ &\vdots\\ a_k + a_{k-2} - 2a_{k-1} &= &1\\ a_{k+1} + a_{k-1} - 2a_k &=& 1.\\ \end{array}

Adding the above k1k-1 equations we find that

(ak+1ak)=k1+(a2a1).(1)(a_{k+1} - a_k) = k-1 + (a_2-a_1).\tag{1} We can sum equation (1)(1) from k=1k=1 to 1818, finding

18(a1a2)a1=153.(2)18(a_1-a_2) - a_1 = 153.\tag{2} We can also sum equation (1)(1) from k=1k=1 to 9191, finding

91(a1a2)a1=4095.(3)91(a_1-a_2) - a_1 = 4095.\tag{3} Finally, 18(3)91(2)18\cdot (3) - 91\cdot(2) gives a1=819a_1=\boxed{819}.

Kris17

Solution 4

Since all terms of Δ(ΔA)\Delta(\Delta A) are 1, we know that ΔA\Delta A looks like (k,k+1,k+2,...)(k,k+1,k+2,...) for some kk. This means AA looks like (a1,a1+k,a1+2k+1,a1+3k+3,a1+4k+6,...)(a_1,a_1+k,a_1+2k+1,a_1+3k+3,a_1+4k+6,...). More specifically, An=a1+k(n1)+(n1)(n2)2A_n=a_1+k(n-1)+\frac{(n-1)(n-2)}{2}. Plugging in a19=a92=0a_{19}=a_{92}=0, we have the following linear system:

a1+91k=4095a_1+91k=-4095 a1+18k=153a_1+18k=-153 From this, we can easily find that k=54k=-54 and a1=819a_1=\boxed{819}. Solution by Zeroman

Solution 5

Since the result of two finite differences of some sequence is a constant sequence, we know that sequence is a quadratic. Furthermore, we know that f(19)=f(92)=0f(19) = f(92) = 0 so the quadratic is f(x)=a(x19)(x92)f(x) = a(x-19)(x-92) for some constant a.a. Now we use the conditions that the finite difference is 11 to find a.a. We know f(19)=0f(19) = 0 and f(20)=72af(20) = -72a and f(18)=74a.f(18) = 74a. Therefore applying finite differences once yields the sequence 74a,72a-74a,-72a and then applying finite differences one more time yields 2a2a so a=12.a =\frac{1}{2}. Therefore f(1)=991=819.f(1) = 9 \cdot 91 = \boxed{819}.

Solution 6

Let a1=a,a2=b.a_1=a,a_2=b. From the conditions, we have

an1+an+1=2an+1,a_{n-1}+a_{n+1}=2a_n+1, for all n>1.n>1. From this, we find that

a3=2b+1aa4=3b+32aa5=4b+63a,\begin{aligned} a_3&=2b+1-a \\ a_4&=3b+3-2a\\ a_5&=4b+6-3a, \end{aligned} or, in general,

an=(n1)b+(n2)(n1)2(n2)a.a_n=(n-1)b+\frac{(n-2)(n-1)}{2}-(n-2)a. Note: we can easily prove this by induction. Now, substituting n=19,92,n=19,92, we find that

0=18b+1718217a0=91b+9091290ab=17a1718218=90a9091291.\begin{aligned} 0=&18b+\frac{17\cdot18}{2}-17a\\ 0=&91b+\frac{90\cdot91}{2}-90a\\ b=&\frac{17a-\frac{17\cdot18}{2}}{18}=\frac{90a-\frac{90\cdot91}{2}}{91}. \end{aligned} Now, cross multiplying, we find that

91(17a17182)=18(90a90912)1547a(1891)172=1620(1891)90273a=18912(9017=73)a=18912=991=819.\begin{aligned} 91\left(17a-\frac{17\cdot18}{2}\right)&=18\left(90a-\frac{90\cdot91}{2}\right)\\ 1547a-\frac{(18\cdot91)\cdot17}{2}&=1620-\frac{(18\cdot91)\cdot90}{2}\\ 73a&=\frac{18\cdot91}{2}\cdot(90-17=73)\\ a=\frac{18\cdot91}{2}=9\cdot91=\boxed{819}. \end{aligned}