AP-CALCBC-5.3-5.5

U5.3 First Derivative Analysis: Increasing/Decreasing and Local Extrema

Master AP Calculus BC first derivative analysis: use the sign of f'(x) to find increasing/decreasing intervals, apply the First Derivative Test, and find absolute extrema.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U5.3 First Derivative Analysis: Increasing/Decreasing and Local Extrema, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

The sign of the first derivative tells you everything about whether a function is climbing or falling. When f(x)>0f'(x) > 0, the graph rises; when f(x)<0f'(x) < 0, it falls. The instant the derivative switches sign, you have found a local maximum or minimum. In this lesson you will learn to build a sign chart for f(x)f'(x), apply the First Derivative Test to classify local extrema, and use the Candidates Test to pin down absolute extrema on a closed interval. These are among the most frequently tested skills in Unit 5, appearing in both multiple-choice and free-response questions, often disguised inside a table of values or a graph of ff'.

Increasing, Decreasing, and Critical Points

A function ff is increasing on an interval where f(x)>0f'(x) > 0 and decreasing where f(x)<0f'(x) < 0. This follows from the Mean Value Theorem: a positive derivative forces output values to grow as inputs grow.

To analyze ff, first find its critical points — the xx-values in the domain where f(x)=0f'(x) = 0 or f(x)f'(x) does not exist. These are the only places where ff' can change sign, so they partition the number line into test intervals.

A reliable procedure looks like this:
StepAction
1Compute f(x)f'(x) and simplify
2Solve f(x)=0f'(x)=0 and find where ff' is undefined
3Mark these critical points on a number line
4Test the sign of ff' in each interval
5Translate: ++ means increasing, - means decreasing
A common misconception is that every point where f(x)=0f'(x)=0 is an extremum. That is false. Consider f(x)=x3f(x)=x^3: here f(x)=3x2=0f'(x)=3x^2=0 at x=0x=0, but ff' stays positive on both sides, so ff keeps increasing. The derivative touching zero without changing sign produces no extremum. Always check the sign on both sides rather than assuming.

The First Derivative Test for Local Extrema

The First Derivative Test classifies each critical point by how ff' changes sign there. If ff' changes from positive to negative as xx increases through cc, then ff has a local maximum at cc. If ff' changes from negative to positive, ff has a local minimum at cc. If ff' does not change sign, there is no local extremum at cc.
Sign of ff' around ccConclusion at x=cx=c
++ then -Local maximum
- then ++Local minimum
++ then ++No extremum
- then -No extremum
On the exam, questions frequently give you the graph of ff' (not ff) or a sign chart. Read carefully: you are looking at where ff' crosses the xx-axis and changes sign, not where ff' has its own peaks. A very common trap presents the graph of ff' and asks where ff has a local max; students wrongly pick where ff' is largest. The correct answer is where ff' crosses from positive to negative.

When writing free-response justifications, you must explicitly state the sign change. Saying only "f(2)=0f'(2)=0" earns no credit. Write something like: "ff' changes from positive to negative at x=2x=2, so ff has a local maximum there." Justification language is graded strictly.

Absolute Extrema and the Candidates Test

On a closed interval [a,b][a,b], the Extreme Value Theorem guarantees that a continuous function attains both an absolute maximum and an absolute minimum. The Candidates Test finds them efficiently: the absolute extrema can only occur at critical points inside the interval or at the endpoints.

The procedure is:
StepAction
1Find all critical points in (a,b)(a,b)
2List these plus both endpoints aa and bb
3Evaluate ff at every candidate
4Largest value is the absolute max; smallest is the absolute min
Notice you evaluate ff itself here, not ff'. A frequent error is comparing derivative values instead of function values. The First Derivative Test tells you the type of a local extremum, but the Candidates Test simply compares actual outputs.

The closed-interval requirement matters. On an open interval or an unbounded domain, an absolute extremum may not exist, and you would need limits or additional reasoning. On the AP exam, when a problem specifies a closed interval, the Candidates Test is almost always the intended method. Show your candidate values in an organized table for full credit — the reader wants to see every function value you compared.

