Geometric mean and its applications — AM-GM inequality

medium CBSE JEE-MAIN 3 min read
Tags Means

Question

(a) Find the geometric mean of 4 and 16. (b) If three positive numbers are in GP with common ratio rr, show that their AM \geq GM. (c) Using AM-GM inequality, find the minimum value of x+9xx + \dfrac{9}{x} for x>0x > 0.

(CBSE 11 + JEE Main pattern)


Solution — Step by Step

The geometric mean of two positive numbers aa and bb:

GM=ab=4×16=64=8GM = \sqrt{ab} = \sqrt{4 \times 16} = \sqrt{64} = \mathbf{8}

Notice: 4,8,164, 8, 16 form a GP with ratio 2. The GM always sits “between” the two numbers in a multiplicative sense.

For positive aa and bb:

AM=a+b2,GM=abAM = \frac{a + b}{2}, \quad GM = \sqrt{ab}

We need to show a+b2ab\dfrac{a+b}{2} \geq \sqrt{ab}.

a+b2ab=a+b2ab2=(ab)220\frac{a+b}{2} - \sqrt{ab} = \frac{a + b - 2\sqrt{ab}}{2} = \frac{(\sqrt{a} - \sqrt{b})^2}{2} \geq 0

Since a square is always 0\geq 0, we get AMGMAM \geq GM, with equality when a=ba = b.

Apply AM-GM to the two positive terms xx and 9x\dfrac{9}{x}:

x+9x2x9x=9=3\frac{x + \frac{9}{x}}{2} \geq \sqrt{x \cdot \frac{9}{x}} = \sqrt{9} = 3 x+9x6x + \frac{9}{x} \geq 6

Minimum value is 6\mathbf{6}, achieved when x=9x    x2=9    x=3x = \dfrac{9}{x} \implies x^2 = 9 \implies x = 3.

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 x9x=9x \cdot \dfrac{9}{x} = 9 is fixed regardless of xx), then their sum is minimised when both terms are equal. This is a powerful shortcut — no calculus needed!


Alternative Method — Calculus Verification

Let f(x)=x+9xf(x) = x + \dfrac{9}{x}. Setting f(x)=0f'(x) = 0:

f(x)=19x2=0    x2=9    x=3f'(x) = 1 - \frac{9}{x^2} = 0 \implies x^2 = 9 \implies x = 3 f(3)=1827>0 (minimum confirmed)f''(3) = \frac{18}{27} > 0 \text{ (minimum confirmed)}

f(3)=3+3=6f(3) = 3 + 3 = 6

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 x+9xx + \dfrac{9}{x}, the product is 9 (constant). For x2+4xx^2 + \dfrac{4}{x}, split as x22+x22+4x\dfrac{x^2}{2} + \dfrac{x^2}{2} + \dfrac{4}{x} (three terms) and apply AM-GM to three terms: AMproduct3AM \geq \sqrt[3]{product}.


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 xx can be any real number and asks to minimise x+9xx + \dfrac{9}{x}, AM-GM gives minimum 6 only for x>0x > 0. For x<0x < 0, the minimum is actually 6-6 (at x=3x = -3). Always check the domain before applying AM-GM.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next