AlgebraDifficulty 9.1Prove itChina National Team Selection Test · China
Find the maximum positive number M such that for every n∈N∗, there are positive numbers a1,a2,…,an and b1,b2,…,bn satisfying (a)k=1∑nbk=1,2bk≥bk−1+bk+1,k=2,3,…,n−1, (b)ak2≤1+i=1∑kaibi,k=1,2,…,n, (c)an=M.
This one wants a proof. Work it on paper, read the official solution, then mark
yourself honestly — the ladder only means something if the record is true.
Official solution
Firstly, we prove that 1≤k≤nmaxak<2, and 1≤k≤nmaxbk<n−12. Let L=max1≤k≤nak. From (b) and ∑k=1nbk=1, we get L2≤1+L, so L<2. Let bm=max1≤k≤nbk. Then by using 2bk≥bk−1+bk+1, it is easy to see that bk≥{m−1(k−1)bm+(m−k)b1,n−m(k−m)bn+(n−k)bm,1≤k≤m,m≤k≤n. Since b1>0 and bm>0, so bk>{m−1k−1bm,n−mn−kbm,1≤k≤m,m≤k≤n. It follows that 1=k=1∑nbk=k=1∑mbk+k=m+1∑nbk>m−11(k=1∑m(k−1))bm+n−m1(k=m+1∑n(n−k))bm =2mbm+2n−m−1bm=2n−1bm. So bm<n−12, that is max1≤k≤nbk<n−12.
Now let f0=1, fk=1+∑i=1kaibi, k=1,2,…,n. Then fk−fk−1=akbk, and from (b) we have ak2≤fk, i.e. ak≤fk, k=1,2,…,n. Since max1≤k≤nak<2, so fk−fk−1=akbk≤bkfk and fk−fk−1<2bk. Thus, for 1≤k≤n, fk−fk−1<bk⋅fk+fk−1fk=bk(21+2(fk+fk−1)2fk−fk−1)<bk(21+2(fk+fk−1)22bk)<bk(21+4bk)<(21+2(n−1)1)bk. Hence, summing from k=1 to n, an≤fn<f0+k=1∑n(21+2(n−1)1)bk=23+2(n−1)1. Let n→+∞, we obtain an≤23.
When ak=1+2nk, bk=n1, k=1,2,…,n, we have ak2=(1+2nk)2≤1+i=1∑kn1(1+2ni) Hence the maximum value is 23.
Source: MathNet,
licensed CC-BY-4.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.