Drag to pan. Mouse wheel zooms (cursor-centered). Double-click resets view. Axis numbers are shown.
Root Finder with Multiplicity
Math Algebra • Polynomial and Rational Functions
Frequently Asked Questions
What does multiplicity mean for a polynomial root?
A root r has multiplicity m if (x-r)^m divides P(x) but (x-r)^(m+1) does not. Higher multiplicity typically makes the graph flatter near r, and even multiplicity often corresponds to touching the x-axis instead of crossing.
How does the calculator decide whether a root is real or complex?
A computed root is treated as real when its imaginary part is small enough to satisfy the real-threshold setting, i.e., |Im(z)| is below the cutoff. Otherwise it is reported as complex.
Why can repeated roots appear as several nearby roots numerically?
Finite-precision computations can split a multiple root into a cluster of very close approximations. The multiplicity clustering setting groups nearby roots together to estimate the multiplicity.
What is the Rational Root Theorem list used for?
If P(x) has integer coefficients, any rational root p/q (in lowest terms) must have p dividing the constant term and q dividing the leading coefficient. The candidate list provides the finite set of values to test for exact rational roots.
How many roots should a polynomial have when multiplicity is counted?
A nonconstant polynomial of degree n has exactly n complex roots when counted with multiplicity. For real-coefficient polynomials, nonreal complex roots occur in conjugate pairs.