Analyzing a function comes down to building a feature-by-feature profile. The table below collects every feature covered above into a workflow checklist — what question each feature answers, how to find it from a graph or equation, and how each plays out on a concrete example. Use it as a checklist when working through an unfamiliar function so no critical feature is overlooked.
| Feature |
Question to ask |
How to find it |
Example for f(x) = x² − 4 |
| Domain |
what inputs are valid? |
check formula restrictions; read horizontal extent of the graph |
(−∞, ∞) |
| Range |
what outputs are achieved? |
solve for y algebraically; read vertical extent of the graph |
[−4, ∞) |
| Intercepts |
where does the graph cross the axes? |
solve f(x) = 0 for x-intercepts; compute f(0) for the y-intercept |
x-intercepts at ±2; y-intercept at −4 |
| Increasing / decreasing |
where does the curve rise and fall? |
trace the graph left-to-right; locate turning points |
decreasing on (−∞, 0); increasing on (0, ∞) |
| Sign (positive / negative) |
where is the function above or below the x-axis? |
find the zeros; test the sign on each subinterval |
positive on (−∞, −2) ∪ (2, ∞); negative on (−2, 2) |
| Extrema |
where are the peaks and valleys? |
locate turning points; also check endpoints on a restricted domain |
absolute minimum −4 at x = 0; no maximum |
| Symmetry |
is the graph even, odd, or neither? |
test f(−x) against f(x) and −f(x); or check graphical symmetry |
even — symmetric about the y-axis |
| Periodicity |
does the pattern repeat at regular intervals? |
look for cyclic repetition; measure the distance between matching points |
not periodic |
| End behavior |
what happens as x → ±∞? |
examine the leading term, or the far ends of the graph |
f(x) → ∞ at both ends |