Key terms

Critical point.
An xx-value in the domain of ff where f(x)=0f'(x)=0 or f(x)f'(x) does not exist. Extrema can occur only here or at endpoints.
Increasing function.
A function is increasing on an interval when f(x)>0f'(x) > 0 throughout, so larger inputs give larger outputs.
Decreasing function.
A function is decreasing on an interval when f(x)<0f'(x) < 0 throughout, so larger inputs give smaller outputs.
First Derivative Test.
A method that classifies a critical point as a local max, local min, or neither based on how the sign of ff' changes there.
Local (relative) extremum.
A point where ff has a value at least as large (max) or small (min) as all nearby points.
Absolute (global) extremum.
The single largest or smallest value of ff over an entire interval or domain.
Candidates Test.
On a closed interval, the method of evaluating ff at all critical points and endpoints to locate absolute extrema.
Sign chart.
A number line marked with critical points and the sign of ff' in each subinterval, used to read off increasing/decreasing behavior.

Worked example

Let f(x)=x36x2+9x+2f(x) = x^3 - 6x^2 + 9x + 2 on the closed interval [0,4][0,4]. Find the intervals where ff is increasing and decreasing, classify all local extrema, and determine the absolute maximum and minimum on [0,4][0,4].
First compute the derivative: f(x)=3x212x+9f'(x) = 3x^2 - 12x + 9. Factor: f(x)=3(x24x+3)=3(x1)(x3)f'(x) = 3(x^2 - 4x + 3) = 3(x-1)(x-3).

Set f(x)=0f'(x)=0 to find critical points: x=1x=1 and x=3x=3. Both lie in [0,4][0,4]. The derivative is a polynomial, so it is defined everywhere.

Build a sign chart. Test x=0x=0: 3(01)(03)=3(1)(3)=9>03(0-1)(0-3)=3(-1)(-3)=9>0, so ff is increasing on (0,1)(0,1). Test x=2x=2: 3(21)(23)=3(1)(1)=3<03(2-1)(2-3)=3(1)(-1)=-3<0, so ff is decreasing on (1,3)(1,3). Test x=4x=4: 3(41)(43)=3(3)(1)=27>03(4-1)(4-3)=3(3)(1)=27>0, so ff is increasing on (3,4)(3,4).

Apply the First Derivative Test. At x=1x=1, ff' changes from positive to negative, so ff has a local maximum. At x=3x=3, ff' changes from negative to positive, so ff has a local minimum.

Now the Candidates Test for absolute extrema on [0,4][0,4]. Candidates are x=0,1,3,4x=0,1,3,4. Evaluate: f(0)=2f(0)=2; f(1)=16+9+2=6f(1)=1-6+9+2=6; f(3)=2754+27+2=2f(3)=27-54+27+2=2; f(4)=6496+36+2=6f(4)=64-96+36+2=6.

Compare values: the largest is 66, attained at both x=1x=1 and x=4x=4, so the absolute maximum is 66. The smallest is 22, attained at both x=0x=0 and x=3x=3, so the absolute minimum is 22.

Practice questions

The derivative of a function ff is given by f(x)=(x+2)(x5)f'(x) = (x+2)(x-5). At which value of xx does ff have a local maximum?
  1. x=2x=-2
  2. x=0x=0
  3. x=5x=5
  4. x=2x=2

Answer: x=2x=-2

The critical points are x=2x=-2 and x=5x=5. For x<2x<-2, both factors are negative, so f>0f'>0. Between 2-2 and 55, the product is negative, so f<0f'<0. Thus ff' changes from positive to negative at x=2x=-2, giving a local maximum. At x=5x=5, ff' changes from negative to positive, a local minimum.
Let g(x)=x48x2+3g(x) = x^4 - 8x^2 + 3 on the closed interval [1,3][-1,3]. Find all local extrema using the First Derivative Test, then determine the absolute maximum and minimum on the interval.

Answer: Local minimum at x=2x=2 with value 13-13; local maximum at x=0x=0 with value 33; absolute maximum is 33 at x=0x=0, absolute minimum is 13-13 at x=2x=2.

