COEFFICIENT WORKSPACE
POLYNOMIAL ROOT CALCULATOR
Polynomial solver for real and complex roots.
Enter coefficients for degree 1 to 10 polynomials and find real or complex roots numerically. Use it for quadratic, cubic, quartic, and higher-degree equations when you need a coefficient-based roots calculator.Polynomial roots from coefficients
Choose the degree, enter coefficients from the highest power down to the constant term, and solve f(x) = 0.
Real and complex roots included
Real roots are shown as ordinary numbers. Non-real roots are displayed in a + bi format when the graph does not cross the x-axis.
Residual check for accuracy
The residual shows how close f(root) is to zero, which is useful for repeated roots and higher-degree numerical answers.
POLYNOMIAL ROOTS EXPLAINED
How to use this polynomial roots calculator.
A polynomial root is a value of x that makes f(x) equal zero. This workspace is built for coefficient form, so it is best when you already know the coefficients of xⁿ, xⁿ⁻¹, and the constant term.COEFFICIENT ORDER
Enter highest power first
For x² − 5x + 6, enter 1, −5, and 6. For x⁴ − 5x² + 4, enter 1, 0, −5, 0, and 4.REAL ROOTS
Where the graph crosses
Real roots are x-intercepts of the polynomial graph. Use the Graphing Calculator when you want to see the curve visually.COMPLEX ROOTS
When roots contain i
Some polynomials have roots like 2 + 3i. They are valid roots even though they do not appear as x-axis crossings on a real graph.QUADRATIC EXAMPLE
x² − 5x + 6 = 0
Use degree 2 with coefficients 1, −5, 6. The roots are 2 and 3 because (x − 2)(x − 3) = 0.QUARTIC EXAMPLE