Question
How do we determine the intervals where a function is increasing or decreasing using the first derivative test?
Solution — Step by Step
For a differentiable function on an interval:
- for all in the interval is strictly increasing
- for all in the interval is strictly decreasing
- for all in the interval is constant
The derivative tells us the “direction” of the function at each point.
Set and solve. The solutions are critical points — these are where the function might switch from increasing to decreasing (or vice versa).
Example:
Critical points: and .
The critical points divide the number line into intervals. Pick a test point in each:
| Interval | Test point | Sign | Behaviour | |
|---|---|---|---|---|
| Increasing | ||||
| Decreasing | ||||
| Increasing |
So is increasing on and decreasing on .
graph TD
A[Given f of x] --> B[Compute f prime of x]
B --> C[Solve f prime of x = 0 for critical points]
C --> D[Divide number line into intervals]
D --> E[Pick test point in each interval]
E --> F[Evaluate sign of f prime at test point]
F --> G{f prime positive?}
G -->|Yes| H[Function increasing on that interval]
G -->|No| I[Function decreasing on that interval]
Why This Works
The derivative measures the slope of the curve at every point. A positive slope means the curve goes upward (increasing), and a negative slope means it goes downward (decreasing). Critical points are where the slope is zero — the curve is momentarily flat — and these are the only places where the behaviour can switch.
CBSE 12 boards and JEE Main both test this heavily. The standard question format is: “Find the intervals of increase and decrease for .” Full marks require showing the sign chart with test points. Do not just state the intervals without justification.
Alternative Method
Instead of testing individual points, you can use the factor analysis directly. For :
Each factor changes sign at its root. Track signs:
- : negative for , positive for
- : negative for , positive for
Multiply the signs in each interval to get the overall sign of .
Common Mistake
Students write “increasing on and ” with square brackets at the critical points. Strictly speaking, means the function is neither increasing nor decreasing at that exact point. CBSE boards accept both open and closed intervals, but for JEE, use open intervals for strict monotonicity: and .