14

Day 14

Increasing Decreasing And First Derivative Test


Increasing, Decreasing, and Monotonicity

The sign of the derivative is a live readout of which direction a function is heading — positive means climbing, negative means falling. Reading a sign chart off ff' is the single most useful skill in this entire unit.

Core Theorem
Suppose ff is continuous on [a,b][a,b] and differentiable on (a,b)(a,b).
If
f(x)>0f'(x) > 0 for all x(a,b)x \in (a,b), then ff is increasing on (a,b)(a,b).
If
f(x)<0f'(x) < 0 for all x(a,b)x \in (a,b), then ff is decreasing on (a,b)(a,b).
Watch the TikTok ExplanationIncreasing, Decreasing, and Monotonic Functions
Step-by-Step SOP
  1. 1

    Differentiate and Fully Factor

    Find f(x)f'(x) and factor it into simple linear or irreducible pieces.
  2. 2

    Find All Critical Points

    These are the boundaries between your sign-chart intervals.
  3. 3

    Test One Point Per Interval

    Plug in a convenient test value from each interval to determine the sign of ff' there, then read off increasing/decreasing directly.

Practice Exercises


Example 01Medium
Find the intervals of increase and decrease for f(x)=3x44x312x2+5f(x) = 3x^4-4x^3-12x^2+5.
NEED A HINT?
Factor f(x)f'(x) completely, then build a sign chart using its three roots.
SHOW DETAILED EXPLANATION

Step 1: Differentiate and Factor

f(x)=12x312x224x=12x(x2x2)=12x(x2)(x+1)f'(x) = 12x^3-12x^2-24x = 12x(x^2-x-2) = 12x(x-2)(x+1).

Step 2: Build a Sign Chart

Roots at x=1,0,2x=-1,0,2 split the number line into 4 intervals. Testing each: negative on (,1)(-\infty,-1), positive on (1,0)(-1,0), negative on (0,2)(0,2), positive on (2,)(2,\infty).

Step 3: State the Intervals

Decreasing on (,1)(0,2)(-\infty,-1) \cup (0,2). Increasing on (1,0)(2,)(-1,0) \cup (2,\infty).
Example 02Medium
Prove that ex1+xe^x \ge 1+x for all x0x \ge 0.
NEED A HINT?
Define g(x)=ex(1+x)g(x)=e^x-(1+x), show g(0)=0g(0)=0, then show gg is increasing on [0,)[0,\infty).
SHOW DETAILED EXPLANATION

Step 1: Define a Difference Function

Let g(x)=ex(1+x)g(x) = e^x - (1+x). Then g(0)=11=0g(0) = 1-1 = 0.

Step 2: Show g Is Increasing on [0,∞)

g(x)=ex1g'(x) = e^x - 1. For x0x \ge 0, ex1e^x \ge 1, so g(x)0g'(x) \ge 0gg is increasing on [0,)[0,\infty).

Step 3: Conclude

Since g(0)=0g(0)=0 and gg is increasing from there, g(x)0g(x) \ge 0 for all x0x \ge 0, i.e. ex1+xe^x \ge 1+x.
Example 03Medium
Find the intervals of increase and decrease for f(x)=xx2+1f(x) = \dfrac{x}{x^2+1}.
NEED A HINT?
The denominator of f(x)f'(x) is always positive after the quotient rule — the sign of ff' depends only on the numerator.
SHOW DETAILED EXPLANATION

Step 1: Apply the Quotient Rule

f(x)=(1)(x2+1)x(2x)(x2+1)2=1x2(x2+1)2f'(x) = \frac{(1)(x^2+1)-x(2x)}{(x^2+1)^2} = \frac{1-x^2}{(x^2+1)^2}.

Step 2: Analyze the Sign

The denominator is always positive, so the sign of ff' matches the sign of 1x21-x^2: positive when 1<x<1-1<x<1, negative when x>1|x|>1.

Step 3: State the Intervals

Increasing on (1,1)(-1,1). Decreasing on (,1)(1,)(-\infty,-1) \cup (1,\infty).
Example 04Medium
Find the intervals of increase and decrease for f(x)=xexf(x) = xe^{-x}.
NEED A HINT?
Apply the product rule, then factor out exe^{-x} (which is always positive) before analyzing the sign.
SHOW DETAILED EXPLANATION

Step 1: Apply the Product Rule

f(x)=ex+x(ex)=ex(1x)f'(x) = e^{-x} + x(-e^{-x}) = e^{-x}(1-x).

