Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. AP Calculus AB
  2. Determining Intervals on Which a Function is Increasing or Decreasing

AP CALCULUS AB • ANALYTICAL APPLICATIONS OF DIFFERENTIATION

Determining Intervals on Which a Function is Increasing or Decreasing

Using the first derivative to reveal where a function rises and falls across its domain.

SECTION 1

Historical Context & Motivation

The ability to determine where a function increases or decreases lies at the heart of calculus and its applications. Long before formal derivatives existed, natural philosophers and mathematicians sought systematic ways to describe the behavior of changing quantities—whether the trajectory of a projectile, the growth of a population, or the profit of a merchant's enterprise. The story of how we arrived at the modern first derivative test for monotonicity is inseparable from the invention of calculus itself, and it represents one of the most elegant bridges between algebraic computation and geometric intuition.

1637
Fermat's Method of Adequality
Pierre de Fermat developed a technique for finding maxima and minima of polynomial expressions by setting a difference quotient to zero—an early precursor to differentiation that implicitly relied on understanding where a function changes from increasing to decreasing.
1684
Leibniz Publishes the Differential Calculus
Gottfried Wilhelm Leibniz published his foundational paper introducing the notation dy/dx. His framework made it algebraically routine to compute rates of change, enabling systematic analysis of a function's increasing and decreasing behavior.
1691
Johann Bernoulli and the Brachistochrone
The brachistochrone problem challenged mathematicians to find the curve of fastest descent, requiring careful analysis of where speed increases and decreases along different paths. This catalyzed the use of derivatives for optimization.
1823
Cauchy Formalizes the Derivative
Augustin-Louis Cauchy rigorously defined the derivative as a limit, placing the connection between the sign of f′(x) and the monotonic behavior of f(x) on a firm logical foundation for the first time.

The central question these developments address is deceptively simple: given a function f, on which intervals does f(x) grow larger as x moves to the right, and on which intervals does it shrink? The answer, as we will see, reduces to a systematic analysis of the sign of the first derivative. This technique is foundational not only for curve sketching but also for optimization, motion analysis, and modeling throughout the AP Calculus AB curriculum.

SECTION 2

Core Principles & Definitions

Before diving into computations, it is essential to establish precise definitions. A function f is said to be increasing on an interval (a, b) if, for every pair of numbers x₁ and x₂ in (a, b) with x₁ < x₂, we have f(x₁) < f(x₂). Similarly, f is decreasing on an interval (a, b) if x₁ < x₂ implies f(x₁) > f(x₂). These definitions are purely algebraic—they say nothing about derivatives. The power of calculus is that it converts this comparison-based definition into a simple sign check on f′(x).

1

Increasing ⇔ f′(x) > 0

If f′(x) > 0 for every x in an open interval, then f is increasing on that interval. A positive derivative means the tangent line slopes upward, so the function climbs from left to right.
2

Decreasing ⇔ f′(x) < 0

If f′(x) < 0 for every x in an open interval, then f is decreasing on that interval. A negative derivative means the tangent line slopes downward, so the function falls from left to right.
3

Critical Numbers

A critical number c in the domain of f is a value where f′(c) = 0 or f′(c) does not exist. These are the only points where the function can transition between increasing and decreasing behavior.
4

Sign Chart Method

Partition the domain using critical numbers and points where f is undefined. Test one value in each sub-interval to determine the sign of f′(x), then conclude the monotonic behavior on each piece.
✦ KEY TAKEAWAY
Think of the derivative as a speedometer for a car traveling along a number line. When the speedometer reads positive, the car moves to the right (the function increases); when it reads negative, the car backs up (the function decreases). The moments the speedometer reads exactly zero—or breaks entirely—are the critical numbers, and those are the only places where the car can switch direction.
SECTION 3

Visual Explanation

The diagram below shows a generic differentiable function f(x) alongside its derivative f′(x). Observe how the regions where f′(x) is above the x-axis (positive) correspond precisely to the intervals where f(x) is climbing, and the regions where f′(x) is below the x-axis (negative) correspond to the intervals where f(x) is falling. The critical numbers—where f′(x) crosses or touches zero—mark the boundaries between increasing and decreasing intervals.

f(x) and f′(x): Increasing vs Decreasing Intervalsyxf(x)INCREASINGDECREASINGINCREASINGlocal maxlocal minyxf′(x)f′ > 0f′ < 0f′ > 0c₁c₂
Top: the original function f(x) (purple curve) with increasing intervals shaded green and decreasing intervals shaded pink. Bottom: the derivative f′(x) (cyan curve). The dashed yellow vertical lines mark the critical numbers c₁ and c₂ where f′(x) = 0. Notice that f has a local maximum at c₁ (where f′ changes from positive to negative) and a local minimum at c₂ (where f′ changes from negative to positive).
SECTION 4

Mathematical Framework

The theoretical backbone for this topic is the Increasing/Decreasing Test, which follows directly from the Mean Value Theorem. If f is continuous on [a, b] and differentiable on (a, b), the MVT guarantees the existence of some c in (a, b) such that f(b) − f(a) = f′(c)(b − a). Because (b − a) > 0, the sign of f(b) − f(a) matches the sign of f′(c). This reasoning, extended to every sub-interval, yields the following results.

