Arbitrary Degree Polynomial Calculator

Demo Examples

Introduction to Polynomial Equations

An nth-degree polynomial equation is the general form of algebraic equations containing the highest term xⁿ. According to the Fundamental Theorem of Algebra, an nth-degree equation has n roots (including complex roots).

Fundamental Theorem of Algebra

P(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀

An nth-degree equation has n roots (including complex and repeated roots)

Solution Methods

Special Cases:
  • Linear equation: Direct solution
  • Quadratic equation: Quadratic formula
  • Cubic and higher: Numerical methods

Numerical Methods

xₙ₊₁ = xₙ - f(xₙ)/f'(xₙ)

Newton's Method Iteration