Critical Points and Extrema

Finding maximum and minimum values of functions

🔍 Critical Points and Extrema

What are Extrema?

Extrema are the maximum and minimum values of a function. They come in two types:

Types of Extrema

Absolute (Global) Extrema:

  • Absolute maximum: The highest point on the entire graph
  • Absolute minimum: The lowest point on the entire graph

Local (Relative) Extrema:

  • Local maximum: A peak - higher than nearby points
  • Local minimum: A valley - lower than nearby points

💡 Key Idea: A function can have multiple local extrema, but at most one absolute max and one absolute min (on a given interval).


What are Critical Points?

A critical point occurs at x=cx = c if:

  1. f(c)=0f'(c) = 0 (horizontal tangent), OR
  2. f(c)f'(c) does not exist (sharp corner, vertical tangent, discontinuity)

⚠️ Important: Not all critical points are extrema! But all local extrema (that occur in the interior of the domain) ARE critical points.


Fermat's Theorem

Fermat's Theorem: If ff has a local extremum at x=cx = c, and f(c)f'(c) exists, then f(c)=0f'(c) = 0.

What this means:

  • Local maxima and minima can only occur where the derivative is zero or undefined
  • To find extrema, we must check critical points!

BUT: Not every critical point is an extremum. We need to test them!


Finding Critical Points

Step-by-Step Process

Step 1: Find f(x)f'(x)

Step 2: Solve f(x)=0f'(x) = 0

Step 3: Find where f(x)f'(x) is undefined

Step 4: Check that these xx-values are in the domain of ff

All these points are critical points!


Example 1: Basic Polynomial

Find all critical points of f(x)=x33x29x+5f(x) = x^3 - 3x^2 - 9x + 5

Step 1: Find the derivative

f(x)=3x26x9f'(x) = 3x^2 - 6x - 9

Step 2: Set equal to zero

3x26x9=03x^2 - 6x - 9 = 0

3(x22x3)=03(x^2 - 2x - 3) = 0

3(x3)(x+1)=03(x - 3)(x + 1) = 0

So x=3x = 3 or x=1x = -1

Step 3: Check if undefined

f(x)f'(x) is a polynomial, so it's defined everywhere ✓

Answer: Critical points at x=1x = -1 and x=3x = 3


Example 2: Rational Function

Find critical points of f(x)=x2x2f(x) = \frac{x^2}{x - 2}

Step 1: Find derivative (Quotient Rule)

f(x)=(2x)(x2)(x2)(1)(x2)2f'(x) = \frac{(2x)(x-2) - (x^2)(1)}{(x-2)^2}

=2x24xx2(x2)2= \frac{2x^2 - 4x - x^2}{(x-2)^2}

=x24x(x2)2= \frac{x^2 - 4x}{(x-2)^2}

=x(x4)(x2)2= \frac{x(x-4)}{(x-2)^2}

Step 2: Set equal to zero

x(x4)(x2)2=0\frac{x(x-4)}{(x-2)^2} = 0

Numerator = 0: x(x4)=0x(x-4) = 0

So x=0x = 0 or x=4x = 4

Step 3: Check if undefined

f(x)f'(x) is undefined when (x2)2=0(x-2)^2 = 0, i.e., when x=2x = 2

But f(2)f(2) is also undefined (not in domain), so x=2x = 2 is NOT a critical point.

Answer: Critical points at x=0x = 0 and x=4x = 4


The Extreme Value Theorem

Extreme Value Theorem (EVT): If ff is continuous on a closed interval [a,b][a, b], then ff has both an absolute maximum and an absolute minimum on [a,b][a, b].

Why This Matters

On a closed interval, extrema can occur at:

  1. Critical points in the interior (a,b)(a, b)
  2. Endpoints x=ax = a or x=bx = b

So to find absolute extrema on [a,b][a, b]:

  • Find all critical points in (a,b)(a, b)
  • Evaluate ff at critical points AND endpoints
  • The largest value is the absolute max
  • The smallest value is the absolute min

Finding Absolute Extrema on a Closed Interval

The Closed Interval Method

Step 1: Find all critical points in (a,b)(a, b)

Step 2: Evaluate ff at each critical point

Step 3: Evaluate ff at the endpoints aa and bb

Step 4: Compare all values:

  • Largest value = absolute maximum
  • Smallest value = absolute minimum

Example: Closed Interval Method

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

Step 1: Find critical points

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

