The fourteenth question: Given a positive integer n≥3, find the largest real number M such that ∑k=1n(ak+ak+1ak)2≥M holds for any positive real numbers a1,a2,…,an, where an+1=a1.
Solution: Let xk=akak+1(1≤k≤n), then ∏k=1nxk=1. At this point, ∑k=1n(ak+ak+1ak)2=∑k=1n(1+xk)21.
(1) When n≥4, let x1=x2=…=xn−1=ε,xn=εn−11, and let ε→+∞, then ∑k=1n(ak+ak+1ak)2=∑k=1n(1+xk)21→1. Hence, M≤1.
We now prove: When n≥4, ∑k=1n(1+xk)21≥1.
First, we prove a lemma: If a,b∈R+, then (1+a)21+(1+b)21≥1+ab1.
Proof of the lemma: According to the Cauchy-Schwarz inequality, we have: (1+ab)(1+ba)≥(1+a)2⇒(1+a)21≥(a+b)(1+ab)b. Similarly, (1+b)21≥(a+b)(1+ab)a. Therefore, (1+a)21+(1+b)21≥(a+b)(1+ab)b+(a+b)(1+ab)a=1+ab1. The lemma is proved!
Now, let's return to the original problem.
When n=4, according to the lemma, we have:
(1+x1)21+(1+x2)21+(1+x3)21+(1+x4)21≥1+x1x21+1+x3x41=1+x1x21+x1x2+x1x2x3x4x1x2=1
The proposition holds.
Assume the conclusion holds for n. When n+1, without loss of generality, let xn+1=max1≤i≤n+1xi, then xn+1≥1. According to the induction hypothesis, we have:
k=1∑n+1(1+xk)21≥k=1∑n(1+xk)21≥k=1∑n−1(1+xk)21+(1+xnxn+1)21≥1
Therefore, when n≥4, the maximum value of M is 1.
(2) When n=3, x1=x2=x3=1, then ∑k=13(1+xk)21=43, hence M≤43.
We now prove: ∑k=13(1+xk)21≥43.
In fact, according to the lemma in (1), it is easy to see:
(1+x1)21+(1+x2)21+(1+x3)21+(1+1)21≥1+x1x21+1+x3×11=1+x1x21+x1x2+x1x2x3x1x2=1
⇒∑k=13(1+xk)21≥43
In summary, the maximum value of M is {43,1, when n=3 when n≥4.
Note 1: Given a,b,c,d∈R+,abcd=1, prove: (1+a)21+(1+b)21+(1+c)21+(1+d)21≥1. (2006 China National Training Team Problem)
Proof: By completing the square, we have:
(1+a)21+(1+b)21−1+ab1=(1+a)2⋅(1+b)2⋅(1+ab)a3b+ab3−a2b2−2ab+1=(1+a)2⋅(1+b)2⋅(1+ab)ab(a−b)2+(ab−1)2≥0⇒(1+a)21+(1+b)21≥1+ab1
Similarly, (1+c)21+(1+d)21≥1+cd1. Therefore,
(1+a)21+(1+b)21+(1+c)21+(1+d)21≥1+ab1+1+cd1=cd+abcdcd+1+cd1=cd+1cd+1+cd1=1
The inequality is proved.
Note 2: In fact, (1+ab)(1+ba)≥(1+a)2⇒(1+a)21≥(1+ab)(a+b)b. Similarly, (1+b)21≥(1+ab)(a+b)a, hence (1+a)21+(1+b)21≥1+ab1.