Method guideCalculus IIntermediate12 min read

Curve sketching from first and second derivatives

Build a graph from domain, intercepts, asymptotes, monotonicity, extrema, concavity, and end behavior—in that order.

f controls direction,f controls bendingf'\text{ controls direction},\qquad f''\text{ controls bending}
Method guide

How to recognize the method, run it, and know when it is the wrong choice.

Reviewed July 11, 2026
Reading ruleStart here

Use the sign of f′ to determine increasing and decreasing intervals; use the sign of f″ to determine concavity. Critical numbers and inflection candidates organize the sign chart.

01

Start before the derivatives

Record the domain, symmetry, intercepts, and asymptotes first. These facts create the canvas on which derivative information must fit.

A sign chart cannot repair a graph that ignores a domain break or vertical asymptote.

02

First derivative: direction

Critical numbers occur where f′ is zero or undefined while f remains defined. Test intervals between them. A positive-to-negative sign change gives a local maximum; negative-to-positive gives a local minimum.

A zero derivative without a sign change is a stationary point, not an extremum.

03

Second derivative: shape

Positive f″ means slopes are increasing and the graph is concave up. Negative f″ means slopes are decreasing and the graph is concave down.

An inflection point requires a change in concavity. Solving f″ = 0 only produces candidates.

Worked exampleRead a cubic

Analyze f(x) = x³ − 3x.

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

Critical numbers are −1 and 1.

2f(x)=6xf''(x)=6x

Concavity changes at zero.

3f(1)=2,f(1)=2,f(0)=0f(-1)=2,\quad f(1)=-2,\quad f(0)=0

Anchor extrema and the inflection point.

Resultmax (1,2), min (1,2), inflection (0,0)\boxed{\text{max }(-1,2),\ \text{min }(1,-2),\ \text{inflection }(0,0)}
Watch for

Common mistakes

  1. Calling every f′ = 0 point an extremum.
  2. Calling every f″ = 0 point an inflection point.
  3. Skipping domain and asymptote analysis.
Keep

Three takeaways

  1. Domain and end behavior frame the graph.
  2. Sign changes matter more than zeros alone.
  3. Combine first- and second-derivative information in one coherent sketch.