MathematicsAlgebraMedium

Polynomial

Also known as:Polynomial expressionPolynomial function

A polynomial is an algebraic expression consisting of variables and coefficients combined using addition, subtraction, and multiplication, where variables have non-negative integer exponents. The general form is aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀, where the highest exponent n is called the degree. Polynomials are used extensively in calculus, numerical analysis, and computer science for approximating functions and solving complex problems.

Key Formula

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

LaTeX: P(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0

SymbolMeaningUnit
P(x)Polynomial function of xdimensionless
aₙLeading coefficient (must be non-zero)dimensionless
nDegree of the polynomial (highest exponent)dimensionless
a₀Constant term (value when x = 0)dimensionless

Worked Example

Problem

Evaluate the polynomial P(x) = 2x³ − 3x² + x − 5 at x = 2 using Horner's method.

Solution

Horner's method rewrites P(x) = ((2x − 3)x + 1)x − 5 Step 1: Start with the leading coefficient: 2 Step 2: Multiply by x = 2 and add next coefficient: 2×2 + (−3) = 4 − 3 = 1 Step 3: Multiply by 2 and add next coefficient: 1×2 + 1 = 3 Step 4: Multiply by 2 and add constant: 3×2 + (−5) = 6 − 5 = 1 Verify directly: 2(8) − 3(4) + 2 − 5 = 16 − 12 + 2 − 5 = 1 ✓

Answer

P(2) = 1

Classification of Polynomials by Degree

DegreeNameStandard FormExample
0Constanta₀7
1Lineara₁x + a₀4x − 3
2Quadratica₂x² + a₁x + a₀x² − 2x + 1
3Cubica₃x³ + a₂x² + a₁x + a₀2x³ + x − 4
4Quartica₄x⁴ + … + a₀x⁴ − 5x² + 4
5Quintica₅x⁵ + … + a₀3x⁵ − x³ + 2x

Interactive Tools

Desmos Graphing Calculator

Graph polynomials of any degree and explore how coefficients change the shape.

Open Tool

Wolfram Alpha – Polynomial

Factor, expand, find roots, and analyse polynomials symbolically.

Open Tool

GeoGebra CAS

Computer algebra system for symbolic polynomial manipulation.

Open Tool
Graph of a degree-5 polynomial showing multiple turning points and roots

Wikimedia Commons, CC BY-SA

Related Terms

From Greek "polynomion", combining "poly" (many) and "nomos" (part or portion), later Latinised. The term was introduced into mathematics in the 16th century. The systematic theory of polynomials was developed by European mathematicians including Viète, Descartes, and later Gauss.

algebrapolynomialdegreecoefficientstermsfunction