Fiveable

♾️AP Calculus AB/BC Unit 5 Review

QR code for AP Calculus AB/BC practice questions

5.8 Sketching Graphs of Functions and Their Derivatives

5.8 Sketching Graphs of Functions and Their Derivatives

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

TLDR

In AP Calculus, sketching a function and its derivatives means using the signs of ff' and ff'' to figure out where a function increases, decreases, peaks, dips, and changes curve. Once you know critical points, increasing/decreasing intervals, extrema, concavity, and inflection points, you can build a full picture of the graph or read key features straight from a derivative graph.

Why This Matters for the AP Calculus Exam

This topic ties together everything from earlier in Unit 5: critical points, increasing/decreasing behavior, extrema, concavity, and inflection points. On the exam, you often get the graph of ff' and have to reason about ff, or you get ff and have to describe ff' and ff''.

You will use this in multiple-choice questions that ask you to match a function to its derivative or pick out where a graph is concave up. It also shows up in free-response questions where you justify conclusions about ff using information from ff' and ff''. Writing precise, derivative-based justifications is important for clear exam work, so always name ff, ff', and ff'' instead of saying "it" or "the graph."

Key Takeaways

  • The sign of ff' tells you where ff is increasing (positive) or decreasing (negative); critical points happen where f=0f'=0 or ff' is undefined.
  • The First Derivative Test finds extrema by checking sign changes in ff'; a sign change from positive to negative is a local max, negative to positive is a local min.
  • The sign of ff'' tells you concavity: positive means concave up, negative means concave down.
  • A point of inflection occurs only where ff'' changes sign, not just where f=0f''=0.
  • When reading a graph of ff', the height of ff' is the slope of ff, and where ff' is increasing, ff is concave up.
  • Justify conclusions about ff by referring directly to features of ff' or ff'', and name each function clearly.

Sketching Graphs

Drawing the graphs of functions and their derivatives helps you find key features. From a graph, you can identify discontinuities, critical points, and extrema, plus many other important elements of a function.

Here is a step-by-step approach to sketching a graph. It may look like a lot, but each step is something you already practiced earlier in Unit 5.

  1. Find the domain of the function and check for any discontinuities.

  2. Identify key features such as intercepts and symmetry.

  3. Find critical points.

  4. Determine where the function increases and decreases.

  5. Find the extrema of the function.

    • An alternative to steps 4 and 5 is to use the Second Derivative Test to determine the extrema.
  6. Determine points of inflection and intervals of concavity.

Once you have these pieces, you have an overview of what the function looks like and can sketch its graph.

Sketching Graphs Walkthrough

Let's go deeper into each step and sketch this function:

f(x)=(x+2)2(x1)f(x)=(x+2)^2(x-1)

Step 1: Find the domain and look for discontinuities

A useful fact: all polynomial functions have a domain of all real numbers. Since this is a polynomial, the domain is all real numbers.

When looking for discontinuities, check whether the function is rational or has points where f(x)f(x) is not defined. There are no such points here, so this function is continuous everywhere in its domain.

Step 2: Identify key features such as intercepts and symmetry

First, look for x-intercepts, where f(x)=0f(x)=0.

0=(x+2)2(x1)0=(x+2)^2(x-1)

Set each factor equal to zero and solve for x.

(x+2)2=0(x+2)^2=0 x+2=0x+2=0 x=2x=-2

Now set x1x-1 equal to 0.

(x1)=0(x-1)=0 x=1x=1

This gives two x-intercepts: x=2x=-2 and x=1x=1. Their coordinates are (2,0)(-2,0) and (1,0)(1,0).

Now look for the y-intercept, where x=0x=0.

f(0)=(0+2)2(01)f(0)=(0+2)^2(0-1) f(0)=(2)2(1)=4f(0)=(2)^2(-1)=\boxed{-4}

The y-intercept is (0,4)(0,-4).

Lastly, check for symmetry. A function is symmetric about a line if reflecting across that line gives back the same function. There are two types:

  1. Even: symmetric across the y-axis. f(x)=f(x)f(-x)=f(x) for all xx in the domain.
  2. Odd: symmetric about the origin. f(x)=f(x)f(-x)=-f(x) for all xx in the domain.

If neither holds, the function has no symmetry. That is the case here, so this function has no symmetry.

