Andromeda
Note

Zeros of Polynomial Functions

Definition

A zero of a polynomial function ff is a number rr such that f(r)=0f(r) = 0. These zeros can be real or complex. The Fundamental Theorem of Algebra states that every polynomial of degree n1n \ge 1 has at least one complex zero.

  • How to read: “f of r equals zero; n greater than or equal to one.”
  • Meaning: rr is an input where ff vanishes; the Fundamental Theorem of Algebra guarantees at least one complex root for every polynomial of degree n1n \ge 1.

Why It Matters

Zeros are the “destiny” of a function. In engineering and physics, finding where a function hits zero is the key to identifying equilibrium, stability, and critical failures. Without zeros, we couldn’t design bridges that don’t vibrate to death or electronics that filter out noise.

Core Concepts

  • The Factor Theorem: xrx - r is a factor of f(x)f(x) if and only if f(r)=0f(r) = 0.
    • How to read: “x minus r is a factor of f of x if and only if f of r equals zero.”
    • Meaning / when to use: Finding a zero rr immediately gives linear factor xrx-r for polynomial division.
  • Rational Zeros Theorem: For a polynomial with integer coefficients, any rational zero pq\frac{p}{q} must have pp as a factor of the constant term and qq as a factor of the leading coefficient.
    • How to read: “p over q.”
    • Meaning: Any rational zero p/qp/q must have pp dividing the constant term and qq dividing the leading coefficient — narrows candidates to a finite test list.
  • Number of Zeros: A polynomial of degree nn has exactly nn complex zeros (counting multiplicities).
    • How to read: “n.”
    • Meaning: A polynomial of degree nn has exactly nn complex zeros counting multiplicity — total root count including repeated roots equals the degree.
  • Conjugate Pairs Theorem: If a polynomial has real coefficients and a+bia+bi is a zero, then abia-bi must also be a zero.
    • How to read: “a plus b i; a minus b i.”
    • Meaning: If a polynomial has real coefficients and a+bia+bi is a zero, then abia-bi must also be a zero — non-real roots come in conjugate pairs.
  • Descartes’ Rule of Signs: Provides a way to determine the possible number of positive and negative real zeros by looking at sign variations.
  • Intermediate Value Theorem: If f(a)f(a) and f(b)f(b) have opposite signs, there is at least one real zero between aa and bb.
    • How to read: “f of a and f of b have opposite signs.”
    • Meaning / when to use: At least one real zero lies between aa and bb — bracketing method for locating real roots on an interval.

Connected Concepts