Historical Context & Motivation
Long before calculus existed, mathematicians and scientists cared deeply about how things change. Ancient Greek astronomers tracked the rising and setting of celestial bodies, noting periods when a planet appeared to speed up or slow down across the sky. Describing these changes precisely, however, required tools that wouldn't be invented for nearly two thousand years.
In the seventeenth century, Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus, giving mathematicians a rigorous way to study rates of change. The derivative became the key tool for answering a fundamental question: on which intervals does a function go up, and on which does it go down? This question is not just academic — engineers use it to optimize designs, economists use it to model profit, and physicists use it to analyze motion.
The central question this lesson addresses is straightforward: given a function f(x), how do you determine exactly which intervals correspond to the function climbing upward and which correspond to it falling downward? The answer lies in analyzing the sign of the first derivative, f′(x).
Core Principles & Definitions
Before diving into calculations, you need to understand the vocabulary and the logic that connects derivatives to the behavior of a function. The ideas are intuitive once you see how the slope of a tangent line tells you the direction a curve is headed.
Increasing Function
Decreasing Function
Critical Numbers
Sign of the Derivative
The First Derivative Test Process
Visual Explanation
The diagram below shows a polynomial function along with annotations that highlight its increasing and decreasing intervals. Notice how the tangent lines tilt upward (positive slope) in the green-shaded regions and tilt downward (negative slope) in the red-shaded regions. At the critical points, the tangent line is perfectly horizontal.
Notice the pattern: every time the function switches from increasing to decreasing (or vice versa), it passes through a critical point. At the local maximum, the curve stops rising and starts falling. At the local minimum, the curve stops falling and starts rising. Between critical points, the derivative maintains a constant sign — either entirely positive or entirely negative.
Mathematical Framework
The process for finding increasing and decreasing intervals follows a systematic series of steps. Each step builds on the previous one, and the entire method rests on a single powerful theorem.
Step-by-Step Procedure
- Step 1: Find f′(x) by differentiating f(x).
- Step 2: Set f′(x) = 0 and solve. Also identify any x-values where f′(x) does not exist but f(x) does. These are your critical numbers.
- Step 3: Plot the critical numbers on a number line, dividing it into sub-intervals.
- Step 4: Pick a test value in each sub-interval and evaluate f′ at that test value. Record whether f′ is positive or negative.
- Step 5: Conclude: f is increasing where f′ > 0 and decreasing where f′ < 0.
Sign Charts & Classification
A sign chart (also called a sign diagram or number-line test) is the organizational tool that ties everything together. It provides a clear, visual way to track the sign of f′(x) across all sub-intervals. The diagram below demonstrates a sign chart for the function f(x) = x³ − 3x, whose derivative is f′(x) = 3x² − 3 = 3(x − 1)(x + 1).
| Interval | Test Value | f′(test) | Sign | f Behavior |
|---|---|---|---|---|
| (−∞, −1) | x = −2 | 3(4 − 1) = 9 | + | Increasing |
| (−1, 1) | x = 0 | 3(0 − 1) = −3 | − | Decreasing |
| (1, ∞) | x = 2 | 3(4 − 1) = 9 | + | Increasing |
The table and diagram confirm that f(x) = x³ − 3x is increasing on (−∞, −1) ∪ (1, ∞) and decreasing on (−1, 1). Notice that the critical numbers themselves are not included in the intervals because those are the transition points — at x = −1 and x = 1, the function is neither increasing nor decreasing; it's momentarily flat.
Worked Example
Let's work through a complete example with a function that has a slightly more complex derivative. We'll find the intervals on which f(x) = 2x³ + 3x² − 12x + 1 is increasing and decreasing.
Common Pitfalls & Best Practices
Even students who understand the theory can make careless mistakes in practice. The table below compares common errors with the correct approach, so you can avoid these traps on homework and exams.
| Common Mistake | Why It's Wrong | Correct Approach |
|---|---|---|
| Forgetting to check where f′ is undefined | Points where f′ doesn't exist (cusps, vertical tangents) can also be critical numbers that separate increasing/decreasing intervals. | Always check both f′(c) = 0 and where f′(c) DNE. |
| Including critical numbers in the interval notation | At a critical number, the function is neither increasing nor decreasing — it's transitioning. Use open intervals. | Write (a, b), not [a, b]. |
| Confusing f(x) values with f′(x) values | The sign of f(x) tells you if outputs are positive or negative — not whether the function is rising or falling. | Always test with f′(x), never with f(x). |
| Skipping the factoring step | Without factoring, you may miss critical numbers or make sign-analysis errors. | Factor f′(x) completely before setting it equal to zero. |
| Assuming f′(x) > 0 means f(x) > 0 | The derivative's sign indicates direction (up/down), not position (above/below the x-axis). A function can be increasing while having negative y-values. | Separate the concepts: sign of f′ = direction; sign of f = position. |
Connection to Advanced Topics
Understanding increasing and decreasing intervals is not the end of the story — it's the launching pad for several more advanced calculus ideas. The table below shows how this concept connects to what comes next in your calculus journey.
| This Lesson (First Derivative Analysis) | Advanced Extension |
|---|---|
| f′(x) > 0 → f is increasing | f″(x) > 0 → f is concave up. The second derivative extends the analysis to the shape of the curve (concavity), not just its direction. |
| Critical numbers where f′(c) = 0 | The Second Derivative Test uses f″(c) to classify critical points as local maxima or minima without a full sign chart. |
| Finding local maxima and minima | Optimization problems ask you to find the absolute (global) maximum or minimum on a closed interval, combining increasing/decreasing analysis with endpoint evaluation. |
| Sign chart for f′(x) | Curve sketching combines the sign charts for both f′ and f″ to produce a complete picture of a function's behavior without a graphing calculator. |
As you continue in calculus, you'll see that the skills you build here — taking derivatives, finding critical numbers, and constructing sign charts — are reused in almost every major topic. Mastering this process now will make concavity, optimization, and curve sketching feel like natural extensions of what you already know, rather than entirely new concepts.
Practice Problems
Work through these five problems in order. They start with conceptual understanding and progress toward more challenging applications. Try each one on your own before reading the answer.
Lesson Summary
To determine where a function is increasing or decreasing, you follow a clear five-step process. First, compute the first derivative f′(x). Next, find all critical numbers — values of x where f′(x) = 0 or f′(x) does not exist. These critical numbers divide the number line into sub-intervals. Then, pick a test value in each sub-interval and plug it into f′(x) to determine the sign. If f′ is positive, f is increasing; if f′ is negative, f is decreasing.
This technique — organized using a sign chart — is the foundation for the First Derivative Test, which classifies critical points as local maxima or minima based on whether f′ changes from positive to negative or vice versa. Mastering this skill prepares you for concavity analysis, optimization, and complete curve sketching — the next major applications of derivatives in your calculus course.