☰ Course contents
Mathematics 🌌 Grade 11 Polynomial Explorer: Roots, Multiplicity, and End Behavior
🌌 Grade 11 · Lesson 2 of 12

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.

Grade 11Algebra 2 / Pre-Calculus
Polynomial Explorer: Roots, Multiplicity, and End Behavior — illustration
💡
The big idea: A polynomial written in factored form hides almost nothing. Each factor (x − r) forces a root at x = r, and the power on that factor — its multiplicity — decides whether the graph passes straight through the axis or bounces off it. Meanwhile the degree and the leading coefficient alone control the two far tails. Read those three things and you can sketch the shape before plotting a single point.
🎯 By the end, you'll be able to
  • Locate the real roots of a polynomial from its factored form
  • Predict whether the graph crosses or touches the x-axis at a root from the multiplicity
  • Determine end behavior from the sign of the leading coefficient and the parity of the degree
  • Sketch the overall shape of a polynomial using roots, multiplicities, and end behavior together
📎 You should already know
  • Factoring quadratics and higher polynomials
  • Graphing quadratic functions

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.

\[ p(x) = a\,(x - r_1)(x - r_2)\cdots(x - r_n) \]
Every factor (x − r) contributes a root at x = r; the number a out front is the leading coefficient.
🔑 Multiplicity: how many times a root repeats
If a factor appears raised to a power, like (x − r)m, we say the root r has multiplicity m. The multiplicity decides how the graph behaves at that root: an odd multiplicity makes the curve cross the axis; an even multiplicity makes it touch and turn back without crossing.
🎮 Polynomial Explorer LIVE
Move the roots and watch multiplicity and end behavior reshape the curve.

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.

✨ End behavior lives in the leading term
Far to the left and right, the highest-power term dominates every other term, so the tails behave like a·xn. Even degree gives both tails the same direction (both up if a > 0, both down if a < 0). Odd degree gives opposite tails (up-right and down-left if a > 0; flipped if a < 0).
\[ \lim_{x \to \pm\infty} p(x) \;\text{is governed by}\; a\,x^{n} \]
The leading term a xⁿ sets both tails: parity of n decides same-or-opposite, the sign of a decides up-or-down.
📝 Worked example: Describe the graph of p(x) = (x + 2)(x − 1)² without plotting points.
  1. Roots: set each factor to zero. \( x + 2 = 0 \) gives \( x = -2 \); \( (x-1)^2 = 0 \) gives \( x = 1 \).
  2. 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).
  3. Degree and leading coefficient: multiplying out, the highest term is \( x^3 \), so degree 3 (odd) with leading coefficient \( +1 \).
  4. End behavior: odd degree with positive leading coefficient means the graph falls on the left and rises on the right.
✓ A cubic that <strong>rises to the right, falls to the left, crosses at x = &minus;2, and bounces off the axis at x = 1</strong>.
📝 Worked example: How many real roots, counted with multiplicity, does p(x) = −2(x − 3)³(x + 1) have, and what are its end behaviors?
  1. 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.
  2. 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.
  3. Even degree with a negative leading coefficient sends both tails downward.
✓ It has <strong>4 roots counted with multiplicity</strong> (a triple root at 3, a simple root at &minus;1) and <strong>both tails point down</strong>.
⚠️ Degree caps the number of roots and turns
A polynomial of degree n has at most n real roots and at most n − 1 turning points. If you have sketched more bumps than that, you have made a mistake. Also remember that some roots may be complex and never appear on the real graph at all.

Check your understanding

1. At which kind of root does a polynomial graph touch the x-axis and turn back without crossing?
Even multiplicity (2, 4, …) makes the curve touch and bounce; odd multiplicity makes it cross.
2. For p(x) = (x − 4)(x + 1)³, how many real roots are there counted with multiplicity?
Multiplicity 1 at x = 4 plus multiplicity 3 at x = −1 gives 1 + 3 = 4.
3. A polynomial has even degree and a negative leading coefficient. What is its end behavior?
Even degree makes both tails go the same way; a negative leading coefficient sends both of them down.
4. At x = 2 a polynomial has a factor (x − 2)³. Near x = 2 the graph will…
Multiplicity 3 is odd, so the curve crosses; the high multiplicity makes it flatten (inflect) as it goes through.
5. What is the greatest number of turning points a degree-5 polynomial can have?
A degree-n polynomial has at most n − 1 turning points, so degree 5 allows at most 4.
✅ Key takeaways
  • In factored form, each factor (x &minus; 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.