Question
(a) Find the geometric mean of 4 and 16. (b) If three positive numbers are in GP with common ratio , show that their AM GM. (c) Using AM-GM inequality, find the minimum value of for .
(CBSE 11 + JEE Main pattern)
Solution — Step by Step
The geometric mean of two positive numbers and :
Notice: form a GP with ratio 2. The GM always sits “between” the two numbers in a multiplicative sense.
For positive and :
We need to show .
Since a square is always , we get , with equality when .
Apply AM-GM to the two positive terms and :
Minimum value is , achieved when .
flowchart TD
A["AM-GM Inequality"] --> B["For positive a, b: AM ≥ GM"]
B --> C["(a+b)/2 ≥ √(ab)"]
C --> D["Equality when a = b"]
D --> E["Application: Find min/max"]
E --> F["Split expression into parts"]
F --> G["Apply AM ≥ GM to the parts"]
G --> H["Product of parts must be constant"]
H --> I["Minimum of sum = 2√(product)"]
Why This Works
The AM-GM inequality is fundamentally about the relationship between addition and multiplication. The arithmetic mean weights things equally by sum; the geometric mean weights them by product. For positive numbers, the “additive average” is always at least as large as the “multiplicative average.”
The optimization trick works because if the product of two terms is constant (here is fixed regardless of ), then their sum is minimised when both terms are equal. This is a powerful shortcut — no calculus needed!
Alternative Method — Calculus Verification
Let . Setting :
✓
AM-GM is a JEE favourite for optimization without calculus. The trick: split the expression so that the PRODUCT of the parts is a constant. For , the product is 9 (constant). For , split as (three terms) and apply AM-GM to three terms: .
Common Mistake
Students apply AM-GM to expressions where the terms can be negative or zero. AM-GM only works for POSITIVE numbers. If a problem says can be any real number and asks to minimise , AM-GM gives minimum 6 only for . For , the minimum is actually (at ). Always check the domain before applying AM-GM.