Let P ( x ) be a real polynomial with degree at most 9 such that P ( 2 n ) = F 2 n + 1 for 1 ≤ n ≤ 9 . What is the value of P ( 0 ) that minimizes P ( 0 ) 2 + P ( 2 0 ) 2 ?
Notation:
F
n
denotes the
n
th
Fibonacci number
, where
F
0
=
0
,
F
1
=
1
and
F
n
=
F
n
−
1
+
F
n
−
2
for
n
=
2
,
3
,
4
,
…
.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
EDIT: This solution is incorrect. In particular, the value written for P ( 0 ) is incorrect.
Using the identity k ≥ 0 ∑ ( k n − k ) = F n + 1 observe that there is a constant c such that P ( x ) = ( 0 x ) + ( 1 x − 1 ) + . . . + ( 9 x − 9 ) + c ( x − 2 ) ( x − 4 ) . . . ( x − 1 8 ) . Then, P ( 2 0 ) P ( 0 ) = F 2 1 − 1 + c 1 8 ! ! = 1 − c 1 8 ! ! . So, P ( 2 0 ) = F 2 1 − P ( 0 ) . Hence, P ( 0 ) 2 + P ( 2 0 ) 2 is minimized when P ( 0 ) = F 2 1 / 2 = 5 4 7 3 .
P(x) is only defined 2 ≤ n ≤ 18. in the question. P(0) and P(20) are not defined. I.e. p(0) = k0 - c18!! and p(20) = k20 + c18!! k0 , k20 are unknown.
Problem Loading...
Note Loading...
Set Loading...
If we define p j ( X ) = k = j 0 ≤ k ≤ 9 ∏ ( X − 2 k ) 0 ≤ j ≤ 9 then each polynomial p j ( X ) has degree 9 and p j ( 2 j ) p j ( 2 0 ) = k = j 0 ≤ k ≤ 9 ∏ 2 ( j − k ) = ( − 1 ) 9 − j 2 9 j ! ( 9 − j ) ! = k = j 0 ≤ k ≤ 9 ∏ 2 ( 1 0 − k ) = 2 9 1 0 − j 1 0 ! and so the polynomial P ( X ) is given by Lagrange interpolation: P ( X ) = j = 0 ∑ 9 p j ( 2 j ) α j p j ( X ) where α j = { F 2 j + 1 P ( 0 ) 1 ≤ j ≤ 9 j = 0 Thus P ( 2 0 ) = j = 0 ∑ 9 p j ( 2 j ) α j p j ( 2 0 ) = j = 0 ∑ 9 ( − 1 ) j + 1 ( j 1 0 ) α j = 1 0 8 5 8 − P ( 0 ) Thus P ( 0 ) 2 + P ( 2 0 ) 2 = P ( 0 ) 2 + ( P ( 0 ) − 1 0 8 5 8 ) 2 = 2 ( P ( 0 ) − 5 4 2 9 ) 2 + 2 × 5 4 2 9 2 which is minimized when P ( 0 ) = 5 4 2 9 .
To prove the final formula identifying P ( 2 0 ) ...
Suppose that u is either of the roots of the equation X 2 − X − 1 = 0 . Then − u ( − 1 ) n u n ( − 1 ) n u n + 1 = 1 − u 2 = ( 1 − u 2 ) n = k = 0 ∑ n ( k n ) ( − 1 ) k u 2 k = k = 0 ∑ n ( k n ) ( − 1 ) k u 2 k + 1 If p > q are the two roots of X 2 − X − 1 = 0 then we know that 5 F n = p n − q n for all n ≥ 0 . Thus means that ( − 1 ) n F n + 1 = k = 0 ∑ n ( − 1 ) k ( k n ) F 2 k + 1 From this we deduce that j = 1 ∑ n ( − 1 ) j + 1 ( j n + 1 ) F 2 j + 1 = ( − 1 ) n [ j = 0 ∑ n + 1 ( − 1 ) n + 1 + j ( j n + 1 ) F 2 j + 1 − ( − 1 ) n + 1 − F 2 n + 1 ] = ( − 1 ) n [ F n + 2 − ( − 1 ) n + 1 − F 2 n + 3 ] and hence P ( 2 0 ) = F 2 1 − F 1 1 + 1 − P ( 0 ) = 1 0 8 5 8 − P ( 0 )