Fiveable

โˆซCalculus I Unit 4 Review

QR code for Calculus I practice questions

4.3 Maxima and Minima

4.3 Maxima and Minima

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

Maxima and minima help you find the highest and lowest values a function can reach. These are the foundation of optimization, which shows up constantly in later calculus, physics, and engineering courses. To find them reliably, you need to understand critical points, the Extreme Value Theorem, and the closed interval method.

Maxima and Minima

Absolute vs. Local Extrema

Absolute extrema are the single highest or lowest function values across an entire domain. If f(c)โ‰ฅf(x)f(c) \geq f(x) for every xx in the domain, then f(c)f(c) is the absolute maximum. If f(c)โ‰คf(x)f(c) \leq f(x) for every xx in the domain, then f(c)f(c) is the absolute minimum.

Local extrema are high or low points relative to nearby values only. A local maximum at x=cx = c means f(c)โ‰ฅf(x)f(c) \geq f(x) for all xx in some small open interval around cc. A local minimum is the reverse.

A few things to keep straight:

  • Every absolute extremum on an open interval is also a local extremum, but a local extremum is not necessarily an absolute one. A function can have several local peaks and valleys, yet only one absolute max and one absolute min on a given domain.
  • On a closed interval, absolute extrema can occur at endpoints. Endpoints are not considered local extrema (since you can't look at both sides of an endpoint).
Absolute vs local extrema, Maxima/Minima Problems ยท Calculus

Critical Points

A critical point of ff occurs at x=cx = c (where cc is in the domain of ff) if either:

  • fโ€ฒ(c)=0f'(c) = 0 (the tangent line is horizontal), or
  • fโ€ฒ(c)f'(c) does not exist (corners, cusps, or vertical tangents)

To find critical points:

  1. Compute fโ€ฒ(x)f'(x).
  2. Set fโ€ฒ(x)=0f'(x) = 0 and solve for xx.
  3. Identify any xx-values in the domain where fโ€ฒ(x)f'(x) is undefined.
  4. Confirm each candidate is actually in the domain of ff.

Not every critical point is an extremum. For example, f(x)=x3f(x) = x^3 has fโ€ฒ(0)=0f'(0) = 0, but x=0x = 0 is neither a max nor a min. Critical points are candidates for extrema; you still need to test them.

Absolute vs local extrema, What Is The Difference Between A Relative Extrema and An Absolute Extrema? โ€“ Math FAQ

Closed Interval Method for Finding Absolute Extrema

The Extreme Value Theorem guarantees that if ff is continuous on a closed interval [a,b][a, b], then ff must attain both an absolute maximum and an absolute minimum somewhere on that interval. This theorem is what makes the closed interval method work.

Here's the procedure:

  1. Verify that ff is continuous on [a,b][a, b].
  2. Find all critical points of ff in the open interval (a,b)(a, b).
  3. Evaluate ff at each critical point.
  4. Evaluate ff at the endpoints x=ax = a and x=bx = b.
  5. Compare all the values from steps 3 and 4. The largest is the absolute maximum; the smallest is the absolute minimum.

Example: Find the absolute extrema of f(x)=2x3โˆ’3x2โˆ’12x+5f(x) = 2x^3 - 3x^2 - 12x + 5 on [โˆ’2,3][-2, 3].

  1. ff is a polynomial, so it's continuous everywhere.

  2. fโ€ฒ(x)=6x2โˆ’6xโˆ’12=6(x2โˆ’xโˆ’2)=6(xโˆ’2)(x+1)f'(x) = 6x^2 - 6x - 12 = 6(x^2 - x - 2) = 6(x - 2)(x + 1). Setting fโ€ฒ(x)=0f'(x) = 0 gives x=2x = 2 and x=โˆ’1x = -1. Both are in (โˆ’2,3)(-2, 3).

  3. f(โˆ’1)=2(โˆ’1)3โˆ’3(โˆ’1)2โˆ’12(โˆ’1)+5=โˆ’2โˆ’3+12+5=12f(-1) = 2(-1)^3 - 3(-1)^2 - 12(-1) + 5 = -2 - 3 + 12 + 5 = 12

  4. f(2)=2(8)โˆ’3(4)โˆ’12(2)+5=16โˆ’12โˆ’24+5=โˆ’15f(2) = 2(8) - 3(4) - 12(2) + 5 = 16 - 12 - 24 + 5 = -15

  5. f(โˆ’2)=2(โˆ’8)โˆ’3(4)โˆ’12(โˆ’2)+5=โˆ’16โˆ’12+24+5=1f(-2) = 2(-8) - 3(4) - 12(-2) + 5 = -16 - 12 + 24 + 5 = 1

  6. f(3)=2(27)โˆ’3(9)โˆ’12(3)+5=54โˆ’27โˆ’36+5=โˆ’4f(3) = 2(27) - 3(9) - 12(3) + 5 = 54 - 27 - 36 + 5 = -4

Comparing: f(โˆ’1)=12f(-1) = 12, f(2)=โˆ’15f(2) = -15, f(โˆ’2)=1f(-2) = 1, f(3)=โˆ’4f(3) = -4. The absolute maximum is 1212 at x=โˆ’1x = -1, and the absolute minimum is โˆ’15-15 at x=2x = 2.

Real-World Significance of Extrema

Optimization problems are one of the biggest applications of derivatives. A few classic examples:

  • Maximizing: profit, area enclosed by a fence, volume of a container
  • Minimizing: production cost, material used, travel time

For instance, finding the maximum height of a projectile means finding the absolute maximum of its height function on a time interval. Determining the cheapest way to build a container means minimizing a cost function. In each case, you're setting up a function and then using critical points (and often the closed interval method) to locate the extreme values.

  • Inflection points are where the concavity of ff changes (from concave up to concave down, or vice versa). These are found where fโ€ฒโ€ฒ(x)=0f''(x) = 0 or fโ€ฒโ€ฒ(x)f''(x) is undefined, but you must verify the concavity actually switches. Inflection points are not extrema, though they often appear between a local max and a local min.
  • Monotonicity refers to whether ff is increasing or decreasing on an interval. If fโ€ฒ(x)>0f'(x) > 0 on an interval, ff is increasing there; if fโ€ฒ(x)<0f'(x) < 0, it's decreasing. A sign change in fโ€ฒf' at a critical point signals a local extremum, which connects directly to the First Derivative Test (covered in the next section).
2,589 studying โ†’