polynomial functions
Polynomial Functions
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
Formal Definition
A polynomial function of degree n (with aₙ ≠ 0) has the general form:
aₙ, ..., a₀ are real (or complex) coefficients; n is the degree
Over the complex numbers, every degree-n polynomial factors into n linear factors (counting multiplicity), where r_i are the roots
Notation
| Notation | Meaning |
|---|---|
| Leading term — the highest-degree term, determines end behavior | |
| Degree of the polynomial — the highest exponent with a nonzero coefficient | |
| Constant term — equals f(0), and equals the y-intercept | |
| A 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| → ∞:
Factor xⁿ out of every term
Every fractional term has x in the denominator, so it vanishes as |x|→∞
Only the leading term controls the far-left and far-right behavior of the graph
Proofs
- (Dividing by the linear polynomial (x−c) always leaves a degree-0 (constant) remainder)
- (Substitute x = c; the (x−c) factor vanishes)
- (The remainder is exactly f(c), so a zero remainder is equivalent to f(c)=0)
Properties
End behavior (even degree, aₙ>0)
End behavior (even degree, aₙ<0)
End behavior (odd degree, aₙ>0)
Maximum real roots
Maximum turning points
Continuity & smoothness
Theorems
Corollaries
Follows from Fundamental Theorem of Algebra
Applications
Formula Explorer
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
The highest power is x⁴, so degree = 4 (even); the leading coefficient is -2 (negative).
Even degree with negative leading coefficient means both ends point downward.
Answer: Degree 4, leading coefficient -2, both ends fall (f(x)→-∞ as x→±∞).
Practice Problems
State the end behavior of f(x) = 5x³ - x + 2.
Find all real roots of f(x) = x⁴ - 5x² + 4 and their multiplicities.
A degree-6 polynomial can have at most how many turning points?
Common Mistakes
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.
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.
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
Flashcards
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.
- c. 1800 BCE
Babylonians solve specific quadratic (degree-2) problems geometrically
- 1545
Cardano publishes Ars Magna, containing solutions to the cubic (del Ferro/Tartaglia) and quartic (Ferrari)
Gerolamo Cardano, Niccolò Fontana Tartaglia, Lodovico Ferrari
- 1824
Abel proves no general radical formula exists for degree-5 (quintic) polynomials
Niels Henrik Abel
- 1830s
Galois develops group theory to characterize exactly which polynomial equations are solvable by radicals
Évariste Galois
- 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
- BookSullivan, M. Algebra and Trigonometry, 10th ed. Ch. 4 — Polynomial and Rational Functions.
- WebsiteWikipedia — Polynomial
Mathematics