Andromeda
Note

Polynomial Functions

Definition

A polynomial function is a function of the form f(x)=anxn+an1xn1++a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0, where nn is a non-negative integer and the coefficients aia_i are real numbers. The degree is nn, the highest power of xx.

  • How to read: “The polynomial function f of x is equal to the coefficient a n times x raised to the nth power, plus lower degree terms, down to the constant term a zero; and the degree of the polynomial is n.”
  • Meaning: Finite sum of power terms—degree nn controls end behavior and max turning points (n1n-1).

Why It Matters

Polynomials model systems where many factors compete. The “Leading Term” is the destiny of the system.

Core Concepts

  • Smoothness and Continuity: Polynomial graphs are “well-behaved”—they have no gaps, holes, or sharp corners.
  • Zeros and Intercepts:
    • xx-intercepts occur at the real zeros of the function (f(x)=0f(x)=0).
    • How to read: “The x-intercepts occur at the values of x where the function f of x is equal to zero.”
    • Meaning: Roots of the polynomial—graph crosses or touches the x-axis.

Connected Concepts