13

Day 13

Analyzing Functions With Derivatives


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

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked Example 01Medium
Find the intervals of increase and decrease for f(x)=3x44x312x2+5f(x) = 3x^4-4x^3-12x^2+5.
How to think about it

Key idea: Factor f(x)f'(x) completely, then build a sign chart using its three roots.

Full solution

1. 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).

2. 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).

3. 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).
Worked Example 02Medium
Prove that ex1+xe^x \ge 1+x for all x0x \ge 0.
How to think about it

Key idea: 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).

Full solution

1. 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.

2. 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).

3. 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.
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 — Your Turn

Try each one before opening the hint or the solution.

Practice 01Medium
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 solution

1. 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}.

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.

3. Step 3: State the Intervals

Increasing on (1,1)(-1,1). Decreasing on (,1)(1,)(-\infty,-1) \cup (1,\infty).
Practice 02Medium
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 solution

1. Step 1: Apply the Product Rule

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

2. 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.

3. 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

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked Example 01Medium
Classify all critical points of f(x)=3x44x312x2+5f(x) = 3x^4-4x^3-12x^2+5 using the First Derivative Test.
How to think about it

Key idea: You already built the sign chart for ff' — just read off the sign changes at x=1,0,2x=-1,0,2.

Full solution

1. Step 1: Recall the Sign Pattern

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

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.

3. 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).
Worked 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}.
How to think about it

Key idea: Factor f(x)f'(x) to find both critical points, then check whether the sign actually changes at each one.

Full solution

1. 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).

2. 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).

3. 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.

4. 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.
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 — Your Turn

Try each one before opening the hint or the solution.

Practice 01Easy
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 solution

1. Conclusion

ff has a local maximum at x=2x=2.
Practice 02Medium
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 solution

1. 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).

2. 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.

3. 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

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked Example 01Medium
Find the intervals of concavity and any inflection points of f(x)=x44x3f(x) = x^4-4x^3.
How to think about it

Key idea: Find f(x)f''(x), factor it, then build a sign chart just like you would for ff'.

Full solution

1. 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).

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).

3. Step 3: State Concavity

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

4. 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).
Worked Example 02Hard
Discuss the concavity of f(x)=x1/3f(x) = x^{1/3}.
How to think about it

Key idea: ff'' is undefined at x=0x=0 — check the sign on each side separately, since a real cube root exists for negative numbers too.

Full solution

1. 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}.

2. 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.

3. 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.

4. 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).
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 — Your Turn

Try each one before opening the hint or the solution.

Practice 01Medium
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 solution

1. Step 1: Find y''

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

2. 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].

3. 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).

4. 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).
Practice 02AB/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 solution

1. 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.

2. 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}.

3. Step 3: Use the Pythagorean Identity

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

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}.

5. 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!

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked 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).
How to think about it

Key idea: Find f(x)f''(x) and evaluate its sign at each of the three critical points.

Full solution

1. 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).

2. 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.

3. Step 3: Classify

Local min at x=0x=0. Local max at x=1x=1. Local min at x=3x=3.
Worked Example 02Hard
Use the Second Derivative Test to classify the critical points of f(x)=(x23)exf(x) = (x^2-3)e^x.
How to think about it

Key idea: Factor f(x)f'(x) to find the critical points first, then compute f(x)f''(x) and evaluate.

Full solution

1. 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.

2. 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).

3. 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.
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 — Your Turn

Try each one before opening the hint or the solution.

Practice 01Medium
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 solution

1. 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.

2. 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.

3. Step 3: Conclude

ff has a local (in fact, absolute) minimum at x=0x=0.
Practice 02Medium
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 solution

1. 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.

2. 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.

3. 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).

Connecting f, f′, and f″: Graphical Analysis

The AP exam constantly gives you the graph of ff' (or a table, or ff'') and asks about ff — where it increases, has extrema, changes concavity, or attains an absolute max. The whole skill is a translation table between one graph and the next.

