Multiplicity of a Root

Multiplicity describes how many times a root appears as a factor, determining whether a polynomial graph touches or crosses the axis.

P(x)=(xr)mQ(x),Q(r)0P(x) = (x - r)^m Q(x), \quad Q(r) \neq 0

Solve a problem with Multiplicity of a Root

Type the problem. The solver will use Multiplicity of a Root where Multiplicity of a Root is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Multiplicity of a Root takes
PP
QQ
rr
mm
xx
Multiplicity of a Root
SymbolMeaning
PPThe polynomial function being analyzed; represents the full expression whose roots and their multiplicities you want to understand.
QQA polynomial where the root rr does not appear—that is, Q(r)0Q(r) \neq 0; it contains the remaining factors after (xr)m(x - r)^m has been factored out.
rrThe specific root (zero) of P(x)P(x) whose multiplicity you are measuring; the value where P(r)=0P(r) = 0.
mmThe multiplicity of the root—the exponent on the factor (xr)(x - r), showing how many times this root appears; must be a positive integer.
xxThe variable in the polynomial; the value you substitute or solve for.

When to use it

Use multiplicity when factoring polynomials completely, analyzing graph behavior at roots, or identifying repeated roots from factored form.

Level

Usually taught in: Pre-Calculus

Worked examples

1. Identify roots and multiplicities from factored form

Problem

Identify all roots and their multiplicities for P(x)=(x1)2(x+3)(x2)3P(x) = (x - 1)^2(x + 3)(x - 2)^3.
  1. (x1)2(x+3)(x2)3(x - 1)^2(x + 3)(x - 2)^3

    The polynomial is given in completely factored form; each linear factor is raised to a power that indicates multiplicity.

  2. x1=0x=1 with multiplicity 2x - 1 = 0 \Rightarrow x = 1 \text{ with multiplicity } 2

    Setting the first factor to zero gives x=1x = 1; the exponent 2 on (x1)(x - 1) means this root has multiplicity 2.

  3. x+3=0x=3 with multiplicity 1x + 3 = 0 \Rightarrow x = -3 \text{ with multiplicity } 1

    Setting the second factor to zero gives x=3x = -3; since (x+3)(x + 3) has no exponent written, the multiplicity is 1.

  4. x2=0x=2 with multiplicity 3x - 2 = 0 \Rightarrow x = 2 \text{ with multiplicity } 3

    Setting the third factor to zero gives x=2x = 2; the exponent 3 on (x2)(x - 2) means this root has multiplicity 3.

Answer: x=1 (multiplicity 2),x=3 (multiplicity 1),x=2 (multiplicity 3)x = 1 \text{ (multiplicity 2)}, \quad x = -3 \text{ (multiplicity 1)}, \quad x = 2 \text{ (multiplicity 3)}

When a polynomial is already factored, identifying multiplicities is straightforward: the exponent on each factor equals the multiplicity of that root. This example shows the clearest case where you read off the answer directly from the factorization.

2. Factor a polynomial and find hidden repeated roots

Problem

Factor the polynomial P(x)=x36x2+12x8P(x) = x^3 - 6x^2 + 12x - 8 completely and find all roots with their multiplicities.
  1. P(x)=x36x2+12x8P(x) = x^3 - 6x^2 + 12x - 8

    The polynomial is given in expanded form, so the repeated root is hidden; we must factor to reveal multiplicities.

  2. Test x=2:P(2)=824+248=0\text{Test } x = 2: \quad P(2) = 8 - 24 + 24 - 8 = 0

    By trying values or using the rational root theorem, we find that x=2x = 2 is a root of P(x)P(x).

  3. P(x)=(x2)(x24x+4)P(x) = (x - 2)(x^2 - 4x + 4)

    Using synthetic division or polynomial long division, we divide out the factor (x2)(x - 2) to get a quotient.

  4. x24x+4=(x2)2x^2 - 4x + 4 = (x - 2)^2

    The remaining quadratic is a perfect square trinomial, showing that x=2x = 2 divides P(x)P(x) again.

  5. P(x)=(x2)(x2)2=(x2)3P(x) = (x - 2) \cdot (x - 2)^2 = (x - 2)^3

    Combining the factors shows that x=2x = 2 appears three times in the factorization, giving multiplicity 3.

Answer: P(x)=(x2)3 with root x=2 (multiplicity 3)P(x) = (x - 2)^3 \text{ with root } x = 2 \text{ (multiplicity 3)}

Expanded polynomials hide repeated roots, making multiplicity invisible unless you factor completely. The coefficients 1,6,12,81, -6, 12, -8 follow the binomial expansion pattern for (x2)3(x - 2)^3, revealing that a single root repeats three times.

3. Analyze multiplicity in a rectangular garden design problem

Problem

You are designing a rectangular flower garden with area given by A(x)=(x5)2(20x)A(x) = (x - 5)^2(20 - x), where xx is the width in meters. Identify the root that appears more than once and explain its multiplicity.
  1. A(x)=(x5)2(20x)A(x) = (x - 5)^2(20 - x)

    The polynomial is factored completely; we can read off which factors exist and with what exponents.

  2. For the factor (x5)2:x5=0x=5\text{For the factor } (x - 5)^2: \quad x - 5 = 0 \Rightarrow x = 5

    The first factor (x5)(x - 5) is raised to the power 2, so setting it to zero gives the root x=5x = 5 with multiplicity 2.

  3. For the factor (20x):20x=0x=20\text{For the factor } (20 - x): \quad 20 - x = 0 \Rightarrow x = 20

    The second factor (20x)(20 - x) has an implicit exponent of 1, so this root has multiplicity 1.

  4. Since x=5 has multiplicity 2 (even), the graph touches but does not cross at x=5\text{Since } x = 5 \text{ has multiplicity 2 (even), the graph touches but does not cross at } x = 5

    The even multiplicity indicates that this width is geometrically critical; the garden area reaches an extreme value at this point.

