The polynomial 1−x+x2−x3+⋯+x16−x17 may be written in the form a0+a1y+a2y2+⋯+a16y16+a17y17, where y=x+1 and the ai's are constants. Find the value of a2.
解析
Solution
Solution 1
Using the geometric series formula, 1−x+x2+⋯−x17=1+x1−x18=y1−x18. Since x=y−1, this becomes y1−(y−1)18. We want a2, which is the coefficient of the y3 term in −(y−1)18 (because the y in the denominator reduces the degrees in the numerator by 1). By the Binomial Theorem, this is (−1)⋅(−1)15(318)=816.
Solution 2
Again, notice x=y−1. So
1−x+x2+⋯−x17=1−(y−1)+(y−1)2−(y−1)3+⋯−(y−1)17=1+(1−y)+(1−y)2+(1−y)3⋯+(1−y)17.
We want the coefficient of the y2 term of each power of each binomial, which by the binomial theorem is (22)+(23)+⋯+(217). The Hockey Stick Identity tells us that this quantity is equal to (318)=816.
Solution 3
Again, notice x=y−1. Substituting y−1 for x in f(x) gives:
1−x+x2+⋯−x17=1−(y−1)+(y−1)2−(y−1)3+⋯−(y−1)17=1+(1−y)+(1−y)2+(1−y)3⋯+(1−y)17.
From binomial theorem, the coefficient of the y2 term is (02)+(13)+⋯+(1517). This is actually the sum of the first 16 triangular numbers, which evaluates to 6(16)(17)(18)=816.
Solution 4(calculus)
Let f(x)=1−x+x2−x3+⋯+x16−x17 and g(y)=a0+a1y+a2y2+⋯+a16y16+a17y17.
Then, since f(x)=g(y),
dx2d2f=dy2d2gdx2d2f=2⋅1−3⋅2x+⋯−17⋅16x15 by the power rule.
Now, notice that if x=−1, then y=0, so f′′(−1)=g′′(0)
g′′(0)=2a2, and f′′(−1)=2⋅1+3⋅2+⋯+16⋅17.
Now, we can use the hockey stick theorem to see that 2⋅1+3⋅2+⋯+16⋅17=2(318)
Thus, 2a2=2(318)→a2=(318)=816
-AOPS81619
Solution 5 (Linear Algebra)
Let V be the vector space of polynomials of degree ≤17, and let B={1,x,x2,...,x17} and C={1,(x+1),(x+1)2,...,(x+1)17} be two bases for V. Let v∈V be the polynomial given in the problem, and it is easy to see that [v]B=⟨1,−1,1,−1,...,1,−1⟩.
Note that the transformation matrix from C to B can be easily found to be PC→B=[[c1]B[c2]B...[c3]B]=(00)00⋮0(01)(11)0⋮0(02)(12)(22)⋮0⋯⋯⋯⋱⋯(017)(117)(217)⋮(1717).
I claim that PB→C=(00)00⋮0−(01)(11)0⋮0(02)−(12)(22)⋮0⋯⋯⋯⋱⋯−(017)(117)−(217)⋮(1717), where the term (kn) is negated if n+k is odd.
One can prove that the ith row of PC→B dotted with the jth column of PB→C is δi,j by using combinatorial identities, which is left as an exercise for the reader. Thus, since the two matrices multiply to form I18, we have proved that PB→C=(00)00⋮0−(01)(11)0⋮0(02)−(12)(22)⋮0⋯⋯⋯⋱⋯−(017)(117)−(217)⋮(1717).
To find the coordinates of v under basis C, we compute the product [v]C=PB→C[v]B=(00)00⋮0−(01)(11)0⋮0(02)−(12)(22)⋮0⋯⋯⋯⋱⋯−(017)(117)−(217)⋮(1717)1−11⋮−1=∑n=017(0n)−∑n=117(1n)∑n=217(2n)⋮−∑n=1717(17n)=(118)−(218)(318)⋮−(1818), where the last equality was obtained via Hockey Stick Identity.