Polynomials
A polynomial is an expression consisting of variables and coefficients, involving only addition, subtraction, multiplication, and non-negative integer exponents. They are the building blocks of algebraic modeling.
General Form of a Polynomial
The standard mathematical representation of a polynomial in one variable, arranged in descending order of exponents.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Polynomial function evaluated at x | - | |
| Degree of the polynomial (highest non-negative integer exponent) | - | |
| Leading coefficient (must be non-zero) | - | |
| Constant term | - |
Classifying Polynomials
Polynomials are categorized by their degree (the highest exponent) and the number of terms they contain.
Monomial
A polynomial with exactly one term (e.g., ).
Binomial
A polynomial with exactly two terms (e.g., ).
Trinomial
A polynomial with exactly three terms (e.g., ).
Degree
The highest exponent of the variable in a polynomial. Common classifications include Constant (), Linear (), Quadratic (), Cubic (), and Quartic ().
End Behavior Rules
The end behavior of a polynomial graph depends on its degree () and its leading coefficient ().
- Even Degree (): The ends of the graph point in the same direction. If , both ends point upward (As ). If , both ends point downward (As ).
- Odd Degree (): The ends of the graph point in opposite directions. If , the graph falls to the left and rises to the right. If , the graph rises to the left and falls to the right.
Interactive Visualizer
Note
Adjust the coefficients to see how they change the shape and roots of a cubic polynomial.
Polynomial Explorer (Cubic)
End Behavior:
Down (L) / Up (R)
Approximate Roots:
Turning Points:
Division and Factorization
To solve higher-degree polynomials, we use division to find roots and factor the expression. Synthetic division provides a fast, streamlined method for dividing a polynomial by a linear factor.
Note
The Factor Theorem: A polynomial has a factor if and only if .
Synthetic Division Procedure:
- Step 1: List the coefficients of in descending order of degree. Include zeros for any missing terms.
- Step 2: Write the root of the divisor to the left of the coefficients.
- Step 3: Bring down the leading coefficient.
- Step 4: Multiply this coefficient by , place the result under the next coefficient, and add the column.
- Step 5: Repeat until all columns are processed. The final sum is the remainder, and the preceding numbers are the coefficients of the quotient.
Interactive Simulation
Note
Visualize the step-by-step process of synthetic division for dividing a cubic polynomial by a linear binomial.
Synthetic Division Visualizer
Instruction Step 0
Setup coefficients of the dividend [a, b, c, d] on the top row, and the root r on the left side.
Root Theorems
Two powerful theorems help narrow down the possible roots of a higher-degree polynomial.
Rational Root Theorem
If a polynomial has integer coefficients, any rational root must be of the form , where is a factor of the constant term and is a factor of the leading coefficient. This provides a finite list of possible rational roots to test using synthetic division.
Descartes' Rule of Signs
The number of positive real roots is equal to the number of sign changes in the coefficients of , or less than that by a positive even integer. The number of negative real roots is found similarly by evaluating the sign changes of .
Remainder Theorem Statement
States that the remainder of dividing a polynomial by a linear binomial is equal to the polynomial evaluated at the binomial's root. Instead of plugging into every term, you can use synthetic division to find the remainder.
Variables
| Symbol | Description | Unit |
|---|---|---|
| The remainder when is divided by | - | |
| The polynomial evaluated at | - |
Interactive Simulation
Note
Use the interactive simulation below to visualize the Remainder Theorem. Adjust the cubic polynomial and the evaluation point to see both the direct algebraic substitution and synthetic division remainder yield the exact same value.
Remainder & Factor Theorem Visualizer
Since the remainder , is a perfect factor of the polynomial!
Polynomial Inequalities and The Sign Chart (Wavy Curve Method)
Solving inequalities of degree two or higher (e.g., ) requires finding the roots of the polynomial to determine the intervals where the function is positive or negative.
- Step 1: Bring all terms to one side so the inequality is in the form , , , or .
- Step 2: Factor completely to find the roots (critical points).
- Step 3: Plot these roots on a number line. This divides the number line into distinct intervals.
- Step 4: Pick a "test point" in each interval and evaluate the sign of . Alternatively, use the leading coefficient and the multiplicity of each root: Start from the far right where the sign matches the leading coefficient. Moving left across a root, the sign changes if the root has an odd multiplicity (e.g., , ), and the sign stays the same if the root has an even multiplicity (e.g., ).
- Step 5: Write the solution using interval notation based on the required sign.
- The highest exponent (degree) and the leading coefficient determine the overall end behavior of the polynomial graph.
- The Rational Root Theorem lists all possible rational roots, while Descartes' Rule of Signs limits the possible number of positive and negative real roots.
- Synthetic division is an efficient method for polynomial division by linear factors of the form .
- The Remainder Theorem shows that dividing by yields a remainder equal to .
- The Wavy Curve Method (Sign Chart) is a structured way to solve polynomial inequalities by identifying intervals between roots.