Maximum Value on An Interval Calculator
Finding the maximum value of a function on a closed interval is a fundamental calculus problem. This calculator helps you determine the highest point of a function within a specified range using the Extreme Value Theorem.
What is Maximum Value on an Interval?
The maximum value of a function on a closed interval [a, b] is the highest value that the function attains within that interval. According to the Extreme Value Theorem, a continuous function on a closed interval must attain both a maximum and minimum value.
Key Concept: The Extreme Value Theorem states that if a function f is continuous on a closed interval [a, b], then f attains both a maximum and minimum value on that interval.
Why is this important?
Understanding maximum values helps in various applications including:
- Optimization problems in engineering and economics
- Finding peak performance in sports science
- Determining maximum capacity in resource allocation
- Analyzing financial models to find peak values
How to Calculate Maximum Value
To find the maximum value of a function on a closed interval, follow these steps:
- Identify the function f(x) and the interval [a, b]
- Find all critical points within the interval by solving f'(x) = 0 or where f'(x) does not exist
- Evaluate the function at the critical points and at the endpoints of the interval
- Compare all these values to determine the maximum value
Common Pitfalls
- Forgetting to check both endpoints of the interval
- Missing critical points where the derivative does not exist
- Assuming the maximum occurs only at critical points without checking endpoints
- Using the wrong interval boundaries
Worked Example
Let's find the maximum value of f(x) = x³ - 3x² + 4 on the interval [-1, 3].
Step 1: Find the derivative
f'(x) = 3x² - 6x
Step 2: Find critical points
Set f'(x) = 0: 3x² - 6x = 0 → 3x(x - 2) = 0 → x = 0 or x = 2
Step 3: Evaluate the function
| Point | f(x) |
|---|---|
| x = -1 (left endpoint) | (-1)³ - 3(-1)² + 4 = -1 - 3 + 4 = 0 |
| x = 0 (critical point) | 0³ - 3(0)² + 4 = 4 |
| x = 2 (critical point) | 2³ - 3(2)² + 4 = 8 - 12 + 4 = 0 |
| x = 3 (right endpoint) | 3³ - 3(3)² + 4 = 27 - 27 + 4 = 4 |
Step 4: Determine the maximum
The maximum value is 4, which occurs at both x = 0 and x = 3.