Polynomial

A finite linear combination of powers of a variable with real coefficients.
Polynomial

A polynomial (in one real variable) is a function p:RRp:\mathbb{R}\to\mathbb{R} of the form

p(x)=a0+a1x+a2x2++anxn p(x)=a_0+a_1x+a_2x^2+\cdots+a_n x^n

for some integer n0n\ge 0 and coefficients a0,,anRa_0,\dots,a_n\in\mathbb{R}. If an0a_n\ne 0, the integer nn is the degree of pp.

Polynomials are basic examples of smooth functions (they have ) and they define continuous functions on any interval, so they sit inside the on that interval. Collections of polynomials often form a .

Examples:

  • p(x)=x32x+5p(x)=x^3-2x+5 is a polynomial of degree 33.
  • p(x)=7p(x)=7 is a constant polynomial (degree 00), and p(x)=0p(x)=0 is the zero polynomial.