So far, we know:

  • The function is continuous.
  • We can plot (2,0)(-2,0), (1,0)(1,0), and (0,4)(0,-4).

Step 3: Find critical points

Critical points occur where the first derivative equals zero or is undefined.

The first derivative, using the product rule, is:

f(x)=2(x+2)(x1)+(x+2)2f'(x)=2(x+2)(x-1)+(x+2)^2

Setting this equal to zero and solving for x gives x=2x=-2 and x=0x=0 as the critical points.

Step 4: Determine where the function increases and decreases

Using these critical points, find the intervals where the function increases and decreases.

  • If ff' is positive on an interval, ff is increasing there.
  • If ff' is negative on an interval, ff is decreasing there.

For a deeper explanation, revisit the AP Calculus 5.3 Determining Intervals on Which a Function Is Increasing or Decreasing guide.

Evaluate ff' around each critical point:

Intervalxxf(x)f'(x)Verdict
(,2)(-\infty,-2)x=3x=-3f(3)=9f'(-3)=9ff is increasing
(2,0)(-2,0)x=1x=-1f(1)=3f'(-1)=-3ff is decreasing
(0,)(0,\infty)x=1x=1f(1)=9f'(1)=9ff is increasing

So ff is increasing on (,2)(-\infty,-2) and (0,)(0,\infty) and decreasing on (2,0)(-2,0).

Step 5: Find the extrema of the function

Apply the First Derivative Test to the information above.

  • A critical point where ff decreases on its left and increases on its right is a local minimum.
  • A critical point where ff increases on its left and decreases on its right is a local maximum.

For a refresher, see the AP Calculus 5.4 Using the First Derivative Test to Determine Relative (Local) Extrema guide.

To the left of x=2x=-2 the function is increasing, and to the right it is decreasing, so x=2x=-2 is a local maximum.

At x=0x=0 the function decreases on its left and increases on its right, so x=0x=0 is a local minimum.

Alternative to Steps 4 and 5

Instead of steps 4 and 5, you can use the Second Derivative Test:

  • If ff'' at a critical point is negative, ff has a relative maximum there (concave down).
  • If ff'' at a critical point is positive, ff has a relative minimum there (concave up).

See the AP Calculus 5.7 Using the Second Derivative Test to Determine Extrema guide.

Step 6: Determine points of inflection and concavity

A function has a possible point of inflection where its second derivative equals zero. To confirm, check whether the function switches from concave up to concave down or vice versa (the second derivative changes sign) across the point.

For more, revisit the AP Calculus 5.6 Determining Concavity of Functions over Their Domains guide.

The second derivative of f(x)f(x) is:

f(x)=6x+6f''(x)=6x+6

Find the possible point of inflection by setting it equal to 0.

0=6x+60=6x+6 6=6x-6=6x x=1x=-1

Now analyze the sign of the second derivative to confirm.

xxf(x)f''(x)Concavity
2-26-6Concave down
0066Concave up

Since the second derivative changes sign and concavity changes, x=1x=-1 is a point of inflection.

Putting It All Together

Compiling everything:

  • The function is continuous.
  • We can plot (2,0)(-2,0), (1,0)(1,0), and (0,4)(0,-4).
  • ff is increasing on (,2)(-\infty,-2) and (0,)(0,\infty).
  • ff is decreasing on (2,0)(-2,0).
  • x=2x=-2 is a local maximum.
  • x=0x=0 is a local minimum.
  • Concavity changes at x=1x=-1 from concave down to concave up.

You may not have needed every piece of information, but having it all helps you double-check your sketch.

How to Use This on the AP Calculus Exam

MCQ

Multiple-choice questions often give you the graph of ff' and ask about ff, or the reverse. Remember these reading rules:

  • Where ff' is positive, ff is increasing; where ff' is negative, ff is decreasing.
  • Where ff' crosses zero and changes sign, ff has a local extremum.
  • Where ff' is increasing, ff is concave up; where ff' is decreasing, ff is concave down.
  • A point of inflection of ff lines up with a local max or min of ff'.

Free Response

Free-response questions ask you to justify conclusions about ff using ff' and ff''. Build your answer on what the derivative shows. For example, "ff is concave up on a<x<ba<x<b because ff' is increasing on that interval." Start by restating the conclusion using the language in the question, then give the derivative-based reason.