Step 2: Analyze the Sign

ex>0e^{-x}>0 always, so the sign of ff' matches the sign of (1x)(1-x): positive for x<1x<1, negative for x>1x>1.

Step 3: State the Intervals

Increasing on (,1)(-\infty,1). Decreasing on (1,)(1,\infty).
Common Pitfalls
  • Always Factor Before Building the Sign ChartTrying to determine the sign of an unfactored derivative by plugging in random numbers is slow and error-prone — factor completely first so the roots (and the sign pattern between them) are obvious.
  • The Denominator Doesn't Always VanishWhen ff' is a fraction, check whether the denominator is always positive (like (x2+1)2(x^2+1)^2) — if so, you only need to analyze the sign of the numerator.

The First Derivative Test

Once you have a sign chart for ff', classifying every critical point as a local max, local min, or neither is just a matter of reading how the sign changes as you pass through it.

Core Theorem
Let cc be a critical point of a continuous function ff.
If
ff' changes from negative to positive at cc, ff has a local minimum at cc.
If
ff' changes from positive to negative at cc, ff has a local maximum at cc.
If
ff' does not change sign at cc, ff has neither a local max nor a local min there.
Watch the TikTok ExplanationFirst Derivative Test
Step-by-Step SOP
  1. 1

    Build (or Reuse) the Sign Chart for f'

    Identify every critical point and the sign of ff' immediately to its left and right.
  2. 2

    Read Off the Sign Change at Each Critical Point

    Negative-to-positive is a local min; positive-to-negative is a local max; no change means neither.
  3. 3

    Compute the Extreme Value

    Plug the classified critical point back into ff (not ff') to state the actual local max/min value.

Practice Exercises


Example 01Medium
Classify all critical points of f(x)=3x44x312x2+5f(x) = 3x^4-4x^3-12x^2+5 using the First Derivative Test.
NEED A HINT?
You already built the sign chart for ff' — just read off the sign changes at x=1,0,2x=-1,0,2.
SHOW DETAILED EXPLANATION

Step 1: Recall the Sign Pattern

From the sign chart: ff' goes ,+,,+- , +, -, + across the intervals split by x=1,0,2x=-1,0,2.

Step 2: Classify Each Critical Point

At x=1x=-1: - to ++     \implies local min. At x=0x=0: ++ to -     \implies local max. At x=2x=2: - to ++     \implies local min.

Step 3: Find the Extreme Values

f(1)=0f(-1)=0 (local min), f(0)=5f(0)=5 (local max), f(2)=27f(2)=-27 (local min).
Example 02Hard
Use the First Derivative Test to classify the critical points of f(x)=x4/34x1/3f(x) = x^{4/3}-4x^{1/3}.
NEED A HINT?
Factor f(x)f'(x) to find both critical points, then check whether the sign actually changes at each one.
SHOW DETAILED EXPLANATION

Step 1: Differentiate and Factor

f(x)=43x1/343x2/3=43x2/3(x1)f'(x) = \frac{4}{3}x^{1/3} - \frac{4}{3}x^{-2/3} = \frac{4}{3}x^{-2/3}(x-1).

Step 2: Find the Critical Points

x=0x=0 (where ff' is undefined, but f(0)=0f(0)=0 is defined) and x=1x=1 (where f=0f'=0).

Step 3: Analyze the Sign

x2/3x^{-2/3} is always positive, so the sign of ff' matches (x1)(x-1): negative for x<1x<1, positive for x>1x>1.

Step 4: Classify Each Point

At x=0x=0: the sign is negative on BOTH sides (no change) — NOT an extremum. At x=1x=1: sign changes from - to ++     \implies local min, with f(1)=14=3f(1) = 1-4 = -3.
Example 03Easy
If f(x)f'(x) changes from positive to negative at x=2x=2, and ff is continuous there, classify x=2x=2.
NEED A HINT?
Positive-to-negative means the function stops climbing and starts falling.
SHOW DETAILED EXPLANATION

Conclusion

ff has a local maximum at x=2x=2.
Example 04Medium
Use the First Derivative Test to classify the critical point of f(x)=xexf(x) = xe^{-x}.
NEED A HINT?
You already found f(x)=ex(1x)f'(x) = e^{-x}(1-x) has exactly one critical point.
SHOW DETAILED EXPLANATION

Step 1: Recall the Critical Point

f(x)=ex(1x)f'(x) = e^{-x}(1-x) is zero only at x=1x=1 (exe^{-x} is never zero).

Step 2: Check the Sign Change

f>0f'>0 for x<1x<1 and f<0f'<0 for x>1x>1 — a change from positive to negative.

Step 3: Conclude

ff has a local maximum at x=1x=1, with f(1)=1ef(1) = \frac{1}{e}.
Common Pitfalls
  • No Sign Change Means No ExtremumA critical point where ff' has the SAME sign on both sides (like x=0x=0 for x4/34x1/3x^{4/3}-4x^{1/3}, or x=0x=0 for x3x^3) is not a local max or min — don't assume every critical point is automatically an extremum.
  • Reuse Your Sign ChartThe First Derivative Test doesn't require new work if you've already built a sign chart for increasing/decreasing — the classifications fall right out of it.

Concavity and Inflection Points

Concavity describes how a curve bends — whether it cups upward like a bowl or curves downward like a dome. That bend is controlled entirely by the sign of the second derivative, and a point where the bend flips is called an inflection point.

Core Theorem
Let ff be twice differentiable on an interval II.
If
f(x)>0f''(x) > 0 on II, the graph of ff is concave up (ccu) on II.
If
f(x)<0f''(x) < 0 on II, the graph of ff is concave down (ccd) on II.
A point
(c,f(c))(c, f(c)) is an inflection point if ff is continuous there and the concavity of ff actually changes at cc (which requires f(c)=0f''(c)=0 or undefined there).
Watch the TikTok ExplanationConcavity of Function Graphs
Step-by-Step SOP
  1. 1

    Find f''(x) and Fully Factor

    Differentiate twice, then factor completely to expose the roots clearly.
  2. 2

    Build a Sign Chart for f''

    Mark every zero (and every point where ff'' is undefined) and test the sign of ff'' on each resulting interval.
  3. 3

    Confirm an Actual Sign Change

    Only report an inflection point where the concavity genuinely flips from one side to the other.

Practice Exercises


Example 01Medium
Find the intervals of concavity and any inflection points of f(x)=x44x3f(x) = x^4-4x^3.
NEED A HINT?
Find f(x)f''(x), factor it, then build a sign chart just like you would for ff'.
SHOW DETAILED EXPLANATION

Step 1: Find f''(x)

f(x)=4x312x2    f(x)=12x224x=12x(x2)f'(x)=4x^3-12x^2 \implies f''(x) = 12x^2-24x = 12x(x-2).

Step 2: Build a Sign Chart for f''

Roots at x=0,2x=0,2. Testing: positive on (,0)(-\infty,0), negative on (0,2)(0,2), positive on (2,)(2,\infty).

Step 3: State Concavity

Concave up on (,0)(2,)(-\infty,0) \cup (2,\infty). Concave down on (0,2)(0,2).

Step 4: Identify Inflection Points

Concavity changes at both x=0x=0 and x=2x=2: f(0)=0f(0)=0 and f(2)=1632=16f(2)=16-32=-16. Inflection points at (0,0)(0,0) and (2,16)(2,-16).
Example 02Hard
Discuss the concavity of f(x)=x1/3f(x) = x^{1/3}.
NEED A HINT?
ff'' is undefined at x=0x=0 — check the sign on each side separately, since a real cube root exists for negative numbers too.
SHOW DETAILED EXPLANATION

Step 1: Find f''(x)

f(x)=13x2/3    f(x)=29x5/3f'(x) = \frac{1}{3}x^{-2/3} \implies f''(x) = -\frac{2}{9}x^{-5/3}.

Step 2: Check the Sign for x > 0

For x>0x>0, x5/3>0x^{-5/3}>0, so f(x)<0f''(x)<0 — concave down.

Step 3: Check the Sign for x < 0

For x<0x<0, x1/3<0x^{1/3}<0, so x5/3=(x1/3)5<0x^{5/3}=(x^{1/3})^5<0, making x5/3<0x^{-5/3}<0 too. So f(x)=29(negative)>0f''(x) = -\frac{2}{9}(\text{negative}) > 0 — concave up.

Step 4: Conclude

Concave up on (,0)(-\infty,0), concave down on (0,)(0,\infty). Since the concavity flips and ff is continuous at x=0x=0, (0,0)(0,0) is an inflection point — even though f(0)f''(0) doesn't exist (there's a vertical tangent there).
Example 03Medium
Find the concavity and inflection points of y=3+sinxy = 3+\sin x on [0,2π][0, 2\pi].
NEED A HINT?
y=sinxy'' = -\sin x — find where this is zero within [0,2π][0,2\pi] and check the sign on each side.
SHOW DETAILED EXPLANATION