INCREASING TEST
If f′(x) > 0 for all x ∈ (a, b), then f is increasing on (a, b).
A positive derivative everywhere on an interval ensures that f(x₂) > f(x₁) whenever x₂ > x₁ within that interval.
DECREASING TEST
If f′(x) < 0 for all x ∈ (a, b), then f is decreasing on (a, b).
A negative derivative everywhere on an interval ensures that f(x₂) < f(x₁) whenever x₂ > x₁ within that interval.
CRITICAL NUMBER DEFINITION
c is a critical number of f ⟺ f(c) is defined and (f′(c) = 0 or f′(c) DNE).
Critical numbers are the only candidates for boundary points between increasing and decreasing intervals. They include horizontal tangent points and cusps/corners.

The Sign-Chart Algorithm

  1. Step 1. Find f′(x) using differentiation rules (power, product, quotient, chain).
  2. Step 2. Solve f′(x) = 0 and identify where f′(x) does not exist to find all critical numbers.
  3. Step 3. Place the critical numbers on a number line, partitioning the domain into open intervals.
  4. Step 4. Choose a test value in each interval and evaluate the sign of f′ at that test value.
  5. Step 5. Conclude: f is increasing where f′ > 0 and decreasing where f′ < 0.
SECTION 5

Sign Charts & Interval Classification

The sign chart (or sign diagram) is the workhorse tool for this analysis. Consider the function f(x) = x³ − 3x. Its derivative is f′(x) = 3x² − 3 = 3(x − 1)(x + 1). Setting f′(x) = 0 yields critical numbers x = −1 and x = 1. These two values divide the real line into three intervals: (−∞, −1), (−1, 1), and (1, ∞). By testing one point in each interval—say x = −2, x = 0, and x = 2—we determine f′(−2) = 9 > 0, f′(0) = −3 < 0, and f′(2) = 9 > 0. The sign chart below visualizes this classification.

Sign Chart for f′(x) = 3(x − 1)(x + 1)x = −1x = 1test x = −2test x = 0test x = 2f′(x):+−+f(x):↗ Increasing↘ Decreasing↗ IncreasingFactor Sign Analysis(x + 1):−++(x − 1):−−+Product:(−)(−) = +(+)(−) = −(+)(+) = +
Sign chart for f′(x) = 3(x − 1)(x + 1). The critical numbers x = −1 and x = 1 partition the number line. The bottom section shows how to determine the sign of f′(x) by analyzing the sign of each linear factor and multiplying. Since the constant factor 3 is always positive, only the factors (x + 1) and (x − 1) matter.
⚠ Common Pitfall
Do not forget to include points where f′(x) is undefined as partition points in your sign chart. For example, if f(x) = x2/3, then f′(x) = (2/3)x−1/3 is undefined at x = 0 even though f(0) is defined. The derivative changes sign at x = 0 (negative to positive), so x = 0 is a critical number that must appear on the sign chart.
SECTION 6

Worked Example

Let us walk through a complete example using a rational function, which often appears on the AP exam. Determine the intervals on which the function f(x) = x / (x² + 4) is increasing and decreasing.

Finding Intervals of Increase and Decrease for f(x) = x / (x² + 4)

Step 1 — Differentiate Using the Quotient Rule

Apply the quotient rule: f′(x) = [(x² + 4)(1) − x(2x)] / (x² + 4)². Simplify the numerator: x² + 4 − 2x² = 4 − x² = (2 − x)(2 + x).
f′(x) = (4 − x²) / (x² + 4)²

Step 2 — Find the Critical Numbers

Set the numerator equal to zero: 4 − x² = 0, so x² = 4, giving x = −2 and x = 2. The denominator (x² + 4)² is always positive (never zero), so f′(x) is defined for all real numbers. Thus the only critical numbers are x = −2 and x = 2.
Critical numbers: x = −2, x = 2

Step 3 — Partition the Domain

The domain of f is all real numbers. The critical numbers divide the real line into three intervals: (−∞, −2), (−2, 2), and (2, ∞).
Intervals: (−∞, −2), (−2, 2), (2, ∞)

Step 4 — Test the Sign of f′(x) in Each Interval

Since the denominator (x² + 4)² is always positive, we only need to check the sign of the numerator 4 − x². Test x = −3: 4 − 9 = −5 < 0, so f′(−3) < 0. Test x = 0: 4 − 0 = 4 > 0, so f′(0) > 0. Test x = 3: 4 − 9 = −5 < 0, so f′(3) < 0.
f′ < 0 on (−∞, −2); f′ > 0 on (−2, 2); f′ < 0 on (2, ∞)

Step 5 — State the Conclusion

By the Increasing/Decreasing Test: f is decreasing on (−∞, −2), increasing on (−2, 2), and decreasing on (2, ∞). Additionally, f has a local minimum at x = −2 (f changes from decreasing to increasing) and a local maximum at x = 2 (f changes from increasing to decreasing).
f is increasing on (−2, 2) and decreasing on (−∞, −2) ∪ (2, ∞).
SECTION 7

