How to Determine Maximums of A Function Without A Calculator
Finding the maximum value of a function is a fundamental skill in calculus. While graphing calculators can provide quick visual solutions, understanding the mathematical process allows you to determine maximums without relying on technology. This guide explains the step-by-step methods for finding function maximums using calculus techniques.
Introduction
A function's maximum value is the highest point on its graph. In calculus, we find these points using derivatives and tests. The process involves:
- Finding critical points where the derivative is zero or undefined
- Applying the first derivative test to determine if these points are maxima
- Optionally using the second derivative test for confirmation
These methods work for continuous functions on closed intervals, which is the most common scenario in applied mathematics.
Finding Critical Points
Critical points occur where the derivative of the function is either zero or undefined. These points are potential candidates for maxima, minima, or points of inflection.
For a function f(x), find critical points by solving:
f'(x) = 0 or f'(x) is undefined
Example: For f(x) = x³ - 3x² + 4,
- Find the derivative: f'(x) = 3x² - 6x
- Set derivative to zero: 3x² - 6x = 0 → 3x(x - 2) = 0
- Critical points at x = 0 and x = 2
First Derivative Test
The first derivative test examines the sign of the derivative on either side of a critical point to determine if it's a maximum.
If f'(x) changes from positive to negative at a critical point, that point is a local maximum.
Example: For f(x) = x³ - 3x² + 4 at x = 2:
- Test x = 1.99: f'(1.99) = positive
- Test x = 2.01: f'(2.01) = negative
- Conclusion: x = 2 is a local maximum
Second Derivative Test
The second derivative test provides a quicker method to identify maxima by examining the concavity at critical points.
If f''(x) < 0 at a critical point, that point is a local maximum.
Example: For f(x) = x³ - 3x² + 4 at x = 2:
- Find second derivative: f''(x) = 6x - 6
- Evaluate at x = 2: f''(2) = 6 = positive
- Conclusion: x = 2 is a local minimum (contradicts first derivative test)
When the second derivative test is inconclusive (f''(x) = 0), always fall back to the first derivative test.
Worked Example
Find the maximum value of f(x) = -x² + 4x + 5 on the interval [0, 5].
- Find derivative: f'(x) = -2x + 4
- Find critical point: -2x + 4 = 0 → x = 2
- Evaluate first derivative test:
- x = 1.99: f'(1.99) = positive
- x = 2.01: f'(2.01) = negative
- Conclusion: x = 2 is a local maximum
- Calculate maximum value: f(2) = -4 + 8 + 5 = 9
The maximum value of the function on this interval is 9 at x = 2.
Common Mistakes
- Forgetting to check endpoints of closed intervals
- Assuming all critical points are maxima without testing
- Misapplying the first derivative test by not testing both sides
- Ignoring the possibility of multiple maxima in a function
- Using the second derivative test when it's inconclusive