Cal11 calculator

Minimum and Maximum on An Interval Calculator

Reviewed by Calculator Editorial Team

Finding the minimum and maximum values of a function on a closed interval is a fundamental problem in calculus. This calculator helps you determine these critical points using the Extreme Value Theorem and the First Derivative Test.

What is Minimum and Maximum on an Interval?

When analyzing a function over a closed interval [a, b], we're often interested in finding its minimum and maximum values. These values are called the absolute minimum and absolute maximum of the function on the interval.

The Extreme Value Theorem states that if a function f is continuous on a closed interval [a, b], then f attains an absolute maximum and absolute minimum on that interval. This means there exist numbers c and d in [a, b] such that f(c) is the minimum value and f(d) is the maximum value of f on the interval.

How to Calculate Minimum and Maximum

To find the minimum and maximum values of a function on an interval, follow these steps:

  1. Identify the interval [a, b] where you want to find the extrema.
  2. Find all critical points of the function within the interval by solving f'(x) = 0.
  3. Evaluate the function at the critical points and at the endpoints of the interval.
  4. Compare these values to determine the absolute minimum and absolute maximum.

Note: The function must be continuous on the closed interval and differentiable on the open interval (a, b) for these methods to apply.

Formula

For a function f(x) on the interval [a, b]:

Absolute Minimum = min{f(a), f(b), f(c₁), f(c₂), ..., f(cₙ)}
Absolute Maximum = max{f(a), f(b), f(c₁), f(c₂), ..., f(cₙ)}

Where c₁, c₂, ..., cₙ are the critical points within the interval.

Worked Example

Let's find the minimum and maximum values of f(x) = x³ - 3x² + 4 on the interval [-1, 3].

  1. Find the derivative: f'(x) = 3x² - 6x.
  2. Find critical points by solving f'(x) = 0: 3x² - 6x = 0 → x(x - 2) = 0 → x = 0 or x = 2.
  3. Evaluate f(x) at critical points and endpoints:
    • f(-1) = (-1)³ - 3(-1)² + 4 = -1 - 3 + 4 = 0
    • f(0) = 0³ - 3(0)² + 4 = 4
    • f(2) = 2³ - 3(2)² + 4 = 8 - 12 + 4 = 0
    • f(3) = 3³ - 3(3)² + 4 = 27 - 27 + 4 = 4
  4. Compare values: The minimum value is 0, and the maximum value is 4.

FAQ

What if the function is not continuous on the interval?

If the function has a discontinuity within the interval, the Extreme Value Theorem doesn't guarantee that absolute extrema exist. You would need to analyze the function's behavior around the discontinuity.

How do I know if a critical point is a minimum or maximum?

You can use the First Derivative Test or the Second Derivative Test to determine the nature of critical points. The First Derivative Test examines the sign of the derivative on either side of the critical point, while the Second Derivative Test looks at the value of the second derivative at the critical point.

What if the function has the same value at multiple points?

If multiple points yield the same minimum or maximum value, all of those points are considered to be minima or maxima. The function attains the same value at these points.