← all notes

Unit 3 · Differential Calculus

Curve sketching schema

Given a single-variable function f(x)f(x), work through these in order. Each step narrows down what the graph can look like before you draw a single curve.

1. Domain

Find every real xx for which f(x)f(x) is defined: no division by zero, no negative argument under an even root, and so on. Write it as intervals, e.g. D=(,1)(1,)D = (-\infty, 1) \cup (1, \infty).

2. Image (range)

Determine the set of values f(x)f(x) can take as xx runs over the domain, such as [0,)[0, \infty) or all of R\mathbb{R}.

3. Roots (zeros)

Solve f(x)=0f(x) = 0. These are the points where the graph meets the xx-axis.

4. Poles (vertical asymptotes)

Look where a denominator is zero or the function becomes undefined. If limxcf(x)=\lim_{x \to c} |f(x)| = \infty, then x=cx = c is a vertical asymptote.

5. Limits and horizontal or oblique asymptotes

Compute limx±f(x)\lim_{x \to \pm\infty} f(x).

Also check the limits at the domain boundaries and any excluded points.

6. Symmetry

7. Extrema (local min / max)

Compute f(x)f'(x), then solve f(x)=0f'(x) = 0 and note where ff' is undefined; these are the critical points. Classify each with the sign change of ff' or with the second derivative.

8. Inflection points

Compute f(x)f''(x), solve f(x)=0f''(x) = 0 (or note where it fails to exist), and confirm that the concavity actually changes there.

9. Final graph

Mark the domain, intercepts, poles, and asymptotes. Use the sign of f(x)f'(x) for the intervals of increase and decrease, mark the extrema and inflection points, then sketch the curve to fit everything you found.