Polynomial Roots
Roots (zeros) satisfy P(x)=0. Quadratic: x=(−b±√(b²−4ac))/(2a). Rational root theorem: test ±p/q. Descartes: sign changes = positive roots. Complex roots come in conjugate pairs.
Did our AI summary help? Let us know.
Complex roots of real polynomials come in conjugate pairs a±bi. Rational root theorem: if p/q is root (in lowest terms), p|constant and q|leading. Descartes: number of positive roots ≤ sign changes in coefficient sequence.
Ready to run the numbers?
Why: Roots are where the graph crosses the x-axis. Essential for factoring, solving equations, and understanding polynomial behavior. Used in control theory, signal processing, and physics.
How: Quadratic: use formula. Cubic/quartic: rational root theorem for candidates, synthetic division to factor. Descartes: count sign changes in P(x) for positive roots, P(−x) for negative.
Run the calculator when you are ready.
Step-by-step analysis
- Equation: x^2 - 5x + 6 = 0
- Degree: 2
- Discriminant Δ = b² - 4ac = 1.0000
- Δ > 0: Two distinct real roots
- Quadratic formula: x = (-b ± √Δ) / (2a)
- Descartes' rule: 2 sign changes → 2 or fewer positive real roots
- f(-x) has 0 sign changes → 0 or fewer negative real roots
- Rational root candidates: ±(factors of 6)/(factors of 1): 1, -1, 2, -2, 3, -3, 6, -6
For educational and informational purposes only. Verify with a qualified professional.
🧮 Fascinating Math Facts
x²−2=0 has roots ±√2. x²+1=0 has roots ±i.
— Examples
Descartes: x³−x²+x−1 has 3 sign changes → up to 3 positive roots.
— Rule
📋 Key Takeaways
- • Fundamental Theorem of Algebra: A polynomial of degree n has exactly n roots (real or complex, counting multiplicity)
- • Quadratic formula gives exact roots for ax²+bx+c=0: x = (-b ± √(b²-4ac))/(2a)
- • Rational Root Theorem: Any rational root p/q has p dividing the constant term and q dividing the leading coefficient
- • Descartes' Rule of Signs: Number of sign changes in coefficients bounds positive real roots; f(-x) bounds negative real roots
- • Complex roots always occur in conjugate pairs for polynomials with real coefficients
💡 Did You Know?
📖 How Polynomial Root Finding Works
Quadratic (degree 2): The formula x = (-b ± √(b²-4ac))/(2a) gives exact roots. The discriminant b²-4ac tells you: positive = two real roots, zero = one repeated root, negative = two complex conjugate roots.
Rational Root Theorem: For integer coefficients, any rational root p/q must have p as a factor of the constant term and q as a factor of the leading coefficient. Test these candidates to find roots.
Descartes' Rule: Count sign changes in the coefficient list. The number of positive real roots is that number or less by an even amount. For negative roots, substitute -x and count again.
🔧 Expert Tips
- • For quadratics, always compute the discriminant first to know what type of roots to expect
- • Use the rational root theorem to quickly test likely candidates before numerical methods
- • Descartes' rule helps narrow the search — if there are 0 sign changes, there are 0 positive real roots
- • Connection to factoring: finding roots is equivalent to factoring P(x) = (x-r₁)(x-r₂)...
📊 Discriminant Summary (Quadratic)
| Δ = b²-4ac | Roots |
|---|---|
| Δ > 0 | Two distinct real roots |
| Δ = 0 | One repeated real root |
| Δ < 0 | Two complex conjugate roots |
❓ FAQ
What is the Fundamental Theorem of Algebra?
Every non-constant polynomial has at least one complex root. Equivalently, a degree-n polynomial has exactly n roots (counting multiplicity).
How does the Rational Root Theorem work?
For P(x)=a_n x^n+...+a_0 with integer coefficients, any rational root p/q (in lowest terms) satisfies: p divides a_0 and q divides a_n.
What is Descartes' Rule of Signs?
The number of positive real roots is at most the number of sign changes in the coefficients, and differs by an even number. Same for f(-x) and negative roots.
Why do complex roots come in pairs?
For real coefficients, if a+bi is a root, so is a-bi. This ensures the polynomial has real coefficients when expanded.
Can a cubic have only one real root?
Yes. Example: x³-1=0 has one real root (1) and two complex roots. The other two are complex conjugates.
How do roots relate to factoring?
If r is a root of P(x), then (x-r) is a factor. P(x) = (x-r)Q(x). Finding all roots gives the full factorization.
📌 Quick Reference
- • Quadratic formula: x = (-b ± √(b²-4ac))/(2a)
- • Discriminant: Δ = b² - 4ac
- • Rational roots: ±(factors of constant)/(factors of leading)
- • Descartes: count sign changes for upper bound on positive/negative roots
Disclaimer: Cubic and quartic roots use numerical methods. Exact algebraic formulas exist (Cardano, Ferrari) but are complex. For degree 5+, no general formula exists (Abel-Ruffini).
Related Calculators
Discriminant Calculator
Calculate the discriminant Δ = b²-4ac for quadratic equations ax²+bx+c=0. Determine nature of roots: two distinct real, one repeated, or two complex...
MathematicsCompleting the Square Calculator
Convert quadratic expressions from standard form ax²+bx+c to vertex form a(x-h)²+k. Find vertex, axis of symmetry, x-intercepts, and min/max values....
MathematicsCubic Equation Calculator
Solve cubic equations ax³+bx²+cx+d=0 using Cardano's formula. Find all roots (real and complex), discriminant analysis, Vieta's relations, depressed cubic form, and step-by-step solutions. Essential for polynomial theory, physics, and engineering applications.
MathematicsPolynomial Root Finder Calculator
Find all roots of polynomials up to degree 4 using Newton's method, bisection method, secant method, or analytical formulas. Input coefficients (highest degree first), initial guess, tolerance, and max iterations. Results include roots found, iterations needed, convergence rate, and error estimate. Bar chart of root values, Doughnut showing iteration distribution. Examples: x²-2 (√2), x³-x-1, x⁴-10x²+9, Wilkinson's polynomial, engineering frequency equation, financial IRR. Educational content on numerical methods overview, convergence criteria, Newton vs bisection, when analytical formulas fail.
MathematicsQuadratic Formula Calculator
Apply x = (-b ± √(b²-4ac))/(2a) step-by-step. Exact, decimal, and complex roots. Simplify radicals, graphical interpretation. Bar chart of -b, √Δ, 2a...
MathematicsRational Zeros Calculator
Apply the Rational Zeros Theorem to list all possible rational zeros p/q of a polynomial with integer coefficients. Test each candidate, find actual zeros...
Mathematics