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.

Classifying Polynomials

Polynomials are categorized by their degree (the highest exponent) and the number of terms they contain:

Nomenclature

  • Monomial: One term (e.g., 3x23x^2).
  • Binomial: Two terms (e.g., x+5x + 5).
  • Trinomial: Three terms (e.g., x2+2x+1x^2 + 2x + 1).
  • Degree: 0 (Constant), 1 (Linear), 2 (Quadratic), 3 (Cubic), 4 (Quartic).

End Behavior

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

End Behavior Rules

  • Even Degree (nn): Ends point in the same direction. (Up/Up if an>0a_n \gt 0, Down/Down if an<0a_n \lt 0).
  • Odd Degree (nn): Ends point in opposite directions. (Down/Up if an>0a_n \gt 0, Up/Down if an<0a_n \lt 0).

Interactive Visualizer

Adjust the coefficients to see how they change the shape and roots of a cubic polynomial.

Polynomial Explorer (Cubic)

a (x³)1
b (x²)0
c (x)-3
d (const)0
f(x)=x33xf(x) = x^3 - 3x

Approximate Roots:

x ≈ -1.73x ≈ -0.00x ≈ 1.73
xy

Division and Factorization

To solve higher-degree polynomials, we use division to find roots and factor the expression.

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

  • List coefficients of P(x)P(x), including zeros for missing terms.
  • Write the root (cc) of the divisor (xc)(x - c) in the box.
  • Bring down the first coefficient, multiply by cc, add to the next, and repeat.

Finding Roots

Two powerful theorems help narrow down the possible roots of a higher-degree polynomial.

Root Theorems

  • 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 gives a finite list of possible 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 an even number. The number of negative real roots is found similarly by evaluating P(x)P(-x).

The Remainder Theorem

The Remainder Theorem provides a shortcut to evaluating a polynomial P(x)P(x) for a given value cc. Instead of plugging cc into every term, you can use synthetic division to find the remainder.

Remainder Theorem Statement

If a polynomial P(x)P(x) is divided by (xc)(x - c), then the remainder is exactly equal to P(c)P(c).

Polynomial Inequalities

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.

The Sign Chart (Wavy Curve Method)

  • 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. 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).
    • 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
  • Leading Term: Governs end behavior. Ignore all other terms for large x|x|.
  • Synthetic Division: Faster than long division but only works for (xc)(x - c) divisors.
  • Multiplicity: Even multiplicity "bounces"; Odd multiplicity "crosses" the x-axis.
  • Remainder Theorem: P(c)P(c) is exactly the remainder when P(x)P(x) is divided by (xc)(x - c).
  • Polynomial Inequalities: Find roots to establish test intervals, then use a sign chart (wavy curve) to determine where the polynomial is positive or negative.