Polynomials in One Variable
Quick answer A polynomial in one variable x is an algebraic expression a₀ + a₁x + a₂x² + ... + aₙxⁿ where every power of x is a whole number; its degree is the highest such power.
An algebraic expression like 2x² + 3x - 5 is called a polynomial in one variable if the variable x appears only with whole number powers (0, 1, 2, 3, ...). So expressions such as x-1 + 2, √x + 3, or 3x1/2 - 1 are not polynomials, because the powers there are negative or fractional.
A polynomial in x is generally written as:
p(x) = anxn + an-1xn-1 + ... + a1x + a0
Here a0, a1, ..., an are real numbers called coefficients, and each part such as a2x² is called a term. The highest power of x that appears with a non-zero coefficient is called the degree of the polynomial.
Based on the number of terms, polynomials are named: a polynomial with one term is a monomial (e.g. 7x³), with two terms a binomial (e.g. x + 5), and with three terms a trinomial (e.g. x² + 2x + 1).
Based on degree, polynomials are classified as:
- Linear polynomial — degree 1, general form ax + b, a ≠ 0 (example: 3x - 7)
- Quadratic polynomial — degree 2, general form ax² + bx + c, a ≠ 0 (example: x² - 4x + 3)
- Cubic polynomial — degree 3, general form ax³ + bx² + cx + d, a ≠ 0 (example: 2x³ - x + 1)
A non-zero constant, like p(x) = 5, is a polynomial of degree 0, because 5 = 5x⁰. The zero polynomial, p(x) = 0, is a special case whose degree is not defined.
Worked Example: State whether f(x) = 5x³ - 3x² + √2 is a polynomial, and if so, find its degree and the coefficient of x².
Every power of x here (3, 2, 0) is a whole number, so f(x) is a polynomial (note that √2 is simply a real-number coefficient of x⁰; it is the power of x, not the coefficient, that must be a whole number). The highest power is 3, so its degree is 3 (a cubic polynomial). The coefficient of x² is -3.
- A polynomial in one variable has only whole-number (non-negative integer) powers of the variable.
- Degree = highest power of the variable that has a non-zero coefficient.
- Linear (degree 1), quadratic (degree 2), and cubic (degree 3) polynomials are named by their degree.
- A non-zero constant has degree 0; the degree of the zero polynomial is not defined.
- Polynomials are called monomial, binomial or trinomial based on the number of terms.
