You're staring at a graph. Maybe it's a profit curve. A population model. Here's the thing — the trajectory of a rocket. And you need to know: where is this thing going up? Where is it going down?
That's the whole game. Intervals of increase and decrease tell you the story of a function's behavior — not just at a point, but across its entire domain. And once you see it, you can't unsee it But it adds up..
What Is Intervals of Increase and Decrease
A function is increasing on an interval if, as you move from left to right, the y-values go up. Formally: for any two points x₁ and x₂ in that interval where x₁ < x₂, you get f(x₁) < f(x₂) And that's really what it comes down to. That alone is useful..
Decreasing is the mirror image. x₁ < x₂ means f(x₁) > f(x₂). The graph slides downward as you travel right.
That's it. We use parentheses, not brackets. Even so, because "increasing at a single point" doesn't mean anything. That's the definition. But here's what textbooks don't always stress: these intervals are always open intervals. Even so, (a, b), not [a, b]. Why? You need room to move Most people skip this — try not to..
The derivative connection
This is where calculus earns its keep. Consider this: negative slope → function decreasing. Positive slope → function increasing. The derivative f'(x) is the slope of the tangent line. Zero slope → flat spot, maybe a peak, maybe a valley, maybe just a pause.
This changes depending on context. Keep that in mind.
So finding intervals of increase and decrease boils down to one question: where is the derivative positive, and where is it negative?
Why It Matters
You might be thinking: okay, cool, the graph goes up and down. Why do I care?
Because the real world doesn't hand you neat equations with obvious answers. In practice, it hands you cost functions. Revenue models. Even so, velocity curves. Drug concentration in a bloodstream over time.
Optimization lives here
Every max/min problem — every "what's the best price?" or "how do I minimize waste?Even so, " — starts with increase/decrease analysis. You find where the derivative changes sign. That's where extrema live Simple, but easy to overlook. And it works..
A function increasing then decreasing? Local maximum. Plus, decreasing then increasing? Practically speaking, local minimum. Think about it: no sign change? Not an extremum — just a plateau or inflection.
Concavity's quieter sibling
Increase/decrease tells you direction. Concavity tells you acceleration. They're related but distinct. A function can be increasing and concave down (slowing down) or increasing and concave up (speeding up). Mixing them up is a classic error Surprisingly effective..
The first derivative test
This is the practical payoff. Even so, increasing. Worth adding: positive? Even so, pick a test point. Negative? Now, decreasing. Once you have critical numbers (where f'(x) = 0 or DNE), you test intervals between them. Plug it into f'. Done Not complicated — just consistent..
It's mechanical. But the interpretation — that's where the insight lives.
How to Find Intervals of Increase and Decrease
Let's walk through the process like you're doing it on paper. Because that's how it sticks.
Step 1: Find the derivative
Take f(x). Compute f'(x). Use whatever rules apply — power rule, product rule, quotient rule, chain rule. Simplify if it helps. Factored form is usually best for the next step Most people skip this — try not to..
Example: f(x) = x³ - 6x² + 9x + 2
f'(x) = 3x² - 12x + 9 = 3(x² - 4x + 3) = 3(x - 1)(x - 3)
See why factored form matters? The zeros are staring at you.
Step 2: Find critical numbers
Set f'(x) = 0. Solve. Also check where f'(x) doesn't exist — corners, cusps, vertical tangents, discontinuities. These are your critical numbers.
In our example: x = 1 and x = 3. Derivative exists everywhere (it's a polynomial), so that's the full list.
Step 3: Plot critical numbers on a number line
Draw a line. Now, mark your critical numbers. They split the domain into intervals.
(-∞, 1) (1, 3) (3, ∞)
Step 4: Test each interval
Pick one test point per interval. Plug into f'(x). Just the sign matters.
- Interval (-∞, 1): test x = 0 → f'(0) = 3(-1)(-3) = 9 > 0 → increasing
- Interval (1, 3): test x = 2 → f'(2) = 3(1)(-1) = -3 < 0 → decreasing
- Interval (3, ∞): test x = 4 → f'(4) = 3(3)(1) = 9 > 0 → increasing
Step 5: Write your answer in interval notation
Increasing on (-∞, 1) ∪ (3, ∞) Decreasing on (1, 3)
That's the answer. Local max at x = 1. On top of that, the function rises until x = 1, falls until x = 3, then rises forever after. But the meaning? Local min at x = 3.
Rational functions and domain gaps
Here's where students trip up. f(x) = (x² - 4)/(x - 1)
Derivative: quotient rule gives f'(x) = (x² - 2x + 4)/(x - 1)²
Numerator: x² - 2x + 4. Also, discriminant = 4 - 16 = -12. No real zeros. Denominator: zero at x = 1. But x = 1 isn't in the domain of f!
So critical numbers from f' = 0? None. So critical numbers from f' DNE? x = 1 — but it's not in the domain of the original function Simple, but easy to overlook. But it adds up..
Intervals: (-∞, 1) and (1, ∞)
Test x = 0: f'(0) = 4/1 = 4 > 0 Test x = 2: f'(2) = 4/1 = 4 > 0
Increasing on both intervals. The vertical asymptote at x = 1 doesn't change the increasing behavior — it just breaks the domain That's the whole idea..
Never include points not in the domain of f. This is the most common error I see.
Trig functions
f(x) = sin(x) + cos(x) on [0, 2π]
f'(x) = cos(x) - sin(x) Set to zero: cos(x) = sin(x) → tan(x) = 1 Solutions in [0, 2π]: x = π/4, 5π/4
Intervals: (0, π/4), (π/4, 5π/4), (5π/4, 2π)
Test π/6: cos(π/6) - sin(π/6) = √3/2 - 1/2 > 0 → increasing Test π: cos(π) - sin(π) = -1 < 0 → decreasing Test 3π/2: cos(3π/2) - sin(3π/2) = 0 - (-1) = 1 > 0 → increasing
Increasing on (0, π/4) ∪ (5π/4,
Step 6 – State the final answer in interval notation
- Increasing: ((0,\tfrac{\pi}{4});\cup;(\tfrac{5\pi}{4},2\pi))
- Decreasing: ((\tfrac{\pi}{4},\tfrac{5\pi}{4}))
Step 7 – Identify the local extrema
Because the derivative changes from positive to negative at (x=\tfrac{\pi}{4}), the function has a local maximum there.
Conversely, the derivative changes from negative to positive at (x=\tfrac{5\pi}{4}), giving a local minimum at that point.
Evaluating the original function:
[ f!\left(\tfrac{\pi}{4}\right)=\sin!\left(\tfrac{\pi}{4}\right)+\cos!\left(\tfrac{\pi}{4}\right)=\frac{\sqrt2}{2}+\frac{\sqrt2}{2}=\sqrt2, ] [ f!\left(\tfrac{5\pi}{4}\right)=\sin!\left(\tfrac{5\pi}{4}\right)+\cos!\left(\tfrac{5\pi}{4}\right)=-\frac{\sqrt2}{2}-\frac{\sqrt2}{2}=-\sqrt2. ]
Thus the local max value is (\sqrt2) at (x=\pi/4) and the local min value is (-\sqrt2) at (x=5\pi/4).
Closing Thoughts
The procedure we just walked through—differentiate, find critical numbers, respect the original function’s domain, test intervals, and record the sign of the derivative—provides a reliable roadmap for determining where a function rises or falls. Whether you’re handling a simple polynomial, a rational expression with hidden gaps, or a trigonometric curve, the same logical steps apply.
Remember two pitfalls: always exclude points where the original function is undefined (even if the derivative exists there), and double‑check that any critical point truly belongs to the domain. With these safeguards, the sign‑analysis of (f'(x)) becomes a clean, systematic way to sketch behavior, locate extrema, and ultimately understand the shape of the graph.
Extending the Method to More Complex Situations
The sign‑analysis technique described above is not limited to elementary algebraic expressions. Once the core steps—differentiate, locate critical points, respect the domain, and test intervals—are internalized, they can be applied to a wide variety of functions that arise in calculus, physics, and engineering And it works..
Most guides skip this. Don't Small thing, real impact..
1. Higher‑degree polynomials with repeated roots
Consider
[
g(x)=x^{4}-4x^{3}+4x^{2}=x^{2}(x-2)^{2}.
]
Its derivative is
[
g'(x)=4x^{3}-12x^{2}+8x=4x(x-1)(x-2).
]
Critical numbers are (x=0,1,2). Because the factor (x^{2}) appears in the original function, (x=0) is a point where the graph merely touches the (x)-axis; however, it still belongs to the domain, so it must be tested. By evaluating the sign of (g'(x)) on ((-\infty,0),;(0,1),;(1,2),;(2,\infty)) we discover that the function decreases on ((-\infty,0)), increases on ((0,1)), decreases on ((1,2)), and increases again on ((2,\infty)). The repeated root at (x=2) yields a plateau where the derivative changes sign twice in rapid succession, producing a point of inflection rather than a local extremum.
2. Rational functions with higher‑order poles
Take
[
h(x)=\frac{x^{2}+1}{x^{2}-4}.
]
The derivative simplifies to
[
h'(x)=\frac{-8x}{(x^{2}-4)^{2}}.
]
Critical points occur where the numerator vanishes, i.e., at (x=0). The denominator blows up at (x=\pm2), which are vertical asymptotes and therefore excluded from the domain. Testing the intervals ((-\infty,-2),;(-2,0),;(0,2),;(2,\infty)) shows that (h'(x)) is positive on ((-\infty,-2)) and ((0,2)), and negative on ((-2,0)) and ((2,\infty)). This means the function rises up to the asymptote at (-2), falls after crossing the asymptote, attains a local maximum at (x=0), and then repeats the pattern symmetrically And that's really what it comes down to..
3. Piecewise‑defined functions
Suppose
[
p(x)=\begin{cases}
x^{3}-3x+1, & x\le 1,\[4pt]
2x^{2}-4, & x>1.
\end{cases}
]
Differentiating each branch gives (p'(x)=3x^{2}-3) for (x\le1) and (p'(x)=4x) for (x>1). Critical numbers are (x=-1,1) from the first branch and (x=0) from the second. Because the definition changes at (x=1), we must examine the one‑sided derivatives there. The left‑hand derivative at (x=1) equals (0), while the right‑hand derivative equals (4). Since the sign of (p'(x)) does not change across the junction, (x=1) is not a critical point in the strict sense; nevertheless, it marks a boundary where the monotonicity may shift. By assembling the interval tests we find that (p) is increasing on ((-\infty,-1]), decreasing on ((-1,0]), increasing on ([0,1]), and continues increasing for (x>1). This illustrates how the method accommodates abrupt changes in formula while still preserving a coherent picture of increasing and decreasing behavior.
4. Functions defined implicitly
Sometimes a curve is given by an equation (F(x,y)=0) rather than an explicit formula for (y=f(x)). Implicit differentiation yields
[
\frac{dy}{dx}= -\frac{F_{x}}{F_{y}},
]
provided (F_{y}\neq0). The critical points of the curve correspond to where (\frac{dy}{dx}=0) (horizontal tangents) or where (F_{y}=0) (vertical tangents). By solving these equations together with the original relation, one obtains the (x)-coordinates where the curve changes from rising to falling or vice‑versa. The same sign‑analysis principles then guide the classification of those points.
A Unified Perspective
Across all these examples, the essential thread remains the same: the sign of the derivative dictates the direction of change. Whether the function is a polynomial, a rational expression, a piecewise assembly, or an implicitly defined curve, the process—differentiate, locate admissible critical numbers, respect domain restrictions, test intervals, and interpret the sign—produces a reliable map of monotonicity.