Derivative ApplicationsTopic #15 of 32

Critical Points and Extrema

Finding local and absolute maxima and minima using derivatives.

Definitions

Critical Point

A point cc in the domain of ff where:

  • f(c)=0f'(c) = 0, or
  • f(c)f'(c) does not exist

Local (Relative) Extrema

  • Local maximum: f(c)f(x)f(c) \geq f(x) for all xx near cc
  • Local minimum: f(c)f(x)f(c) \leq f(x) for all xx near cc

Absolute (Global) Extrema

  • Absolute maximum: f(c)f(x)f(c) \geq f(x) for all xx in the domain
  • Absolute minimum: f(c)f(x)f(c) \leq f(x) for all xx in the domain

Finding Critical Points

  1. Find f(x)f'(x)
  2. Solve f(x)=0f'(x) = 0
  3. Find where f(x)f'(x) is undefined (but f(x)f(x) is defined)

Tests for Local Extrema

First Derivative Test

At a critical point cc:

  • If ff' changes from ++ to - at cc: local maximum
  • If ff' changes from - to ++ at cc: local minimum
  • If ff' doesn't change sign: neither (inflection point)

Second Derivative Test

At a critical point cc where f(c)=0f'(c) = 0:

  • If f(c)>0f''(c) > 0: local minimum (concave up)
  • If f(c)<0f''(c) < 0: local maximum (concave down)
  • If f(c)=0f''(c) = 0: inconclusive (use first derivative test)

Finding Absolute Extrema on [a, b]

Closed Interval Method

  1. Find all critical points in (a,b)(a, b)
  2. Evaluate ff at critical points and endpoints
  3. Compare values:
    • Largest = absolute maximum
    • Smallest = absolute minimum

Examples

Example 1: Finding critical points

f(x)=x33x29x+5f(x) = x^3 - 3x^2 - 9x + 5

f(x)=3x26x9=3(x22x3)=3(x3)(x+1)f'(x) = 3x^2 - 6x - 9 = 3(x^2 - 2x - 3) = 3(x - 3)(x + 1)

f(x)=0 when x=3 or x=1f'(x) = 0 \text{ when } x = 3 \text{ or } x = -1

Critical points: x=1x = -1, x=3x = 3

Example 2: First derivative test

For f(x)=x33x29x+5f(x) = x^3 - 3x^2 - 9x + 5:

IntervalTest valuef(x)f'(x)Conclusion
x<1x < -1x=2x = -23(5)(1)=15>03(-5)(-1) = 15 > 0increasing
1<x<3-1 < x < 3x=0x = 03(3)(1)=9<03(-3)(1) = -9 < 0decreasing
x>3x > 3x=4x = 43(1)(5)=15>03(1)(5) = 15 > 0increasing
  • At x=1x = -1: changes ++ to -local max
  • At x=3x = 3: changes - to ++local min

Example 3: Second derivative test

f(x)=x33x29x+5f(x) = x^3 - 3x^2 - 9x + 5, f(x)=6x6f''(x) = 6x - 6

f(1)=12<0local maximum at x=1f''(-1) = -12 < 0 \rightarrow \text{local maximum at } x = -1

f(3)=12>0local minimum at x=3f''(3) = 12 > 0 \rightarrow \text{local minimum at } x = 3

Example 4: Absolute extrema

Find absolute extrema of f(x)=x33xf(x) = x^3 - 3x on [2,3][-2, 3].

f(x)=3x23=3(x21)=0f'(x) = 3x^2 - 3 = 3(x^2 - 1) = 0

x=±1x = \pm 1

Evaluate at critical points and endpoints:

xxf(x)f(x)
2-2(8)+6=2(-8) + 6 = -2
1-11+3=2-1 + 3 = 2
1113=21 - 3 = -2
33279=1827 - 9 = 18
  • Absolute maximum: 18 at x=3x = 3
  • Absolute minimum: 2-2 at x=2x = -2 and x=1x = 1

Example 5: Critical point where derivative undefined

f(x)=x2/3f(x) = x^{2/3}

f(x)=23x1/3=23x1/3f'(x) = \frac{2}{3}x^{-1/3} = \frac{2}{3x^{1/3}}

f(0)f'(0) is undefined, but f(0)=0f(0) = 0 is defined.

Critical point at x=0x = 0 (cusp).

Since f(x)<0f'(x) < 0 for x<0x < 0 and f(x)>0f'(x) > 0 for x>0x > 0: x=0x = 0 is a local minimum.