Given a single-variable function , 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 for which is defined: no division by zero, no negative argument under an even root, and so on. Write it as intervals, e.g. .
2. Image (range)
Determine the set of values can take as runs over the domain, such as or all of .
3. Roots (zeros)
Solve . These are the points where the graph meets the -axis.
4. Poles (vertical asymptotes)
Look where a denominator is zero or the function becomes undefined. If , then is a vertical asymptote.
5. Limits and horizontal or oblique asymptotes
Compute .
- A finite limit gives a horizontal asymptote .
- If behaves like for large , that line is an oblique asymptote.
Also check the limits at the domain boundaries and any excluded points.
6. Symmetry
- Even function: , symmetric about the -axis.
- Odd function: , symmetric about the origin.
- Check for periodicity if it is relevant.
7. Extrema (local min / max)
Compute , then solve and note where is undefined; these are the critical points. Classify each with the sign change of or with the second derivative.
8. Inflection points
Compute , solve (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 for the intervals of increase and decrease, mark the extrema and inflection points, then sketch the curve to fit everything you found.