Question
How do we determine whether a function is increasing or decreasing on an interval? Find the intervals on which is increasing or decreasing.
Solution — Step by Step
A function is:
- Increasing on an interval if for all in that interval
- Decreasing on an interval if for all in that interval
- Constant if throughout
We find the critical points (where or undefined), then check the sign of in each interval.
Critical points: and .
| Interval | Test value | Sign | Behaviour | |
|---|---|---|---|---|
| Positive | Increasing | |||
| Negative | Decreasing | |||
| Positive | Increasing |
is increasing on and decreasing on .
At , has a local maximum. At , has a local minimum.
flowchart TD
A[Given f of x] --> B[Find f prime of x]
B --> C[Set f prime = 0, find critical points]
C --> D[Divide number line into intervals]
D --> E[Test sign of f prime in each interval]
E --> F{f prime positive?}
F -->|Yes| G[Increasing on that interval]
F -->|No| H[Decreasing on that interval]
Why This Works
The derivative represents the slope of the tangent at any point. Positive slope means the function is going up (increasing). Negative slope means going down (decreasing). The critical points where are where the function changes direction (local maxima or minima).
Alternative Method
For JEE: we can also check monotonicity by evaluating directly as a quadratic. Since is a quadratic opening upward (positive leading coefficient), it is negative between its roots (1, 2) and positive outside. No need for a sign chart — just use the parabola’s shape.
Common Mistake
Students sometimes include the critical points in the “increasing” or “decreasing” intervals. Strictly, at the critical points — the function is neither increasing nor decreasing at those exact points. In CBSE, you can use closed brackets , but in JEE, the convention is open intervals for the decreasing region.
For JEE-level problems, once you have factored, quickly sketch the sign of : positive outside the roots, negative between them (if leading coefficient is positive). If the leading coefficient is negative, it is the opposite. This mental shortcut saves time.