1 Definition and basic structure

A polynomial is an algebraic expression built from variables and constants using only addition, subtraction, multiplication, and nonnegative integer exponents. This restriction gives polynomials a regular structure that makes them easier to manipulate than many other expressions. They are used throughout mathematics because they can represent relationships, approximate more complicated functions, and serve as a foundation for later topics in algebra and calculus.

1.1 Terms, coefficients, and variables

A polynomial is made up of one or more terms. Each term is usually a product of a numerical coefficient and one or more variables raised to whole-number powers. The coefficient is the number multiplying the variable part, while the variables represent unknowns or quantities that may vary. In an expression such as 5x^2 - 3x + 7, the terms are 5x^2, -3x, and 7.

1.2 Exponents and degree

The exponent on a variable indicates how many times that variable is multiplied by itself. In polynomials, exponents must be nonnegative integers, so expressions like x^-1 or x^(1/2) are not polynomials. The degree of a term is the sum of the exponents on its variables, and the degree of a polynomial is the highest degree among its terms.

1.2.1 Leading term and leading coefficient

When a polynomial is written in standard form, the term with the greatest degree is called the leading term. Its coefficient is the leading coefficient. These parts are important because they strongly influence the graph and end behavior of the polynomial.

1.2.2 Constant term

The constant term is the term with no variable attached. It represents the value of the polynomial when all variables are zero. In a single-variable polynomial, it is the y-intercept of the graph.

1.3 Standard form

A polynomial is in standard form when its terms are arranged in descending order by degree. For example, 4x^3 - x^2 + 6x - 9 is in standard form. This arrangement makes it easier to identify the degree, leading term, and constant term.

2 Types of polynomials

Polynomials are often classified by the number of terms, by degree, and by the number of variables involved. These categories help describe their complexity and determine which algebraic methods are most useful.

2.1 Monomials

A monomial has only one term. Examples include 7x, -2a^3, and 9. Monomials are the simplest polynomial expressions and serve as building blocks for more complicated forms.

2.2 Binomials

A binomial has exactly two terms. Common examples are x + 4 and 3y^2 - 5. Binomials appear frequently in factoring formulas and algebraic identities.

2.3 Trinomials

A trinomial contains three terms. An example is x^2 + 5x + 6. Trinomials are especially important in introductory factoring, where they often split into products of binomials.

2.4 Multivariable polynomials

A multivariable polynomial contains more than one variable. Examples include x^2 + xy + y^2 and 2a^2b - 3ab^2 + 1. The degree of such a polynomial is found by identifying the term with the greatest sum of exponents.

3 Operations on polynomials

Polynomials can be added, subtracted, multiplied, and divided using rules that preserve polynomial form in many cases. These operations are central to algebraic manipulation and equation solving.

3.1 Addition and subtraction

To add or subtract polynomials, like terms are combined. Terms are like terms when they have the same variables raised to the same exponents. For example, in (2x^2 + 3x) + (x^2 - x + 4), the x^2 terms and x terms are grouped together, giving 3x^2 + 2x + 4.

3.2 Multiplication

Multiplying polynomials involves distributing each term of one polynomial across each term of the other. The result is then simplified by combining like terms. This process expands products into a single polynomial expression.

3.2.1 Distributive property

The distributive property states that a(b + c) = ab + ac. For polynomials, this rule extends to expressions with several terms, ensuring that each term is multiplied by every term in the other factor.

3.2.2 Product of polynomials

When two polynomials are multiplied, each term in the first polynomial is multiplied by each term in the second. For example, (x + 2)(x + 3) becomes x^2 + 5x + 6. More complex products may involve several rounds of distribution.

3.3 Division

Polynomial division reverses multiplication by finding a quotient and, sometimes, a remainder. It is used in factorization, simplification, and the analysis of roots.

3.3.1 Polynomial long division

Polynomial long division follows a procedure similar to numerical long division. The leading term of the dividend is divided by the leading term of the divisor, and the result is used to subtract a multiple of the divisor. This continues until the remainder has lower degree than the divisor.

3.3.2 Synthetic division

Synthetic division is a shorter method used mainly when dividing by a linear divisor of the form x - c. It organizes the coefficients of the polynomial into a compact algorithm and is especially efficient for evaluating remainders and testing possible roots.

4 Polynomial functions

A polynomial function is a function defined by a polynomial expression. These functions are widely studied because they have smooth graphs and predictable algebraic behavior.

4.1 Evaluating polynomials

To evaluate a polynomial, a value is substituted for the variable and the expression is simplified. For example, if p(x) = x^2 - 2x + 1, then p(3) = 9 - 6 + 1 = 4. Evaluation helps determine outputs, test solutions, and analyze function behavior.

4.2 Graphs of polynomial functions

The graph of a polynomial function is smooth and continuous, with no breaks or sharp corners. Its shape depends on the degree, leading coefficient, and roots. Low-degree polynomials often produce simple curves, while higher-degree examples can show more complicated patterns.

4.3 End behavior

End behavior describes what happens to the graph as x becomes very large or very small. It is governed mainly by the leading term. The degree and sign of the leading coefficient determine whether the graph rises or falls on each end.

4.4 Turning points and roots

A turning point is a location where a graph changes direction from increasing to decreasing or vice versa. A root is an x-value where the function equals zero, so the graph crosses or touches the x-axis there. The number of turning points is limited by the degree of the polynomial.

5 Factoring polynomials