Compute g(x)=4x316x=4x(x24)=4x(x2)(x+2)g'(x)=4x^3-16x=4x(x^2-4)=4x(x-2)(x+2). Critical points are x=2,0,2x=-2,0,2, but only x=0x=0 and x=2x=2 lie in [1,3][-1,3]. Sign analysis: on (1,0)(-1,0), g<0g'<0 (decreasing); on (0,2)(0,2), g<0g'<0 as well? Test x=1x=1: 4(1)(12)(1+2)=4(1)(1)(3)=12<04(1)(1-2)(1+2)=4(1)(-1)(3)=-12<0, decreasing. Test x=0.5x=-0.5: 4(0.5)(2.5)(1.5)=7.5>04(-0.5)(-2.5)(1.5)=7.5>0, increasing. So ff' goes ++ to - at x=0x=0: local max, g(0)=3g(0)=3. Test x=2.5x=2.5: 4(2.5)(0.5)(4.5)=22.5>04(2.5)(0.5)(4.5)=22.5>0, increasing, so ff' goes - to ++ at x=2x=2: local min, g(2)=1632+3=13g(2)=16-32+3=-13. Candidates x=1,0,2,3x=-1,0,2,3: g(1)=18+3=4g(-1)=1-8+3=-4, g(0)=3g(0)=3, g(2)=13g(2)=-13, g(3)=8172+3=12g(3)=81-72+3=12. Absolute max is 1212 at x=3x=3; absolute min is 13-13 at x=2x=2. Note the absolute max occurs at an endpoint, not the local max — this is why the Candidates Test is essential.
Suppose ff is continuous on [0,6][0,6] and its derivative satisfies f(x)>0f'(x)>0 on (0,2)(0,2), f(x)<0f'(x)<0 on (2,5)(2,5), and f(x)>0f'(x)>0 on (5,6)(5,6). Where does ff attain a local minimum, and why can you not immediately name the absolute minimum?

Answer: ff has a local minimum at x=5x=5; the absolute minimum requires comparing f(0)f(0), f(5)f(5), and the endpoints because a local min may not be the global min.

At x=5x=5, ff' changes from negative to positive, giving a local minimum by the First Derivative Test. At x=2x=2, ff' changes positive to negative, a local maximum. To find the absolute minimum on [0,6][0,6] you must evaluate ff at the critical point x=5x=5 and at the endpoints x=0x=0 and x=6x=6, then compare actual function values. Without those numerical values, you cannot conclude which is smallest — the endpoint f(0)f(0) could be lower than f(5)f(5).

FAQ

What is the difference between a local and an absolute extremum?
A local extremum is the highest or lowest value only in a small neighborhood around a point. An absolute extremum is the single highest or lowest value over the entire interval. A local max found by the First Derivative Test might not be the absolute max, which is why closed-interval problems also require checking endpoints with the Candidates Test.
Do I always need to use the First Derivative Test instead of the Second Derivative Test?
Both work for classifying local extrema. The First Derivative Test is more general because it works even when ff'' is zero, undefined, or hard to compute, and it works at points where ff' is undefined. On free-response questions, either test earns credit as long as you justify clearly. The Second Derivative Test appears in the neighboring topic on concavity.
Why doesn't f'(x)=0 automatically mean there is a max or min?
A zero derivative only means the tangent line is horizontal. If ff' does not actually change sign there — as with f(x)=x3f(x)=x^3 at x=0x=0 — the function keeps increasing or decreasing through that point, so no extremum exists. Always confirm a sign change, not just a zero.
How do I write a justification that earns full AP credit?
State the sign behavior of ff' explicitly. For example: 'ff' changes from positive to negative at x=cx=c, so ff has a local maximum at x=cx=c.' For absolute extrema, present a table of ff values at all critical points and endpoints and identify the largest and smallest. Vague statements like 'f=0f'=0 here' will not receive full credit.

Learn this with a teacher, not a page

The Crimsora tutor teaches U5.3 First Derivative Analysis: Increasing/Decreasing and Local Extrema live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.