Answer: x=5 has multiplicity 2; x=20 has multiplicity 1x = 5 \text{ has multiplicity 2; } x = 20 \text{ has multiplicity 1}

In the area model, the factor (x5)(x - 5) appears twice because this measurement affects both dimensions of the rectangular design. Multiplicity 2 (even) means the area function has a turning point at x=5x = 5 where the curve is tangent to the xx-axis, representing a geometric constraint.

Common mistakes

Where Multiplicity of a Root usually goes wrong
Answer came out wrong
Given P(x)=(x3)2(x+1)3(x5)P(x) = (x - 3)^2(x + 1)^3(x - 5), a student concludes that x=3x = 3 has multiplicity 5 because the polynomial has degree 5.
x=3x = 3 has multiplicity 2, x=1x = -1 has multiplicity 3, and x=5x = 5 has multiplicity 1; the degree 5 comes from adding all exponents together.
A student expands (x2)2(x+1)(x - 2)^2(x + 1) to get x33x2+4x^3 - 3x^2 + 4 and reports three different roots because it is a cubic.
Factor the expanded form back: (x2)2(x+1)(x - 2)^2(x + 1) has only two distinct roots (x=2x = 2 with multiplicity 2 and x=1x = -1 with multiplicity 1), even though it is a degree 3 polynomial.
Given P(x)=(x4)2(x+2)2P(x) = (x - 4)^2(x + 2)^2, a student predicts that the graph crosses the xx-axis at both x=4x = 4 and x=2x = -2.
Both roots have even multiplicity (2), so the graph touches the xx-axis at x=4x = 4 and x=2x = -2 without crossing; it touches from above or below depending on the leading coefficient.
The mistakeWhy it is wrongThe fix
Given P(x)=(x3)2(x+1)3(x5)P(x) = (x - 3)^2(x + 1)^3(x - 5), a student concludes that x=3x = 3 has multiplicity 5 because the polynomial has degree 5.Multiplicity is the exponent on the specific factor, not related to the total degree of the polynomial—each root has its own independent multiplicity.x=3x = 3 has multiplicity 2, x=1x = -1 has multiplicity 3, and x=5x = 5 has multiplicity 1; the degree 5 comes from adding all exponents together.
A student expands (x2)2(x+1)(x - 2)^2(x + 1) to get x33x2+4x^3 - 3x^2 + 4 and reports three different roots because it is a cubic.The number of roots counting multiplicity equals the degree, but repeated roots reduce the count of distinct roots—a cubic can have one root with multiplicity 3, or two distinct roots with multiplicities 2 and 1, or three simple roots.Factor the expanded form back: (x2)2(x+1)(x - 2)^2(x + 1) has only two distinct roots (x=2x = 2 with multiplicity 2 and x=1x = -1 with multiplicity 1), even though it is a degree 3 polynomial.
Given P(x)=(x4)2(x+2)2P(x) = (x - 4)^2(x + 2)^2, a student predicts that the graph crosses the xx-axis at both x=4x = 4 and x=2x = -2.Even multiplicities create tangent points where the graph touches but does not cross the xx-axis; only odd multiplicities guarantee a crossing.Both roots have even multiplicity (2), so the graph touches the xx-axis at x=4x = 4 and x=2x = -2 without crossing; it touches from above or below depending on the leading coefficient.

Tips and when to use something else

  • The multiplicity is the exponent on the factor (xr)(x - r), not the degree of P(x)P(x) or the sum of all exponents—read it directly from the factored form.
  • Even multiplicities make the graph touch the xx-axis tangentially; odd multiplicities make it cross through. Use this to check your factorization against a graph.
  • If you start with an expanded polynomial like x39x2+27x27x^3 - 9x^2 + 27x - 27, you must factor it completely before multiplicities are visible—the Factor Theorem helps identify and verify these factors.
  • Do not confuse multiplicity with degree: a degree 6 polynomial could have one root with multiplicity 6, two roots with multiplicities 3 and 3, or six distinct simple roots.

Frequently asked questions

What is the difference between a root and multiplicity?
A root is a value x=rx = r where P(r)=0P(r) = 0; multiplicity is how many times that root appears as a factor. In P(x)=(x2)3P(x) = (x - 2)^3, the root is x=2x = 2 and its multiplicity is 3.
How does multiplicity affect the shape of a polynomial graph?
If a root has odd multiplicity, the graph crosses the xx-axis at that point. If the multiplicity is even, the graph touches the xx-axis without crossing, creating a tangent or turning point. Higher multiplicities make the touch smoother or the crossing more gradual.
If I expand a polynomial, can I still find multiplicities?
Yes, but you must factor the expanded form back to factored form first. For example, x3+6x2+12x+8x^3 + 6x^2 + 12x + 8 does not show multiplicities until you factor it as (x+2)3(x + 2)^3, revealing that x=2x = -2 has multiplicity 3.
Why does the condition Q(r)0Q(r) \neq 0 matter in P(x)=(xr)mQ(x)P(x) = (x - r)^m Q(x)?
The condition Q(r)0Q(r) \neq 0 ensures that (xr)m(x - r)^m is the highest power of (xr)(x - r) dividing P(x)P(x)—it confirms that rr does not appear as a factor in Q(x)Q(x). If Q(r)=0Q(r) = 0, then rr would divide P(x)P(x) more times, making the multiplicity larger than mm.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18