Cal11 calculator

Intervals of Increase and Decrease and Local Extrema Calculator

Reviewed by Calculator Editorial Team

This calculator helps you determine the intervals where a function is increasing or decreasing, and identifies its local extrema (maxima and minima). Understanding these concepts is essential for analyzing the behavior of functions in calculus.

What are intervals of increase and decrease?

In calculus, the interval of increase of a function is the set of all x-values where the function's value increases as x increases. Similarly, the interval of decrease is where the function's value decreases as x increases.

To find these intervals, you need to determine where the first derivative of the function is positive (increasing) or negative (decreasing). Critical points, where the derivative is zero or undefined, help divide the domain into these intervals.

Key Concept: A function f(x) is increasing on an interval if f'(x) > 0 for all x in that interval, and decreasing if f'(x) < 0.

How to find intervals of increase and decrease

Step 1: Find the first derivative

Start by finding the derivative f'(x) of the given function. This will help you identify critical points and determine where the function is increasing or decreasing.

Step 2: Find critical points

Set the first derivative equal to zero or undefined to find critical points. These points divide the domain into intervals that you'll analyze.

Step 3: Test intervals

Choose test points from each interval and plug them into f'(x). If f'(x) > 0, the function is increasing on that interval. If f'(x) < 0, it's decreasing.

Step 4: Determine behavior at critical points

Use the first derivative test to determine if a critical point is a local maximum, local minimum, or neither.

Understanding local extrema

Local extrema are points where a function has a local maximum or minimum. A local maximum is a point where the function value is greater than all nearby points, while a local minimum is where it's smaller.

To identify local extrema, you can use the first derivative test or the second derivative test. The first derivative test involves analyzing the sign of f'(x) before and after the critical point, while the second derivative test uses the value of f''(x) at the critical point.

Note: A function may have multiple local extrema, and not all critical points are local extrema.

Worked example

Let's find the intervals of increase and decrease for the function f(x) = x³ - 3x² + 4.

Step 1: Find the first 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: Test intervals

Test points in each interval:

  • For x < 0 (e.g., x = -1): f'(-1) = 3(-1)² - 6(-1) = 3 + 6 = 9 > 0 → Increasing
  • For 0 < x < 2 (e.g., x = 1): f'(1) = 3(1)² - 6(1) = 3 - 6 = -3 < 0 → Decreasing
  • For x > 2 (e.g., x = 3): f'(3) = 3(3)² - 6(3) = 27 - 18 = 9 > 0 → Increasing

Step 4: Determine local extrema

At x = 0: f'(x) changes from positive to negative → Local maximum

At x = 2: f'(x) changes from negative to positive → Local minimum

Results

Intervals of Increase: (-∞, 0) and (2, ∞)

Intervals of Decrease: (0, 2)

Local Maximum: At x = 0, f(0) = 4

Local Minimum: At x = 2, f(2) = 0

FAQ

What is the difference between local and absolute extrema?
Local extrema are the highest or lowest points in a small neighborhood around the point, while absolute extrema are the highest or lowest points on the entire domain of the function.
How do I know if a critical point is a local maximum or minimum?
You can use the first derivative test (analyzing the sign change of f'(x)) or the second derivative test (checking if f''(x) is positive or negative).
What if the first derivative is zero over an entire interval?
If f'(x) = 0 for all x in an interval, the function is constant on that interval and has no local extrema.
Can a function have more than one local maximum or minimum?
Yes, a function can have multiple local maxima and minima, especially if it has multiple critical points.
How do I handle functions with undefined derivatives?
Points where the derivative is undefined are also critical points and should be tested for local extrema.