Lazebnik - Notes On Inequalities
Lazebnik - Notes On Inequalities
FELIX LAZEBNIK
Content:
1. Order on R and Basic Properties of Inequalities
2. Solving Inequalities: Case analysis
3. Solving Inequalities: Method of Intervals
4. Proving Inequalities by Induction
5. Jensen’s Inequality
6. The Arithmetic-Geometric Mean Inequality (AGM)
7. Problems
8. Hints and Answers to Problems
We assume that the reader is well familiar with real numbers (or just reals), with
the algebraic properties of operations on them, and with basic properties of their
ordering. We denote the set of all real numbers by R, the set of all negative reals
by R− , and the set of positive reals by R+ . Then R− , { 0 }, and R+ partition R,
which is another way of saying that every real number is either negative, or zero,
or positive, and no real number has two of these properties. We take for granted
that the following properties hold.
For convenience, we introduce another symbol >, called greater, and we write
x>y if y < x.
The abbreviation for (x < y) ∨ (x = y) is x ≤ y. If x ≤ y, we say that x is at
most y, or, equivalently, y is at least x. Similarly, for x ≥ y. Hence, 3 ≤ 3 and
3 ≤ 5 are true. If 0 ≤ x or, equivalently, x ≥ 0, we say that x is non-negative,
and if x ≤ 0 or, equivalently, 0 ≥ x, we say that a is non-positive.
Proof. (1) By the definition of <: if x < y, then y − x is positive, and if y < z, then
z − y is positive. The sum of positive numbers is positive (a part of the definition
of positive reals). So (y − x) + (z − y) = z − x is positive. By the definition of <,
x < z.
(2) (y + z) − (x + z) = y − x. Therefore the difference on the left is positive if
and only if the difference on the right is positive. This means that the inequalities
imply each other.
(3) yz − xz = (y − x)z. By the definition of <: if x < y, then y − x is positive.
Since z is positive (given), and the product of positive numbers is positive (part of
the definition of positive reals), (y − x)z is positive. Hence yz − xz is positive, and
so xz < yz.
(4) Left for the reader.
(5) Proof 1. By (2), a < b implies a + x < b + x, and x + b < y + b. As addition
of reals is commutative, the last inequality can be written as b + x < b + y. Then,
NOTES ON INEQUALITIES 3
By now the reader should understand the logic of such proofs, and we proceed by
omitting similar simple reasons in our explanations.
(6) Proof 1. By (3), a < b and x > 0 imply ax < bx. Similarly, x < y and
b > 0 imply xb < yb. As multiplication or reals is commutative, the last inequality
is equivalent to bx < by. By transitivity of <, ax < bx and bx < by imply ax < by.
Proof 2. by − ax = by − bx + bx − ax = b(y − x) + (b − a)x. As all b, y − x, b − a, x
are positive, by − ax is positive. Hence, ax < by.
We leave the proof of the generalization of this property (by the method of
mathematical induction on n) to the reader.
(7) If we have established generalization of (6) for any n ≥ 2 inequalities with
positive sides, then the result follows from multiplying n same inequalities a < b,
where a, b > 0. If the generalization of (6) has not been established, the result can
be proven by induction on n.
√ √
n
Example 1. Let 0 < a < b. Then for any integer n ≥ 2, n
a< b.
4 FELIX LAZEBNIK
Proof. We prove
√ it by assuming the contrary and obtaining a contradiction.
√ Sup-
√ n √ n n n
pose
√
n
a > b. √Since both sides are positive, ( n
a ) > ( b ) by (7). As
( n a )n = a and ( n a )n = b, this is equivalent
√ to a > b, a contradiction with
√
the assumption that a < b. Hence, n a < n b.
In the examples below we use symbols ∨ and ∧ to denote the disjunction and
conjunction of predicates (i.e., open sentences, equations, inequalities, . . .). If the
reader is unfamiliar with them, the usage of connectives “or” and “and”, respec-
tively, does the same.
Solution. (i)
x2 − 3x + 2 > 0 ⇔
(x − 1)(x − 2) > 0 ⇔
h i_h i
(x − 1 > 0) ∧ (x − 2 > 0) (x − 1 < 0) ∧ (x − 2 < 0) ⇔
h i_h i
(x > 1) ∧ (x > 2) (x < 1) ∧ (x < 2) ⇔
(x > 2) ∨ (x < 1).
The solution set is (−∞, 1) ∪ (2, ∞).
(ii)
3x + 2
≤1⇔
x
h i_h i
(x > 0) ∧ (3x + 2 ≤ x) (x < 0) ∧ (3x + 2 ≥ x) ⇔
_
[(x > 0) ∧ (x ≤ −1] [(x < 0) ∧ (x ≥ −1)] ⇔
(x ∈ ∅) ∨ (−1 ≤ x < 0).
The solution set is [−1, 0).
NOTES ON INEQUALITIES 5
(iii)
x2 − x − 1
<3⇔
x+2
h i_ h i
(x + 2 > 0) ∧ (x2 − x − 1 < 3(x + 2)) (x + 2 < 0) ∧ (x2 − x − 1 > 3(x + 2)) ⇔
h i_ h i
(x > −2) ∧ (x2 − 4x − 7 < 0) (x < −2) ∧ (x2 − 4x − 7 > 0) ⇔
h √ √ i_ h √ √ i
(x > −2)∧(2− 11 < x < 2+ 11) (x < −2)∧[(x < 2− 11)∨(x > 2+ 11)] ⇔
√ _ h √ √ i
(−2 < x < 2+ 11) [(x < −2)∧(x < 2− 11)]∨[(x < −2)∧(x > 2+ 11)] ⇔
√ _ √
(−2 < x < 2 + 11) [(x < 2 − 11) ∨ (x ∈ ∅)] ⇔
√ √
(−2 < x < 2 + 11) ∨ (x < 2 − 11).
√ √
The solution set is (−∞, 2 − 11) ∪ (−2, 2 + 11).
The method we used above is often referred as case analysis. It boils to parti-
tioning the set of all possible values of x into disjoint subsets, and considering each
of them separately. The following examples provide additional illustrations of the
method.
x−2
≤2⇔
−2 ≤
x+1
_
[(x+1 > 0) ∧ (−2x−2 ≤ x−2 ≤ 2x+2)] [(x+1 < 0) ∧ (−2x−2 ≥ x−2 ≥ 2x+2)] ⇔
_
[(x > −1) ∧ (x ≥ 0) ∧ (x ≥ −4)] [(x < −1) ∧ (x ≤ 0) ∧ (x ≤ −4)] ⇔
(x ≥ 0) ∨ (x ≤ −4).
(x ∈ ∅) ∨ (x = −1) ∨ (x ∈ ∅) ∨ (x ∈ ∅) ⇔ x = −1.
Example 5. Solve: x8 − x5 + x2 − x + 1 ≤ 0.
Solution. Trying to factor the polynomial in the right hand side seems like a hard
problem. Experimenting with different values of x, we fail to find any solutions.
Therefore we will try to prove that no solutions exists, or in other words, that
f (x) = x8 − x5 + x2 − x + 1 > 0 for all x. Trying partitioning all reals into several
subsets such that the statement can be easily verified in each of them, one may
finally arrive to the following three cases: x ≤ 0, 0 < x < 1, and x ≥ 1.
Case 1: x ≤ 0. For such x, f (x) is the sum of four nonnegative terms x8 , −x5 , x2 , −x,
and 1. Hence f (x) > 0 in this case.
Case 2: 0 < x ≤ 1. We rewrite f (x) in the following way: f (x) = x8 + x2 (1 −
x ) + (1 − x). As 0 < x ≤ 1, 1 − x3 ≥ 0 and 1 − x > 0. Hence f (x) is the sum
3
NOTES ON INEQUALITIES 7
There exists another way of solving inequalities, which uses continuity of func-
tions and the Intermediate Value Theorem (IVT). Though the justification of this
approach is based on calculus, the Method of Intervals, which we state further
below, can be easily understood and used without any knowledge of calculus.
points where it is defined, i.e., for all real numbers, except values of x which make
x2 − 1 equal to zero. As x2 − 1 = (x − 1)(x + 1), f is not continuous at x = −1 and
x = 1.
The equation f (x) = 0 is equivalent to x2 − x − 6 = 0 ∧ (x 6= ±1). As
2
x − x − 6 = (x − 3)(x + 2), f (x) = 0 for x = −2 and x = 3.
Therefore we consider the following five intervals:
(−∞, −2), (−2, −1), (−1, 1), (1, 3), (3, ∞).
Choosing a point in each of them, and deciding whether f is positive or negative
at this point, we obtain
f (−100) > 0, f (−1.5) < 0, f (0) > 0, f (2) > 0, f (100) > 0.
Therefore, f (x) > 0 precisely on (−∞, −2), (−1, 1), and (3, ∞).
The method of mathematical induction is often very effective for proving in-
equalities. We remind ourselves that there are two most often used versions of the
method. We refer to the first one as to “mathematical induction”, and the second
– as to “strong mathematical induction”. The adjective “mathematical” is used to
stress the fact that we mean a particular mathematical statement, since the word
“induction” is applied to a much broader notion.1
Let n0 be a fixed integer, and suppose we wish to prove that for all integers
n ≥ n0 , and P (n) be a statement referring to n. We remind the reader2 that
according to the method of Mathematical Induction , we prove the statement
At the first glance, the second method seems to be more convenient to use than
the first, since we are allowed to assume more. This is true. Nevertheless, one can
show that the methods are equivalent.
To see how this solution reflects on our general scheme of inductive proofs dis-
cussed above, take n0 = 2, P (n) to be the statement 1 + 12 + . . . + n1 > n+1
2n
, P (k)
1 1
to be the statement (2), P (k + 1) to be the statement (3), A = 1 + 2 + . . . + k+1 ,
2k 1 2(k+1)
B= k+1 + k+1 , and C = k+2 .
The following example illustrates how one can use the Strong Mathematical
Induction for proving inequalities.
Let us check the statement for the first two values of n, n = 1 and n = 2. We
have to show that a1 < 1.71 , and a2 < 1.72 . This is obvious, as 1 < 1.7, and
It establishes the base case. Why we need to check the statement for n = 2 will
become clear later.
ak ≤ 1.7k . (9)
Comparing (10) ) and (11), we conclude that in order to prove (10) ), it is sufficient
to show that
1.7n−1 + 1.7n−2 < 1.7n . (12)
n−1
Dividing both sides of the last inequality by 1.7 (which is positive), we obtain
an equivalent inequality
1 + 1.7 < 1.72
As 2.7 < 2.89, (10) holds for all n ≥ 3, and the proof is finished.
Question: Let an be as in the last example. Can an < αn still holds for all n ≥ 1
for some α < 1.7? What is the least α such that an < αn holds for all n ≥ 1?
5. Jensen’s Inequality
3To remember the shape of a convex up function, think about the shape of letter “U” in “Up”.
NOTES ON INEQUALITIES 13
y=f(x)
y=f(x)
Convex up Convex down
It turns out that for a convex up (down) function, an analog of the inequality
(13) also holds for any n ≥ 2 numbers from the interval. The following inequality
was published by J.L. Jensen (1859 - 1925) in 1906.
In this proof we first use induction on k to show that the inequality is satisfied
for all n = 2k (the ‘up’ part). The statement is correct for k = 1, as it states the
given fact f is convex up on (a, b). To illustrate the main step (the passage from
n = 2k to n = 2k+1 ), we first consider next two values of n, namely n = 22 = 4 and
n = 23 = 8.
Suppose n = 22 = 4. Then
x1 +x2
+ x3 +x
4
x1 + x2 + x3 + x4 2 2
f =f ≤
4 2
14 FELIX LAZEBNIK
x1 +x2
+ f x3 +x
f 2 2
4
≤
2
f (x1 )+f (x2 )
2 + f (x3 )+f2
(x4 )
=
2
f (x1 ) + f (x2 ) + f (x3 ) + f (x4 )
.
4
Hence, the statement is proven for n = 22 . Similarly, for n = 23 = 8, we have
x1 +...+x4
+ x5 +···+x
8
x1 + . . . + x8 4 4
f =f ≤
8 2
f x1 +...+x + f x5 +...+x
4
8
4 4
≤
2
f (x1 )+...+f (x4 )
4 + f (x5 )+...+f
4
(x8 )
=
2
f (x1 ) + . . . + f (x8 )
.
8
The transition from n = 2k to n = 2k+1 follows similarly to the preceding particular
cases. As
x1 +...+x2k x k +...+x k+1
x1 + . . . + x2k+1 2k
+ 2 +1 2k 2
=
2k+1 2
for all k ≥ 2, we have:
x1 +...+x2k x k +...+x k+1 !
+ 2 +1 2k 2
x1 + . . . + x2k+1 2k
f =f ≤
2k+1 2
x +...+x k+1
x +...+x k
f 1 2k 2k + f 2 +1 2k 2
≤
2
f (x1 )+...+f (x2k ) f (x2k +1 )+...+f (x2k+1 )
2k
+ 2k
=
2
f (x1 ) + . . . + f (x2k+1 )
.
2k+1
Now we suppose that the statement is proven for n ≥ 3 values of xi ’s and show
that it implies the statement for n − 1 values of x (the ‘down’ part). Let xi ∈ (a, b),
i ∈ [n − 1], be arbitrary n − 1 numbers on (a, b). Apply the inequality to the
following n numbers:
Pn−1
x1 + . . . + xn−1 xi
x1 , x2 , . . . , xn−1 , and xn = = i=1 .
n−1 n−1
We have Pn Pn
i=1 xi f (xi )
f ≤ i=1 ⇔
n n
Pn−1
Pn−1 ! Pn−1 i=1 xi
n
x i i=1 f (xi ) + f n−1
n−1 i=1
f ≤ ⇔
n n
Pn−1
Pn−1 ! Pn−1 f (x ) + f i=1 xi
i=1 xi i=1 i n−1
f ≤ .
n−1 n
NOTES ON INEQUALITIES 15
Pn−1
xi
Solving the last inequality for f i=1
n−1 , we obtain
Pn−1 ! Pn−1
xi
i=1 i=1 f (xi )
f ≤ .
n−1 n−1
This completes the proof. The assertion about the equality sign should be a part
of the inductive hypothesis, and it follows immediately.
• f (x) = x2 gives us that the quadratic mean is greater or equal than the
arithmetic mean:
Pn Pn 1/2
i=1 xi i=1 x2i
≤ .
n n
The quadratic mean of numbers x1 , x2 , . . . , xn is the name of the number
on the right. This inequality is called the arithmetic-quadratic mean
inequality. This inequality is useful in Probability theory and Statistics.
• f (x) = ln x, x > 0 gives that the arithmetic mean of n positive real numbers
is greater or equal than the geometric mean:
Pn n
!1/n
i=1 xi Y
≥ xi .
n i=1
This inequality is called the arithmetic-geometric mean inequality
(AGM). It allows to minimize the sum of numbers whose product is fixed,
or to maximize the product of numbers whose sum is fixed.
• f (x) = 1/x, x > 0 gives
Pn
i=1 xi n
≥ Pn 1 .
n i=1 xi
In order to apply Jensen’s inequality, one has to check that the function is concave
up (down). This can be done by using the definition (n = 2), or by using the second
derivative test when it is applicable. Let’s do it for the three function above.
Example 11. What is the maximum product of four positive numbers which add
to 20? Which numbers maximize the product?
Example 12. Out of all rectangular parallelepipeds (boxes) of unit volume, which
one has the smallest surface area?
1
Example 13. Show that 2x3 + 5x + x4 > 6 for all positive x.
Solution. Applying the AGM inequality for three positive numbers 2x3 , 5x, and
1
x4 , we obtain:
√ 2x3 + 5x + x14
r
3 3 1
10 = 2x3 · 5x · 4 ≤ .
√ x 3 √
Therefore 3 10 ≤ 2x3 + 5x + x14 . Now observe that 6 < 3 3 10 as 63 = 216 <
3
√
(3 3 10)3 = 270.
Is it easy to obtain the result of Example 13 by using Calculus?
n n+1
Example 14. Prove that for all integer n ≥ 2, 1 + n1 < 1+ 1
n+1 .
7. Problems
All letters in these exercises represent REAL numbers, and we will not be repeat-
ing this. Many of the problems below can be solved without references to Calculus,
but you are welcome to use Calculus as much as you wish. Problems which require
use of Calculus (or greatly benefit from it) are marked by red symbol
. c Most
problems can be approached by the methods discussed in this paper, such as using
the elementary properties of inequalities, case analysis, using the the method of
intervals, the method of mathematical induction, Jensen’s inequality and its corol-
laries (especially AGM or AQM inequalities). Horizontal lines separate problems
of various difficulties (in the opinion of the author): easier, medium, harder.
4. (i) Without using a calculator or computer, explain which of the two num-
bers is larger:
21,000,000 or 1, 000, 0001,000 .
c Do graphs of the curves y = 2x and y = x1000 intersect over
(ii)
[3, ∞)?
5. A boat travels in the river from A to B and then back to A. The speed of
a boat in still water is v miles per hour, and the speed of the current is u
miles per hour (u < v). Suppose t1 is the time of the round trip between A
and B if there were no current, and t2 is the time of the round trip between
A and B with the current. Compare t1 and t2 .
6. Solve the following inequalities.
(a) (i) x2 − 3x − 5 ≥ 0 (ii) x2 − 3x + 5 ≥ 0 (iii) 2x2 − x + 1 < 0
2 2
x +3x−10 x −25
(b) (i) x2 −3x−28 <0 (ii) (x−2)(x2 −x+6) ≥0
(c) (i) |2x − 4| ≥ 5 (ii) |3x − 4| + x ≤ 6 (iii) |x2 − 4x| ≥ 6
(d) (i) |x + 5| + |x − 11| > 20 (ii) |x + 5| + |x − 11| < 15
x−1 x+1
x+2
(e) (i) x+2 > x+5 . (ii) x−1 > 3.
p
(f) 5 − 3x < (x − 1)(2 − x)
√
(g) 2 − x ≤ x + 1.
7. Use the method of mathematical induction to show that for n ≥ 2, in-
equalities a1 < b1 , a1 < b1 , . . ., an < bn with all ai positive, imply
a1 a2 . . . an < b1 b2 . . . bn . Conclude from here that 0 < a < b implies an < bn
for all integer n ≥ 2.
8. Prove the following inequalities.
(a) 2x3 > x + 1 if x > 1, and 2x3 < x + 1 if x < 1.
(b) For all x, x12 − x9 + x4 − x + 1 > 0.
(c) For all x, 2x4 + 1 ≥ 2x3 + x2 .
9. Let a, b be the lengths of two legs of a right triangle, and let c be the length
of its hypothenuse. Prove that a3 + b3 < c3 .
10. Find all solutions of the equation cos2008 x + sin2008 x = 1 on [0, 2π].
11. Let x1 , , x2 , . . . , xn be real numbers, let m be the smallest of them, and M
be the largest of them. Prove that
x1 + x2 + . . . + xn
m≤ ≤ M,
n
with equality in each part if and only if all n numbers are equal.
12. Prove the following inequalities.
(a) If ab > 0, then ab + ab ≥ 2. Describe completely when the equality
takes place.
(b) If a, b, c > 0, then ab + cb + ac ≥ 3, and the equality occurs if and only
if a = b = c.
(c) For all x, y, z, x2 + y 2 + z 2 ≥ xy + yz + zx, and the equality occurs if
and only if x = y = z.
20 FELIX LAZEBNIK
23. Determine whether the following functions are convex up, or down, or nei-
ther on the given intervals. In all parts, using the second derivative test
provides a faster solution.
(a) f (x) = cos x on [0, π/2].
(b) f (x) = cos x on [0, π].
(c)
c f (x) = tan x on [0, π/2).
x
(d) f (x) = 1−x on (1, ∞).
NOTES ON INEQUALITIES 21
c f (x) = 100 n k
P
(e)
k=1 k x on (−1, ∞).
(f)
c f (x) = x ln x on (0, ∞).
24. Verify that the function f (x) = x3 is convex up on (0, ∞). Apply Jensen’s
inequality to function f and its values at three positive real numbers a, b, c.
What inequality do you obtain?
25. Verify that the function f (x) = sin x is convex up on [0, π]. Apply Jensen’s
inequality to function f and its values at α, β, γ from [0, π] . What inequal-
ity do you obtain?
26. Let f : (a, b) → R and g : (a, b) → R be two functions convex up on (a, b).
(i) Is f + g be convex up on (a, b)?
(ii)
c Is f · g convex up on (a, b)?
27. Let f : (a, b) → (0, ∞) be a convex up function on (a, b).
(i) Is 1/f convex up on (a, b)?
(ii) Is 1/f convex down on (a, b)?
This inequality leads to an easy proof of the famous fact that the sum 1/1 +
1/2 + 1/3 + . . . + 1/n can exceed any fixed number provided n being sufficiently
large.
This inequality implies that the sum 1/12 + 1/22 + 1/32 + · · · + 1/n2 cannot
exceed 2 no matter how large n is. It was proven by L. Euler that as n becomes
larger, this sum becomes closer and closer to π 2 /6.
32. Prove that for every two non-negative real numbers a and b, and every
integer n ≥ 2,
n
an + bn
a+b
≤ ,
2 2
where the equality is attained if and only if a = b.
22 FELIX LAZEBNIK
33. Use the AGM inequality. Let the sum of positive numbers x, y, z be 60.
Use the AGM inequality to determine the maximum value of
(i) (x − 3)(y + 1)(z + 5)
(ii) (x − 3)(2y + 1)(3z + 5).
√
34. Consider a sequence {an }n≥1 , where a1 = 2 and an+1 = 2an + 5 for
n ≥ 1.
(i) Prove that an+1 > an for all n ≥ 1.
(ii) Prove that an < 4 for all n ≥ 1.
√
35. Consider a sequence {bn }n≥1 , where b1 = 2 and bn+1 = bn + 2 for n ≥ 1.
(i) Prove that bn+1 < bn for all n ≥ 1.
(ii) Prove that bn > 2 for all n ≥ 1.
36. Prove that
(i) sin t < t for all t > 0;
(ii) tan t > t for t ∈ (0, π/2).
37.
c (i) Let f : [a, ∞) → R be a continuous function such that f (a) ≥ 0 and
f 0 (x) > 0 for all x > 0. Prove that f (x) > 0 for all x > 0.
(ii) Let f, g : [a, ∞) → R be continuous functions such that f (a) ≥ g(a)
and f 0 (x) > g 0 (x) for all x > 0. Prove that f (x) > g(x) for all x > 0.
38.
c Prove that
(a) cos x > 1 − x2 /2 for all x ∈ R.
(b) sin x > x − x3 /6, for all x > 0.
(c) cos x ≥ 1 − 2x
π on [0, π/2].
(d) e > 1 + x + x2 for all x ∈ R.
x
43. Use Jensen’s inequality to prove that for any n ≥ 2 real numbers x1 , x2 , . . . , xn
on (1, ∞),
Pn n
i=1 xi xi
X
n· P n ≥ .
n − i=1 xi i=1
1 − xi
NOTES ON INEQUALITIES 23
c Show that if f 00 (x) > 0 (f 00 (x) < 0) for all x ∈ (a, b), then f is convex
44.
up (down) on (a, b).
45.
c What√ is greater:
√
(i) 78 78 or 79 79? (ii) eπ or π e ?
46.
c The goal of this problem is to show that the function y = f (x) = (1+ x1 )x
is increasing on I = [1, ∞). This result can be used to justify the fact that
when the interest in the bank is compounded more times per year, the
better this is for a customer.
(a) Find y 0 (x). Is it obvious that y 0 (x) > 0 for all x in I?
2
(b) Prove that ln(1 + t) > t − t2 for any t > 0.
(c) Prove that x1 − 2x1 2 > x+1
1
for x > 1.
1 1
(d) Prove that ln(1 + x ) > x+1 for x > 1.
(e) Conclude that f is increasing on I.
Compare this problem with Example 14, where a similar statement had
to be proved for values of the sequence f (n), n = 1, 2, 3, . . ..
47. Let a1 < a2 < . . . < an be fixed numbers, and
f (x) = |x − a1 | + |x − a2 | + . . . + |x − an |.
Find minx∈R f (the minimum value of f over all reals), and all value(s) of
x for which this minimum is attained. What about maxx∈R f ?
48. Let a, b, c be positive real numbers such that abc = 1. Prove that
a(a − 1) + b(b − 1) + c(c − 1) ≥ 0.
49. Prove that out of all n-gons, n ≥ 3, inscribed in a circle, the regular one
has the greatest area. You can assume without proof that the center of the
circle is inside the n-gon.
50. Prove that for all n ≥ 2, 2 < (1 + n1 )n < 3.
51. Represent 1000 as a sum of several positive integers which product is the
greatest. (The number of integers is not given.)
24 FELIX LAZEBNIK
These are NOT complete solutions. Just some answers and hints.
√ −0.5] ∪ [4.5,
(c) Answers: (i) (−∞, √ ∞); (ii) [−1, 2.5];
(iii) (−∞, 2 − 10] ∪ [2 + 10, ∞).
(d) Answers: (i) (−∞, −7) ∪ (13, ∞); (ii) ∅.
(e) Answers: (i) (−5, −2) ∪ (7, ∞); (ii) (0.25, 1) ∪ (1, 2.5).
(f) Answer: (1.5, 2] √
(g) Answer: ((−3 + 13)/2, 2]
7. Straightforward.
8. (a) Hint: 2x3 = x3 + x3
(b) hint: Consider three cases: x ≤ 0, 0 < x < 1, and x ≥ 1.
NOTES ON INEQUALITIES 25
28. Compare each term with 1/2. Or use the Method of Mathematical Induc-
tion.
29. Hint: Check that k12 < (k−1)k
1 1
= k−1 − k1 , and use this fact. Or use the
Method of Mathematical Induction.
30. Use the Method of Mathematical Induction.
31. Use the Method of Mathematical Induction.
32. Use the Method of Mathematical Induction. Consider two cases: a ≤ b
and a > b. Another approach is to use the second derivative test for the
function y = xn on [0, ∞).
33. Use the AGM inequality. Hints: (i) Use the AGM inequality. (ii) 2y + 1 =
2(y + 1/2), 3z + 5 = 3(z + 5/3).
34. Hints: (i), (ii) Use the Method of Mathematical Induction.
35. Hints: (i), (ii) Use the Method of Mathematical Induction.
36. (i) Let 0 < t ≤ 1, and let Pt : (cos t, sin t) be the point on the unit circle
x2 + y 2 = 1 corresponding to the angle t radians. Let O be the origin.
Compare the area of 4OPt P0 with the area of the sector OPt P0 . For t > 1,
the statement is obvious.
(ii) Let 0 < t < π/2, and let Pt : (cos t, sin t) be the point on the unit circle
x2 + y 2 = 1 corresponding to the angle t radians. Let O be the origin,
and let M be the point of intersection of the line OPt with the line x = 1.
Compare the area of the sector OPt P0 with the area of the triangle OM P0 .
9. Acknowledgement
The author is thankful to Mr. Daniel Hahne for his numerous comments which
helped to improve this document.
•••••••
These notes represent a very brief introduction to the vast subject of inequalities.
Much more can be found in the references below.
References
[1] E. Beckenbach, R. Bellman, An Introduction to Inequalities, Random House, 1961.
(A great introduction to inequalities. Covers more than these notes. Can be easily understood
by good high school students. No use of Calculus.)
[5] V.G. Kovalenko, M.B. Gel’fand, R.P. Ushakov, Proofs of Inequalities, Vyscha Shkola, 1979.
(In Ukrainian).
(The most elementary introduction to the subject. Covers several other famous inequalities
and related techniques from Calculus.)
[7] I.H. Sivashinskiy, Inequalities through Problems, Nauka, Moscow, 1967. (In Russian).
(A very readable discussion of various questions about inequalities. Can be easily understood
by good high school students. No use of Calculus.)
28 FELIX LAZEBNIK
[8] V.M. Tikhomirov, Stories about maxima and minima, MAA, 1990.
(An outstanding collection of fifteen “stories” related to maxima and minima problems. A
very useful reading for everyone who likes mathematics and who knows Calculus and a little
beyond it. )