Curve Sketching Formula

Curve sketching is using the first and second derivatives to determine a function's behavior: intervals of increase/decrease, local maxima/minima.

The Formula

f(x)>0f'(x) > 0: increasing. f(x)<0f'(x) < 0: decreasing. f(x)>0f''(x) > 0: concave up. f(x)<0f''(x) < 0: concave down. Inflection where ff'' changes sign.

When to use: The first derivative tells you whether the function goes up or down (like reading a speedometer). The second derivative tells you whether it's speeding up or slowing down (like reading an accelerometer). Together, they give you a complete picture of the curve's shape.

Quick Example

f(x)=x33xf(x) = x^3 - 3x.
f(x)=3x23=3(x1)(x+1)f'(x) = 3x^2 - 3 = 3(x-1)(x+1): critical points at x=±1x = \pm 1.
f>0f' > 0 on (,1)(1,)(-\infty, -1) \cup (1, \infty) (increasing), f<0f' < 0 on (1,1)(-1, 1) (decreasing).
f(x)=6xf''(x) = 6x: concave down for x<0x < 0, concave up for x>0x > 0. Inflection at x=0x = 0.
Local max at (1,2)(-1, 2), local min at (1,2)(1, -2).

Notation

ff' = first derivative (slope/direction), ff'' = second derivative (concavity). Critical point: f(c)=0f'(c) = 0 or undefined. Inflection point: ff'' changes sign.

What This Formula Means

Using the first and second derivatives to determine a function's behavior: intervals of increase/decrease, local maxima/minima, concavity (up/down), and inflection points, then combining this information to sketch an accurate graph.

The first derivative tells you whether the function goes up or down (like reading a speedometer). The second derivative tells you whether it's speeding up or slowing down (like reading an accelerometer). Together, they give you a complete picture of the curve's shape.

Formal View

ff is increasing on (a,b)(a,b) iff f(x)>0  x(a,b)f'(x) > 0\; \forall x \in (a,b). ff is concave up on (a,b)(a,b) iff f(x)>0  x(a,b)f''(x) > 0\; \forall x \in (a,b). Inflection point at cc: ff'' changes sign at cc. Second derivative test: f(c)=0f(c)>0    f'(c) = 0 \land f''(c) > 0 \implies local min; f(c)=0f(c)<0    f'(c) = 0 \land f''(c) < 0 \implies local max.

Worked Examples

Example 1

easy
Sketch f(x)=x33x2f(x) = x^3 - 3x^2: find critical points, monotonicity, concavity, and inflection points.

Answer

Local max (0,0)(0,0); local min (2,4)(2,-4); inflection (1,2)(1,-2).

First step

1
f(x)=3x26x=3x(x2)f'(x) = 3x^2-6x = 3x(x-2). Critical points: x=0,2x=0, 2.

Full solution

  1. 2
    Increases on (,0)(-\infty,0), decreases on (0,2)(0,2), increases on (2,)(2,\infty).
  2. 3
    Local max (0,0)(0,0), local min (2,4)(2,-4).
  3. 4
    f(x)=6x6f''(x)=6x-6. Zero at x=1x=1; sign changes: inflection at (1,2)(1,-2).
  4. 5
    Concave down on (,1)(-\infty,1), concave up on (1,)(1,\infty).
Systematic: find ff' for critical points/monotonicity, ff'' for concavity/inflection. Use sign charts.

Example 2

hard
Sketch f(x)=x2x21f(x) = \dfrac{x^2}{x^2-1}: find domain, asymptotes, critical points, and concavity.

Example 3

easy
Show the pattern: classify the critical point of f(x)=x22x+5f(x)=x^2-2x+5 using the second derivative test.

Common Mistakes

  • Assuming f(c)=0f'(c)=0 means an extremum - check for a sign change; ff' can touch 0 without turning (e.g. x3x^3).
  • Confusing concavity with increasing - ff'' governs bending, ff' governs direction; a curve can increase while concave down.
  • Calling every f=0f''=0 an inflection point - it is an inflection only where ff'' actually CHANGES sign.

Why This Formula Matters

It is the synthesis of the whole derivative unit — sign analysis of ff' and ff'' replaces guesswork about graph shape and is how you classify maxima, minima, and inflection points rigorously. It trains reading a function's behavior from its derivatives, the core skill behind optimization and motion analysis. Recognizing it by "Am I using the signs of ff' and ff'' to describe where the graph rises, turns, and bends?" — rather than by familiar numbers — is what lets a student tell it apart from optimization and first-derivative test and solving f(x)=0f(x)=0 (roots) in a mixed problem set.

Frequently Asked Questions

What is the Curve Sketching formula?

Using the first and second derivatives to determine a function's behavior: intervals of increase/decrease, local maxima/minima, concavity (up/down), and inflection points, then combining this information to sketch an accurate graph.

How do you use the Curve Sketching formula?

The first derivative tells you whether the function goes up or down (like reading a speedometer). The second derivative tells you whether it's speeding up or slowing down (like reading an accelerometer). Together, they give you a complete picture of the curve's shape.

What do the symbols mean in the Curve Sketching formula?

ff' = first derivative (slope/direction), ff'' = second derivative (concavity). Critical point: f(c)=0f'(c) = 0 or undefined. Inflection point: ff'' changes sign.

Why is the Curve Sketching formula important in Math?

It is the synthesis of the whole derivative unit — sign analysis of ff' and ff'' replaces guesswork about graph shape and is how you classify maxima, minima, and inflection points rigorously. It trains reading a function's behavior from its derivatives, the core skill behind optimization and motion analysis. Recognizing it by "Am I using the signs of ff' and ff'' to describe where the graph rises, turns, and bends?" — rather than by familiar numbers — is what lets a student tell it apart from optimization and first-derivative test and solving f(x)=0f(x)=0 (roots) in a mixed problem set.

What do students get wrong about Curve Sketching?

The procedure for curve sketching is the easy part; the trap is assuming f(c)=0f'(c)=0 means an extremum. Asking "Am I using the signs of ff' and ff'' to describe where the graph rises, turns, and bends?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Curve Sketching formula?

Before studying the Curve Sketching formula, you should understand: derivative, differentiation rules, optimization.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Derivatives Explained: Rules, Interpretation, and Applications →