Quadratic Equations • Topic 4 of 4

Maximum & Minimum

A quadratic ax² + bx + c traces a parabola, and its turning point is the key to fast CAT optimisation — no calculus required. The vertex sits at x = −b/2a, and the extreme value of the expression there is −D/4a (equivalently c − b²/4a). If a > 0 the parabola opens upward, so this value is a MINIMUM; if a < 0 it opens downward, so it is a MAXIMUM. That single rule cracks a whole class of questions: maximum area for a fixed perimeter, maximum product of two numbers with a fixed sum, the least value of an expression. A useful corollary for "two numbers with a fixed sum S": their product is largest when they are equal (each S/2), giving S²/4 — directly the vertex result. Watch the sign of a first: the most common CAT error is reporting a minimum for a downward parabola (a < 0), which actually has no minimum (it falls to −∞).

✅ Solved examples

1. Find the minimum value of x² − 6x + 11.
a = 1 > 0 ⇒ minimum. At x = −b/2a = 3, value = 9 − 18 + 11 = 2. (Or −D/4a = −(36 − 44)/4 = 2.)
2. Find the maximum value of −2x² + 8x − 3.
a = −2 < 0 ⇒ maximum. x = −b/2a = −8/(−4) = 2; value = −8 + 16 − 3 = 5.
3. Two positive numbers have a sum of 20. Find their maximum product.
Product P = x(20 − x) = −x² + 20x, maximised at x = 10 ⇒ each is 10, P = 100. (Equal-split rule: S²/4 = 400/4 = 100.)
4. A rectangle has a perimeter of 40 m. Find its maximum area.
L + B = 20. Area = L(20 − L), maximised when L = B = 10 ⇒ area = 100 m². (A square gives the maximum area for a fixed perimeter.)

✏️ Practice — try these, take hints as needed

1. Find the minimum value of x² + 4x + 9.
a > 0 ⇒ minimum.
x = −b/2a = −2.
Substitute.
5
2. Find the maximum value of 6x − x² − 5.
Rewrite as −x² + 6x − 5, a < 0.
x = −b/2a = 3.
Substitute.
4
3. Two numbers add to 14. Find their maximum product.
Product is largest when equal.
Each = 7.
7 × 7.
49
4. Find the least value of 2x² − 8x + 1.
a = 2 > 0.
x = −b/2a = 2.
Plug in.
−7
5. A wire of length 36 cm is bent into a rectangle. Find the maximum enclosed area.
L + B = 18.
Max area when L = B.
Side 9.
81 cm²

📝 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…