A polynomial sketch is built feature by feature, with each piece of the algebra contributing one constraint on the graph. The table below collects every feature covered above, where it comes from in the polynomial, and what it determines on the curve. Working through the rows in order yields a complete sketch.
| Feature |
Where it comes from |
What it determines on the graph |
| End behavior |
degree parity + sign of leading coefficient |
direction of each end as x → ±∞ |
| y-intercept |
constant term (= P(0)) |
one anchor point on the y-axis |
| x-intercepts |
real roots of P(x) = 0 |
where the graph meets the x-axis (at most n points) |
| Behavior at each x-intercept |
multiplicity of the root in the factored form |
crossing (odd) vs touching and turning (even) |
| Turning points |
calculus or test values between roots; bounded by n − 1 |
local maxima/minima — the bends of the curve |
| Symmetry |
parity of the exponents present |
y-axis mirror (even) or 180° rotation about the origin (odd) |