Question
What is the geometric mean, how does it relate to the arithmetic mean (AM-GM inequality), and where do we apply it?
Solution — Step by Step
The geometric mean (GM) of positive numbers is:
For two numbers and :
For three numbers , , :
For positive real numbers :
That is, , with equality if and only if .
For two numbers:
This is one of the most powerful inequalities in all of mathematics.
Example: Find the minimum value of for .
By AM-GM:
Equality when , i.e., . So the minimum value is 2.
This is much faster than using calculus (derivatives).
graph LR
A["AM: Arithmetic Mean"] -->|always greater than or equal to| B["GM: Geometric Mean"]
B -->|always greater than or equal to| C["HM: Harmonic Mean"]
D["AM x HM = GM squared"] --- E["For two numbers: AM.HM = GM^2"]
F["Equality holds when all numbers are equal"] --- A
For two positive numbers and :
And always.
Why This Works
The AM-GM inequality captures a deep truth: spreading values apart increases their average but decreases their product (relative to equal values). The arithmetic mean weighs additions equally; the geometric mean weighs multiplications equally. Since multiplication “punishes” imbalance more than addition does, .
AM-GM appears in JEE Main almost every year — usually in the form “find the minimum value of an expression.” If the expression can be split into parts whose product is constant, AM-GM gives the answer directly without calculus.
Alternative Method
For finding min/max values, we can also use calculus. For :
Same answer, but AM-GM gave it in one line.
Common Mistake
AM-GM works only for positive numbers. Students often apply it blindly to expressions that can be negative, getting wrong results. For example, by AM-GM is correct (both terms are positive), but you cannot apply AM-GM to when or could be negative. Always verify the positivity condition first.