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.

P(x)=anxn+an1xn1++a1x+a0 P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0

Variables

SymbolDescriptionUnit
P(x)P(x)Polynomial function evaluated at x-
nnDegree of the polynomial (highest non-negative integer exponent)-
ana_nLeading coefficient (must be non-zero)-
a0a_0Constant 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., 3x23x^2).

Binomial

A polynomial with exactly two terms (e.g., x+5x + 5).

Trinomial

A polynomial with exactly three terms (e.g., x2+2x+1x^2 + 2x + 1).

Degree

The highest exponent of the variable in a polynomial. Common classifications include Constant (n=0n=0), Linear (n=1n=1), Quadratic (n=2n=2), Cubic (n=3n=3), and Quartic (n=4n=4).

End Behavior Rules

The end behavior of a polynomial graph depends on its degree (nn) and its leading coefficient (ana_n).

  • Even Degree (nn): The ends of the graph point in the same direction. If an>0a_n \gt 0, both ends point upward (As x±,P(x)x \to \pm\infty, P(x) \to \infty). If an<0a_n \lt 0, both ends point downward (As x±,P(x)x \to \pm\infty, P(x) \to -\infty).
  • Odd Degree (nn): The ends of the graph point in opposite directions. If an>0a_n \gt 0, the graph falls to the left and rises to the right. If an<0a_n \lt 0, 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)

a (End Behavior)1
b (Spread/Shift)0
c (Slope at y-int)-3
d (Y-Intercept)0
f(x)=x33xf(x) = x^3 - 3x

End Behavior:

Down (L) / Up (R)

Approximate Roots:

x ≈ -1.73 x ≈ -0.00 x ≈ 1.73

Turning Points:

(1.00, -2.00)(-1.00, 2.00)
xy

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 P(x)P(x) has a factor (xc)(x - c) if and only if P(c)=0P(c) = 0.

Synthetic Division Procedure:

  • Step 1: List the coefficients of P(x)P(x) in descending order of degree. Include zeros for any missing terms.
  • Step 2: Write the root cc of the divisor (xc)(x - c) to the left of the coefficients.
  • Step 3: Bring down the leading coefficient.
  • Step 4: Multiply this coefficient by cc, 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

Problem(x3+3x24x12)÷(x2)(x^3 + 3x^2 - 4x - 12) \div (x - 2)
Coefficients a, b, c, d[1, 3, -4, -12]
Divisor Root r (divisor is x - r)2

Instruction Step 0

Setup coefficients of the dividend [a, b, c, d] on the top row, and the root r on the left side.

2
1
3
-4
-12
 
 
 

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 p/qp/q, where pp is a factor of the constant term and qq 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 P(x)P(x), or less than that by a positive even integer. The number of negative real roots is found similarly by evaluating the sign changes of P(x)P(-x).

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 cc into every term, you can use synthetic division to find the remainder.

R=P(c) R = P(c)

Variables

SymbolDescriptionUnit
RRThe remainder when P(x)P(x) is divided by (xc)(x - c)-
P(c)P(c)The polynomial evaluated at x=cx = c-

Interactive Simulation

Note

Use the interactive simulation below to visualize the Remainder Theorem. Adjust the cubic polynomial and the evaluation point kk to see both the direct algebraic substitution and synthetic division remainder yield the exact same value.

Remainder & Factor Theorem Visualizer

Active Polynomial
P(x)=x32x21x+2P(x) = x^3 - 2x^2 - 1x + 2
Is a Factor!

Since the remainder P(k)=0P(k) = 0, (x2)(x - 2) is a perfect factor of the polynomial!

Graph Coordinate(2.0, 0.00)
Remainder R0.00

Polynomial Inequalities and The Sign Chart (Wavy Curve Method)

Solving inequalities of degree two or higher (e.g., P(x)0P(x) \ge 0) 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 P(x)>0P(x) \gt 0, P(x)<0P(x) \lt 0, P(x)0P(x) \ge 0, or P(x)0P(x) \le 0.
  • Step 2: Factor P(x)P(x) 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 P(x)P(x). 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., (xc)1(x-c)^1, (xc)3(x-c)^3), and the sign stays the same if the root has an even multiplicity (e.g., (xc)2(x-c)^2).
  • Step 5: Write the solution using interval notation based on the required sign.
Key Takeaways
  • 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 (xc)(x - c).
  • The Remainder Theorem shows that dividing P(x)P(x) by (xc)(x - c) yields a remainder equal to P(c)P(c).
  • The Wavy Curve Method (Sign Chart) is a structured way to solve polynomial inequalities by identifying intervals between roots.