Step 1: Find y''

y=cosx    y=sinxy' = \cos x \implies y'' = -\sin x.

Step 2: Find Where y'' = 0

sinx=0    x=0,π,2π-\sin x = 0 \implies x = 0, \pi, 2\pi within [0,2π][0,2\pi].

Step 3: Check the Sign

On (0,π)(0,\pi): sinx>0    y<0\sin x>0 \implies y''<0 (concave down). On (π,2π)(\pi,2\pi): sinx<0    y>0\sin x<0 \implies y''>0 (concave up).

Step 4: State the Inflection Point

Concavity changes at x=πx=\pi (interior point): y(π)=3+0=3y(\pi)=3+0=3. Inflection point at (π,3)(\pi, 3).
Example 04AB/BC Standard
Show that the inflection point of y=xsinxy = x\sin x lies on the curve y2(x2+4)=4x2y^2(x^2+4) = 4x^2.
NEED A HINT?
Find where y=0y''=0 to get an equation relating cosx\cos x and yy, then combine it with the Pythagorean identity and y=xsinxy=x\sin x itself to eliminate xx and θ\theta.
SHOW DETAILED EXPLANATION

Step 1: Find y''

y=sinx+xcosx    y=cosx+cosxxsinx=2cosxxsinxy' = \sin x + x\cos x \implies y'' = \cos x + \cos x - x\sin x = 2\cos x - x\sin x.

