Inequalities • Topic 4 of 4

Graphical Interpretation

Every inequality has a picture, and seeing it often beats algebra. On the number line, a quadratic y = (x − 2)(x − 3) is a U-shaped parabola; the inequality < 0 simply asks where the curve dips below the x-axis, which is the interval between the roots. In two variables, a line such as 2x + 3y = 12 splits the plane into two half-planes; an inequality like 2x + 3y ≤ 12 selects one of them, and a system of such constraints carves out a feasible region whose corner points decide the maximum or minimum of any linear objective — the heart of linear programming. The graphical view also powers maxima-minima without calculus through the AM-GM inequality: for positive numbers, the arithmetic mean is at least the geometric mean, with equality only when all the numbers are equal. That single fact tells you, for instance, that x + 1/x ≥ 2 for x > 0, with the minimum 2 reached exactly at x = 1 — a classic CAT result.

✅ Solved examples

1. Using AM-GM, find the minimum of x + 9/x for x > 0.
AM ≥ GM: x + 9/x ≥ 2√(x · 9/x) = 2√9 = 6. Minimum 6, at x = 3.
2. For positive a, b with a + b = 10, find the maximum of ab.
By AM-GM, ab is largest when a = b. So a = b = 5 ⇒ ab = 25 (maximum).
3. Where does the parabola y = x² − 4 lie below the x-axis?
x² − 4 < 0 ⇒ (x − 2)(x + 2) < 0 ⇒ −2 < x < 2 — the curve is below the axis there.
4. Minimise 4x + 1/x for x > 0.
AM-GM: 4x + 1/x ≥ 2√(4x · 1/x) = 2√4 = 4. Minimum 4, when 4x = 1/x ⇒ x = ½.

✏️ Practice — try these, take hints as needed

1. Find the minimum of x + 4/x for x > 0.
Apply AM-GM.
2√(x · 4/x).
2√4.
4 (at x = 2)
2. If a + b = 12, a, b > 0, find the maximum of ab.
Product maximal when equal.
a = b = 6.
Compute ab.
36
3. For x > 0, find the minimum of x + 25/x.
AM-GM with the two terms.
2√(x · 25/x).
2√25.
10 (at x = 5)
4. Where is y = x² − 6x + 8 negative?
Factor: (x − 2)(x − 4).
Negative between roots.
Open interval.
2 < x < 4
5. Minimise 9x + 1/x for x > 0.
AM-GM on the two terms.
2√(9x · 1/x).
2√9.
6 (at x = ⅓)

📝 Topic test — 8 questions

Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.

Loading questions…