Mildorf - Olympiad Inequalities
Mildorf - Olympiad Inequalities
Mildorf - Olympiad Inequalities
Thomas J. Mildorf
December 22, 2005
It is the purpose of this document to familiarize the reader with a wide range of theorems
and techniques that can be used to solve inequalities of the variety typically appearing on
mathematical olympiads or other elementary proof contests. The Standard Dozen is an
exhibition of twelve famous inequalities which can be cited and applied without proof in
a solution. It is expected that most problems will fall entirely within the span of these
inequalities. The Examples section provides numerous complete solutions as well as remarks
on inequality-solving intuition, all intended to increase the reader’s aptitude for the material
covered here. It is organized in rough order of difficulty. Finally, the Problems section
contains exercises without solutions, ranging from straightforward to quite difficult, for the
purpose of practicing techniques contained in this document.
I have compiled much of this from posts by my peers in a number of mathematical
communities, particularly the Mathlinks-Art of Problem Solving forums,1 as well as from
various MOP lectures,2 Kiran Kedlaya’s inequalities packet,3 and John Scholes’ site.4 I have
tried to take note of original sources where possible. This work in progress is distributed for
personal educational use only. In particular, any publication of all or part of this manuscript
without prior consent of the author, as well as any original sources noted herein, is strictly
prohibited. Please send comments - suggestions, corrections, missing information,5 or other
interesting problems - to the author at [email protected].
Without further delay...
1
http://www.mathlinks.ro/Forum/ and http://www.artofproblemsolving.com respectively, though they
have merged into a single, very large and robust group. The forums there are also host to a considerable
wealth of additional material outside of inequalities.
2
Math Olympiad Program. Although some people would try to convince me it is the Math Olympiad
Summer Program and therefore is due the acronym MOSP, those who know acknowledge that the traditional
“MOP” is the preferred appellation.
3
The particularly diligent student of inequalities would be interested in this document, which is available
online at http://www.unl.edu/amc/a-activities/a4-for-students/problemtext/ineqs-080299.tex. Further ma-
terial is also available in the books Andreescu-Cartoaje-Dospinescu-Lascu, Old and New Inequalities, GIL
Publishing House, and Hardy-Littlewood-Pólya, Inequalities, Cambridge University Press. (The former is
elementary and geared towards contests, the latter is more technical.)
4
http://www.kalva.demon.co.uk/, where a seemingly inexhaustible supply of Olympiads is available.
5
Such as the source of the last problem in this document.
1
1 The Standard Dozen
Throughout this lecture, we refer to convex and concave functions. Write I and I 0 for the
intervals [a, b] and (a, b) respectively. A function f is said to be convex on I if and only if
λf (x) + (1 − λ)f (y) ≥ f (λx + (1 − λ)y) for all x, y ∈ I and 0 ≤ λ ≤ 1. Conversely, if the
inequality always holds in the opposite direction, the function is said to be concave on the
interval. A function f that is continuous on I and twice differentiable on I 0 is convex on I
if and only if f 00 (x) ≥ 0 for all x ∈ I (Concave if the inequality is flipped.)
Let x1 ≥ x2 ≥ · · · ≥ xn ; y1 ≥ y2 ≥ · · · ≥ yn be two sequences of real numbers. If
x1 + · · · + xk ≥ y1 + · · · + yk for k = 1, 2, . . . , n with equality where k = n, then the sequence
{xi } is said to majorize the sequence {yi }. An equivalent criterion is that for all real numbers
t,
|t − x1 | + |t − x2 | + · · · + |t − xn | ≥ |t − y1 | + |t − y2 | + · · · + |t − yn |
We use these definitions to introduce some famous inequalities.
Theorem 1 (Jensen) Let f : I → R be a convex function. Then for any x1 , . . . , xn ∈ I
and any nonnegative reals ω1 , . . . , ωn ,
µ ¶
ω 1 x1 + · · · + ω n xn
ω1 f (x1 ) + · · · + ωn f (xn ) ≥ (ω1 + · · · + ωn ) f
ω1 + · · · + ωn
If f is concave, then the inequality is flipped.
Theorem 2 (Weighted Power Mean) If x1 , . . . , xn are nonnegative reals and ω1 , . . . , ωn
are nonnegative reals with a postive sum, then
µ ¶1
ω1 xr1 + · · · + ωn xrn r
f (r) :=
ω1 + · · · + ωn
is a non-decreasing function of r, with the convention that r = 0 is the weighted geometric
mean. f is strictly increasing unless all the xi are equal except possibly for r ∈ (−∞, 0],
where if some xi is zero f is identically 0. In particular, f (1) ≥ f (0) ≥ f (−1) gives the
AM-GM-HM inequality.
Theorem 3 (Hölder) Let a1 , . . . , an ; b1 , . . . , bn ; · · · ; z1 , . . . , zn be sequences of nonnegative
real numbers, and let λa , λb , . . . , λz positive reals which sum to 1. Then
(a1 + · · · + an )λa (b1 + · · · + bn )λb · · · (z1 + · · · + zn )λz ≥ aλ1 a bλ1 b · · · z1λz + · · · + aλnz bλnb · · · znλz
This theorem is customarily identified as Cauchy when there are just two sequences.
Theorem 4 (Rearrangement) Let a1 ≤ a2 ≤ · · · ≤ an and b1 ≤ b2 ≤ · · · ≤ bn be two
nondecreasing sequences of real numbers. Then, for any permutation π of {1, 2, . . . , n}, we
have
a1 b1 + a2 b2 + · · · + an bn ≥ a1 bπ(1) + a2 bπ(2) + · · · + an bπ(n) ≥ a1 bn + a2 bn−1 + · · · + an b1
with equality on the left and right holding if and only if the sequence π(1), . . . , π(n) is de-
creasing and increasing respectively.
2
Theorem 5 (Chebyshev) Let a1 ≤ a2 ≤ · · · ≤ an ; b1 ≤ b2 ≤ · · · ≤ bn be two nondecreas-
ing sequences of real numbers. Then
a1 b1 + a2 b2 + · · · + an bn a1 + a2 + · · · + an b1 + b2 + · · · + bn a1 bn + a2 bn−1 + · · · + an b1
≥ · ≥
n n n n
Theorem 6 (Schur) Let a, b, c be nonnegative reals and r > 0. Then
with equality if and only if a = b = c or some two of a, b, c are equal and the other is 0.
Remark - This can be improved considerably. (See the problems section.) However, they
are not as well known (as of now) as this form of Schur, and so should be proven whenever
used on a contest.
(1 + x)r ≥ 1 + xr
3
Theorem 12 (Muirhead) Suppose the sequence a1 , . . . , an majorizes the sequence b1 , . . . , bn .
Then for any positive reals x1 , . . . , xn ,
X X
xa11 xa22 · · · xann ≥ xb11 xb22 · · · xbnn
sym sym
We now present an array of problems and solutions based primarily on these inequalities
and ideas.
2 Examples
When solving any kind of problem, we should always look for a comparatively easy solu-
tion first, and only later try medium or hard approaches. Although what constitutes this
notoriously indeterminate “difficulty” varies widely from person to person, I usually con-
sider “Dumbassing,” AM-GM (Power Mean), Cauchy, Chebyshev (Rearrangement), Jensen,
Hölder, in that order before moving to more clever techniques. (The first technique is de-
scribed in remarks after example 1.) Weak inequalities will fall to AM-GM, which blatantly
pins a sum to its smallest term. Weighted Jensen and Hölder are “smarter” in that the effect
of widely unequal terms does not cost a large degree of sharpness6 - observe what happens
when a weight of 0 appears. Especially sharp inequalities may be assailable only through
clever algebra.
Anyway, I have arranged the following with that in mind.
Solution 1. Simply use AM-GM on the terms within each factor, obtaining
¡ 2 2 2
¢¡ 2 2 2
¢ ³ √3
´³ √
3
´
3
a b + b c + c a ab + bc + ca ≥ 3 a b c 3 3 3 a b c = 9a2 b2 c2
3 3 3
6
The sharpness of an inequality generally refers to the extent to which the two sides mimic each other,
particularly near equality cases.
4
Solution 2. Rearrange the terms of each factor and apply Cauchy,
¡ 2 ¢¡ ¢ ³√ √ √ ´2
a b + b2 c + c2 a bc2 + ca2 + ab2 ≥ a3 b3 c3 + a3 b3 c3 + a3 b3 c3 = 9a2 b2 c2
Solution 3. Expand the left hand side, then apply AM-GM, obtaining
¡ 2 ¢¡ ¢
a b + b2 c + c2 a ab2 + bc2 + ca2 = a3 b3 + a2 b2 c2 + a4 bc
+ ab4 c + b3 c3 + a2 b2 c2
+ a2 b2 c2 + abc4 + a3 c3
√9
≥ 9 a18 b18 c18 = 9a2 b2 c2
We knew this solution existed by Muirhead, since (4, 1, 1), (3, 3, 0), and (2, 2, 2) all
majorize (2, 2, 2). The strategy of multiplying out all polynomial expressions and ap-
plying AM-GM in conjunction with Schur is generally knowing as dumbassing because
it requires only the calculational fortitude to compute polynomial products and no real
ingenuity. As we shall see, dumbassing is a valuable technique. We also remark that
the AM-GM combining all of the terms together was a particularly weak inequality, but
the desired was a multiple of a2 b2 c2 ’s, the smallest 6th degree symmetric polynomial
of three variables; such a singular AM-GM may not always suffice.
a + b + c ≤ a 2 + b2 + c2
Solution. First, we homogenize the inequality. that is, apply the constraint so as
to make all terms of the same degree. Once an inequality is homogenous in degree
d, we may scale all of the variables by an arbitrary factor of k, causing both sides
of the inequality to scale by the factor k d . This is valid in that it does not change
the correctness of an inequality for any positive k, and if d is even, for any nonzero
k. Hence, we need consider a √ nonhomogenous constraint no futher. In this case, we
multiply the left hand side by 3 abc, obtaining
4 1 1 1 4 1 1 1 4
a 3 b 3 c 3 + a 3 b 3 c 3 + a 3 b 3 c 3 ≤ a2 + b2 + c2
As abc = 1 is not homogenous, the above inequality must be true for all nonnegative
a, b, c. As (2, 0, 0) majorizes (4/3, 1/3, 1/3), we know it is true, and the necessary
AM-GM is
2a2 b2 c2 a2 + a2 + a2 + a2 + b2 + c2 √
6 4 1 1
+ + = ≥ a8 b2 c2 = a 3 b 3 c 3
3 6 6 6
5
holds for x = 1, then it holds for all x > 0.
Solution. Observe that the givens can be effectively combined by considering squares:
(a − r)2 + (b − r)2 + (c − r)2 + (d − r)2 + (e − r)2 = (a2 + b2 + c2 + d2 + e2 )
− 2r(a + b + c + d + e) + 5r2
= 16 − 16r + 5r2
√
Since these squares are nonnegative, e ≤ 5r2 − 16r + 16 + r = f (r) for all r. Since
equality e = f (r) can be achieved when a = b = c = d = r, we need only compute the
smallest value f (r). Since f grows large at either infinity, the minimum occurs when
f 0 (r) = 1 + 2√5r10r−16 6
2 −16r+16 = 0. The resultant quadratic is easily solved for r = 5 and
r = 2, with the latter being an extraneous root introduced by squaring. The largest
possible e and greatest lower bound of f (r) is then f (6/5) = 16/5, which occurs when
a = b = c = d = 6/5 and e = 16/5. Alternatively, proceed as before except write
a = b = c = d = 8−e 4
since the maximum e must occur when the other four variables
are equal. The second condition becomes a quadratic, and the largest solution is seen
to be e = 165
.
The notion of equating a, b, c, d is closely related to the idea of smoothing and Jensen’s
inequality. If we are working with S1 = f (x1 ) + · · · + f (xn ) under the constraint of a
fixed sum x1 + · · · + xn , we can decrease S1 by moving several xi in the same interval
I together (that is, replacing xi1 < xi2 with x0i1 = xi1 + ² < xi2 − ² = x0i2 for any
sufficiently small ²) for any I where f is convex. S1 can also be decreased by spreading
xi in the same interval where f is concave. When seeking the maximum of S1 , we
proceed in the opposite fashion, pushing xi on the concave intervals of f together and
moving xi on the convex intervals apart.
6
5. Show that for all positive reals a, b, c, d,
1 1 4 16 64
+ + + ≥
a b c d a+b+c+d
√ √ √
Solution.
√ √ Upon noticing that the numerators are all squares with 1 + 1 + 4+
16 = 64, Cauchy should seem a natural choice. Indeed, multiplying through by
a + b + c + d and applying Cauchy, we have
µ 2 ¶
1 12 22 42
(a + b + c + d) + + + ≥ (1 + 1 + 2 + 4)2 = 64
a b c d
as desired.
6. (USAMO 80/5) Show that for all non-negative reals a, b, c ≤ 1,
a b c
+ + + (1 − a)(1 − b)(1 − c) ≤ 1
b+c+1 c+a+1 a+b+1
∂ 2
Solution. Let f (a, b, c) denote the left hand side of the inequality. Since ∂a 2f =
2b 2c
(c+a+1)3
+ (a+b+1)3 ≥ 0, we have that f is convex in each of the three variables; hence,
the maximum must occur where a, b, c ∈ {0, 1}. Since f is 1 at each of these 8 points,
the inequality follows.
Second derivative testing for convexity/concavity is one of the few places where the
use of Calculus is not seriously loathed by olympiad graders. It is one of the standard
techniques in inequalities and deserves to be in any mental checklist of inequality
solving. In this instance, it led to an easy solution.
7. (USAMO 77/5) If a, b, c, d, e are positive reals bounded by p and q with 0 < p ≤ q,
prove that
µ ¶ µr r ¶2
1 1 1 1 1 p q
(a + b + c + d + e) + + + + ≤ 25 + 6 −
a b c d e q p
and determine when equality holds.
Solution. As a function f of five variables, the left hand side is convex in each of
a, b, c, d, e; hence, its maximum must occur when a, b, c, d, e ∈ {p, q}. When all five
variables are p or all five are q, f is 25. If one is p and the other four are q, or vice
versa, f becomes 17 + 4( pq + pq ), and when three are of one value and two of the other,
f = 13 + 6( pq + pq ). pq + pq ≥ 2, with equality if and only if p = q. Clearly, equality
holds where p = q. Otherwise, the largest value assumed by f is 13 + 6( pq + pq ), which
is obtained only when two of a, b, c, d, e are p and the other three are q, or vice versa.
In such instances, f is identically the right hand side.
This is a particular case of the Schweitzer inequality, which, in its weighted form, is
sometimes known as the Kantorovich inequality.
7
8. a, b, c, are non-negative reals such that a + b + c = 1. Prove that
1
a3 + b3 + c3 + 6abc ≥
4
Solution. Multiplying by 4 and homogenizing, we seek
4a3 + 4b3 + 4c3 + 24abc ≥ (a + b + c)3
¡ ¢
= a3 + b3 + c3 + 3 a2 (b + c) + b2 (c + a) + c2 (a + b) + 6abc
⇐⇒ a3 + b3 + c3 + 6abc ≥ a2 (b + c) + b2 (c + a) + c2 (a + b)
Recalling that Schur’s inequality gives a3 +b3 +c3 +3abc ≥ a2 (b+c)+b2 (c+a)+c2 (a+b),
the inequality follows. In particular, equality necessitates that the extra 3abc on the
left is 0. Combined with the equality condition of Schur, we have equality where two
of a, b, c are 12 and the third is 0. This is a typical dumbass solution.
Solution 2. Without loss of generality, take a ≥ b ≥ c. As a+b+c = 1, we have c ≤ 31
or 1−3c ≥ 0. Write the left hand side as (a+b)3 −3ab(a+b−2c) = (a+b)3 −3ab(1−3c).
This is minimized for a fixed sum a + b where ab is made as large as possible. As by
AM-GM (a + b)2 ≥ 4ab, this minimum occurs if and only if a = b. Hence, we need only
¡ ¢3 ¡ 1−c ¢2
consider the one variable inequality 2 1−c 2
+ c 3
+ 6 2
c = 41 · (9c3 − 9c2 + 3c + 1).
Since c ≤ 13 , 3c ≥ 9c2 . Dropping this term and 9c3 , the inequality follows. Particularly,
9c3 = 0 if and only if c = 0, and the equality cases are when two variables are 12 and
the third is 0.
9. (IMO 74/5) If a, b, c, d are positive reals, then determine the possible values of
a b c d
+ + +
a+b+d b+c+a b+c+d a+c+d
Solution. We can√obtain any real value in (1, 2). The lower bound is approached by
a → ∞, b = d = a, and c = 1. The upper bound is approached by a = c → ∞,
b = d = 1. As the expression is a continuous function of the variables, we can obtain
all of the values in between these bounds. Finally, these bounds are strict because
a b c d
+ + + >
a+b+d b+c+a b+c+d a+c+d
a b c d
+ + + =1
a+b+c+d a+b+c+d a+b+c+d a+b+c+d
and
a b c d
+ + + <
a+b+d b+c+a b+c+d a+c+d
a b c d
+ + + =2
a+b a+b c+d c+d
Whenever extrema occur for unusual parameterizations, we should expect the need for
non-classical inequalities such as those of this problem where terms were completely
dropped.
8
10. (IMO 95/2) a, b, c are positive reals with abc = 1. Prove that
1 1 1 3
+ 3 + 3 ≥
a3 (b+ c) b (c + a) c (a + b) 2
9
11. Let a, b, c be positive reals such that abc = 1. Show that
2 2 2
+ + ≤1
(a + 1)2+ b + 1 (b + 1) + c + 1 (c + 1) + a2 + 1
2 2 2 2
Solution. The previous problem showed the substitution offers a way to rewrite an
inequality in a more convenient form. Substitution can also be used to implicity use a
given. First, expand the denominators and apply AM-GM, obtaining
2 2 1
= 2 ≤
(a + 1)2 2
+b +1 2
a + b + 2a + 2 ab + a + 1
Now, write a = xy , b = yz , c = xz . We have 1
ab+a+1
= x
1
+x +1
= yz
xy+yz+zx
. It is now evident
z y
that the sum of the new fractions is 1.
12. (USAMO 98/3) Let a0 , . . . , an real numbers in the interval (0, π2 ) such that
³ π´ ³ π´ ³ π´
tan a0 − + tan a1 − + · · · + tan an − ≥n−1
4 4 4
Prove that
tan(a0 ) tan(a1 ) · · · tan(an ) ≥ nn+1
¡ ¢ ¡ ¢
Solution 1. Let yi = tan x − π4 . We have tan(xi ) = tan (xi − π4 ) + π4 = y1−y i +1
.
Qn 1+yi n+1
i
Hence, given s = y0 + · · · + yn ≥ n − 1 we seek to prove i=0 1−yi ≥ n . Observe
that for any a > b and fixed sum a + b, the expression
µ ¶ µ ¶
1+a 1+b 2(a + b)
· =1+
1−a 1−b (1 − a)(1 − b)
can be decreased by moving a and b any amount closer together. Hence, for any
s s s
sequence y0 , . . . , yn , we can replace any yi > n+1 and yj < n+1 with yi0 = n+1 and
0 s
yj = yi + yj − n+1 , decreasing the product. Now we have
n
à !n+1
Y 1 + yi
s
1 + n+1
≥ s
i=0
1 − yi 1 − n+1
à !n+1
2n
n+1
≥ 2 = nn+1
n+1
1+x
Where the last inequality follows from the fact that 1−x
is an increasing function of x.
Solution 2. Perform the same substitution. The given can be written as 1 + yi ≥
P 1+yn Q 1
as desired.
10
13. Let a, b, c be positive reals. Prove that
1 1 1 3
+ + ≥
a(1 + b) b(1 + c) c(1 + a) 1 + abc
Solution. Note that (a + b)(xy + yz + xz) = (x(ay + bz) + y(az + bx) + z(ax + by)).
We introduce this factor in the inequality, obtaining
µ ¶
x y z
(x(ay + bz) + y(az + bx) + z(ax + by)) + + ≥
ay + bz az + bx ax + by
(x + y + z)2 ≥ 3(xy + yz + xz)
Where the last inequality is simple AM-GM. The desired follows by simple algebra.
Again we have used the idea of introducing a convenient factor to clear denominators
with Cauchy.
11
0
yk+1 0
= yk+2 = yk+1 +y k+2
, increasing the sum while making yk+1 positive. Otherwise,
0
2
0 √
set yk+1 = −1 and yk+2 = 1 − yk+1 − yk+2 , again increasing the sum of the 3 yi . Now
we may apply Jensen to equate all positive variables, so that we need only show
r
√ k n
k −1 + (n − k) 3
3
≤
n−k 3
But we have
as desired. Particularly, as k is an integer, equality can hold only if 9|n and then if
and only if one ninth of the variables yi are -1 and the rest are 1/8.
Solution 2. Let xi = sin(αi ), and write 0 = x31 + · · · + x3n = sin3 (α1 ) + · · · + sin3 (αn ) =
1
4
((3 sin(α1 ) − sin(3α1 )) + · · · + (3 sin(αn ) − sin(3αn ))). It follows that x1 + · · · + xn =
sin(α1 ) + · · · + sin(αn ) = sin(3α1 )+···+sin(3α
3
n)
≤ n3 . The only values of sin(α) which lead
to sin(3α) = 1 are 12 and -1. The condition for equality follows.
16. (Turkey) Let n ≥ 2 be an integer, and x1 , x2 , . . . , xn positive reals such that x21 + x22 +
· · · + x2n = 1. Determine the smallest possible value of
Leads to n
X x5i 1
P ≥
i=1 j6=i xi n(n − 1)
17. (Poland 95) Let n be a positive integer. Compute the minimum value of the sum
x22 x33 xn
x1 + + + ··· + n
2 3 n
12
where x1 , x2 , . . . , xn are positive reals such that
1 1 1
+ + ··· + =n
x1 x2 xn
Solution. The given is that the harmonic mean of x1 , . . . , xn is 1, which implies that
the product x1 x2 · · · xn is at least 1. Now, we apply weighted AM-GM
µ ¶
x22 x33 xnn 1 1 1 1+ 1 +···+√
1
x1 + + + ··· + ≥ 1 + + + ··· + 2 n x1 x2 · · · xn
2 3 n 2 3 n
1 1 1
= 1 + + + ··· +
2 3 n
18. Prove that for all positive reals a, b, c, d,
a4 b + b4 c + c4 d + d4 a ≥ abcd(a + b + c + d)
Solution. By AM-GM,
23a4 b + 7b4 c + 11c4 d + 10ad4 √
51
≥ a102 b51 c51 d51 = a2 bcd
51
from which the desired follows easily. Indeed, the most difficult part of this problem is
determining suitable weights for the AM-GM. One way is to suppose arbitrary weights
x1 , x2 , x3 , x4 for a4 b, b4 c, c4 d, ad4 respectively, and solve the system
x1 + x2 + x3 + x4 = 1
4x1 + x2 = 2
4x2 + x3 = 1
4x3 + x4 = 1
a2 + b2 + c2 + abc = 4
Prove that
0 ≤ ab + bc + ca − abc ≤ 2
Solution [by Tony Zhang.] For the left hand side, note that we cannot have a, b, c >
1. Suppose WLOG that c ≤ 1. Then ab+bc+ca−abc ≥ ab+bc+ca−ab = c(a+b) ≥ 0.
For the right, 4 = a2 + b2 + c2 + abc ≥ 4(abc) 43 =⇒ abc ≤ 1. Since by the pigeon hole
principle, among three numbers either two exceed 1 or two are at most 1. Hence, we
assume WLOG that (a − 1)(b − 1) ≥ 0, which gives ab + 1 ≥ a + b ⇐⇒ abc + c ≥ ac +
bc ⇐⇒ c ≥ ac + bc − abc. Now, we have ab + bc + ca − abc ≤ ab + c. Either we are done
or ab+c > 2. But in the latter case, 4 = (a2 +b2 )+c(c+2ab) > 2ab+2c = 2(ab+c) > 4,
a contradiction.
13
20. (Vietnam 98) Let x1 , . . . , xn be positive reals such that
1 1 1 1
+ + ··· + =
x1 + 1998 x2 + 1998 xn + 1998 1998
Prove that √
n
x1 x2 · · · xn
≥ 1998
n−1
1 1 1
Solution. Let yi = xi +1998
so that y1 + · · · + yn = 1998
and xi = yi
− 1998. Now
n
Y n µ
Y ¶ Pn “ ”
1 1
i=1 ln yi −1998
xi = − 1998 = e
i=1 i=1
yi
³ ´
1
Hence, to minimize the product of the xi , we equivalently minimize the sum of ln yi
− 1998 .
In particular,
µ µ ¶¶
d 1 1 −1
ln − 1998 = ³ ´2 · 2
dy y 1 y
y
− 1998
−1
=
y − 1998y 2
µ µ ¶¶
d2 1 1 − 3996y
2
ln − 1998 =
dy y (y − 1998y 2 )2
³ ´
So ln y1 − 1998 is convex on [0, 1/3996]. If we had 0 < yi ≤ 1/3996 for all i we could
apply Jensen. Since yi + yj ≤ 1/1998 for all i, j, we consider
µ ¶µ ¶ µ ¶2
1 1 2
− 1998 − 1998 ≥ − 1998
a b a+b
µ ¶
1 1 1 4 4 · 1998
⇐⇒ − 1998 + ≥ 2
−
ab a b (a + b) a+b
2 3
⇐⇒ (a + b) − 1998(a + b) ≥ 4ab − 4ab(a + b) · 1998
⇐⇒ (a − b)2 ≥ 1998(a + b)(a − b)2
1
which incidentally holds for any a + b ≤ 1998 . Hence, any two yi and yj may be set to
1
their average while decreasing the sum in question; hence, we may assume yi ∈ (0, 3996 ].
1
Now Jensen’s inequality shows that the minimum occurs when yi = 1998n for all i, or
when xi = 1998(n − 1) for all i. It is easy to see that this yields equality.
21. (Romania 99) Show that for all positive reals x1 , . . . , xn with x1 x2 · · · xn = 1, we have
1 1
+ ··· + ≤1
n − 1 + x1 n − 1 + xn
14
Solution. First, we prove a lemma: the maximum of the sum occurs when n − 1 of
1
the xi are equal. Consider f (y) = k+e y for an arbitrary nonnegative constant k. We
−ey e (ey −k)
y
have f (y) = (k+ey )2 and f (y) = (k+ey )3 . Evidently f 00 (y) ≥ 0 ⇐⇒ ey ≥ k. Hence,
0 00
f (y) has a single inflexion point where y = ln(k), where f (y) is convex over the interval
((ln(k), ∞). Now, we employ the substitution yi = ln(xi ) so that y1 + · · · + yn = 0 and
n
X X n
1
= f (yi )
i=1
n − 1 + xi i=1
Otherwise, all of the yi are less than k0 . In that case we may directly apply Majorization
to equate n − 1 of the yi whilst increasing the sum in question. Hence, the lemma is
valid.7 N
Applying the lemma, it would suffice to show
k 1
+ ≤1
k + x k + x1k
But now this is evident. We have Bernoulli’s inequality, since x1−k = (1 + (x − 1))1−k ≥
1 + (x − 1)(1 − k) = x + k − xk. Equality holds only where x = 1 or n = 2.
15
p √
Solution 1. By Cauchy, we have (a + b)(a + c) ≥ a + bc. Now,
√
X b+c 4(a + b + c)
≥ p
cyc
a (a + b)(b + c)(c + a)
X b + cp
⇐⇒ (a + b)(a + c) ≥ 4(a + b + c)
cyc
a
as desired.
√ √ √
Solution 2. Let x = b + c, y = c + a, z = a + b. Then x, y, z are the sides of
acute triangle XY Z (in the typical manner), since x2 + y 2 = a + b + 2c > a + b = z 2 .
The inequality is equivalent to
X x x2 + y 2 + z 2
≥
cyc
y 2 + z 2 − x2 xyz
1 1 1
WLOG, we have x ≥ y ≥ z, implying cos(X) ≥ cos(Y )
≥ cos(Z) , so that applying
Chebyshev to the left reduces the desired to proving that the sum of the reciprocals of
the cosines is at least 6. By AM-HM,
1 1 1 9
+ + ≥
cos(X) cos(Y ) cos(Z) cos(X) + cos(Y ) + cos(Z)
But recall from triangle geometry that cos(X) + cos(Y ) + cos(Z) = 1 + Rr and R ≥ 2r.
The desired is now evident.
16
23. Show that for all positive numbers x1 , . . . , xn ,
Pn x3i −x3i+1
Solution. Observe that 0 = (x1 −x2 )+(x2 −x3 )+· · ·+(xn −x1 ) = i=1 x2i +xi xi+1 +x2i+1 .
Hence, (where xn+1 = x1 )
n
X n
x3i 1X x3i + x3i+1
=
i=1
x2i + xi xi+1 x2i+1 2 i=1 x2i + xi xi+1 + x2i+1
as desired.
Solution. After checking that equality holds for (a, b, c) = (t, t, t) and (2t, t, t), it is
apparent that more than straight AM-GM will be required. To handle the condition,
put a = y + z, b = z + x, c = x + y with x, y, z ≥ 0. Now, the left hand side becomes
4x3 + 4y 3 + 4z 3 + 10x2 (y + z) + 10y 2 (z + x) + 10z 2 (x + y) + 24xyz while the right
hand side becomes 2x3 + 2y 3 + 2z 3 + 12x2 (y + z) + 12y 2 (z + x) + 12z 2 (x + y) + 18xyz.
The desired is seen to be equivalent to x3 + y 3 + z 3 + 3xyz ≥ x2 (y + z) + y 2 (z +
x) + z 2 (x + y), which is Schur’s inequality. Equality holds where x = y = z, which
gives (a, b, c) = (t, t, t), or when two of x, y, z are equal and the third is 0, which gives
(a, b, c) ∈ {(2t, t, t), (t, 2t, t), (t, t, 2t)}.
17
Consider the convex function f (x) = √1x . (As we shall see, Jensen almost always
provides a tractable means of eliminating radicals from inequalities.) Put x+y +z = 1.
We have
X ¡ ¢
(y + z)f 4x2 + 4xy + 4xz + y 2 + z 2 − 2yz ≥
cyc
ÃP !
2 2 2
cyc (y + z) (4x + 4xy + 4xz + y + z − 2yz)
((y + z) + (z + x) + (x + y)) f
(y + z) + (z + x) + (x + y)
√
2 2
= qP
cyc 4x2 (y + z) + (4xy 2 + 4xyz) + (4xyz + 4xz 2 ) + y 3 + z 3 − y 2 z − yz 2
P
Noting that cyc 4x2 (y + z) + (4xy 2 + 4xyz) + (4xyz + 4xz 2 ) + y 3 + z 3 − y 2 z − yz 2 =
P 3 2
cyc 2x + 7x (y + z) + 8xyz,
X
8(x + y + z)3 ≥ 3 2x3 + 7x2 (y + z) + 8xyz
cyc
X X
⇐⇒ 4x3 + 24x2 y + 8xyz ≥ 3x3 + 21x2 y + 12xyz
sym sym
¡ ¢
⇐⇒ 2x + 2y + 2z + 3 x (y + z) + y (z + x) + z 2 (x + y) ≥ 24xyz
3 3 3 2 2
18
26. (IMO 99/2) For n ≥ 2 a fixed positive integer, find the smallest constant C such that
for all nonnegative reals x1 , . . . , xn ,
à n !4
X X
xi xj (x2i + x2j ) ≤ C xi
1≤i<j≤n i=1
Solution. The answer is C = 81 , which is obtained when any two xi are non-zero and
equal and the rest are 0. Observe that by AM-GM,
à n !2
X X
(x1 + · · · + xn )4 = x2i + 2 xi xj
i=1 1≤i<j≤n
à n !à !
X X
≥ 4 x2i 2 xi xj
i=1 1≤i<j≤n
X Xn
= 8 xi xj x2k
1≤i<j≤n k=1
But x21 + · · · + x2n ≥ x2i + x2j with equality iff xk = 0 for all k 6= i, j. It follows that
X ¡ ¢
(x1 + · · · + xn )4 ≥ 8 xi xj x2i + x2j
1≤i<j≤n
as desired.
2a6 + 2b6 + 2c6 + 16a3 b3 + 16b3 c3 + 16c3 a3 ≥ 9a4 (b2 + c2 ) + 9b4 (c2 + a2 ) + 9c4 (a2 + b2 )
Solution 1. Consider
X X
(a − b)6 = a6 − 6a5 b + 15a4 b2 − 20a3 b3 + 15a2 b4 − 6ab5 + b6 ≥ 0
cyc cyc
and X X
ab(a − b)4 = a5 b − 4a4 b2 + 6a3 b3 − 4a2 b4 + ab5 ≥ 0
cyc cyc
Adding six times the latter to the former yields the desired result.
Solution 2. We shall prove a6 − 9a4 b2 + 16a3 b3 − 9a2 b4 + b6 ≥ 0. We have
a6 − 2a3 b3 + b6 = (a3 − b3 )2
¡ ¢2
= (a − b)(a2 + ab + b2 )
≥ (a − b)2 (3ab)2 = 9a4 b2 − 18a3 b3 + 9a2 b4
19
As desired. The result now follows from adding this lemma cyclicly. The main difficulty
with this problem is the absence of a5 b terms on the right and also the presence of
a4 b2 terms on the right - contrary to where Schur’s inequality would generate them.
Evidently AM-GM is too weak to be applied directly, since a6 + 2a3 b3 ≥ 3a4 b2 cannot
be added symmetrically to deduce the problem. By introducing the factor (a − b)2 ,
however, we weight the AM-GM by a factor which we “know” will be zero at equality,
thereby increasing its sharpness.
1
28. Let 0 ≤ a, b, c ≤ 2
be real numbers with a + b + c = 1. Show that
9
a3 + b3 + c3 + 4abc ≤
32
λ = 3a2 + 4bc
= 3b2 + 4ca
= 3c2 + 4ab
g(a, b, c) = a+b+c=1
We have 3a2 + 4bc = 3b2 + 4ca or (a − b)(3a + 3b − 4c) = (a − b)(3 − 7c) = 0 for
any permutation of a, b, c. Hence, without loss of generality, a = b. Now, 3a2 + 4ac =
3c2 + 4a2 and a2 − 4ac + 3c2 = (a − c)(a − 3c) = 0. The interior local extrema therefore
occur when a = b = c or when two of {a, b, c} are three times as large as the third.
Checking, we have f ( 31 , 13 , 13 ) = 7/27 < 13/49 = f ( 17 , 73 , 37 ). Recalling that f (a, b, c) is
symmetric in a, b, c, the only boundary check we need is f ( 12 , t, 12 −t) ≤ 32 9
for 0 ≤ t ≤ 12 .
We solve
µ ¶
1 1
h(t) = f , t, − t
2 2
µ ¶3 µ ¶
1 3 1 1
= +t + − t + 2t −t
8 2 2
1 t t2
= + −
4 4 2
h(t) is 14 at either endpoint. Its derivative h0 (t) = 14 − t is zero only at t = 41 . Checking,
h( 41 ) = f ( 12 , 14 , 14 ) = 32
9
. Since h(t) has a continuous derivative, we are done. (As a
further check, we could observe that h00 (t) = −1 < 0, which guarantees that h( 41 ) is a
local minimum.)
20
Usage Note. The use of Lagrange Multipliers in any solution will almost certainly
draw hostile review, in the sense that the tiniest of errors will be grounds for null
marks. If you consider multipliers on Olympiads, be diligent and provide explicit,
kosher remarks about the continuous first partial derivatives of both f (x1 , . . . , xn ) and
the constraint g(x1 , . . . , xn ) = k, as well as ∇g 6= 0, before proceeding to solve the
system ∇f = λ∇g. The main reason this approach is so severely detested is that, given
sufficient computational fortitude (if you are able to sort through the relevant algebra
and Calculus), it can and will produce a complete solution. The example provided here
is included for completeness of instruction; typical multipliers solutions will not be as
clean or painless.9
29. (Vascile Cartoaje) Let p ≥ 2 be a real number. Show that for all nonnegative reals
a, b, c, s s s
a3 + pabc b 3 + pabc c3 + pabc
3
+ 3 + 3 ≤a+b+c
1+p 1+p 1+p
Solution. By Hölder,
às !3 à !à !à !
X a3 + pabc X 1 X X
3 2
≤ a a + pbc
cyc
1+p cyc
1+p cyc cyc
as desired.
30. Let a, b, c be real numbers such that abc = −1. Show that
a2 a2 b2 b2 c2 c2
a4 + b4 + c4 + 3(a + b + c) ≥ + + + + +
b c c a a b
21
by any real k and hence may now ignore abc = −1. Equality holds at a = b = c = 1,
but also at a = b = 1, c = −2, a = 1, b = 0, c = −1, and a number of unusual
locations with the commonality that a + b + c = 0. Indeed, c = −a − b is a parametric
solution, and we discover the factorization (a + b + c)2 (a2 + b2 + c2 − ab − bc − ca) ≥ 0.
(We are motivated to work with factorizations because there are essentially no other
inequalities with a + b + c = 0 as an equality condition.)
Solution. As was suggested by the previous problem, checking for equality cases is
important when deciding how to solve a problem. We see that setting a = b produces
equality. As the expression is symmetric, this certainly implies that b = c and c = a are
equality cases. Hence, if P (a, b, c) is the difference LHS - RHS, then (a − b)(b − c)(c −
a)|P (a, b, c). Obviously, if the problem is going to be true, (a−b) must be a double root
of P , and accordingly we discover the factorization P (a, b, c) = (a − b)2 (b − c)2 (c − a)2 .
The result illustrated above was no accident. If (x− y) divides a symmetric polynomial
P (x, y, z), then (x − y)2 divides the same polynomial. If we write P (x, y, z) = (x −
y)Q(x, y, z), then (x − y)Q(x, y, z) = P (x, y, z) = P (y, x, z) = (y − x)Q(y, x, z), which
gives Q(x, y, z) = −Q(y, x, z). Hence Q(x, x, z) = 0, and (x − y) also divides Q(x, y, z).
32. (Cezar Lupu) Let a, b, c be positive reals such that a + b + c + abc = 4. Prove that
√
a b c 2
√ +√ +√ ≥ · (a + b + c)
b+c c+a a+b 2
Solution. By Cauchy
à !à !
X √ X a
a b+c √ ≥ (a + b + c)2
cyc cyc
b + c
Hence, √ r
X a 2 a+b+c
√ ≥ · (a + b + c) ·
cyc
b+c 2 ab + bc + ca
22
And we need only show a + b + c ≥ ab + bc + ca. Schur’s inequality for r = 1
9abc
can be expressed as a+b+c ≥ 4(ab + bc + ca) − (a + b + c)2 . Now, we suppose that
ab + bc + ca > a + b + c, and have
9abc
≥ 4(ab + bc + ca) − (a + b + c)2
a+b+c
> (a + b + c) (4 − (a + b + c)) = abc(a + b + c)
Hence, a + b + c < 3. But then abc < 1, which implies 4 = a + b + c + abc < 4.
Contradiction, as desired.
33. (Iran 1996) Show that for all positive real numbers a, b, c,
µ ¶
1 1 1 9
(ab + bc + ca) + + ≥
(a + b)2 (b + c)2 (c + a)2 4
Solution. Fearless courage is the foundation of all success.10 When everything else
fails, return to the sure-fire strategy of clearing all denominators. In this case, we
obtain
µ ¶
2 2 2 1 1 1
4(a + b) (b + c) (c + a) (ab + bc + ca) + + =
(a + b)2 (b + c)2 (c + a)2
X
4a5 b + 8a4 b2 + 10a4 bc + 6a3 b3 + 52a3 b2 c + 16a2 b2 c2
sym
5 5 4 2 2 4
Sure enough, this is true, since 3a b+ab
4
≥ a4 b2 and a b +a
2
b
≥ a3 b3 by AM-GM, and
3 3 3 2 2 2
abc (a + b + c − a (b + c) + b (c + a) + c (a + b) + 3abc) ≥ 0 by Schur.
23
Solution. Put a + b + c = 3 so that equality will hold at a = b = c = 1 and suppose
that there exists some k for which
(b + c − a)2 (3 − 2a)2 1
2 2
= 2 2
≥ + ka − k
(b + c) + a (3 − a) + a 5
for all positive a, b, c; such an inequality would allow us to add cyclicly to deduce the
desired inequality. As the inequality is parametrically contrived to yield equality where
a = 1, we need to find k such that a = 1 is a double root. At a = 1, the derivative on
2 +a2 )−((3−2a)2 )(2(3−a)·−1+2a)
the left is (2(3−2a)·−2)((3−a)((3−a) 2 +a2 )2 = −18
25
. The derivative on the right
−18
is k, so we set k = .
But for this k we find
25
µ ¶
2 1 ¡ ¢ 18 54a2 36a3
(3 − 2a) − + ka − k (3 − a)2 + a2 = − +
5 25 25 25
18
= (a − 1)2 (2a + 1) ≥ 0
25
as desired. Alternatively, we could have used AM-GM to show a3 + a3 + 1 ≥ 3a2 . As
hinted at by a previous problem, inequalities are closely linked to polynomials with
roots of even multiplicity. The isolated manipulation idea used in this solution offers
a completely different approach to the inequalities which work with every term.
11
Actually, even this is a special case of the general sense that the convexity of one side must exceed
the convexity of the other. More precisely, we have the following result: Let f and g functions over the
domain D with continuous partial derivatives. If f (ν) ≥ g(ν) for all ν ∈ D, then at every equality case ν0 ,
∇(f − g)(ν0 ) = 0 and every component of ∇2 (f − g) (ν0 ) is nonnegative.
24
2
a3
= ¡ ¢2
b+c 3
2
µ ¶ 23
2a
=
b+c
by AM-GM, as desired.
36. (Mildorf) Let n ≥ 2 be an integer. Prove that for all reals a1 , a2 , . . . , an > 0 and reals
p, k ≥ 1,
µ ¶k
a1 + a2 + · · · + an ak1 + ak2 + · · · + akn
≥
ap1 + ap2 + · · · + apn apk pk
1 + a2 + · · · + an
pk
api
WLOG, suppose that a1 ≥ a2 ≥ · · · ≥ an . We prove a lemma. Let Si = ap1 +···+apn
and
aqi
Ti = aq +···+aqn for i = 1, 2, . . . , n where 0 < q < p. Then the sequence S1 , S2 , . . . , Sn
1
majorizes the sequence T1 , T2 , . . . , Tn .
To prove the claim, we note that S1 ≥ · · · ≥ Sn and T1 ≥ · · · ≥ Tn and have, for
m ≤ n,
m
X m
X
Si ≥ Ti
i=1 i=1
⇐⇒ (ap1 + · · · + apm ) (aq1 + · · · + aqn ) ≥ (aq1 + · · · + aqm ) (ap1 + · · · + apn )
¡ ¢ ¡ ¢
⇐⇒ (ap1 + · · · + apm ) aqm+1 + · · · + aqn ≥ (aq1 + · · · + aqm ) apm+1 + · · · + apn
X
⇐⇒ api aqj − aqi apj ≥ 0
(i,j)| {1≤i≤m<j≤n}
Which is obvious. In particular, m = n is the equality case, and the claim is established.
But now the desired is a direct consequence of the √ Majorization inequality applied to
the sequences in question and the function f (x) = k x.
25
Solution. We will be content to give the identity
1 X¡ 2 ¢2
(a2 + b2 + c2 )2 − 3(a3 b + b3 c + c3 a) = a − 2ab + bc − c2 + ca
2 cyc
Solution. Upon observing that this inequality is stronger than Schur’s inequality for
rp= 1, we are inspired to prove a sharp lemma to eliminate the radical. Knowing that
2xy
2x2 + 2y 2 ≥ x + y ≥ x+y , we seek a combination of the latter two that exceeds the
former. We find
3x2 + 2xy + 3y 2 p 2
≥ 2x + 2y 2
2(x + y)
2
This follows from algebra, since (3x2 + 2xy + 3y 2 ) = 9x4 + 12x3 y + 22x2 y 2 + 12xy 3 +
9y 4 ≥ 8x4 + 16x3 y + 16x2 y 2 + 16xy 3 + 8y 4 = 4(x + y)2 (2x2 + 2y 2 ), so that (3x2 + 2xy +
3y 2 )2 − 4(x + y)2 (2x2 + 2y 2 ) = x4 − 4x3 y + 6x2 y 2 − 4xy 3 + y 4 = (x − y)4 ≥ 0. Now,
X √ X (3a2 + 2ab + 3b2 )ab
ab 2a2 + 2b2 ≤
cyc cyc
2(a + b)
But X X
(b + c − a)(b − c)2 = 2 a(a − b)(a − c)
cyc cyc
26
so that the desired is
Xµ bc
¶
b+c−a− (b − c)2 ≥ 0
cyc
b + c
which is evident, since without loss of generality we may assume a ≥ b ≥ c and find
µ ¶
ab
a+b−c− (a − b)2 ≥ 0
a+b
µ ¶
ac ¡ ¢
c+a−b− (a − c)2 − (b − c)2 ≥ 0
a+c
µ ¶ µ ¶
bc 2 ac
b+c−a− (b − c) + c + a − b − (b − c)2 ≥ 0
b+c a+c
The key to this solution was the sharp upper bound on the root-mean-square. At first
glance our lemma seems rather arbitrary and contrived. Actually, it is a special case
of a very sharp bound on the two variable power mean that I have conjectured and
proved.
Mildorf ’s Lemma 1 Let k ≥ −1 be an integer. Then for all positive reals a and b,
r
(1 + k)(a − b)2 + 8ab k
k a + b
k
≥
4(a + b) 2
with equality if and only if √
a = b or k = ±1, where the power mean k = 0 is interpreted
to be the geometric mean ab. Moreover, if k < −1, then the inequality holds in the
reverse direction, with equality if and only if a = b.
Usage Note. As of early November 2005, I have proven an extension of this lemma
to additional values of k.12 Thus, you may rest assured that the result stated above is
true. I was unable to get this result published, so I have instead posted the proof here
as “ASharpBound.pdf.” However, the proof is rather difficult (or at least so I think,
being as though it took me nearly half a year) and the lemma is far from mainstream.
Thus, should you require it on an Olympiad, you should prove it for whatever particular
value of k you are invoking. This is not terribly difficult if k is a small integer. One
simply takes the kth power of both sides and factors the difference of the two sides as
(a − b)4 · P (a, b), etc.
27
Solution. By observation, equality holds when y = 1 and when x = y. Combining
this with the restriction, it makes sense to write x = y + a and y = 1 + b where a, b ≥ 0.
Now we can write
x−y y−1 1−x
√ +√ +√ ≥ 0
x+y y+1 1+x
a b a+b
⇐⇒ √ +√ ≥√
2 + a + 2b 2+b 2+a+b
But this is evident by Jensen’s inequality applied to the convex function f (x) = √1 ,
x
since
µ ¶
a(2 + a + 2b) + b(2 + b)
af (2 + a + 2b) + bf (2 + b) ≥ (a + b)f
a+b
µ 2
¶
(a + b) + 2(a + b)
= (a + b)f
a+b
a+b
= √
2+a+b
as desired.
40. (MOP) For n ≥ 2 a fixed positive integer, let x1 , . . . , xn be positive reals such that
1 1 1
x1 + x2 + · · · + xn = + + ··· +
x1 x2 xn
Prove that
1 1 1
+ + ··· + ≤1
n − 1 + x1 n − 1 + x2 n − 1 + xn
Solution. We will prove the contrapositive. (We are motivated to do this for two
good reasons: 1) it is usually difficult the show that the sum of some reciprocals is
bounded above, and 2) the given relation in its current form is an abomination.) Take
1
yi = n−1+x i
, and for the sake of contradiction assume y1 + · · · + yn > 1. Since the yi
are too large, the xi are too small and we shall prove x11 + · · · + x1n > x1 + · · · + xn .
Since xi yi = 1 − (n − 1)yi , we have
à n
!
X
(n − 1)yi > (n − 1) yi + 1 − yj
j=1
n
X
= (n − 1)yi − 1 + (1 − (n − 1)yj )
j=1
n
X
= −xi yi + xj y j (∗)
j=1
n
X xj y j
n−1
=⇒ > −1 + (∗∗)
xi j=1
xi y i
28
Summing (**) over i,
µ ¶ n
ÃÃ n ! !
1 1 X X 1 1
(n − 1) + ··· + > xi y i −
x1 xn i=1
xy
j=1 j j
xi y i
Hence,
µ ¶ n
X µ ¶
1 1 n−1
(n − 1) + ··· + > xi yi = (n − 1)(x1 + · · · + xn )
x1 xn i=1
yi
as desired.
(1) and (4) follow from Schur’s inequalityPfor r = 4 and r = 1 (multiplied by abc)
respectively. (2) is the result of expanding cyc ab(a − b)4 ≥ 0, and (3) is the expanded
form of the famous (a − b)2 (b − c)2 (c − a)2 ≥ 0. The desired now follows by subtracting
56 times (1), 84 times (2), 208 times (3), 399 2
times (4), and then simple AM-GM to
2 2 2
clear the remaining a b c .
29
This is about as difficult as a dumbass solution can get. A good general strategy
is to work with the sharpest inequalities you can find until you reduce a problem
to
P something obvious, starting with the most powerful (most bunched, in this case
6
sym a ) term and work your way down to the weak terms while keeping the most
powerful term’s coefficient positive. My solution to this problem starts with (1), Schur
with r = 4 (Schur is stronger for larger r), which is almost certainly sharper than the
inequality in question. Next, inequality (2) is a sharp cyclic sum to use the a5 b terms.
In particular, it relates terms involving only two of the three variables. Most of the
time, the only inequality that can “pull up” symmetric sums involving three variables
to stronger ones involving just two is Schur, although it does so at the expense of a very
strong term with only one variable. Hence, we made a logical choice. Inequality (3) is
extremely sharp, and allowed us to obtain more a4 bc and a3 b3 terms simultaneously.
In particular, it was necessary to cancel the a3 b3 terms. I’ll note that this inequality
is peculiar to sixth degree symmetry in three variables - it does not belong to a family
of similar, nice inequalities. Finally, inequality (4), which is a handy corollary to (3),
is another Schur. Every inequality we have used so far is quite sharp, and so it is no
surprise that the leftovers are the comparatively weak AM-GM.
42. (Reid Barton, IMO Shortlist 03/A6.) Let n ≥ 2 be a positive integer and x1 , x2 , . . . , xn ,
2
y1 , y2 , . . . , yn a sequence of 2n positive reals. Suppose z2 , z3 , . . . , z2n is such that zi+j ≥
xi yj for all i, j ∈ {1, . . . , n}. Let M = max{z2 , z3 , . . . , z2n }. Prove that
µ ¶2 µ ¶µ ¶
M + z2 + z3 + · · · + z2n x1 + · · · + xn y1 + · · · + yn
≥
2n n n
30
The preponderance of difficulty here stemmed from dealing with the superabundance
of givens, especially the mysterious M . Scaling allowed us to introduce some degree of
control and, with marked audacity, a profoundly clever idea. As it turned out, the in-
equality was no sharper than simple AM-GM! It is my opinion that it is highly unlikely
that a problem as staggeringly pernicious as this one will appear on an Olympiad - at
least in the foreseeable future. Nevertheless, I have included it here for the purpose of
illustrating just how unusual and creative a solution can be.
3 Problems
1. (MOP 04) Show that for all positive reals a, b, c,
µ ¶3 µ ¶3 µ ¶3
a + 2b b + 2c c + 2a
+ + ≥3
a + 2c b + 2a c + 2b
2. (MOP) Show that if k is a positive integer and a1 , a2 , . . . , an are positive reals which
sum to 1, then
Y n
1 − aki ¡ k ¢n
≥ n − 1
i=1
aki
31
8. (IMO 01/2) Let a, b, c be positive reals. Prove that
a b c
√ +√ +√ ≥1
a2 + 8bc b2 + 8ca c2 + 8ab
11. (IMO 96 Shortlist) Let a, b, c be positive reals with abc = 1. Show that
ab bc ca
+ 5 + 5 ≤1
a5 + b + ab b + c + bc c + a5 + ca
5 5
13. (APMO 2005/2) Let a, b, c be positive reals with abc = 8. Prove that
a2 b2 c2 4
p +p +p ≥
(a3 + 1) (b3 + 1) (b3 + 1) (c3 + 1) (c3 + 1) (a3 + 1) 3
16. (Mathlinks Lore) Show that for all positive reals a, b, c, d with abcd = 1, and k ≥ 2,
1 1 1 1
k
+ k
+ k
+ ≥ 22−k
(1 + a) (1 + b) (1 + c) (1 + d)k
17. (IMO 05/3) Prove that for all positive a, b, c with product at least 1,
a5 − a2 b5 − b2 c5 − c2
+ + ≥0
a5 + b2 + c2 b5 + c2 + a2 c5 + a2 + b2
32
18. (Mildorf) Let a, b, c, k be positive reals. Determine a simple, necessary and sufficient
condition for the following inequality to hold:
¡ ¢
(a + b + c)k ak bk + bk ck + ck ak ≤ (ab + bc + ca)k (ak + bk + ck )
a b c 9
+ 2 + 2 ≤
a2 +1 b +1 c +1 10
Prove that
ax + by + cz ≥ 0
25. (Gabriel Dospinescu) Let n ≥ 2 be a positive integer. Show that for all positive reals
a1 , a2 , . . . , an with a1 a2 . . . an = 1,
r r
a21 + 1 a2n + 1
+ ··· + ≤ a1 + · · · + an
2 2
33
26. Let n ≥ 2 be a positive integer, and let k ≥ n−1 n
be a real number. Show that for all
positive reals a1 , a2 , . . . , an ,
µ ¶k µ ¶k µ ¶k
(n − 1)a1 (n − 1)a2 (n − 1)an
+ + ··· + ≥n
a2 + · · · + an a3 + · · · + an + a1 a1 + · · · + an−1
27. (Mildorf) Let a, b, c be arbitrary reals such that a ≥ b ≥ c, and let x, y, z be nonnegative
reals with x + z ≥ y. Prove that
x2 (a − b)(a − c) + y 2 (b − c)(b − a) + z 2 (c − a)(c − b) ≥ 0
and determine where equality holds.
28. (USAMO 00/6) Let n ≥ 2 be an integer and S = {1, 2, . . . , n}. Show that for all
nonnegative reals a1 , a2 , . . . , an , b1 , b2 , . . . , bn ,
X X
min{ai aj , bi bj } ≤ min{ai bj , aj bi }
i,j∈S i,j∈S
34