Core Theorem
Reading up (from ff' to ff):
f>0ff' > 0 \Rightarrow f increasing; f<0ff' < 0 \Rightarrow f decreasing
ff' changes +f+\to- \Rightarrow f has a local max; +-\to+ \Rightarrow local min
ff' increasing f\Rightarrow f concave up; ff' decreasing f\Rightarrow f concave down
ff' has a local extremum f\Rightarrow f has an inflection point there
Reading down (from
ff to ff'): slopes of ff become heights of ff'; where ff has a horizontal tangent, ff' crosses zero.

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked Example 01Easy
The graph of ff' is a line through (0,2)(0,-2), (2,0)(2,0), and (4,2)(4,2) (i.e. f(x)=x2f'(x) = x - 2). On what interval is ff decreasing, and where does ff have a local minimum?
How to think about it

Key idea: ff decreases where f<0f' < 0; a local min is where ff' changes from - to ++.

Full solution

1. Step 1: Find Where f' < 0

f(x)=x2<0f'(x) = x - 2 < 0 for x<2x < 2, so ff is decreasing on (,2)(-\infty, 2).

2. Step 2: Locate the Local Minimum

ff' changes from negative to positive at x=2x = 2, so ff has a local minimum at x=2x = 2.
Worked Example 02Medium
The graph of ff' on [0,6][0,6] is piecewise linear through (0,2)(0,2), (2,2)(2,-2), (4,2)(4,-2), (6,2)(6,2). On what interval(s) is the graph of ff concave up? Justify.
How to think about it

Key idea: ff is concave up where ff' is increasing — i.e. where the graph of ff' has positive slope.

Full solution

1. Step 1: Find Where f' Is Increasing

The graph of ff' has slope 2-2 on (0,2)(0,2), slope 00 on (2,4)(2,4), and slope +2+2 on (4,6)(4,6). So ff' is increasing only on (4,6)(4,6).

2. Step 2: Conclude

The graph of ff is concave up on (4,6)(4,6) because ff' is increasing (equivalently f>0f'' > 0) there.
Step-by-Step SOP
  1. 1

    Identify Which Graph You Were Given

    Is it ff, ff', or ff''? Every conclusion depends on knowing which curve you are reading.
  2. 2

    Translate One Level at a Time

    From ff': sign → increasing/decreasing of ff; sign change → extremum of ff; increasing/decreasing of ff' → concavity of ff; extremum of ff' → inflection of ff.
  3. 3

    For a Value of f, Accumulate Area

    f(b)=f(a)+abf(x)dxf(b) = f(a) + \int_a^b f'(x)\,dx — read the definite integral as signed geometric area under the graph of ff'.
  4. 4

    Justify with the Named Fact

    "ff is concave up on (4,6)(4,6) because ff' is increasing there" — always tie the claim to the sign or behavior of a specific derivative.

Practice — Your Turn

Try each one before opening the hint or the solution.

Practice 01Hard
ff is differentiable on [0,8][0,8] with f(0)=3f(0) = 3. The graph of ff' consists of a semicircle of radius 2 above the xx-axis on [0,4][0,4] and the segment from (4,0)(4,0) to (8,4)(8,-4). Find f(8)f(8).
Need a hint?
f(8)=f(0)+08f(x)dxf(8) = f(0) + \int_0^8 f'(x)\,dx. Read the integral as signed area: a half-disk minus a triangle.
Show solution

1. Step 1: Area Under the Semicircle (0 to 4)

A semicircle of radius 22 has area 12π(2)2=2π\tfrac{1}{2}\pi(2)^2 = 2\pi. It is above the axis, so 04fdx=2π\int_0^4 f'\,dx = 2\pi.

2. Step 2: Area Under the Triangle (4 to 8)

The segment from (4,0)(4,0) to (8,4)(8,-4) forms a triangle below the axis with base 44 and height 44: signed area =12(4)(4)=8= -\tfrac{1}{2}(4)(4) = -8.

3. Step 3: Accumulate

f(8)=f(0)+08fdx=3+(2π8)=2π51.283f(8) = f(0) + \int_0^8 f'\,dx = 3 + (2\pi - 8) = 2\pi - 5 \approx 1.283.
Practice 02Medium
The graph of ff' is positive and increasing on all of [0,5][0,5]. What can you conclude about ff on [0,5][0,5]?
Need a hint?
Use the sign of ff' for direction and the behavior of ff' for concavity.
Show solution

1. Step 1: Direction

f>0f' > 0 everywhere on [0,5][0,5], so ff is increasing on [0,5][0,5] — the absolute maximum of ff is at x=5x = 5 and the absolute minimum at x=0x = 0.

2. Step 2: Concavity

ff' is increasing, so f>0f'' > 0 and the graph of ff is concave up on [0,5][0,5] — no inflection points.
Common Pitfalls
  • Confusing "f' Is Negative" with "f' Is Decreasing"f<0f' < 0 tells you ff is going down. ff' decreasing tells you ff is concave down. These are independent — ff' can be negative while increasing.
  • Reading the Given Graph as f When It Is f'If the problem hands you the graph of ff', a peak on that graph is NOT a max of ff — it is an inflection point of ff. Label the axes in your head before answering.
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.