Determine the smallest number M such that the inequality ab(a2−b2)+bc(b2−c2)+ca(c2−a2)≤M(a2+b2+c2)2 holds for all real numbers a,b,c.
Solution
We first consider the cubic polynomial P(t)=tb(t2−b2)+bc(b2−c2)+ct(c2−t2) It is easy to check that P(b)=P(c)=P(−b−c)=0, and therefore P(t)=(b−c)(t−b)(t−c)(t+b+c) since the cubic coefficient is b−c. The left-hand side of the proposed inequality can therefore be written in the form ab(a2−b2)+bc(b2−c2)+ca(c2−a2)=∣P(a)∣=∣(b−c)(a−b)(a−c)(a+b+c)∣ The problem comes down to finding the smallest number M that satisfies the inequality ∣(b−c)(a−b)(a−c)(a+b+c)∣≤M⋅(a2+b2+c2)2(1) Note that this expression is symmetric, and we can therefore assume a≤b≤c without loss of generality. With this assumption, ∣(a−b)(b−c)∣=(b−a)(c−b)≤(2(b−a)+(c−b))2=4(c−a)2(2) with equality if and only if b−a=c−b, i.e. 2b=a+c. Also (2(c−b)+(b−a))2≤2(c−b)2+(b−a)2 or equivalently, 3(c−a)2≤2⋅[(b−a)2+(c−b)2+(c−a)2](3) again with equality only for 2b=a+c. From (2) and (3) we get ≤=≤=∣(b−c)(a−b)(a−c)(a+b+c)∣41⋅(c−a)3(a+b+c)41⋅(c−a)6(a+b+c)241⋅(32⋅[(b−a)2+(c−b)2+(c−a)2])3⋅(a+b+c)222⋅4(3(b−a)2+(c−b)2+(c−a)2)3⋅(a+b+c)22 By the weighted AM-GM inequality this estimate continues as follows: ≤=∣(b−c)(a−b)(a−c)(a+b+c)∣22⋅(4(b−a)2+(c−b)2+(c−a)2+(a+b+c)2)23292⋅(a2+b2+c2)2. We see that the inequality (1) is satisfied for M=3292, with equality if and only if 2b=a+c and 3(b−a)2+(c−b)2+(c−a)2=(a+b+c)2. Plugging b=(a+c)/2 into the last equation, we bring it to the equivalent form 2(c−a)2=9(a+c)2. The conditions for equality can now be restated as 2b=a+c and (c−a)2=18b2. Setting b=1 yields a=1−232 and c=1+232. We see that M=3292 is indeed the smallest constant satisfying the inequality, with equality for any triple ( a,b,c ) proportional to ( 1−232,1,1+232 ), up to permutation.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement and solution reproduced as published; topic and difficulty added by this site.