Loading…

Root Finder with Multiplicity

Math Algebra • Polynomial and Rational Functions

View all topics

Enter a polynomial in x. Use ^ for powers and parentheses. Implicit multiplication is allowed: 2x(x-1), (x-1)(x+1), x^3-6x^2+11x-6. Exponents must be nonnegative integers.

Graph window

Numerical settings

Zoom to a root

Ready
Enter \(P(x)\), then press Calculate.

Drag to pan. Mouse wheel zooms (cursor-centered). Double-click resets view. Axis numbers are shown.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

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.