Polynomial Explorer: Roots, Multiplicity, and End Behavior
A polynomial's factored form is a blueprint — it tells you exactly where the curve crosses the x-axis, where it merely kisses it, and which way both tails fly off.
A polynomial is a sum of powers
A polynomial is a function built only from non-negative whole-number powers of x, added together with number coefficients, like p(x) = 2x3 − 5x + 1. The highest power that appears is the degree, and the number multiplying that highest power is the leading coefficient.
These two features — degree and leading coefficient — turn out to control the big-picture shape of the graph. Everything else fills in the wiggles between.
Factored form points straight at the roots
A root (or zero) is an x-value where p(x) = 0 — exactly where the graph meets the x-axis. The most revealing way to write a polynomial is in factored form, a product of linear pieces:
Because a product is zero only when one of its factors is zero, each factor (x − r) hands you a root at x = r for free.
Reading a root's multiplicity from the graph
At a simple root (multiplicity 1) the curve slices cleanly through the axis like a line. At a double root (multiplicity 2) the curve just grazes the axis and bounces back, exactly the way a parabola touches its vertex. At a triple root (multiplicity 3) the curve crosses, but flattens out as it does, hugging the axis before it goes through.
Rule of thumb: odd multiplicity crosses, even multiplicity bounces, and the higher the multiplicity, the flatter the curve near that root.
- Roots: set each factor to zero. \( x + 2 = 0 \) gives \( x = -2 \); \( (x-1)^2 = 0 \) gives \( x = 1 \).
- Multiplicities: the root \( x = -2 \) has multiplicity 1 (odd, so the curve crosses), and \( x = 1 \) has multiplicity 2 (even, so the curve touches and turns).
- Degree and leading coefficient: multiplying out, the highest term is \( x^3 \), so degree 3 (odd) with leading coefficient \( +1 \).
- End behavior: odd degree with positive leading coefficient means the graph falls on the left and rises on the right.
- Add the multiplicities: \( x = 3 \) has multiplicity 3 and \( x = -1 \) has multiplicity 1, so \( 3 + 1 = 4 \) roots counted with multiplicity. The degree is therefore 4.
- Leading coefficient: the product of leading pieces is \( -2 \cdot x^3 \cdot x = -2x^4 \), so it is \( -2 \) (negative) with even degree 4.
- Even degree with a negative leading coefficient sends both tails downward.
Check your understanding
- In factored form, each factor (x − r) gives a root at x = r where the graph meets the x-axis.
- Multiplicity is the power on a factor: odd multiplicity crosses the axis, even multiplicity touches and turns.
- Higher multiplicity flattens the curve near that root.
- End behavior is set by the leading term a xⁿ: degree parity decides same-or-opposite tails, the sign of a decides up-or-down.
- A degree-n polynomial has at most n real roots and at most n − 1 turning points.