Factoring rewrites a polynomial as a product of simpler expressions. It is one of the most useful tools in algebra because it reveals structure, simplifies calculations, and helps solve equations.

5.1 Greatest common factor

The greatest common factor is the largest factor shared by all terms in a polynomial. Factoring it out is often the first step in simplifying an expression. For example, 6x^2 + 9x can be written as 3x(2x + 3).

5.2 Factoring by grouping

Factoring by grouping is used when a polynomial has four or more terms that can be arranged into pairs with common factors. Each group is factored separately, and then a common binomial factor may emerge. This method is especially helpful for certain cubic and higher-degree polynomials.

5.3 Special product formulas

Certain polynomial patterns have standard factoring formulas. Recognizing them can save time and reduce errors.

5.3.1 Difference of squares

The difference of squares formula states that a^2 - b^2 = (a - b)(a + b). It applies only when a polynomial consists of two squared terms separated by subtraction.

5.3.2 Perfect square trinomials

A perfect square trinomial is a trinomial that can be written as the square of a binomial. Typical forms are a^2 + 2ab + b^2 = (a + b)^2 and a^2 - 2ab + b^2 = (a - b)^2.

5.3.3 Sum and difference of cubes

Cubes also have special factoring formulas. The sum of cubes and difference of cubes each factor into a binomial times a trinomial. These identities are useful for expressions such as a^3 + b^3 and a^3 - b^3.

5.4 Factoring higher-degree polynomials

Higher-degree polynomials may require a combination of methods, including common factoring, grouping, special formulas, and root testing. In some cases, factoring continues until all factors are linear or irreducible over a chosen number system.

6 Roots and zeros

Roots and zeros are values that make a polynomial equal to zero. They are central to solving equations and understanding the graph of a polynomial function.

6.1 Zero-product property

The zero-product property states that if a product of factors equals zero, then at least one factor must be zero. This principle allows a factored polynomial equation to be split into simpler equations.

6.2 Rational root theorem

The rational root theorem gives a list of possible rational zeros for a polynomial with integer coefficients. Candidates are formed from the factors of the constant term and the leading coefficient. The theorem does not guarantee a root, but it narrows the search.

6.3 Multiplicity of roots

Multiplicity refers to how many times a root appears as a factor. A root with odd multiplicity usually crosses the x-axis, while one with even multiplicity tends to touch the axis and turn back. Multiplicity affects the local shape of the graph near the root.

6.4 Relationship to factors

If r is a root of a polynomial, then x - r is a factor of that polynomial. This connection links graph behavior, factoring, and equation solving. It is one of the most useful ideas in polynomial theory.

7 Polynomial equations

Polynomial equations are equations formed by setting a polynomial equal to zero or another expression. They are widely studied because their solutions connect algebraic structure with geometric behavior.

7.1 Solving polynomial equations

Polynomial equations are often solved by factoring, applying the zero-product property, or using algebraic techniques such as substitution and root testing. When exact factoring is difficult, numerical methods may be used to approximate solutions.

7.2 Degree and number of solutions

The degree of a polynomial gives an upper bound on the number of solutions. A degree n polynomial has at most n roots, counting multiplicity and complex solutions. This makes degree a key indicator of equation complexity.

7.3 Complex roots

Some polynomial equations have nonreal solutions. Complex roots occur in conjugate pairs when the polynomial has real coefficients. Their appearance helps complete the full set of solutions predicted by algebraic theory.

8 Polynomial identities and theorems

Polynomial identities are equations that remain true for all allowed values of the variables. Theorems related to polynomials provide powerful shortcuts for expansion, factorization, and root analysis.

8.1 Binomial theorem

The binomial theorem gives a formula for expanding powers of a binomial such as (a + b)^n. It expresses the result as a sum of terms with coefficients determined by combinatorial patterns. The theorem is useful in algebra, probability, and calculus.

8.2 Factor theorem

The factor theorem states that x - c is a factor of a polynomial if and only if the polynomial equals zero when x = c. This result provides a direct link between evaluating a polynomial and determining its factors.

8.3 Remainder theorem

The remainder theorem says that when a polynomial is divided by x - c, the remainder equals the value of the polynomial at c. This makes it possible to find remainders without performing full long division.

8.4 Fundamental theorem of algebra

The fundamental theorem of algebra states that a nonzero polynomial of degree n has exactly n complex roots, counting multiplicity. This theorem establishes the completeness of the complex number system for polynomial equations and is a cornerstone of algebra.

9 Applications

Polynomials are used in a wide range of mathematical and applied settings. Their flexibility makes them valuable for modeling, calculation, and approximation.

9.1 Curve fitting and modeling

Polynomials can approximate data and describe relationships between variables. In curve fitting, a polynomial is chosen to match a set of points or to capture the general trend of observed values. This makes them useful in statistics, science, and computer analysis.

9.2 Geometry and area formulas

Many geometric formulas are polynomial expressions. Area and volume calculations often produce polynomials when dimensions are expressed in variables. Factoring and expansion are frequently used to simplify these formulas.

9.3 Physics and engineering

Polynomials appear in motion equations, signal processing, structural calculations, and control systems. They are especially useful when a quantity changes smoothly and can be approximated by algebraic expressions. Engineers often use polynomial models because they are manageable and computationally efficient.

9.4 Numerical methods and approximation

When exact solutions are difficult, polynomials can provide approximations to more complicated functions. Numerical methods often use polynomial interpolation, Taylor approximations, or related techniques. These approaches allow complex problems to be handled with practical accuracy.