Step 2: Set y'' = 0

2cosx=xsinx2\cos x = x \sin x. Since y=xsinxy = x\sin x, this says 2cosx=y2\cos x = y, i.e. cosx=y2\cos x = \frac{y}{2}.

Step 3: Use the Pythagorean Identity

sin2x=1cos2x=1y24\sin^2 x = 1-\cos^2 x = 1 - \frac{y^2}{4}.

Step 4: Substitute sin x = y/x

From y=xsinxy=x\sin x: sinx=yx    sin2x=y2x2\sin x = \frac{y}{x} \implies \sin^2 x = \frac{y^2}{x^2}. Setting the two expressions for sin2x\sin^2 x equal: y2x2=1y24\frac{y^2}{x^2} = 1-\frac{y^2}{4}.

Step 5: Clear Denominators

Multiply both sides by 4x24x^2: 4y2=4x2x2y2    y2(4+x2)=4x24y^2 = 4x^2-x^2y^2 \implies y^2(4+x^2) = 4x^2, exactly as required.
Common Pitfalls
  • f''(c) = 0 Alone Doesn't Guarantee an Inflection PointJust like a critical point needs a sign CHANGE in ff' to be an extremum, a candidate point needs concavity to actually flip on either side — otherwise it's not a true inflection point.
  • Inflection Points Can Occur Where f'' Is Undefined TooDon't only check zeros of ff'' — also check points where ff'' fails to exist (like x=0x=0 for x1/3x^{1/3}), as long as ff itself is still continuous there.

The Second Derivative Test

At a critical point where the tangent is flat, checking concavity there tells you immediately whether you're sitting in a valley or on a hilltop — no sign chart needed, as long as the second derivative isn't also zero.

Core Theorem
Let cc be a critical point of ff with f(c)=0f'(c)=0.
If
f(c)>0f''(c) > 0, ff has a local minimum at cc.
If
f(c)<0f''(c) < 0, ff has a local maximum at cc.
If
f(c)=0f''(c) = 0, the test is inconclusive — fall back to the First Derivative Test.
Watch the TikTok ExplanationSecond Derivative Test!
Step-by-Step SOP
  1. 1

    Confirm f'(c) = 0

    The Second Derivative Test only applies where the critical point comes from a zero derivative, not an undefined one.
  2. 2

    Evaluate f''(c)

    Positive means local min, negative means local max.
  3. 3

    If f''(c) = 0, Switch to the First Derivative Test

    Build a sign chart for ff' around cc instead — that always works, even when the Second Derivative Test can't decide.

Practice Exercises


Example 01Medium
Use the Second Derivative Test to classify the critical points of f(x)=3x416x3+18x2f(x) = 3x^4-16x^3+18x^2 (critical points x=0,1,3x=0,1,3).
NEED A HINT?
Find f(x)f''(x) and evaluate its sign at each of the three critical points.
SHOW DETAILED EXPLANATION

