In the previous lesson, we learned the basics of inequalities. Here, we learn more advanced types of inequalities, including AM-GM, Cauchy-Schwarz, and in the next lesson, Muirhead's and the rearrangement inequality.
Perhaps the most basic inequality is the arithmetic mean - geometric mean (AM-GM) inequality, since many other inequalities are derived from this. It states that for any non-negative real numbers

, the arithmetic mean is greater than or equal to the geometric mean, i.e.
Equality occurs if and only if

. It can be proven using induction, but I'll leave that up to you. Here, we look at a very common geometry problem:
---Problem---
A rectangular prism with dimensions l,w,h has a fixed surface area. Prove that the maximal volume occurs if and only if the rectangular prism is a cube.
---Solution---
We do NOT have to use Lagrange multipliers. Instead, we invoke AM-GM inequality. The surface area is given by S = 2(lw + wh + lh) and the volume is given by V = lwh. By AM-GM,
The LHS is a constant, and from here it can be shown that the optimal solution is the "equality" case, where l = w = h, that is, the rectangular prism is a cube. ∎
AM-GM can actually be extended quite a bit. Define the generalized mean with power p,

, as
^{\frac{1}{p}})
. Hence, if p = 1, we have the arithmetic mean, if p = -1, we have the harmonic mean. If p = 0, we assume it to be the geometric mean. The generalized AM-GM says that
If

, then

, equality holds when all

are equal.
---------------------------------------------------------
Another famous inequality is the Cauchy-Schwarz inequality, first published in 1821. It states that:
For any non-negative real numbers

and

, the following inequality holds:
(b_1^2 + ... + b_n^2) \ge (a_1b_1 + a_2b_2 + ... + a_nb_n)^2)
. Equality holds if and only if a_i is a scalar multiple of b_i (that is,

for all i).
A sample problem:
---Problem---
x,y,z are positive numbers. Prove that

.
---Solution---
The inequality we wish to prove is equivalent to

. By the Cauchy-Schwarz inequality,
(y^2 + z^2 + x^2) \ge (xy + yz + zx)^2)
. Taking the square root of both sides,

. ∎
There is another solution that works just as well:
---Alternate Solution---
Multiply both sides by 2:

. This factors quite nicely (you may check if you wish):
^2 + (y - z)^2 + (z - x)^2 \ge 0)
, which is obviously true since the square of any real number is at least zero, so the sum of three squares is at least zero. This is called the Trivial Inequality (named due to its triviality). ∎
This lesson has been accessed 1302 times.