Prove AM ≥ GM for two positive numbers

medium CBSE JEE-MAIN 3 min read

Question

Prove that for any two positive real numbers aa and bb, the arithmetic mean is greater than or equal to the geometric mean:

a+b2ab\frac{a+b}{2} \geq \sqrt{ab}

with equality if and only if a=ba = b.

Solution — Step by Step

For any real number, a square is always 0\geq 0. So:

(ab)20(\sqrt{a} - \sqrt{b})^2 \geq 0

This holds for all real a\sqrt{a} and b\sqrt{b} (which are real since a,b>0a, b > 0).

(a)22ab+(b)20(\sqrt{a})^2 - 2\sqrt{a}\sqrt{b} + (\sqrt{b})^2 \geq 0 a2ab+b0a - 2\sqrt{ab} + b \geq 0 a+b2aba + b \geq 2\sqrt{ab} a+b2ab\frac{a+b}{2} \geq \sqrt{ab}

This is exactly AM \geq GM. ✓

Equality holds when (ab)2=0(\sqrt{a} - \sqrt{b})^2 = 0, which means a=b\sqrt{a} = \sqrt{b}, i.e., a=ba = b.

So AM = GM if and only if a=ba = b.

Why This Works

The proof reduces a non-obvious inequality to the obvious fact that squares are non-negative. The substitution a\sqrt{a} and b\sqrt{b} (rather than aa and bb) is the key insight — it makes the algebra work cleanly.

This inequality is fundamental in mathematics because it tells us that the AM is a pessimistic upper bound on the “average” in the sense of multiplication. The geometric mean is always pulled down by any difference between aa and bb.

Intuition: If you have a rectangle with sides aa and bb and perimeter 2(a+b)2(a+b), the area abab is maximised when the rectangle is a square (a=ba = b). This is exactly AM-GM at work.

Alternative Method — Algebraic Manipulation

Start directly from what we want to prove and show it’s equivalent to something obviously true.

We want: a+b2ab\dfrac{a+b}{2} \geq \sqrt{ab}

Squaring both sides (valid since both sides are positive):

(a+b2)2ab\left(\frac{a+b}{2}\right)^2 \geq ab (a+b)24ab\frac{(a+b)^2}{4} \geq ab (a+b)24ab(a+b)^2 \geq 4ab a2+2ab+b24aba^2 + 2ab + b^2 \geq 4ab a22ab+b20a^2 - 2ab + b^2 \geq 0 (ab)20(a-b)^2 \geq 0

This is always true. Working backwards, every step is reversible, so AM \geq GM is proved.

Both proofs are valid for JEE and CBSE. The first method (starting from (ab)20(\sqrt{a}-\sqrt{b})^2 \geq 0) is cleaner for direct proof. The second method works backwards — fine for exams, but in a formal proof, ensure all your steps are reversible or rewrite it forwards.

Common Mistake

Some students try to prove AM \geq GM by assuming the result and squaring: “Let a+b2ab\frac{a+b}{2} \geq \sqrt{ab}. Squaring, (a+b)24ab\frac{(a+b)^2}{4} \geq ab \ldots and so (ab)20(a-b)^2 \geq 0 which is true.” This looks like circular reasoning unless you explicitly state that all steps are “if and only if” (reversible). Always begin with something known to be true ((ab)20(\sqrt{a}-\sqrt{b})^2 \geq 0) and work forward to derive the inequality.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next