Mathwords logoMathwords

Multiple Root — Definition, Formula & Examples

A multiple root is a root of a polynomial that occurs more than once, meaning the corresponding factor appears repeated in the polynomial's factored form. For example, in (x3)2=0(x - 3)^2 = 0, the root x=3x = 3 is a multiple root because the factor (x3)(x - 3) appears twice.

A root rr of a polynomial p(x)p(x) is called a multiple root (or repeated root) of multiplicity kk if (xr)k(x - r)^k divides p(x)p(x) but (xr)k+1(x - r)^{k+1} does not, where k2k \geq 2. When k=1k = 1, the root is called a simple root.

How It Works

To find whether a root is a multiple root, factor the polynomial completely and examine the exponent on each factor. If a factor (xr)(x - r) is raised to a power k2k \geq 2, then rr is a multiple root with multiplicity kk. Graphically, a root of even multiplicity causes the curve to touch the xx-axis and bounce back, while a root of odd multiplicity causes the curve to cross the axis but with a flattened shape. The multiplicity of every root also affects derivative behavior: at a root of multiplicity kk, the first k1k - 1 derivatives of the polynomial are also zero.

Worked Example

Problem: Find all roots of p(x)=x35x2+8x4p(x) = x^3 - 5x^2 + 8x - 4 and identify any multiple roots.
Step 1: Test x=1x = 1: substitute into the polynomial.
p(1)=15+84=0p(1) = 1 - 5 + 8 - 4 = 0
Step 2: Divide p(x)p(x) by (x1)(x - 1) using synthetic or polynomial division.
x35x2+8x4=(x1)(x24x+4)x^3 - 5x^2 + 8x - 4 = (x - 1)(x^2 - 4x + 4)
Step 3: Factor the quadratic.
x24x+4=(x2)2x^2 - 4x + 4 = (x - 2)^2
Step 4: Write the full factorization and identify multiplicities.
p(x)=(x1)(x2)2p(x) = (x - 1)(x - 2)^2
Answer: The roots are x=1x = 1 (simple root, multiplicity 1) and x=2x = 2 (multiple root, multiplicity 2).

Why It Matters

Multiple roots appear frequently in optimization problems in calculus, where a function's derivative has a repeated root at a critical point. In engineering and physics, repeated roots of characteristic equations determine whether a system's response involves polynomial-times-exponential terms rather than pure exponentials. Recognizing multiplicity also helps you sketch polynomial graphs quickly and accurately.

Common Mistakes

Mistake: Counting a multiple root as separate distinct roots when listing all roots of a polynomial.
Correction: A root of multiplicity kk is still one distinct root — it simply appears kk times in the factorization. A cubic like (x2)2(x+1)(x-2)^2(x+1) has two distinct roots, not three, even though the degree is 3.