f(x)=0f'(x) = 0 when x=1x = 1 or x=1x = -1

Both are in (2,2)(-2, 2)

Step 2: Evaluate at critical points

f(1)=(1)33(1)+1=1+3+1=3f(-1) = (-1)^3 - 3(-1) + 1 = -1 + 3 + 1 = 3

f(1)=133(1)+1=13+1=1f(1) = 1^3 - 3(1) + 1 = 1 - 3 + 1 = -1

Step 3: Evaluate at endpoints

f(2)=(2)33(2)+1=8+6+1=1f(-2) = (-2)^3 - 3(-2) + 1 = -8 + 6 + 1 = -1

f(2)=233(2)+1=86+1=3f(2) = 2^3 - 3(2) + 1 = 8 - 6 + 1 = 3

Step 4: Compare

Values: f(2)=1f(-2) = -1, f(1)=3f(-1) = 3, f(1)=1f(1) = -1, f(2)=3f(2) = 3

Answer:

  • Absolute maximum: 33 at x=1x = -1 and x=2x = 2
  • Absolute minimum: 1-1 at x=1x = 1 and x=2x = -2

Common Types of Critical Points

Type 1: Horizontal Tangent (f(c)=0f'(c) = 0)

The most common type - the derivative equals zero.

Examples:

  • Tops of hills (local max)
  • Bottoms of valleys (local min)
  • Inflection points with horizontal tangent

Type 2: Sharp Corner

The function is continuous but not differentiable.

Example: f(x)=xf(x) = |x| at x=0x = 0

  • ff is continuous at x=0x = 0
  • f(0)f'(0) does not exist (sharp turn)
  • x=0x = 0 is a critical point (absolute minimum!)

Type 3: Vertical Tangent

Example: f(x)=x1/3f(x) = x^{1/3} at x=0x = 0

  • f(x)=13x2/3=13x2/3f'(x) = \frac{1}{3}x^{-2/3} = \frac{1}{3x^{2/3}}
  • f(0)f'(0) is undefined (vertical tangent)
  • x=0x = 0 is a critical point (inflection point)

Type 4: Discontinuity

If ff is discontinuous at x=cx = c, it's NOT a critical point (must be in domain).


⚠️ Common Mistakes

Mistake 1: Assuming All Critical Points Are Extrema

❌ Critical points might be inflection points or saddle points ✅ Always verify using a test (First Derivative Test, Second Derivative Test)

Mistake 2: Forgetting Endpoints

When finding absolute extrema on [a,b][a, b], always check the endpoints!

Mistake 3: Domain Errors

x=cx = c is only a critical point if it's in the domain of ff.

Mistake 4: Undefined vs. Zero

f(c)=0f'(c) = 0 and f(c)f'(c) undefined are both critical points, but they're different!


Quick Reference

Critical Point Checklist

  • [ ] Find f(x)f'(x)
  • [ ] Solve f(x)=0f'(x) = 0
  • [ ] Find where f(x)f'(x) is undefined
  • [ ] Verify points are in domain of ff

Absolute Extrema Checklist (on [a,b][a, b])

  • [ ] Find all critical points in (a,b)(a, b)
  • [ ] Evaluate ff at critical points
  • [ ] Evaluate ff at endpoints aa and bb
  • [ ] Largest value = absolute max
  • [ ] Smallest value = absolute min

📝 Practice Tips

  1. Always find the derivative first before looking for critical points
  2. Set derivative equal to zero and solve carefully
  3. Check for undefined points in the derivative
  4. Verify domain - make sure critical points are where ff exists
  5. For closed intervals, don't forget the endpoints!
  6. To classify critical points, use First or Second Derivative Test (next lessons!)

📚 Practice Problems

1Problem 1medium

Question:

Find all critical points of f(x)=x36x2+9x+1f(x) = x^3 - 6x^2 + 9x + 1.

💡 Show Solution

Solution:

Critical points occur where f(x)=0f'(x) = 0 or f(x)f'(x) is undefined.

Find the derivative:

f(x)=3x212x+9f'(x) = 3x^2 - 12x + 9

Set equal to zero:

3x212x+9=03x^2 - 12x + 9 = 0

3(x24x+3)=03(x^2 - 4x + 3) = 0

3(x1)(x3)=03(x - 1)(x - 3) = 0

x=1x = 1 or x=3x = 3

Find corresponding yy-values:

f(1)=16+9+1=5f(1) = 1 - 6 + 9 + 1 = 5 f(3)=2754+27+1=1f(3) = 27 - 54 + 27 + 1 = 1

Critical points: (1,5)(1, 5) and (3,1)(3, 1)

2Problem 2easy

Question:

Find all critical points of f(x)=x44x3+3f(x) = x^4 - 4x^3 + 3.

💡 Show Solution

Step 1: Find the derivative

f(x)=x44x3+3f(x) = x^4 - 4x^3 + 3

f(x)=4x312x2f'(x) = 4x^3 - 12x^2


Step 2: Factor the derivative

f(x)=4x312x2=4x2(x3)f'(x) = 4x^3 - 12x^2 = 4x^2(x - 3)


Step 3: Set equal to zero

4x2(x3)=04x^2(x - 3) = 0

This gives us:

  • 4x2=04x^2 = 0x=0x = 0
  • x3=0x - 3 = 0x=3x = 3

Step 4: Check if undefined

f(x)=4x2(x3)f'(x) = 4x^2(x-3) is a polynomial, so it's defined everywhere ✓


Step 5: Verify in domain

Both x=0x = 0 and x=3x = 3 are in the domain of ff

Answer: Critical points at x=0x = 0 and x=3x = 3

3Problem 3medium

Question:

Find all critical points of f(x)=x36x2+9x+1f(x) = x^3 - 6x^2 + 9x + 1.

💡 Show Solution

Solution:

Critical points occur where f(x)=0f'(x) = 0 or f(x)f'(x) is undefined.

Find the derivative:

f(x)=3x212x+9f'(x) = 3x^2 - 12x + 9

Set equal to zero:

3x212x+9=03x^2 - 12x + 9 = 0

3(x24x+3)=03(x^2 - 4x + 3) = 0

3(x1)(x3)=03(x - 1)(x - 3) = 0

x=1x = 1 or x=3x = 3

Find corresponding yy-values:

f(1)=16+9+1=5f(1) = 1 - 6 + 9 + 1 = 5 f(3)=2754+27+1=1f(3) = 27 - 54 + 27 + 1 = 1

Critical points: (1,5)(1, 5) and (3,1)(3, 1)

4Problem 4hard

Question:

Find the absolute maximum and minimum values of f(x)=x33x29x+5f(x) = x^3 - 3x^2 - 9x + 5 on the interval [2,4][-2, 4].

💡 Show Solution

Solution:

Step 1: Find critical points in [2,4][-2, 4].

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)

