You're staring at a graph. Maybe it's a parabola, maybe it's some messy cubic function your teacher threw at you. The question is always the same: where does this thing go up, and where does it go down?
That's what intervals of increase and decrease tell you. And once you actually see them — not just memorize the definition — the whole shape of a function starts making sense Still holds up..
What Is Intervals of Increase and Decrease
Here's the short version: a function is increasing on an interval if, as you move from left to right, the y-values get larger. It's decreasing if the y-values get smaller. That's it. No calculus required to understand the idea Small thing, real impact..
But the language trips people up. Also, it's x-values. Always x-values. We say "the function increases on the interval (-2, 3)" — and students immediately ask: wait, is that x-values or y-values? The interval describes where on the horizontal axis the function is going up.
The formal definition (without the pain)
Let's get precise for a second. In real terms, a function f is increasing on an interval I if for any two numbers x₁ and x₂ in I, whenever x₁ < x₂, then f(x₁) < f(x₂). Decreasing flips the inequality: f(x₁) > f(x₂).
In plain English? Also, pick any two points in that interval. The one further right sits higher (increasing) or lower (decreasing) on the graph Most people skip this — try not to..
Constant intervals exist too
Sometimes a function just... Because of that, that's a constant interval. Think about it: stays flat. But f(x₁) = f(x₂) for any two points. It matters because constant intervals separate increasing from decreasing regions — and they show up more often than you'd think in piecewise functions Less friction, more output..
Why It Matters / Why People Care
You might wonder: why do we spend so much time on this in algebra and precalculus? Fair question.
It's the foundation for calculus
Here's the thing most textbooks don't say out loud: intervals of increase and decrease are the baby version of the first derivative test. In calculus, you'll use f'(x) > 0 and f'(x) < 0 to find these exact same intervals. But the concept — the visual, intuitive idea of "going up" vs "going down" — that starts here Took long enough..
If you can't read a graph and say "this part goes up, this part goes down," derivatives will feel like magic spells instead of tools.
Real-world graphs aren't labeled
In the wild — economics, biology, engineering — nobody hands you a neat equation. You get data points. A scatter plot. So a trend line. Being able to look at a curve and say "revenue increased from Q1 to Q3, then decreased" — that's a skill. And it starts with understanding what increase and decrease actually look like.
Optimization lives here
Maximums and minimums? They happen where a function switches from increasing to decreasing (local max) or decreasing to increasing (local min). You literally cannot find peaks and valleys without understanding these intervals It's one of those things that adds up..
How It Works (or How to Find Them)
Three main ways to determine intervals of increase and decrease. The method depends on what you're given The details matter here..
From a graph — the visual method
This is where everyone should start. Look at the graph. Trace it with your finger from left to right.
- Finger goes up? Increasing.
- Finger goes down? Decreasing.
- Finger stays level? Constant.
Write down the x-values where the direction changes. Those are your interval boundaries. Use parentheses for open intervals (the function isn't increasing at the endpoint, it's changing direction there).
Example: A parabola opening upward, vertex at (2, -3). Decreasing on (-∞, 2). Increasing on (2, ∞). The vertex itself? Neither. It's a turning point.
From an equation (algebra/precalc) — the test-point method
No graph? Still, you can still figure it out. Find the critical numbers — x-values where the function could change direction. For polynomials, that's usually where the derivative would be zero (but we're not doing calculus yet, so: where the slope changes sign) Took long enough..
For a quadratic f(x) = ax² + bx + c, the vertex is at x = -b/(2a). But test one point left of it, one point right of it. In real terms, plug into the function. That's your only critical number. Compare y-values.
Let's do f(x) = x² - 4x + 3. Vertex at x = 2.
- Test x = 0: f(0) = 3
- Test x = 3: f(3) = 0
Wait — f(0) = 3, f(3) = 0. But 0 < 3 and f(0) > f(3). So decreasing on (-∞, 2) Simple, but easy to overlook..
- Test x = 4: f(4) = 3
- f(3) = 0, f(4) = 3. Increasing on (2, ∞).
This works for any function where you can find the turning points algebraically.
From a derivative — the calculus method
If you're in calculus, this becomes trivial. Plus, find f'(x). That said, set it to zero. Even so, find where it's undefined. Which means those are your critical numbers. Make a sign chart But it adds up..
f'(x) > 0 → increasing f'(x) < 0 → decreasing
Example: f(x) = x³ - 3x² - 9x + 5 f'(x) = 3x² - 6x - 9 = 3(x² - 2x - 3) = 3(x - 3)(x + 1) Critical numbers: x = -1, x = 3
Test intervals:
- (-∞, -1): pick x = -2 → f'(-2) = 3(-5)(-1) = 15 > 0 → increasing
- (-1, 3): pick x = 0 → f'(0) = 3(-3)(1) = -9 < 0 → decreasing
- (3, ∞): pick x = 4 → f'(4) = 3(1)(5) = 15 > 0 → increasing
This is the bit that actually matters in practice.
Done. In real terms, increasing on (-∞, -1) ∪ (3, ∞). Decreasing on (-1, 3) The details matter here..
Common Mistakes / What Most People Get Wrong
I've graded hundreds of these. The same errors show up every semester That's the part that actually makes a difference..
Writing intervals with brackets instead of parentheses
This is the big one. Now, **Intervals of increase and decrease are always open intervals. ** Use parentheses: (a, b), not [a, b].
Why? Still, because at the exact point where a function changes from increasing to decreasing, it's neither. The derivative is zero (or undefined).
Finishing the thought about brackets, the interval must be open at the point where the direction changes; using a closed bracket would incorrectly suggest that the function is increasing or decreasing exactly at that single x‑value, which it is not Practical, not theoretical..
When the domain of the function is limited, the same principle applies at the ends of the domain. If the function is defined at an endpoint and the monotonic trend holds up to that point, the interval can be closed on that side. As an example, if a function is defined only for x ≥ 0 and is increasing on [0, 5), the interval of increase is written as [0, 5). If the endpoint itself is a turning point, the interval should remain open there as well.
Piecewise functions require a slightly different approach. Examine each piece separately, locate any critical numbers inside the piece’s domain, and then combine the results while respecting the breakpoints where the definition changes. Consider
[ g(x)=\begin{cases} 2x+1, & x<0\[2pt] -x^{2}+4, & 0\le x\le 2\[2pt] 3, & x>2 \end{cases} ]
The first piece is linear with a constant positive slope, so it is increasing on (-∞, 0). In real terms, the second piece is a downward‑opening parabola whose vertex occurs at x = 0, giving a maximum there; it decreases on (0, 2] and is constant at x = 0. The third piece is a horizontal line, thus constant on (2, ∞).
- Increasing: (-∞, 0)
- Decreasing: (0, 2]
- Constant: [2, ∞) (the constant value at x = 2 and beyond)
Rational functions often present vertical asymptotes that split the domain into separate intervals. Take
[ h(x)=\frac{1}{x-2}. ]
The function is undefined at x = 2, so the domain splits into (-∞, 2) and (2, ∞). On (-∞, 2) the denominator is negative, making h(x) negative and decreasing (as x m
continue to behave as x approaches 2 from the left, the function decreases toward negative infinity. On (2, ∞), the denominator becomes positive, so h(x) is positive, yet the derivative remains negative because the rate of change is still downward. So naturally, thus, h(x) is decreasing on both intervals of its domain: (-∞, 2) ∪ (2, ∞). This highlights the importance of checking the sign of the derivative independently of the function's sign.
Another frequent error involves misinterpreting the relationship between a function’s sign and its monotonicity. Take this case: f(x) = -x² is negative for all x ≠ 0, yet it increases on (-∞, 0) and decreases on (0, ∞). But a common misconception is assuming that a positive function must be increasing or that a negative function must be decreasing. Even so, monotonicity depends solely on the derivative's sign, not the function's value. Similarly, g(x) = x³ - 3x is positive for large |x| but decreases on (1, ∞) due to its derivative becoming negative there.