Skip to main content
AMC 10 & 12

Inequalities & Optimization

Sign charts for polynomial inequalities, and the AM-GM inequality — a single tool that solves a huge fraction of AMC 'find the minimum/maximum' problems.

Sign charts

To solve a polynomial inequality like (x2)(x+3)<0(x-2)(x+3) < 0, find the roots of the polynomial (here, x=2x=2 and x=3x=-3), mark them on a number line, and test one point in each resulting interval to see whether the expression is positive or negative there. The sign only changes when you cross a root of odd multiplicity — so once you know the sign in one interval, the rest follow by alternation (for distinct linear factors).

The AM-GM inequality

For any nonnegative real numbers, the arithmetic mean is always at least the geometric mean:

a+b2ab,equality iff a=b\dfrac{a+b}{2} \geq \sqrt{ab}, \qquad\text{equality iff } a=b

More generally, for nn nonnegative reals:

a1+a2++anna1a2ann\dfrac{a_1+a_2+\cdots+a_n}{n} \geq \sqrt[n]{a_1 a_2 \cdots a_n}

AM-GM is the go-to tool whenever a problem asks you to minimize a sum given a fixed product (or maximize a product given a fixed sum) — and it requires the terms to be nonnegative, a condition worth checking before you reach for it.

Worked example

Problem: For x>0x > 0, find the minimum value of x+9xx + \dfrac{9}{x}.

Solution: Apply AM-GM to the two positive terms xx and 9x\tfrac9x:

x+9x2x9x=9=3    x+9x6\dfrac{x + \tfrac9x}{2} \geq \sqrt{x \cdot \tfrac9x} = \sqrt 9 = 3 \;\Longrightarrow\; x + \dfrac9x \geq 6

Equality holds when the two terms are equal: x=9xx2=9x=3x = \tfrac9x \Rightarrow x^2 = 9 \Rightarrow x=3(taking the positive root, since x>0x>0). So the minimum value is 66, achieved atx=3x=3.

Practice problems

1.Solve (x1)(x4)>0(x-1)(x-4) > 0 and write the answer in interval notation.

2.For positive reals a,ba,b with ab=16ab=16, find the minimum possible value of a+ba+b.

3.Solve x25x+60x^2 - 5x + 6 \leq 0.

4.For x>0x>0, find the minimum value of 4x+1x4x + \dfrac{1}{x}.