Critical points: x=3x = 3 and x=1x = -1 (both in the interval)

Step 2: Evaluate ff at critical points and endpoints.

f(2)=(2)33(2)29(2)+5=812+18+5=3f(-2) = (-2)^3 - 3(-2)^2 - 9(-2) + 5 = -8 - 12 + 18 + 5 = 3

f(1)=(1)33(1)29(1)+5=13+9+5=10f(-1) = (-1)^3 - 3(-1)^2 - 9(-1) + 5 = -1 - 3 + 9 + 5 = 10

f(3)=(3)33(3)29(3)+5=272727+5=22f(3) = (3)^3 - 3(3)^2 - 9(3) + 5 = 27 - 27 - 27 + 5 = -22

f(4)=(4)33(4)29(4)+5=644836+5=15f(4) = (4)^3 - 3(4)^2 - 9(4) + 5 = 64 - 48 - 36 + 5 = -15

Step 3: Compare values.

Absolute maximum: f(1)=10f(-1) = 10 Absolute minimum: f(3)=22f(3) = -22

5Problem 5hard

Question:

Find the absolute maximum and minimum values of f(x)=x33x29x+5f(x) = x^3 - 3x^2 - 9x + 5 on the interval [2,4][-2, 4].

💡 Show Solution

Solution:

Step 1: Find critical points in [2,4][-2, 4].

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)

Critical points: x=3x = 3 and x=1x = -1 (both in the interval)

Step 2: Evaluate ff at critical points and endpoints.

f(2)=(2)33(2)29(2)+5=812+18+5=3f(-2) = (-2)^3 - 3(-2)^2 - 9(-2) + 5 = -8 - 12 + 18 + 5 = 3

f(1)=(1)33(1)29(1)+5=13+9+5=10f(-1) = (-1)^3 - 3(-1)^2 - 9(-1) + 5 = -1 - 3 + 9 + 5 = 10