Problem Solving

When sketching from scratch, work through the steps in order: domain, intercepts, critical points, increasing/decreasing, extrema, then concavity and inflection. Plotting the key points and labeling behavior between them keeps your sketch organized.

Common Trap

Do not assume f=0f''=0 automatically means an inflection point. You must show the second derivative actually changes sign there.

Practice: Sketching Graphs

Try sketching this function on your own. What does the graph of f(x)f(x) look like?

f(x)=x3+3x2+3f(x)=x^{3}+3x^{2}+3

Work through each step before checking the solution.

Sketching Graphs Solution

We'll go through each step briefly. This time, instead of steps 4 and 5, we'll use the alternative.

  1. Find the domain and check for discontinuities.

    • Since this is a polynomial, the domain is all real numbers and there are no discontinuities.
  2. Identify key features such as intercepts and symmetry.

    • The x-intercept is (3.279,0)(-3.279,0) and the y-intercept is (0,3)(0,3).
    • This function has neither even nor odd symmetry.
  3. Find critical points.

    • Setting f(x)=3x2+6xf'(x)=3x^2+6x equal to 0 and factoring gives critical points at x=2x=-2 and x=0x=0.
  4. Alternative method: use the Second Derivative Test.

    • f(x)=6x+6f''(x)=6x+6
    • f(2)=6f''(-2)=-6. Since 6<0-6<0, the function is concave down here, so by the Second Derivative Test x=2x=-2 is a maximum.
    • f(0)=6f''(0)=6. Since 6>06>0, the function is concave up here, so by the Second Derivative Test x=0x=0 is a minimum.
  5. Determine points of inflection and intervals of concavity.

    • x=1x=-1 is the only possible point of inflection. Checking concavity on each side shows the function is concave down to the left and concave up to the right.
    • Since concavity changes at x=1x=-1, it is a point of inflection.
  6. Putting it all together.

    • The y-intercept is (0,3)(0,3).
    • x=2x=-2 is a maximum.
    • x=0x=0 is a minimum.
    • x=1x=-1 is a point of inflection (concave down to the left, concave up to the right).

Plug these x-values into f(x)f(x) to get exact y-values. With this information, f(x)=x3+3x2+3f(x)=x^{3}+3x^{2}+3 has the shape you predicted from its key features.

Common Misconceptions

  • Mixing up the graph of ff with the graph of ff'. Features of a derivative graph describe how ff behaves, not what ff itself looks like. The height of ff' is the slope of ff, not the value of ff.
  • Thinking f=0f'=0 always means an extremum. A critical point is only a local max or min if ff' actually changes sign there. A flat spot can be a stationary inflection point instead.
  • Assuming every f=0f''=0 point is an inflection point. The second derivative must change sign across the point for concavity to change.
  • Using vague language like "it" in justifications. Always name ff, ff', or ff'' so it is clear which function your reasoning is about.
  • Confusing increasing ff' with increasing ff. When ff' is increasing, ff is concave up, but ff could still be decreasing if ff' is negative.
  • Forgetting that critical points include where ff' is undefined. Cusps, corners, and vertical tangents can be critical points even though ff' is not zero there.

Frequently Asked Questions

How do you sketch a function from its derivative?

Use f prime to find where f is increasing or decreasing, identify critical points, apply the First Derivative Test, then use f double prime to determine concavity and inflection points.

How do you know where a function is increasing or decreasing?

A function is increasing where f prime is positive and decreasing where f prime is negative. Critical points occur where f prime equals zero or is undefined.

How do you identify extrema from a derivative graph?

Use sign changes in f prime. If f prime changes from positive to negative, f has a local maximum. If f prime changes from negative to positive, f has a local minimum.

How do you find concavity when sketching a graph?

Use f double prime. If f double prime is positive, f is concave up. If f double prime is negative, f is concave down.

What is the common mistake in AP Calculus 5.8?

A common mistake is mixing up f, f prime, and f double prime. The height of f prime gives the slope of f, while whether f prime is increasing or decreasing describes concavity of f.

How is AP Calculus 5.8 tested?

AP Calculus 5.8 is tested with graph matching, derivative graph interpretation, and written justifications about increasing, decreasing, extrema, concavity, and inflection points.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot