A polynomial is an expression consisting of variables (indeterminates) and coefficients (constants) that involves only the operations of addition, subtraction, multiplication and non-negative integer exponents of variables.
For example, a polynomial with 1 variable (x); polynomial with 3 variables (x,y,z):
x2−4x+7x3+2xyz2−yz+1
Polynomials appear in many areas: polynomial equations, polynomial functions, elementary word problem, complex scientific problems; they are used in calculus,numerical analysis, algebra, algebraic geometry.
A polynomial in a single indeterminate x can always be written in the form:
anxn+an−1xn−1+⋯+a2x2+a1x+a0
where a0,…,an are constants and x is the indeterminate.
Expressed concisely using summation:
k=0∑nakxk
That is, a polynomial can either be zero or can be written as the sum of a finite number of non-zero terms. Each term consists of the product of a number, called the coefficient of the term, and a finite number of indeterminates, raised to nonnegative integer powers.