How to Find Relative Max and Min Without Calculator
Finding relative maxima and minima in functions is a fundamental skill in calculus. While graphing calculators can help visualize these points, it's valuable to learn how to identify them without calculator assistance. This guide explains the key methods: the first derivative test and the second derivative test, along with practical examples.
What Are Relative Extrema?
Relative extrema are points on a function where the function values are either higher or lower than their immediate neighbors. These are also called local maxima and minima.
Key characteristics of relative extrema:
- Relative maxima: A point where the function value is greater than all nearby points
- Relative minima: A point where the function value is less than all nearby points
- Critical points: Points where the derivative is zero or undefined
- Not all critical points are extrema - some are points of inflection
Note: Absolute extrema are the highest and lowest points on the entire function, while relative extrema are local highs and lows within a restricted domain.
First Derivative Test
The first derivative test is the most common method for identifying relative extrema. Here's how it works:
- Find all critical points by solving f'(x) = 0 or where f'(x) is undefined
- Determine the sign of f'(x) on either side of each critical point
- Apply the following rules:
- If f'(x) changes from positive to negative, it's a relative maximum
- If f'(x) changes from negative to positive, it's a relative minimum
- If f'(x) doesn't change sign, it's not an extremum
To find critical points: f'(x) = 0 or f'(x) is undefined
Example Using First Derivative Test
Consider the function f(x) = x³ - 3x² + 4
- Find the derivative: f'(x) = 3x² - 6x
- Set f'(x) = 0: 3x² - 6x = 0 → 3x(x - 2) = 0 → x = 0 or x = 2
- Test intervals:
- For x < 0: f'(x) = positive (e.g., x = -1 → f'(-1) = 9 > 0)
- For 0 < x < 2: f'(x) = negative (e.g., x = 1 → f'(1) = -3 < 0)
- For x > 2: f'(x) = positive (e.g., x = 3 → f'(3) = 9 > 0)
- Conclusion:
- At x = 0: positive to negative → relative maximum
- At x = 2: negative to positive → relative minimum
Second Derivative Test
The second derivative test provides a quicker method when the first derivative test is too cumbersome:
- Find all critical points as before
- Find the second derivative f''(x)
- Evaluate f''(x) at each critical point:
- If f''(x) > 0 → relative minimum
- If f''(x) < 0 → relative maximum
- If f''(x) = 0 → test is inconclusive
Second derivative: f''(x) = d²f/dx²
Example Using Second Derivative Test
Using the same function f(x) = x³ - 3x² + 4
- First derivative: f'(x) = 3x² - 6x
- Critical points: x = 0 and x = 2
- Second derivative: f''(x) = 6x - 6
- Evaluate at critical points:
- At x = 0: f''(0) = -6 < 0 → relative maximum
- At x = 2: f''(2) = 6 > 0 → relative minimum
Comparison of Methods
| Method | Advantages | Disadvantages |
|---|---|---|
| First Derivative Test | Always works, gives clear sign changes | Requires more steps, needs to test intervals |
| Second Derivative Test | Faster when applicable, single evaluation | Only works when f''(x) ≠ 0, inconclusive otherwise |
The first derivative test is generally preferred because it's more reliable, though the second derivative test can be quicker when it works.
Worked Example
Find all relative extrema for f(x) = x⁴ - 4x³ + 4
Solution
- Find the first derivative: f'(x) = 4x³ - 12x²
- Find critical points: 4x³ - 12x² = 0 → 4x²(x - 3) = 0 → x = 0 or x = 3
- Find the second derivative: f''(x) = 12x² - 24x
- Evaluate at critical points:
- At x = 0: f''(0) = 0 → inconclusive
- At x = 3: f''(3) = 108 - 72 = 36 > 0 → relative minimum
- For x = 0, use first derivative test:
- For x < 0: f'(x) = positive (e.g., x = -1 → f'(-1) = -16 < 0)
- For 0 < x < 3: f'(x) = negative (e.g., x = 1 → f'(1) = -8 < 0)
- For x > 3: f'(x) = positive (e.g., x = 4 → f'(4) = 16 > 0)
Since f'(x) doesn't change sign around x = 0, it's not an extremum (point of inflection)
- Conclusion: Only relative minimum at x = 3
FAQ
- What's the difference between relative and absolute extrema?
- Relative extrema are local highs and lows within a restricted domain, while absolute extrema are the highest and lowest points on the entire function.
- When should I use the first derivative test vs. second derivative test?
- Use the first derivative test when you're unsure or when the second derivative test is inconclusive. The second derivative test is quicker when it works.
- What if the second derivative is zero at a critical point?
- If f''(x) = 0, the test is inconclusive and you must use the first derivative test to determine if it's a maximum, minimum, or neither.
- Can a function have more than one relative extremum?
- Yes, a function can have multiple relative maxima and minima, especially if it's complex or has multiple critical points.
- How do I know if a critical point is a saddle point?
- A critical point is a saddle point if it's neither a maximum nor a minimum, which can be determined using the first derivative test or by analyzing the function's behavior around that point.