Math Lab
Home/Class XI/Ch 8/Arithmetic and Geometric Means; AM-GM inequality

Arithmetic and Geometric Means; AM-GM inequality

Of the two numbers 44 and 99, the arithmetic mean is 6.56.5 and the geometric mean is 66. Notice that AM is strictly larger than GM. That observation, generalised, becomes one of the most powerful inequalities in elementary mathematics , the arithmetic-geometric mean inequality, or AM-GM for short.

Definitions

The arithmetic mean (AM) of two numbers a,ba, b is A=a+b2.A = \frac{a + b}{2}.

The geometric mean (GM) of two positive numbers a,ba, b is G=ab.G = \sqrt{ab}.

The AM is the midpoint between aa and bb on the number line. The GM is the "midpoint" in a multiplicative sense , the number whose ratio to aa equals its ratio to bb.

More generally, the AM of nn numbers is a1+a2++ann\dfrac{a_1 + a_2 + \dots + a_n}{n} and the GM (when all are positive) is (a1a2an)1/n(a_1 a_2 \cdots a_n)^{1/n}.

Inserting means between two numbers

nn arithmetic means between aa and bb: numbers A1,A2,,AnA_1, A_2, \dots, A_n such that a,A1,,An,ba, A_1, \dots, A_n, b form an AP. Then the common difference is d=ban+1d = \dfrac{b - a}{n + 1} and Ak=a+kdA_k = a + k d.

nn geometric means between aa and bb (both positive): numbers G1,,GnG_1, \dots, G_n such that a,G1,,Gn,ba, G_1, \dots, G_n, b form a GP. Then r=(b/a)1/(n+1)r = (b/a)^{1/(n+1)} and Gk=arkG_k = a r^k.

The AM-GM inequality

Theorem. For positive real numbers a,ba, b: a+b2ab,\boxed{\frac{a + b}{2} \ge \sqrt{ab},} with equality if and only if a=ba = b.

Proof. (ab)20\left(\sqrt{a} - \sqrt{b}\right)^2 \ge 0. Expand: a2ab+b0a - 2\sqrt{ab} + b \ge 0, i.e. a+b2aba + b \ge 2\sqrt{ab}, hence a+b2ab\dfrac{a+b}{2} \ge \sqrt{ab}. Equality iff a=b\sqrt{a} = \sqrt{b}, i.e. a=ba = b. \qed\qed

For nn positive numbers, a1+a2++anna1a2ann.\frac{a_1 + a_2 + \dots + a_n}{n} \ge \sqrt[n]{a_1 a_2 \cdots a_n}.

Why AM-GM matters

It turns sum problems into product problems and vice versa. Whenever you want to maximise a product given a fixed sum (or minimise a sum given a fixed product), AM-GM gives the answer instantly , the extremum occurs when all variables are equal.

Standard application. What is the minimum value of x+1xx + \dfrac{1}{x} for x>0x > 0?

By AM-GM: x+1x2x1x=2x + \dfrac{1}{x} \ge 2 \sqrt{x \cdot \dfrac{1}{x}} = 2, with equality at x=1x = 1.

Worked examples

Example 1. Insert three arithmetic means between 22 and 1414.

n=3n = 3, so d=1424=3d = \dfrac{14 - 2}{4} = 3. Means: 5,8,115, 8, 11.

Example 2. Insert three geometric means between 22 and 3232.

r=(32/2)1/4=161/4=2r = (32/2)^{1/4} = 16^{1/4} = 2. Means: 4,8,164, 8, 16.

Example 3. If a,b,ca, b, c are in AP and a,b,ca, b, c are positive, show bacb \ge \sqrt{ac}.

a,b,ca, b, c in AP means b=a+c2b = \dfrac{a + c}{2}. By AM-GM, a+c2ac\dfrac{a + c}{2} \ge \sqrt{ac}. So bacb \ge \sqrt{ac}, with equality iff a=ca = c.

Example 4. Find the minimum value of ab+ba\dfrac{a}{b} + \dfrac{b}{a} for a,b>0a, b > 0.

By AM-GM: a/b+b/a2abba=1\dfrac{a/b + b/a}{2} \ge \sqrt{\dfrac{a}{b} \cdot \dfrac{b}{a}} = 1. So the minimum is 22, attained at a=ba = b.

Example 5. If positive numbers a,b,ca, b, c have a+b+c=12a + b + c = 12, find the maximum value of abcabc.

By AM-GM, a+b+c3abc3\dfrac{a + b + c}{3} \ge \sqrt[3]{abc}, so 4abc34 \ge \sqrt[3]{abc}, i.e. abc64abc \le 64. Maximum is 6464, at a=b=c=4a = b = c = 4.

Try it yourself

  1. Find the arithmetic mean of 1111 and 2929.
  2. Find the geometric mean of 44 and 2525.
  3. Insert two arithmetic means between 33 and 2424.
  4. Insert four geometric means between 12\dfrac{1}{2} and 1616.
  5. Show that if x>0x > 0, then x+4x4x + \dfrac{4}{x} \ge 4.
  6. Find the minimum of 1a+1b\dfrac{1}{a} + \dfrac{1}{b} given a+b=4a + b = 4, a,b>0a, b > 0. (Answer: 11, at a=b=2a = b = 2.)
  7. If AA and GG are AM and GM of two positive numbers, prove AGA \ge G.
  8. If AA and GG are AM and GM of two positive numbers a,ba, b, show that the numbers are A±A2G2A \pm \sqrt{A^2 - G^2}.
  9. Prove that for a,b,c>0a, b, c > 0, (a+b)(b+c)(c+a)8abc(a + b)(b + c)(c + a) \ge 8 abc.
  10. Find the maximum value of xyxy given x+y=10x + y = 10, x,y>0x, y > 0.
  11. Find the minimum value of (1+x)(1+y)xy\dfrac{(1 + x)(1 + y)}{xy} for x,y>0x, y > 0 given x+y=1x + y = 1.
  12. Show a2+b2+c2ab+bc+caa^2 + b^2 + c^2 \ge ab + bc + ca for all real a,b,ca, b, c.

Pitfalls / Tricks

  • AM-GM requires the numbers to be positive (or non-negative).
  • Equality in AM-GM happens only when all numbers are equal , this often pinpoints the location of an extremum.
  • For optimisation, set the variables to make the AM-GM bound tight; that point is the extremum.
  • Insight. AM-GM is the calculus-free way to find extrema. Many JEE inequality problems collapse to a single application of it.

Practice quiz

Quick check on this topic.

Quiz
Quick check : AM, GM, AM-GM
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6