Problem 33. Let a,b,c be non-negative real numbers and a+b+c=3. Prove that a1+b3+b1+c3+c1+a3≤5
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
Solution. By AM-GM inequality, we deduce that cyc∑a1+b3=cyc∑a(1+b)(1−b+b2)≤21cyc∑a(1+b2)
It remains to prove that ab2+bc2+ca2≤4
WLOG, we may suppose that b is the middle number between a,b,c. That means a(b−a)(b−c)≤0, or ab2+a2c≤abc+a2b. It then suffices to prove that abc+a2b+bc2≤4⇔b(a2+ac+c2)≤4
According to AM-GM inequality, we have b(a2+ac+c2)≤b(a+c)2=4b⋅2(a+c)⋅2(a+c)≤4(3a+b+c)3=4
We are done. Equality holds for a=1,b=2,c=0 and its permutations.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.