Study Guide

Determining intervals where a function is increasing/decreasing

AP Calculus ABΒ· AP Calculus AB CED β€” Analytical Applications of DifferentiationΒ· 14 min read

1. Core Definitions and Exam Contextβ˜…β˜…β˜†β˜†β˜†β± 3 min

This foundational skill makes up 15-18% of the total AP Calculus AB exam weight, connecting the graphical shape of a function to the sign of its first derivative. It appears in MCQ (identifying correct intervals from functions or derivative graphs) and FRQ (justifying behavior for curve sketching and optimization problems).

πŸ“˜ Definition

Increasing and Decreasing Functions

A function is increasing on an interval if for any two inputs in the interval, . A function is decreasing if implies . Monotonic functions are functions that are always increasing or always decreasing on an interval.

Exam tip:

Always justify your interval conclusions by referencing the sign of the first derivative on FRQ questions to earn full credit.

2. The First Derivative Rule for Monotonicityβ˜…β˜…β˜†β˜†β˜†β± 4 min

The relationship between derivative sign and function behavior is formalized by the Mean Value Theorem. For a function continuous on closed interval and differentiable on open interval :

  • If for all , then is increasing on

  • If for all , then is decreasing on

  • If for all , then is constant on

Intuitively, the derivative equals the slope of the tangent line at a point: positive slope means the function rises from left to right, and negative slope means it falls.

πŸ“ Worked Example

Use the first derivative rule to find where is increasing.

  1. 1

    Confirm is a polynomial, so it is continuous and differentiable for all real , so the first derivative rule applies everywhere.

  2. 2

    Compute and factor the first derivative:

  3. 3
    fβ€²(x)=3x2βˆ’6x=3x(xβˆ’2)f'(x) = 3x^2 - 6x = 3x(x-2)
  4. 4

    The sign of can only change where , so solve for critical points: . These split the real line into three intervals: , , .

  5. 5

    Test the sign of in each interval:

  6. 6
    • For , test : is increasing
    • For , test : is decreasing
    • For , test : is increasing
  7. 7

    Combine intervals where : is increasing on .

3. Partitioning the Domain with Critical Points and Domain Breaksβ˜…β˜…β˜…β˜†β˜†β± 3 min

To correctly test the sign of , you first split (partition) the domain of into intervals where is entirely positive or entirely negative. The derivative can only change sign at two types of points:

  • Critical points: Points in the domain of where or does not exist

  • Domain breaks: Points not in the domain of , where is also undefined

Derivatives satisfy the Intermediate Value Theorem, so they cannot change sign inside a partitioned interval, meaning you only need one test per interval. A common early mistake is forgetting to include domain breaks as partition points.

πŸ“ Worked Example

Find all partition points for to find increasing/decreasing intervals.

  1. 1

    First find the domain of : , so domain is . is a domain break, so it will be a partition point even though it is not a critical point.

  2. 2

    Compute using the quotient rule:

  3. 3
    fβ€²(x)=(2x)(xβˆ’1)βˆ’x2(1)(xβˆ’1)2=x(xβˆ’2)(xβˆ’1)2f'(x) = \frac{(2x)(x-1) - x^2(1)}{(x-1)^2} = \frac{x(x-2)}{(x-1)^2}
  4. 4

    Find where or undefined: when the numerator is zero: . is undefined when the denominator is zero: .

  5. 5

    Check which points are critical points: and are in the domain of , so they are critical points. is not in the domain, so it is only a domain break/partition point.

  6. 6

    Order the partition points from smallest to largest: , splitting the domain into , , , .

4. Sign Analysis of the First Derivativeβ˜…β˜…β˜…β˜†β˜†β± 4 min

Once you have your ordered partition points, you perform sign analysis to determine if is positive or negative in each interval, which tells you if is increasing or decreasing. There are two common, AP-accepted methods:

Methods compared

Both methods are fully acceptable on the AP exam, but the factor method is faster for the factored derivatives you will encounter on most exam questions.

Test-point Method

Pick any value inside the interval, plug it into , and check the resulting sign of the output.

+ Pros: Simple, low conceptual overhead for beginners

βˆ’ Cons: Slower, more prone to arithmetic errors

Factor Method

For a factored derivative, count the number of negative linear factors. An even number of negative factors gives a positive product, an odd number gives a negative product.

+ Pros: Fast, no arithmetic required for fully factored derivatives

βˆ’ Cons: Requires the derivative to be fully factored first

A key shortcut for the factor method: any linear factor raised to an even power is always non-negative (it can never be negative), so it does not affect the sign of and can be ignored during sign analysis.

πŸ“ Worked Example

