Polynomial Function
A polynomial function is a function whose output is determined by a polynomial expression in the input variable. It has the form , where the exponents are whole numbers and the coefficients are real numbers.
A polynomial function of degree is a function defined by , where is a non-negative integer, each is a real number, and . The degree of the polynomial function is the highest power of that appears with a nonzero coefficient. Polynomial functions are continuous and smooth, meaning their graphs have no breaks, holes, or sharp corners.
Key Formula
Where:
- = the degree of the polynomial (a non-negative integer)
- = the leading coefficient (must not be zero)
- = the constant term
- = the input variable
Worked Example
Problem: Given the polynomial function , find .
Step 1: Substitute into the function.
Step 2: Evaluate each power of 3.
Step 3: Multiply the coefficients by the computed powers.
Step 4: Combine the terms from left to right.
Answer:
Visualization
Why It Matters
Polynomial functions model a wide range of real-world situations — from the trajectory of a thrown ball (quadratic) to revenue and cost models in business (cubic or higher). They are among the most well-behaved functions in mathematics, which makes them central to calculus, where you'll use them to approximate more complicated functions through techniques like Taylor polynomials.
Common Mistakes
Mistake: Including negative or fractional exponents and still calling the result a polynomial function.
Correction: Every exponent in a polynomial function must be a non-negative integer. Expressions like or disqualify a function from being polynomial.
Mistake: Confusing the degree of the function with the number of terms.
Correction: The degree is the highest exponent, not the count of terms. For example, has degree 5 but only two terms.
