5. Maximum & Minimum Values0%

Functions and Graphs · Topic 5 of 7

5. Maximum & Minimum Values

Video coming soon2 worked examples

Theory

On a closed interval [a,b][a, b], the greatest and least values of a continuous function occur either at a stationary point inside the interval or at an endpoint. The method is: find the stationary points in (a,b)(a, b), then evaluate the function at those points and at both endpoints, and compare.

The Golden Rule: on a closed interval, always evaluate the endpoints as well as the interior stationary points — the extreme value is often at an end.

⚠️ Common Examiner Traps

  • Forgetting endpoints: checking only stationary points can miss the true maximum or minimum.
  • Out-of-range stationary points: discard any that fall outside the interval.
  • Compare values, not xx: the answer is the largest/smallest function value.

Worked examples

Example 1

Find the maximum and minimum values of f(x)=x312xf(x) = x^3 - 12x on the closed interval [3,3][-3, 3].

Step 1: Stationary points: f(x)=3x212=0    x=±2f'(x) = 3x^2 - 12 = 0 \implies x = \pm 2. Both lie inside [3,3][-3, 3], so both must be tested.

Step 2: Evaluate at the two interior points and both endpoints:

f(3)=9,f(2)=16,f(2)=16,f(3)=9f(-3) = 9, \qquad f(-2) = 16, \qquad f(2) = -16, \qquad f(3) = -9

Step 3: The maximum value is 1616 (at x=2x = -2) and the minimum value is 16-16 (at x=2x = 2). Note that here both extremes occur at interior stationary points rather than at the endpoints.

Example 2

Find the maximum and minimum values of f(x)=2x33x2f(x) = 2x^3 - 3x^2 on [1,2][-1, 2].

Step 1: Stationary points: f(x)=6x26x=6x(x1)=0    x=0,1f'(x) = 6x^2 - 6x = 6x(x-1) = 0 \implies x = 0, 1. Both lie in [1,2][-1, 2].

Step 2: Evaluate at the stationary points and endpoints:

f(1)=5,f(0)=0,f(1)=1,f(2)=4f(-1) = -5, \quad f(0) = 0, \quad f(1) = -1, \quad f(2) = 4

Step 3: The maximum value is 44 (at x=2x = 2) and the minimum value is 5-5 (at x=1x = -1).