Application of Derivatives: Speed-Solving Techniques (10)

easy 2 min read

Question

Find the maximum and minimum values of f(x)=2x315x2+36x+1f(x) = 2x^3 - 15x^2 + 36x + 1 on the interval [0,5][0, 5].

Solution — Step by Step

f(x)=6x230x+36=6(x25x+6)=6(x2)(x3)f'(x) = 6x^2 - 30x + 36 = 6(x^2 - 5x + 6) = 6(x-2)(x-3).

Critical points: x=2x = 2 and x=3x = 3. Both lie in [0,5][0, 5].

f(0)=1f(0) = 1.

f(2)=1660+72+1=29f(2) = 16 - 60 + 72 + 1 = 29.

f(3)=54135+108+1=28f(3) = 54 - 135 + 108 + 1 = 28.

f(5)=250375+180+1=56f(5) = 250 - 375 + 180 + 1 = 56.

Maximum: f(5)=56f(5) = 56. Minimum: f(0)=1f(0) = 1.

Final answer: Max =56= 56 at x=5x = 5, Min =1= 1 at x=0x = 0.

Why This Works

On a closed interval, the absolute maximum and minimum of a continuous function occur either at critical points (where f=0f' = 0 or DNE) or at the endpoints. We just check all candidates and pick the largest and smallest.

The local max at x=2x = 2 (f=29f = 29) and local min at x=3x = 3 (f=28f = 28) are not the absolute extrema here — the endpoint x=5x = 5 wins. This is a classic exam trap.

Alternative Method

Use the second derivative test to classify the critical points (max or min) and combine with endpoint values. f(x)=12x30f''(x) = 12x - 30. At x=2x = 2: f(2)=6<0f''(2) = -6 < 0 → local max. At x=3x = 3: f(3)=6>0f''(3) = 6 > 0 → local min. Then check endpoints. Same answer.

Speed shortcut for closed-interval extrema: list critical points, list endpoints, evaluate ff at each, compare. Skip the first-derivative sign analysis unless asked.

Common Mistake

Forgetting endpoints. Students find f(2)=29f(2) = 29, declare it the maximum, and miss that f(5)=56f(5) = 56. On closed intervals, always check both endpoints.

Sign error in ff'. 6(x2)(x3)6(x-2)(x-3) is positive outside [2,3][2, 3] and negative inside. ff increases up to x=2x = 2, decreases on [2,3][2, 3], increases on [3,5][3, 5]. This explains why f(5)>f(2)f(5) > f(2) — the second increasing leg overtakes.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next