Strengths, Limitations & Common Errors

Strengths and limitations of the first derivative test for monotonicity
AspectStrengthsLimitations / Pitfalls
ApplicabilityWorks for any differentiable function on open intervals; extends to piecewise functions interval by interval.Requires differentiability—functions with infinitely many oscillations (e.g., x sin(1/x)) demand more careful treatment.
Algebraic simplicityFactoring f′(x) makes sign analysis nearly mechanical; each linear or irreducible quadratic factor is easy to track.If f′(x) cannot be factored easily (e.g., transcendental functions), numerical or graphical methods may be needed.
Local extrema detectionThe method naturally identifies local maxima and minima where f′ changes sign.f′(c) = 0 does not guarantee an extremum—if the sign does not change (e.g., f(x) = x³ at x = 0), there is no local max or min.
Interval notationOpen-interval notation aligns with the differentiability requirement and is standard in AP scoring.Students sometimes incorrectly use closed brackets for the interval endpoints, but the derivative test applies on open intervals.
✦ KEY TAKEAWAY
The sign chart is like a diagnostic panel in engineering: it gives you a complete readout of the derivative's behavior across the domain. Just as an engineer checks multiple sensor readings before declaring a system stable, you must test each sub-interval—one positive test value does not guarantee positivity everywhere. The strength of the method is its completeness; its limitation is that it relies on your ability to differentiate and factor accurately.
SECTION 8

Connection to the First & Second Derivative Tests

Determining intervals of increase and decrease is the essential first step in the broader analytical toolkit of AP Calculus AB. Once you have classified these intervals, you can directly apply the First Derivative Test for Local Extrema: if f′ changes from positive to negative at a critical number c, then f(c) is a local maximum; if f′ changes from negative to positive, f(c) is a local minimum. This test is logically downstream from the increasing/decreasing analysis—it is simply a reading of the sign chart at each critical number.

Comparing the first-derivative interval analysis with the second derivative test
FeatureIncreasing/Decreasing AnalysisSecond Derivative Test
What it determinesIntervals where f rises or falls; sign changes reveal local extremaConcavity at a critical point; classifies as local max/min without building a full sign chart
Information requiredf′(x) and its sign on every sub-interval of the domainf″(c) at each critical number c where f′(c) = 0
When it failsRarely—only when f′ cannot be computed or when the domain has unusual structureWhen f″(c) = 0 (inconclusive); must revert to the first derivative test
AP exam utilityEssential for justifying behavior on an interval; required for many FRQ justificationsQuick classification at a single point; often used in optimization FRQs

Looking ahead, the same sign-chart technique extends to the second derivative f″(x) for concavity analysis: where f″ > 0 the graph is concave up, and where f″ < 0 it is concave down. Combining both sign charts gives you a complete qualitative picture of f—its shape, its turning points, and its inflection points—which is the foundation of accurate curve sketching without a calculator.

SECTION 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
If f is a differentiable function and f′(x) > 0 for all x in the interval (2, 7), which of the following must be true?
PROBLEM 2 — BASIC CALCULATION
Let g(x) = x³ − 12x + 5. On which interval is g decreasing?
PROBLEM 3 — INTERMEDIATE
Let h(x) = xe−x for all real x. The function h is increasing on which of the following intervals?
PROBLEM 4 — APPLIED
A particle moves along the x-axis so that its position at time t ≥ 0 is given by x(t) = t³ − 6t² + 9t + 2. (a) Find x′(t). (b) Determine all critical numbers of x(t) for t ≥ 0. (c) Determine the intervals on which the particle is moving to the right and the intervals on which it is moving to the left. (d) At what time(s) does the particle change direction? Justify your answer.
PROBLEM 5 — CRITICAL THINKING
Let f be a continuous function on [0, 5] that is differentiable on (0, 5). The derivative f′ is given by f′(x) = (x − 2)²(x − 4). Without finding f(x), determine all intervals on which f is increasing and all intervals on which f is decreasing on (0, 5). Then explain why x = 2 is not a local extremum of f, even though f′(2) = 0.
SUMMARY

Lesson Summary

To determine where a function is increasing or decreasing, compute the first derivative f′(x) and identify all critical numbers—values where f′(x) = 0 or f′(x) does not exist. Use these critical numbers to partition the domain into open intervals. By testing the sign of f′(x) in each interval, you classify the function's behavior: f′ > 0 means increasing, and f′ < 0 means decreasing.

This analysis forms the foundation for the First Derivative Test for Local Extrema: a sign change from positive to negative at a critical number indicates a local maximum, while a sign change from negative to positive indicates a local minimum. If there is no sign change, the critical number is neither. Master the sign chart method and you will have one of the most powerful tools in the AP Calculus AB toolkit for curve sketching, optimization, and motion problems.

Varsity Tutors • AP Calculus AB • Determining Intervals on Which a Function is Increasing or Decreasing