Product Inequality with Constraint via AM-GM

#hsc-maths#inequalities#extension-2

This problem is a showcase of the homogenisation technique: substituting a constraint (a+b+c=1a + b + c = 1) directly into an expression to unlock symmetric structure. The three-part scaffold guides you from a simple algebraic manipulation to a full product inequality, while a slick alternative solution shows how expanding the LHS and invoking standard sub-inequalities can reach the bound in one clean sweep.

Problem Statement

Let a,b,a, b, and cc be positive real numbers such that a+b+c=1a + b + c = 1.

i. By writing 1a+1\frac{1}{a} + 1 as a single fraction, show that 1a+1=2a+b+ca\dfrac{1}{a} + 1 = \dfrac{2a+b+c}{a}.

ii. By applying the AM-GM inequality to the terms a,a,b,a, a, b, and cc, show that:

1a+14a2bc4a\frac{1}{a} + 1 \ge \frac{4\sqrt[4]{a^2bc}}{a}

iii. Hence, prove that:

(1a+1) ⁣(1b+1) ⁣(1c+1)64\left(\frac{1}{a} + 1\right)\!\left(\frac{1}{b} + 1\right)\!\left(\frac{1}{c} + 1\right) \ge 64

Hints

  • Part (i): Start by finding a common denominator for 1a+1\frac{1}{a} + 1, giving 1+aa\frac{1+a}{a}. Then use the given condition a+b+c=1a + b + c = 1 to replace the 11 in the numerator.
  • Part (ii): The numerator from Part (i) is 2a+b+c2a + b + c. Split the 2a2a into a+aa + a so you have exactly four positive terms, then apply AM-GM for n=4n = 4.
  • Part (iii): Because the inequality is symmetric in a,b,ca, b, c, establish analogous inequalities for the factors containing bb and cc. Multiply the three inequalities together and simplify the resulting powers.

Solutions

Part (i)

1a+1=1+aa\frac{1}{a} + 1 = \frac{1 + a}{a}

Since a+b+c=1a + b + c = 1, substitute into the numerator:

1+aa=(a+b+c)+aa=2a+b+ca\frac{1 + a}{a} = \frac{(a+b+c) + a}{a} = \frac{2a + b + c}{a} \qquad \square

Part (ii)

Consider the four positive numbers a,a,b,ca, a, b, c. By the AM-GM inequality for four terms:

a+a+b+c4aabc4\frac{a + a + b + c}{4} \ge \sqrt[4]{a \cdot a \cdot b \cdot c} 2a+b+c4a2bc42a + b + c \ge 4\sqrt[4]{a^2bc}

Dividing both sides by the strictly positive quantity aa:

2a+b+ca4a2bc4a\frac{2a + b + c}{a} \ge \frac{4\sqrt[4]{a^2bc}}{a}

Substituting the result from Part (i) yields:

1a+14a2bc4a\frac{1}{a} + 1 \ge \frac{4\sqrt[4]{a^2bc}}{a} \qquad \square

Part (iii) — Method 1: AM-GM on Individual Factors

By symmetry, applying the identical argument to the other two factors gives:

1b+14ab2c4b,1c+14abc24c\frac{1}{b} + 1 \ge \frac{4\sqrt[4]{ab^2c}}{b}, \qquad \frac{1}{c} + 1 \ge \frac{4\sqrt[4]{abc^2}}{c}

Since all factors are positive, multiply the three inequalities:

(1a+1) ⁣(1b+1) ⁣(1c+1)4a2bc4a4ab2c4b4abc24c\left(\frac{1}{a}+1\right)\!\left(\frac{1}{b}+1\right)\!\left(\frac{1}{c}+1\right) \ge \frac{4\sqrt[4]{a^2bc}}{a} \cdot \frac{4\sqrt[4]{ab^2c}}{b} \cdot \frac{4\sqrt[4]{abc^2}}{c}

Combine the numerator using the product of fourth roots:

64(a2bc)(ab2c)(abc2)4abc=64a4b4c44abc=64abcabc=64\ge \frac{64\,\sqrt[4]{(a^2bc)(ab^2c)(abc^2)}}{abc} = \frac{64\,\sqrt[4]{a^4b^4c^4}}{abc} = \frac{64\,abc}{abc} = 64 \qquad \square

Part (iii) — Method 2: Direct Expansion (Alternative)

Expand the left-hand side:

LHS=1+(1a+1b+1c)+(1ab+1bc+1ca)+1abcLHS = 1 + \left(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}\right) + \left(\frac{1}{ab} + \frac{1}{bc} + \frac{1}{ca}\right) + \frac{1}{abc}

Notice that 1ab+1bc+1ca=c+a+babc=1abc\dfrac{1}{ab} + \dfrac{1}{bc} + \dfrac{1}{ca} = \dfrac{c + a + b}{abc} = \dfrac{1}{abc} (using a+b+c=1a+b+c=1). So:

LHS=1+(1a+1b+1c)+2abcLHS = 1 + \left(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}\right) + \frac{2}{abc}

Now bound each piece using two standard AM-GM results:

  1. Sum of reciprocals: By AM-HM (or AM-GM applied to 1a,1b,1c\frac{1}{a}, \frac{1}{b}, \frac{1}{c}):
1a+1b+1c9a+b+c=9\frac{1}{a} + \frac{1}{b} + \frac{1}{c} \ge \frac{9}{a+b+c} = 9
  1. Product bound: AM-GM on a+b+c=1a + b + c = 1 gives 13abc3\dfrac{1}{3} \ge \sqrt[3]{abc}, so abc127abc \le \dfrac{1}{27}, hence 1abc27\dfrac{1}{abc} \ge 27.

Substituting these lower bounds:

LHS1+9+2(27)=1+9+54=64LHS \ge 1 + 9 + 2(27) = 1 + 9 + 54 = 64 \qquad \square

Takeaways

  • Homogenisation: Substituting a constraint like a+b+c=1a + b + c = 1 directly into an expression is a powerful technique. It converts constants into symmetric variable expressions that are immediately amenable to AM-GM.
  • Splitting Terms: Part (ii) requires recognising that 2a2a must be written as a+aa + a to generate a four-term AM-GM. This is deliberate: the symmetry of the split ensures the fourth roots cancel cleanly when the three inequalities are multiplied.
  • The Power of Expansion: The alternative solution highlights the value of recognising standard sub-inequalities (1xn2x\sum \frac{1}{x} \ge \frac{n^2}{\sum x}). Expanding a product in an inequality problem often reveals independent components that can each be bounded individually, sidestepping the scaffold entirely.

Further Readings

HSC Induction, HSC Sequences

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About