Optimization Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

medium
Find the absolute maximum and minimum of f(x)=x3โˆ’6x2+9x+1f(x) = x^3 - 6x^2 + 9x + 1 on [0,4][0, 4].

Solution

  1. 1
    fโ€ฒ(x)=3x2โˆ’12x+9=3(xโˆ’1)(xโˆ’3)f'(x) = 3x^2 - 12x + 9 = 3(x-1)(x-3). Critical points in [0,4][0,4]: x=1x=1 and x=3x=3.
  2. 2
    Evaluate ff at critical points and endpoints: f(0)=1f(0)=1, f(1)=5f(1)=5, f(3)=1f(3)=1, f(4)=5f(4)=5.
  3. 3
    Absolute maximum: 55 (at x=1x=1 and x=4x=4). Absolute minimum: 11 (at x=0x=0 and x=3x=3).

Answer

Absolute maximum =5= 5; absolute minimum =1= 1
For absolute extrema on a closed interval, check all critical points inside the interval AND both endpoints. The largest and smallest values among these candidates are the absolute maximum and minimum.

About Optimization

The process of using derivatives to systematically find maximum or minimum values of a function over a domain.

Learn more about Optimization โ†’

More Optimization Examples