Section 4.1 Notes - Maximum and Minimum Values

Maximum and Minimum Values

Let cc be a number in the domain DD of a function ff.

  • Absolute Maximum Value: f(c)f(c) is the absolute maximum value of ff on DD if f(c)f(x)f(c) \geq f(x) for all xx in DD. (xD\forall x \in D)

  • Absolute Minimum Value: f(c)f(c) is the absolute minimum value of ff on DD if f(c)f(x)f(c) \leq f(x) for all xx in DD.

Local/Relative Max and Min

  • f(c)f(c) is a local/relative max of ff if f(c) > f(x) when xx is near cc.

  • f(c)f(c) is a local/relative min of ff if f(c) < f(x) when xx is near cc.

Fermat's Theorem

If ff has a local max or min at cc, and if f(c)f'(c) exists, then f(c)=0f'(c) = 0.

Critical Number/Value

A critical number/value of a function ff is a number cc in the domain of ff such that either f(c)=0f'(c) = 0 or f(c)f'(c) does not exist (dne).

  • If cc has a max or min, it is a critical value.

  • If cc is a critical value, it MAY be a max or min.

The Extreme Value Theorem

If ff is continuous on a closed interval [a,b][a, b], then ff attains an absolute max value f(c)f(c) and an absolute minimum value f(d)f(d) at some numbers cc and dd in [a,b][a, b].

Finding Max and Min

  1. Find the critical values.

  2. Evaluate f(a)f(a) and f(b)f(b).

  3. The largest y-coordinate is the max, and the smallest is the min.

Example:

f(x)=3x44x312x2+1f(x) = 3x^4 - 4x^3 - 12x^2 + 1 in [2,3][-2, 3]

  1. Find critical values in [2,3][-2, 3].
    f(x)=12x312x224x=12x(x2x2)=12x(x2)(x+1)=0f'(x) = 12x^3 - 12x^2 - 24x = 12x(x^2 - x - 2) = 12x(x - 2)(x + 1) = 0
    Critical values: x=0,2,1x = 0, 2, -1

  2. Evaluate at critical values and endpoints:

    • f(0)=1f(0) = 1

    • f(2)=31f(2) = -31

    • f(1)=4f(-1) = -4

    • f(2)=33f(-2) = 33

    • f(3)=8f(3) = -8

Absolute max of 33 at x=2x = -2
Absolute min of -31 at x=2x = 2