A polynomial is a mathematical expression that involves variables, constants, and the operations of addition, subtraction, and multiplication. It is written in the form: P(x) = anxn + an-1xn-1 + ... + a1x + a0, where an, an-1, ..., a0 are real numbers and n is a non-negative integer.
Polynomials can be grouped according to how many terms they contain:
The degree of a polynomial refers to the largest exponent of the variable present in the expression. Based on degree, polynomials are named as:
The value of a polynomial for a particular value of the variable is obtained by substituting that value into the expression.
As an illustration, consider P(x) = x² + 2x + 1 when x = 2P(2) = 2² + 2×2 + 1 = 4 + 4 + 1 = 9.
A zero (also called a root) of a polynomial is a value of the variable for which the polynomial evaluates to zero. In other words, if P(a) = 0, then a is a zero of the polynomial P(x).
The geometric interpretation of a polynomial's zeroes becomes clear when its graph is plotted on the Cartesian coordinate plane.
For a polynomial P(x), its graph is a curve. The zeroes of the polynomial are the x-coordinates of the points where the graph intersects the x-axis.
Hence, geometrically, zeroes of a polynomial are the x-values where the curve of the polynomial touches or crosses the x-axis.
A linear polynomial has the general form P(x) = ax + b, with a ≠ 0. Its graph represents a straight line on the coordinate plane.
The zero of the polynomial is the value of x for which P(x) = 0. This happens when:
ax + b = 0 ⇒ x = -b/a
Geometrically, this means the line y = ax + b intersects the x-axis at the point (-b/a, 0). This point is the zero of the polynomial.
Since the x-axis represents all points where y = 0, any intersection with the x-axis corresponds to a root or zero of the polynomial. For a linear polynomial, this intersection occurs exactly once.