Step 1: Find f''(x)

f(x)=12x348x2+36x    f(x)=36x296x+36=12(3x28x+3)f'(x)=12x^3-48x^2+36x \implies f''(x) = 36x^2-96x+36 = 12(3x^2-8x+3).

Step 2: Evaluate f'' at Each Critical Point

f(0)=12(3)=36>0f''(0)=12(3)=36>0. f(1)=12(38+3)=24<0f''(1)=12(3-8+3)=-24<0. f(3)=12(2724+3)=72>0f''(3)=12(27-24+3)=72>0.

Step 3: Classify

Local min at x=0x=0. Local max at x=1x=1. Local min at x=3x=3.
Example 02Hard
Use the Second Derivative Test to classify the critical points of f(x)=(x23)exf(x) = (x^2-3)e^x.
NEED A HINT?
Factor f(x)f'(x) to find the critical points first, then compute f(x)f''(x) and evaluate.
SHOW DETAILED EXPLANATION

Step 1: Find and Factor f'(x)

f(x)=2xex+(x23)ex=ex(x2+2x3)=ex(x+3)(x1)f'(x) = 2xe^x+(x^2-3)e^x = e^x(x^2+2x-3) = e^x(x+3)(x-1). Critical points: x=3,1x=-3, 1.

Step 2: Find f''(x)

f(x)=ex(x2+2x3)+ex(2x+2)=ex(x2+4x1)f''(x) = e^x(x^2+2x-3) + e^x(2x+2) = e^x(x^2+4x-1).

Step 3: Evaluate and Classify

f(3)=e3(9121)=4e3<0    f''(-3) = e^{-3}(9-12-1) = -4e^{-3} < 0 \implies local max. f(1)=e(1+41)=4e>0    f''(1) = e(1+4-1) = 4e > 0 \implies local min.
Example 03Medium
Show that the Second Derivative Test fails for f(x)=x4f(x)=x^4 at x=0x=0, and classify it using the First Derivative Test instead.
NEED A HINT?
Compute f(0)f''(0) first — if it's zero, you'll need a different approach.
SHOW DETAILED EXPLANATION

Step 1: Try the Second Derivative Test

f(x)=4x3f'(x)=4x^3, critical point at x=0x=0. f(x)=12x2    f(0)=0f''(x)=12x^2 \implies f''(0)=0 — inconclusive.

Step 2: Fall Back to the First Derivative Test

f(x)=4x3f'(x)=4x^3 is negative for x<0x<0 and positive for x>0x>0 — a sign change from negative to positive.

Step 3: Conclude

ff has a local (in fact, absolute) minimum at x=0x=0.
Example 04Medium
Show that the Second Derivative Test also fails for f(x)=x3f(x)=x^3 at x=0x=0, and explain what the First Derivative Test reveals instead.
NEED A HINT?
Again compute f(0)f''(0), and if inconclusive, check whether f(x)f'(x) actually changes sign around x=0x=0.
SHOW DETAILED EXPLANATION

Step 1: Try the Second Derivative Test

f(x)=3x2f'(x)=3x^2, critical point at x=0x=0. f(x)=6x    f(0)=0f''(x)=6x \implies f''(0)=0 — inconclusive.

Step 2: Fall Back to the First Derivative Test

f(x)=3x20f'(x)=3x^2 \ge 0 for ALL xx — it never changes sign around x=0x=0.

Step 3: Conclude

Since ff' doesn't change sign, x=0x=0 is NOT a local extremum for x3x^3 — it's a saddle-like inflection point instead.
Common Pitfalls
  • The Second Derivative Test Only Applies at f'(c) = 0If f(c)f'(c) is undefined rather than zero (like a corner), the Second Derivative Test doesn't apply at all — go straight to the First Derivative Test.
  • f''(c) = 0 Means Inconclusive, NOT 'Neither'A common mistake is assuming f(c)=0f''(c)=0 means cc is not an extremum. It actually means the test simply can't tell you — the point could still be a min, a max, or neither (see x4x^4 vs. x3x^3 at x=0x=0).
Gary Chang

Gary Chang

Calculus Educator

5+ Years of Calculus Teaching Experience | AP Calculus Specialist. Dedicated to helping students master calculus through step-by-step logic and clear visualizations.