f(3)=(3)33(3)29(3)+5=272727+5=22f(3) = (3)^3 - 3(3)^2 - 9(3) + 5 = 27 - 27 - 27 + 5 = -22

f(4)=(4)33(4)29(4)+5=644836+5=15f(4) = (4)^3 - 3(4)^2 - 9(4) + 5 = 64 - 48 - 36 + 5 = -15

Step 3: Compare values.

Absolute maximum: f(1)=10f(-1) = 10 Absolute minimum: f(3)=22f(3) = -22

6Problem 6medium

Question:

Find the absolute maximum and minimum values of g(x)=2x3+3x212x+5g(x) = 2x^3 + 3x^2 - 12x + 5 on the interval [3,2][-3, 2].

💡 Show Solution

Step 1: Find the derivative

g(x)=6x2+6x12g'(x) = 6x^2 + 6x - 12


Step 2: Find critical points

6x2+6x12=06x^2 + 6x - 12 = 0

6(x2+x2)=06(x^2 + x - 2) = 0

6(x+2)(x1)=06(x + 2)(x - 1) = 0

So x=2x = -2 or x=1x = 1

Both are in [3,2][-3, 2]


Step 3: Evaluate at critical points

g(2)=2(2)3+3(2)212(2)+5g(-2) = 2(-2)^3 + 3(-2)^2 - 12(-2) + 5 =2(8)+3(4)+24+5= 2(-8) + 3(4) + 24 + 5 =16+12+24+5=25= -16 + 12 + 24 + 5 = 25

g(1)=2(1)3+3(1)212(1)+5g(1) = 2(1)^3 + 3(1)^2 - 12(1) + 5 =2+312+5=2= 2 + 3 - 12 + 5 = -2


Step 4: Evaluate at endpoints

g(3)=2(3)3+3(3)212(3)+5g(-3) = 2(-3)^3 + 3(-3)^2 - 12(-3) + 5 =2(27)+3(9)+36+5= 2(-27) + 3(9) + 36 + 5 =54+27+36+5=14= -54 + 27 + 36 + 5 = 14

g(2)=2(2)3+3(2)212(2)+5g(2) = 2(2)^3 + 3(2)^2 - 12(2) + 5 =2(8)+3(4)24+5= 2(8) + 3(4) - 24 + 5 =16+1224+5=9= 16 + 12 - 24 + 5 = 9


Step 5: Compare all values

g(3)=14g(-3) = 14, g(2)=25g(-2) = 25, g(1)=2g(1) = -2, g(2)=9g(2) = 9

Answer:

  • Absolute maximum: 2525 at x=2x = -2
  • Absolute minimum: 2-2 at x=1x = 1

7Problem 7hard

Question:

Find all critical points of h(x)=x2/3(x5)h(x) = x^{2/3}(x - 5).

💡 Show Solution

Step 1: Expand the function

h(x)=x2/3(x5)=x5/35x2/3h(x) = x^{2/3}(x - 5) = x^{5/3} - 5x^{2/3}


Step 2: Find the derivative

h(x)=53x2/3523x1/3h'(x) = \frac{5}{3}x^{2/3} - 5 \cdot \frac{2}{3}x^{-1/3}

h(x)=53x2/3103x1/3h'(x) = \frac{5}{3}x^{2/3} - \frac{10}{3}x^{-1/3}


Step 3: Factor using common denominator

h(x)=5x2/33103x1/3h'(x) = \frac{5x^{2/3}}{3} - \frac{10}{3x^{1/3}}

h(x)=5x2/3x1/3103x1/3h'(x) = \frac{5x^{2/3} \cdot x^{1/3} - 10}{3x^{1/3}}

h(x)=5x103x1/3h'(x) = \frac{5x - 10}{3x^{1/3}}

h(x)=5(x2)3x1/3h'(x) = \frac{5(x - 2)}{3x^{1/3}}


Step 4: Find where h(x)=0h'(x) = 0

Numerator = 0: 5(x2)=05(x - 2) = 0

So x=2x = 2


Step 5: Find where h(x)h'(x) is undefined

Denominator = 0: 3x1/3=03x^{1/3} = 0

So x=0x = 0

h(0)=02/3(05)=0h(0) = 0^{2/3}(0 - 5) = 0 (in domain) ✓


Answer: Critical points at x=0x = 0 and x=2x = 2

Note: At x=0x = 0, there's a vertical tangent (cusp).