Use sign analysis on (from the previous example) to find where is increasing and decreasing.

  1. 1

    We already have partitioned intervals: , , , .

  2. 2

    Simplify for sign analysis: is always positive for , so it does not affect the sign of . We only need to find the sign of .

  3. 3

    Apply the factor method to each interval:

  4. 4
    • : negative, negative. Product:
    • and : positive, negative. Product:
    • : positive, positive. Product:
  5. 5

    Conclusion: is increasing on , and decreasing on .

βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. The derivative of a function is given by . For what values of is decreasing?

    • A) only

    • B)

    • C)

    • D)

    Reveal answer
    A β€”

    is always positive for all , so the sign of matches the sign of the linear factor . only when , so the correct answer is A.

πŸ“ Worked Example

Let . (a) Find all critical points of . (b) Determine the intervals where is increasing and decreasing. (c) Justify why .

  1. 1

    (a) is a polynomial, so its domain is all real numbers. Compute and factor the first derivative:

  2. 2
    fβ€²(x)=6x2βˆ’18x+12=6(xβˆ’1)(xβˆ’2)f'(x) = 6x^2 - 18x + 12 = 6(x-1)(x-2)
  3. 3

    Set to get critical points at and , both of which are in the domain of . The critical points are and .

  4. 4

    (b) The critical points split the real line into , , . Since , the sign of matches the sign of :

  5. 5
    • :
    • :
    • :
  6. 6

    Conclusion: is increasing on and decreasing on .

  7. 7

    (c) By definition, if is decreasing on the interval , then for any in , . Since and is decreasing on , this directly implies , as required.

Exam tip:

If you use the test-point method, pick easy integer values for testing to avoid arithmetic errors.

5. Common Pitfalls

Wrong move:

Including a domain break (e.g., for ) as an endpoint of an increasing/decreasing interval

Why:

Students confuse domain breaks with critical points in the domain, incorrectly extending intervals to include points not in 's domain

Correct move:

Always check if a partition point is in the domain of the original function before including it in an interval; never include points not in the domain.

Wrong move:

Claiming a function is neither increasing nor decreasing at a point where , so splitting the interval to exclude

Why:

Students confuse the derivative at a single point with monotonicity over an interval

Correct move:

Increasing/decreasing is a property of intervals, not individual points; only use isolated zero-derivative points as partition points if the sign changes across them.

Wrong move:

Counting an even-powered linear factor (e.g., ) when calculating the sign of , leading to an incorrect negative sign

Why:

Students forget that squaring removes the negative sign from any real number

Correct move:

Cross out any even-powered factors before doing sign analysis, since they are always non-negative and do not change the sign of .

Wrong move:

Claiming is not increasing on because

Why:

Students confuse zero derivative at an isolated point with zero derivative over an entire interval

Correct move:

If on an interval and only at isolated points, the function is still increasing on the entire interval.

Wrong move:

Testing the sign of the original function instead of the derivative

Why:

Students rush on exam questions and mix up which function determines increasing/decreasing behavior

Correct move:

Double-check every problem: you test to find the behavior of .

Wrong move:

Claiming is increasing over the entire union of disjoint intervals when jumps down between intervals

Why:

Students are used to combining same-sign intervals and forget that monotonicity requires the inequality to hold across the entire interval

Correct move:

When in doubt, list same-sign intervals separately instead of combining them with a union.

6. Quick Reference Cheatsheet

Category

Formula / Rule

Notes

Increasing function definition

on

Applies to intervals only, not single points

Decreasing function definition

on

Applies to intervals only, not single points

First Derivative Rule (increasing)

increasing on if for all interior of

Isolated zero derivatives do not break this rule

First Derivative Rule (decreasing)

decreasing on if for all interior of

Requires to be continuous on

Critical Point Definition

in domain of where or DNE

Only points in the domain of count

Partition Point Rule

can only change sign at critical points or domain breaks

Both types of points must be included when splitting the domain

Even-powered Factor Sign Rule

(even ) is non-negative for all

Never changes the sign of

AP Interval Convention

Use open intervals for increasing/decreasing

AP accepts closed intervals but open intervals avoid grading errors

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Identify decreasing intervals from derivative

  • 2022 Β· FRQ

    Justify increasing interval for profit function

What's Next

This topic is the foundational prerequisite for all remaining topics in AP Calculus AB Unit 5: Analytical Applications of Differentiation. You will next apply your ability to find increasing/decreasing intervals to identify local extrema using the first and second derivative tests, a frequent MCQ and FRQ topic on the AP exam. Correct sign analysis of the first derivative is required for all downstream topics including curve sketching and applied optimization, which make up a large portion of exam points.