Increasing Functions in Math- Complete Guide
What Is an Increasing Function?
An increasing function is one where higher x-values produce higher y-values. That's it. No fancy definitions needed.
Mathematically: if x₁ < x₂ then f(x₁) ≤ f(x₂) for a non-decreasing function, or f(x₁) < f(x₂) for a strictly increasing function.
People get tripped up because textbooks bury this simple concept under layers of notation. Don't fall for it.
Strictly Increasing vs Non-Decreasing: The Difference
Strictly increasing: x₁ < x₂ always means f(x₁) < f(x₂). No exceptions, no plateaus.
Non-decreasing: x₁ < x₂ means f(x₁) ≤ f(x₂). This allows flat sections where the function stays constant.
Most textbooks focus on strictly increasing functions. That's what you'll encounter 90% of the time.
Quick Visual Check
Look at a graph from left to right. If it's going upward, it's increasing. If it's going downward, it's decreasing. If it's flat, it's constant.
This sounds obvious. Students still get it wrong on exams because they panic and forget the obvious.
The Derivative Test: How to Actually Find Increasing Intervals
Here's the rule that matters:
If f'(x) > 0 on an interval, the function is strictly increasing there.
If f'(x) ≥ 0 on an interval, the function is non-decreasing there.
That's your test. Memorize it.
Step-by-Step Process
- Take the derivative of the function
- Find where f'(x) > 0
- Those x-values are your increasing intervals
- Check endpoints separately if needed
Example: f(x) = x²
- f'(x) = 2x
- 2x > 0 when x > 0
- So f(x) is increasing on (0, ∞)
- It's decreasing on (-∞, 0)
Simple. Works every time.
Common Mistakes Students Make
Confusing increasing with positive. A function can be decreasing while staying above the x-axis. "Increasing" describes behavior, not location.
Forgetting to check the domain. A derivative might say positive everywhere, but if the function has a hole at x = 2, you can't claim it's increasing through that point.
Using the wrong inequality. f'(x) ≥ 0 gives non-decreasing, not strictly increasing. Many problems want strictly increasing. Read carefully.
Comparing Function Behavior Types
| Type | Condition | Visual |
|---|---|---|
| Strictly Increasing | f'(x) > 0 | Always climbing upward |
| Non-Decreasing | f'(x) ≥ 0 | Climbing, may have flat spots |
| Strictly Decreasing | f'(x) < 0 | Always falling |
| Non-Increasing | f'(x) ≤ 0 | Falling, may have flat spots |
| Constant | f'(x) = 0 | Horizontal line |
Most problems care about strictly increasing. Check which one your problem asks for.
Practical Examples
Example 1: Polynomial
f(x) = x³ - 3x
f'(x) = 3x² - 3 = 3(x² - 1) = 3(x-1)(x+1)
Critical points at x = -1 and x = 1
Test intervals: (-∞, -1), (-1, 1), (1, ∞)
- Pick x = -2: f'(-2) = 3(4-1) = 9 > 0 → increasing
- Pick x = 0: f'(0) = -3 < 0 → decreasing
- Pick x = 2: f'(2) = 3(4-1) = 9 > 0 → increasing
Answer: increasing on (-∞, -1) and (1, ∞), decreasing on (-1, 1)
Example 2: Rational Function
f(x) = 1/x
f'(x) = -1/x²
Wait. -1/x² is always negative (except at x = 0 where it's undefined).
So f(x) = 1/x is decreasing on both (-∞, 0) and (0, ∞). It never increases.
Don't assume polynomials are the only increasing functions. Check the derivative.
How to Find Increasing Intervals: Getting Started
Here's your working method for any problem:
- Find the derivative. If you can't take derivatives, stop here and learn that first.
- Set the derivative greater than zero. Write f'(x) > 0.
- Solve the inequality. Factor if needed. Find critical points.
- Test each interval. Pick a point in each region between critical points.
- Write your answer. Use interval notation. Check if endpoints are included.
That's the whole process. Practice it until it's automatic.
Why This Matters
Increasing functions show up in optimization, economics, physics, and anywhere you need to know if something is trending up or down.
You need this for:
- Curve sketching
- Finding local maxima and minima
- Understanding function behavior
- Real-world modeling
If you're taking calculus, you need to identify increasing and decreasing intervals. It's not optional.
Quick Reference
- Increasing: f'(x) > 0
- Decreasing: f'(x) < 0
- Constant: f'(x) = 0
- Never guess from the graph alone. Always verify with derivatives.
- Check your domain. Discontinuities break intervals.