Simple Root — Definition, Formula & Examples
A simple root is a root of a polynomial that occurs exactly once — meaning the corresponding linear factor appears only to the first power in the polynomial's factored form.
A value is a simple root of a polynomial if is a factor of but is not. Equivalently, is a root of multiplicity 1, so and .
How It Works
To determine whether a root is simple, factor the polynomial completely and check the exponent on each linear factor. If a factor appears with exponent 1, then is a simple root. You can also use the derivative test: if and , the root is simple. At a simple root, the graph of crosses the -axis (rather than merely touching it and turning back), which makes simple roots visually distinct from repeated roots.
Worked Example
Problem: Determine which roots of are simple roots.
Identify the roots: Set each factor equal to zero.
Check multiplicities: The factor has exponent 1, so has multiplicity 1. The factor has exponent 2, so has multiplicity 2.
Verify with the derivative (optional): Compute and evaluate at each root. Since , the root is confirmed simple. Since , the root is not simple.
Answer: is a simple root; is not (it is a repeated root of multiplicity 2).
Why It Matters
Distinguishing simple roots from repeated roots is essential when performing partial fraction decomposition in calculus and when analyzing the stability of systems in engineering. In numerical analysis, root-finding algorithms like Newton's method converge faster to simple roots than to repeated ones.
Common Mistakes
Mistake: Assuming every root that appears once in a list of solutions is simple.
Correction: A root's multiplicity depends on the exponent of its factor in the fully factored polynomial, not on how many times you happen to write it down. Always factor completely and check the exponent.
