Mathwords logoMathwords

Polynomial Functions — Definition, Formula & Examples

A polynomial function is a function made up of terms, each consisting of a coefficient multiplied by a variable raised to a whole-number exponent. Examples include linear functions like f(x)=3x+1f(x) = 3x + 1, quadratics like f(x)=x24x+7f(x) = x^2 - 4x + 7, and higher-degree expressions like f(x)=2x5x3+6f(x) = 2x^5 - x^3 + 6.

A polynomial function of degree nn is a function of the form f(x)=anxn+an1xn1++a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0, where nn is a non-negative integer, the coefficients a0,a1,,ana_0, a_1, \ldots, a_n are real numbers, and an0a_n \neq 0. The term anxna_n x^n is called the leading term, and ana_n is the leading coefficient.

Key Formula

f(x)=anxn+an1xn1++a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0
Where:
  • nn = Degree of the polynomial (a non-negative integer)
  • ana_n = Leading coefficient (must not be zero)
  • a0a_0 = Constant term
  • xx = Variable (input of the function)

How It Works

To work with a polynomial function, first identify its degree (the highest exponent on the variable) and its leading coefficient. The degree tells you the most the graph can turn — a degree-nn polynomial has at most n1n - 1 turning points. You evaluate a polynomial by substituting a value for xx and simplifying using order of operations. End behavior depends on the degree and leading coefficient: for instance, if the degree is even and the leading coefficient is positive, both ends of the graph point upward. Polynomials are added, subtracted, and multiplied by combining like terms and distributing.

Worked Example

Problem: Given f(x)=2x35x2+3x8f(x) = 2x^3 - 5x^2 + 3x - 8, find f(4)f(4).
Substitute: Replace every xx with 4.
f(4)=2(4)35(4)2+3(4)8f(4) = 2(4)^3 - 5(4)^2 + 3(4) - 8
Evaluate powers: Compute 43=644^3 = 64 and 42=164^2 = 16.
f(4)=2(64)5(16)+3(4)8f(4) = 2(64) - 5(16) + 3(4) - 8
Multiply: Multiply each coefficient by the corresponding power.
f(4)=12880+128f(4) = 128 - 80 + 12 - 8
Combine: Add and subtract from left to right.
f(4)=52f(4) = 52
Answer: f(4)=52f(4) = 52

Another Example

Problem: Identify the degree, leading coefficient, and constant term of g(x)=7x4+3x2x+10g(x) = -7x^4 + 3x^2 - x + 10.
Find the degree: The highest exponent on xx is 4, so the degree is 4.
Find the leading coefficient: The coefficient of the highest-degree term 7x4-7x^4 is 7-7.
Find the constant term: The term with no variable is 10, so a0=10a_0 = 10.
Answer: Degree: 4. Leading coefficient: 7-7. Constant term: 1010.

Visualization

Why It Matters

Polynomial functions are central to Algebra 2 and Precalculus, where you factor them, find their zeros, and sketch their graphs. In physics and engineering, polynomials model projectile motion, beam deflection, and cost optimization. Mastering polynomials also builds the foundation for calculus, since many derivative and integral rules are first practiced on polynomial functions.

Common Mistakes

Mistake: Confusing the degree of the polynomial with the number of terms.
Correction: The degree is the highest exponent, not the term count. For example, x5+1x^5 + 1 has only 2 terms but degree 5.
Mistake: Forgetting that the leading coefficient can be negative when determining end behavior.
Correction: A negative leading coefficient flips the graph. For even degree with a negative lead, both ends point downward — not upward.

Related Terms