Here is a number worth remembering: according to the College Board’s AP Calculus course framework, function analysis — including identifying intervals of increase and decrease — appears in every single free-response question set, year after year. That is not a coincidence. The College Board considers this concept foundational. If you can find where a function increases and decreases with confidence, you unlock a cascade of related skills: finding local extrema, sketching curves, analyzing particle motion, and solving optimization problems. This is one of those topics where the investment pays dividends across the entire exam.
The great news? The process is completely learnable — and once it clicks, it is almost mechanical. This guide breaks down the First Derivative Test from the ground up, walks through two worked examples step by step, and highlights the exact mistakes that cost students points every May. Whether you are studying for AP Calculus AB or BC, this is the guide you need. Let’s get into it.
What Does It Mean for a Function to Increase or Decrease?
Before picking up a derivative, it is worth locking in the formal definitions. Informally, a function is increasing when its graph rises from left to right — as x gets bigger, so does f(x). A function is decreasing when its graph falls from left to right. Formally, the definitions are stated in terms of arbitrary points within an interval:
A function f is increasing on an interval I if for every a, b \in I with a < b, it follows that f(a) < f(b). Similarly, f is decreasing on I if a < b implies f(a) > f(b).
In plain language: pick any two x-values in the interval, with the first one to the left of the second. If the function’s output is always higher at the right-hand point, the function is increasing. If the output is always lower at the right-hand point, the function is decreasing. Your AP teacher may occasionally ask you to reference this definition to justify a claim, but on the actual exam, the derivative is your primary tool for identifying these intervals — and it is far more efficient than checking pairs of points.
| 📌 Key Concept Increasing and decreasing are properties of an interval, not of a single point. A function is never described as increasing or decreasing “at” a point — it is increasing or decreasing “on” an interval. This distinction matters when writing AP exam justifications. |
The First Derivative: Your Roadmap to Function Behavior
The bridge between a function’s derivative and its increasing/decreasing behavior is one of calculus’s most elegant results. If the derivative f'(x) is positive on an interval, then f is increasing on that interval. If f'(x) is negative on an interval, then f is decreasing on that interval. This makes intuitive sense: a positive derivative means the tangent line points upward, which means the function is climbing as x moves to the right.
This relationship is guaranteed by the Mean Value Theorem. If f is continuous on [a, b] and differentiable on (a, b), and if f'(x) > 0 for all x \in (a, b), then f(a) < f(b) — the function must be increasing. The AP exam will not ask you to prove this, but understanding the reasoning helps you apply the rule with genuine confidence rather than blind faith.
| Derivative Sign | Conclusion About f | Graph Behavior |
|---|---|---|
| f'(x) > 0 on interval | f is INCREASING on that interval | Graph rises from left to right |
| f'(x) < 0 on interval | f is DECREASING on that interval | Graph falls from left to right |
| f'(x) = 0 at a point | Possible local extremum (critical number) | Flat tangent line at that point |
| f'(x) undefined at a point | Another type of critical number | May show a cusp, corner, or vertical tangent |
| ⚠️ AP Exam Reminder A critical number is any x-value in the domain of f where f'(x) = 0 OR where f'(x) does not exist. Both types must be identified before you can complete a sign chart. Skipping the “undefined” check is one of the most common errors on the AP exam — and it costs points every year. |
How to Find Intervals of Increase and Decrease — Step by Step
There is a repeatable, five-step process that works on every differentiable function you will encounter on the AP Calculus exam. Master this workflow and it becomes second nature under timed conditions.
Step 1: Find the Derivative
Differentiate f(x) using the appropriate rules — power rule, product rule, quotient rule, chain rule, or a combination. This step sounds obvious, but it is where many students lose time. Simplify f'(x) fully — ideally factor it — before moving to Step 2. An unfactored derivative makes finding zeros much harder.
Step 2: Find the Critical Numbers
Set f'(x) = 0 and solve for x. Then identify any x-values in the domain of f where f'(x) is undefined (for example, where a denominator equals zero). Each of these x-values is a critical number, and together they divide the real number line into open intervals that you will analyze one by one.
Step 3: Build a Sign Chart
Draw a horizontal number line and mark all critical numbers on it. This creates a collection of open intervals — to the left of the first critical number, between each consecutive pair, and to the right of the last. You will determine the sign of f'(x) on each of these intervals in the next step.
Step 4: Test a Value in Each Interval
Choose a convenient test value inside each interval and substitute it into f'(x). You do not need the exact numerical result — you only need to determine whether f' is positive or negative on that interval. Record a + or − above each interval on your number line. Choosing simple test values (whole numbers, zero, or obvious fractions) keeps arithmetic fast and reduces errors.
Step 5: Write Your Conclusion
Translate the signs into conclusions: wherever f'(x) > 0, f is increasing; wherever f'(x) < 0, f is decreasing. State your answer using interval notation, using open parentheses throughout. The standard mathematical convention — and the AP scoring expectation — is to exclude the endpoints of each interval.
| 💡 Pro Tip Use open intervals in your final answer. For example, write that f is increasing on (-\infty, -1) \cup (1, \infty) rather than including the endpoints.On AP free-response questions, always show your sign chart explicitly. The scoring rubric awards points for the justification process — not just the final answer. A correct sign chart earns credit even if there is a minor arithmetic mistake elsewhere. |
Worked Example 1 — Polynomial Function
Let’s apply the five-step process to a function that is typical of what you will see on the AP exam. Consider f(x) = x^3 - 3x + 2.
Step 1: Differentiate
Applying the power rule to each term: f'(x) = 3x^2 - 3. Factor immediately: f'(x) = 3(x^2 - 1) = 3(x - 1)(x + 1).
Step 2: Find the Critical Numbers
Setting f'(x) = 0: 3(x - 1)(x + 1) = 0, so x = -1 and x = 1. Since f'(x) is a polynomial, it is defined everywhere — no additional critical numbers arise from undefined points. The two critical numbers are x = -1 and x = 1.
Steps 3 & 4: Sign Chart with Test Values
| Interval | Test Value | f' (test value) | Sign of f' | Behavior of f</strong> |
|---|---|---|---|---|
| (-\infty, -1) | x = -2 | f'(-2) = 3(4) - 3 = 9 | Positive (+) | Increasing ↑ |
| (-1,\, 1) | x = 0 | f'(0) = 3(0) - 3 = -3 | Negative (−) | Decreasing ↓ |
| (1, \infty) | x = 2 | f'(2) = 3(4) - 3 = 9 | Positive (+) | Increasing ↑ |
Step 5: State the Conclusion
f(x) = x^3 - 3x + 2 is increasing on (-\infty, -1) \cup (1, \infty) and decreasing on (-1,\, 1).
Notice what this also tells us immediately: since f' changes from positive to negative at x = -1, there is a local maximum at x = -1. Since f' changes from negative to positive at x = 1, there is a local minimum at x = 1. That is the First Derivative Test in action — completely automatic once your sign chart is built.
| ✅ Note for AP Graders The critical numbers x = −1 and x = 1 are not included in the intervals of increase or decrease because f'(x) = 0 at those points — the function is momentarily flat, not rising or falling. Open intervals are the standard, and AP scoring guidelines accept this convention. If you include the endpoints in brackets, you will not be penalized — but open intervals are preferred. |
Worked Example 2 — A Higher-Degree Polynomial
Now let’s work through a function with three critical numbers — the kind of problem that appears on both the MCQ and FRQ sections of the exam. Consider g(x) = x^4 - 8x^2.
Step 1: Differentiate
g'(x) = 4x^3 - 16x. Factor fully: g'(x) = 4x(x^2 - 4) = 4x(x - 2)(x + 2).
Step 2: Critical Numbers
Setting g'(x) = 0: 4x(x - 2)(x + 2) = 0, giving three critical numbers: x = -2, x = 0, and x = 2. Since g'(x) is a polynomial, there are no undefined points to worry about.
Steps 3 & 4: Sign Chart with Test Values
| Interval | Test Value | Sign of g'(x) | Behavior of g |
|---|---|---|---|
| (-\infty, -2) | x = -3 | Negative (−) | Decreasing ↓ |
| (-2,\; 0) | x = -1 | Positive (+) | Increasing ↑ |
| (0,\; 2) | x = 1 | Negative (−) | Decreasing ↓ |
| (2, \infty) | x = 3 | Positive (+) | Increasing ↑ |
Step 5: Conclusion
g(x) = x^4 - 8x^2 is increasing on (-2,\; 0) \cup (2, \infty) and decreasing on (-\infty, -2) \cup (0,\; 2).
The sign chart also reveals the local extrema instantly: local minima at x = -2 and x = 2 (sign changes from negative to positive), and a local maximum at x = 0 (sign changes from positive to negative). One sign chart, multiple exam questions answered.
How Increasing and Decreasing Intervals Connect to Other AP Topics
The ability to find intervals of increase and decrease is foundational — not a standalone skill. Here is how it feeds directly into four other high-value AP Calculus concepts.
Local Extrema and the First Derivative Test
Once your sign chart is complete, identifying local maxima and minima requires no additional work. 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, then f(c) is a local minimum. If the sign does not change at c, there is no local extremum there — just a flat region or plateau. This is the First Derivative Test, and it appears on virtually every AP exam in some form.
Concavity and the Second Derivative
The first derivative tells you whether f is going up or down. The second derivative f''(x) tells you how quickly that is happening — whether the rate of increase is accelerating or decelerating. A function can be increasing and concave down simultaneously: it is rising, but slowing. Understanding both behaviors together gives you the complete shape of the curve, which is essential for AP curve-sketching questions.
Optimization on a Closed Interval
The Closed Interval Method for finding absolute extrema requires you to evaluate f at all critical numbers within [a, b] and at both endpoints. Your fluency with finding critical numbers — the same skill used in sign charts — carries directly into optimization problems involving area, volume, distance, cost, and revenue.
Particle Motion
When s(t) gives a particle’s position, its velocity is v(t) = s'(t). The particle moves in the positive direction when v(t) > 0 and in the negative direction when v(t) < 0. Finding intervals where the velocity is positive or negative is exactly the same five-step process you have already learned — just applied to a motion context.
Common Mistakes to Avoid on the AP Exam
These are the errors that AP Calculus teachers see year after year. Recognizing them in advance is your best insurance policy.
- Forgetting to check where f'(x) is undefined. Critical numbers include both zeros of f'(x) and points where f'(x) does not exist but f is still defined. Missing these points means an incomplete sign chart and wrong intervals.
- Using closed intervals in the final answer. The standard convention and AP scoring expectation is to state intervals of increase and decrease as open intervals such as (a, b), not [a, b].
- Failing to simplify or factor f'(x) before solving. Setting an unclean, unfactored expression equal to zero and trying to solve by inspection leads to missed roots. Always factor first.
- Choosing a test value outside the correct interval. A common arithmetic slip under exam pressure. Double-check that each test value falls strictly inside the interval it is supposed to represent.
- Confusing the sign of f(x) with the sign of f'(x). A function can be entirely negative in value but still increasing — those are two completely separate questions. The sign of f'(x) controls direction; the sign of f(x) tells you whether the function is above or below the x-axis.
- Skipping the sign chart entirely. Some students try to reason through sign changes mentally on a timed exam. This is a high-risk strategy. Building the chart takes about 60 seconds and dramatically reduces errors.
- Not checking endpoints or restrictions on the domain. If the function is only defined on a restricted domain, your intervals of increase and decrease must stay within that domain.
| 🎯 Exam-Day Reminder On free-response questions, always show your sign chart explicitly. AP graders award points for the justification — not just the final answer. A correctly labeled sign chart that demonstrates sign changes of f'(x) can earn full justification credit even if there is a minor arithmetic error elsewhere in the problem. |
AP Exam Strategy — What to Expect and How to Prepare
Increasing and decreasing functions appear on both the AP Calculus AB and BC exams, in both the multiple-choice and free-response sections. Knowing how the question will be packaged lets you respond strategically rather than reactively.
Multiple-Choice Questions
In the MCQ section, you may be given a graph of f'(x) — not f(x) — and asked to determine where f is increasing or decreasing. In this case, you are reading the sign of f'(x) directly from the graph: wherever the graph of f' is above the x-axis, f is increasing; wherever the graph of f' is below the x-axis, f is decreasing. No algebra needed. This graphical presentation is common on the exam, so practice reading derivative graphs with the same fluency you bring to algebraic problems.
You may also see table-based MCQ items: a table of f'(x) values at selected x-values, and you must determine the behavior of f in each sub-interval. The logic is identical — positive f' means increasing — but the data is presented numerically rather than graphically or algebraically.
Free-Response Questions
On FRQs, you will almost always need to support your increasing/decreasing conclusion with explicit derivative analysis. The scoring rubric typically assigns one point for correctly identifying critical numbers, one point for a valid sign chart or equivalent justification, and one point for the correct conclusion with a clear statement linking the sign of f' to the behavior of f. Never just state the intervals without showing the work.
Calculator vs. No-Calculator Sections
On the calculator-active portions of the exam, you are permitted to find zeros of f'(x) numerically using your graphing calculator. However, you must still provide a mathematical justification in your written work — you cannot simply write ‘the calculator shows that.’ On no-calculator sections, factor your derivatives algebraically. Practice both modes so that neither feels unfamiliar on exam day.
| 📋 AP Policy Reminder The College Board expects all conclusions about function behavior to be supported with mathematical justification. Simply stating “f is increasing on (1, 3)” without referencing the sign of f'(x) is insufficient for full credit on free-response items. Always link your conclusion explicitly to the derivative. |
Conclusion: Build the Habit, Earn the Points
Finding where a function is increasing or decreasing is one of the most reliable point-earning opportunities on the AP Calculus exam — and with the right process, it is also one of the most approachable. The five-step method outlined in this guide works for polynomials, rational functions, trigonometric functions, and any other differentiable function you will encounter. There are no shortcuts, but there is a system — and the system works every time.
The habits to build: always find all critical numbers (zeros and undefined points of f'), always construct a sign chart rather than reasoning mentally, and always write your final answer in interval notation with explicit justification. These habits do not just earn points on this specific question type — they transfer directly to local extrema, concavity, curve sketching, and optimization.
Work through the two examples in this guide until the steps feel automatic. Then find additional practice problems — from past AP exams, your textbook, or our practice problem sets at APCalculusStudyGuide.com. Consistent, deliberate practice is what transforms a learnable skill into an automatic one. You’ve got this!
| 📚 Continue Your Prep Explore our related guides: the First Derivative Test for Local Extrema, Concavity and Inflection Points, the Closed Interval Method for Absolute Extrema, and Curve Sketching with Calculus — all part of our complete AP Calculus exam prep series at APCalculusStudyGuide.com. |