Polynomial Equation Solver
Solve higher-degree polynomial equations with AI-powered step-by-step solutions
Drag & drop or click to add images or PDF
What is a Polynomial Equation?
A polynomial equation is an equation of the form:
where is a positive integer called the degree, , and are constants (coefficients).
Polynomials are classified by degree:
- Degree 1: Linear ()
- Degree 2: Quadratic ()
- Degree 3: Cubic ()
- Degree 4: Quartic ()
- Degree 5+: Quintic and higher
The Fundamental Theorem of Algebra states that a polynomial of degree has exactly roots (counting multiplicity) in the complex numbers. For example, a cubic equation always has 3 roots, which may be real or complex.
Higher-degree polynomial equations arise in physics (projectile motion, oscillations), engineering (control systems), economics (optimization), and computer graphics (curve intersections).
How to Solve Polynomial Equations
Unlike quadratics, there is no single formula that works for all higher-degree polynomials. Here are the main strategies:
1. Rational Root Theorem
For with integer coefficients, any rational root must satisfy:
- divides (the constant term)
- divides (the leading coefficient)
Test candidates and use synthetic division to reduce the degree.
Example:
- Possible rational roots:
- Test : ✓
- Divide out to get
2. Factoring by Grouping
Rearrange terms into groups that share common factors.
Example:
3. Substitution (Disguised Quadratics)
If only even powers appear, let :
Example: → let : →
So or , giving .
4. Synthetic Division
Once a root is found, divide by to reduce the polynomial's degree, then repeat.
5. Descartes' Rule of Signs
Count sign changes in and to determine the maximum number of positive and negative real roots.
| Method | Best When |
|---|---|
| Rational Root Theorem | Integer coefficients, small constant term |
| Grouping | Four terms with natural pairs |
| Substitution | Only even-degree terms (biquadratic) |
| Synthetic Division | One root already known |
| Numerical Methods | No rational roots exist |
Common Mistakes to Avoid
- Forgetting complex roots: A degree- polynomial always has roots over . If you only find real roots, complex roots come in conjugate pairs.
- Missing repeated roots: has as a double root.
- Incomplete list of rational root candidates: Check all combinations of factors of over factors of .
- Arithmetic errors in synthetic division: Double-check each step — one wrong number propagates through the entire calculation.
- Assuming all roots are rational: Many polynomials have irrational or complex roots that cannot be found by the Rational Root Theorem alone.
Examples
Frequently Asked Questions
Polynomials of degree 4 or less always have exact formulas for their roots. For degree 5 and above, the Abel-Ruffini theorem proves that no general formula using radicals exists. However, specific polynomials of any degree may still be solvable by factoring or other techniques.
The Rational Root Theorem states that for a polynomial with integer coefficients, any rational root p/q (in lowest terms) must have p as a factor of the constant term and q as a factor of the leading coefficient.
A polynomial of degree n has exactly n roots when counted with multiplicity over the complex numbers. Some of these roots may be repeated, and some may be complex (non-real) numbers.
Synthetic division is a shorthand method for dividing a polynomial by a linear factor (x - r). It uses only the coefficients and is faster than long division. It is commonly used to test potential roots and to reduce the degree of a polynomial after finding a root.
Related Solvers
Related Guides
Try AI-Math for Free
Get step-by-step solutions to any math problem. Upload a photo or type your question.
Start Solving