Mathematics.

polynomial functions

Polynomial Functions

Algebra II45 minDifficulty5 out of 10

You should know: polynomials, functions

Overview

A polynomial function is a function of the form f(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀, built from nonnegative integer powers of x combined with addition, subtraction, and constant multiplication. Polynomial functions are the smoothest, best-behaved functions in algebra — they're continuous and differentiable everywhere, have no asymptotes or holes, and are completely determined by a finite list of coefficients. Their graphs, roots, and end behavior are governed by the degree n and leading coefficient aₙ, making polynomials the natural next step after quadratics and the foundation for approximating almost any other function.

Intuition

Think of a polynomial as a quadratic's bigger family: instead of stopping at x², you can add x³, x⁴, and so on, each new term adding another 'wiggle' the graph can make. The degree n caps how many times the graph can change direction (at most n−1 turning points) and how many times it can cross the x-axis (at most n real roots). The leading term aₙxⁿ dominates everything far from the origin — for huge |x|, a polynomial behaves almost exactly like its leading term alone, which is why end behavior depends only on the degree's parity (even/odd) and the sign of the leading coefficient.

Interactive Graph

Adjust coefficients and watch roots, turning points, and end behavior change

Loading visualization…

Formal Definition

Definition

A polynomial function of degree n (with aₙ ≠ 0) has the general form:

f(x)=anxn+an1xn1++a1x+a0,an0, nZ0f(x) = a_n x^n + a_{n-1}x^{n-1} + \cdots + a_1 x + a_0,\quad a_n \neq 0,\ n \in \mathbb{Z}_{\geq 0}

aₙ, ..., a₀ are real (or complex) coefficients; n is the degree

General form
f(x)=ani=1n(xri)f(x) = a_n\prod_{i=1}^{n}(x - r_i)

Over the complex numbers, every degree-n polynomial factors into n linear factors (counting multiplicity), where r_i are the roots

Factored form

Notation

NotationMeaning
anxna_n x^nLeading term — the highest-degree term, determines end behavior
deg(f)=n\deg(f) = nDegree of the polynomial — the highest exponent with a nonzero coefficient
a0a_0Constant term — equals f(0), and equals the y-intercept
(xr)k(x-r)^kA root r has multiplicity k if (x−r)ᵏ divides f(x) but (x−r)ᵏ⁺¹ does not

Derivation

End behavior follows from factoring out the leading term and observing that lower-degree terms vanish in relative importance as |x| → ∞:

f(x)=anxn(1+an1anx++a0anxn)f(x) = a_n x^n\left(1 + \frac{a_{n-1}}{a_n x} + \cdots + \frac{a_0}{a_n x^n}\right)

Factor xⁿ out of every term

limx±(1+an1anx+)=1\lim_{x\to\pm\infty} \left(1 + \frac{a_{n-1}}{a_n x} + \cdots\right) = 1

Every fractional term has x in the denominator, so it vanishes as |x|→∞

f(x)anxn for x large\therefore f(x) \approx a_n x^n \text{ for } |x| \text{ large}

Only the leading term controls the far-left and far-right behavior of the graph

Proofs

The Factor Theorem: (x − c) divides f(x) if and only if f(c) = 0
  1. By the division algorithm, f(x)=(xc)q(x)+r for some constant remainder r\text{By the division algorithm, } f(x) = (x-c)\,q(x) + r \text{ for some constant remainder } r(Dividing by the linear polynomial (x−c) always leaves a degree-0 (constant) remainder)
  2. f(c)=(cc)q(c)+r=0q(c)+r=rf(c) = (c-c)\,q(c) + r = 0\cdot q(c) + r = r(Substitute x = c; the (x−c) factor vanishes)
  3. So r=f(c). Thus (xc)f(x)    r=0    f(c)=0\text{So } r = f(c). \text{ Thus } (x-c) \mid f(x) \iff r = 0 \iff f(c) = 0(The remainder is exactly f(c), so a zero remainder is equivalent to f(c)=0)

Properties

End behavior (even degree, aₙ>0)

f(x)+ as x±f(x) \to +\infty \text{ as } x \to \pm\infty

End behavior (even degree, aₙ<0)

f(x) as x±f(x) \to -\infty \text{ as } x \to \pm\infty

End behavior (odd degree, aₙ>0)

f(x) as x,f(x)+ as x+f(x)\to -\infty \text{ as } x\to -\infty,\quad f(x)\to +\infty \text{ as } x\to +\infty

Maximum real roots

A degree-n polynomial has at most n real roots\text{A degree-}n\text{ polynomial has at most } n \text{ real roots}

Maximum turning points

A degree-n polynomial has at most n1 turning points\text{A degree-}n\text{ polynomial has at most } n-1 \text{ turning points}

Continuity & smoothness

Polynomials are continuous and infinitely differentiable on all of R\text{Polynomials are continuous and infinitely differentiable on all of } \mathbb{R}

Theorems

Theorem 1: Fundamental Theorem of Algebra
Every nonconstant polynomial with complex coefficients has at least one complex root; a degree-n polynomial has exactly n complex roots, counted with multiplicity.\text{Every nonconstant polynomial with complex coefficients has at least one complex root; a degree-}n\text{ polynomial has exactly } n \text{ complex roots, counted with multiplicity.}
Theorem 2: Factor Theorem
(xc) is a factor of f(x)    f(c)=0(x-c) \text{ is a factor of } f(x) \iff f(c) = 0
Theorem 3: Intermediate Value Theorem (applied to polynomials)
If f(a) and f(b) have opposite signs, then f has a real root in (a,b)\text{If } f(a) \text{ and } f(b) \text{ have opposite signs, then } f \text{ has a real root in } (a,b)

Corollaries

Follows from Fundamental Theorem of Algebra

Arealpolynomialofodddegreemusthaveatleastonerealroot(itscomplexrootscomeinconjugatepairs,soanoddcountforcesatleastonetobereal).A real polynomial of odd degree must have at least one real root (its complex roots come in conjugate pairs, so an odd count forces at least one to be real).

Applications

Projectile trajectories, potential energy curves, and many force laws are modeled by low-degree polynomials.

Formula Explorer

Explore how degree and leading coefficient shape end behavior

Loading visualization…

Animation

Morphs a polynomial's graph as its degree increases one step at a time (linear → quadratic → cubic → quartic), highlighting how each new degree adds one more possible turning point and one more possible root.

Worked Examples

  1. The highest power is x⁴, so degree = 4 (even); the leading coefficient is -2 (negative).

    deg(f)=4,a4=2\deg(f) = 4,\quad a_4 = -2
  2. Even degree with negative leading coefficient means both ends point downward.

    f(x) as x±f(x) \to -\infty \text{ as } x \to \pm\infty

Answer: Degree 4, leading coefficient -2, both ends fall (f(x)→-∞ as x→±∞).

Practice Problems

Difficulty 3/10

State the end behavior of f(x) = 5x³ - x + 2.

Difficulty 5/10

Find all real roots of f(x) = x⁴ - 5x² + 4 and their multiplicities.

Difficulty 4/10

A degree-6 polynomial can have at most how many turning points?

Common Mistakes

Common Mistake

Believing a root's multiplicity doesn't affect the graph's shape, only where it crosses.

Multiplicity matters: odd multiplicity (1, 3, ...) means the graph CROSSES the x-axis there; even multiplicity (2, 4, ...) means the graph only TOUCHES the axis and turns back, like a parabola's vertex.

Common Mistake

Assuming end behavior depends on every term of the polynomial.

Only the leading term aₙxⁿ determines end behavior. All other terms become negligible as |x| → ∞; they only affect the graph's behavior near the origin.

Common Mistake

Thinking a degree-n polynomial always has exactly n real roots.

A degree-n polynomial has at most n real roots (it has exactly n roots total, but some may be complex or repeated). E.g., x²+1 has degree 2 but zero real roots.

Quiz

What is the maximum number of turning points a degree-5 polynomial can have?
If f(x) = (x+3)³(x-1), what happens to the graph at x = -3?

Flashcards

1 / 4

Historical Background

Polynomial equations of degree 2 (quadratics) were solved by the Babylonians nearly 4000 years ago, but general methods for higher degrees developed much later. Italian Renaissance mathematicians raced to solve the cubic and quartic in the 16th century — Scipione del Ferro and Niccolò Fontana Tartaglia found cubic solutions, which Gerolamo Cardano published (with credit) in 1545; his student Lodovico Ferrari solved the general quartic the same year. The quintic (degree 5) resisted every attempt at a similar radical formula until Niels Henrik Abel proved in 1824 that no such general formula could exist, and Évariste Galois's theory of solvability (early 1830s) explained precisely why — founding modern abstract algebra in the process.

  1. c. 1800 BCE

    Babylonians solve specific quadratic (degree-2) problems geometrically

  2. 1545

    Cardano publishes Ars Magna, containing solutions to the cubic (del Ferro/Tartaglia) and quartic (Ferrari)

    Gerolamo Cardano, Niccolò Fontana Tartaglia, Lodovico Ferrari

  3. 1824

    Abel proves no general radical formula exists for degree-5 (quintic) polynomials

    Niels Henrik Abel

  4. 1830s

    Galois develops group theory to characterize exactly which polynomial equations are solvable by radicals

    Évariste Galois

  5. 1799/1816

    Gauss proves the Fundamental Theorem of Algebra: every nonconstant polynomial has a complex root

    Carl Friedrich Gauss

Summary

  • A polynomial function f(x) = aₙxⁿ + ... + a₀ (aₙ≠0) has degree n and is continuous/smooth everywhere.
  • End behavior is controlled entirely by the leading term aₙxⁿ: even/odd degree and the sign of aₙ determine the two 'arms' of the graph.
  • A degree-n polynomial has at most n real roots and at most n-1 turning points.
  • Root multiplicity determines local shape: odd multiplicity crosses the x-axis, even multiplicity touches and turns back.
  • The Fundamental Theorem of Algebra guarantees exactly n complex roots (with multiplicity) for a degree-n polynomial; non-real roots of real polynomials always come in conjugate pairs.

References

  1. BookSullivan, M. Algebra and Trigonometry, 10th ed. Ch. 4 — Polynomial and Rational Functions.