A polynomial is an algebraic expression made up of terms, where each term is a number multiplied by a variable raised to a whole-number power. You can add, subtract, and multiply them — but no division by variables, no square roots of variables, no negative exponents.
Examples: \(3x^2 + 2x - 7\) is a polynomial. \(\frac{1}{x}\) is not. \(\sqrt{x}\) is not. \(x^2 + 5\) is.
The degree of a polynomial is the highest exponent that appears. Degree tells you a lot about the polynomial's shape — how many times it can bend, how many roots it can have.
Each term \(a_n x^n\) is a single "block." A polynomial is just these blocks snapped together with + and −. The degree tells you which block is the tallest — and that tallest block dominates the polynomial's behaviour for large \(x\).
A degree-1 polynomial is a straight line. Degree 2 is a parabola (one bend). Degree 3 can have two bends, degree 4 three bends. In general, a degree-\(n\) polynomial can have at most \(n-1\) "turns" in its graph and at most \(n\) real roots.
| Degree | Name | Example | Shape |
|---|---|---|---|
| 0 | Constant | \(f(x) = 7\) | Horizontal line |
| 1 | Linear | \(f(x) = 2x + 3\) | Straight line |
| 2 | Quadratic | \(f(x) = x^2 - 4\) | Parabola |
| 3 | Cubic | \(f(x) = x^3 - x\) | S-curve |
| 4 | Quartic | \(f(x) = x^4 - 2x^2\) | W or M shape |
| 5 | Quintic | \(f(x) = x^5 - 5x^3\) | Two humps + tail |
| \(n\) | Degree-\(n\) | \(a_nx^n + \cdots + a_0\) | Up to \(n{-}1\) bends |
\(= 4x^2 + 2x - 5\)
\(= x^2 - 3x + 2x - 6 = x^2 - x - 6\)
Roots: \(x = 2\) and \(x = 3\)
\(f'(x) = 12x^2 - 14x + 2\)
Ready to test your knowledge?
Polynomials appear throughout the High School and Calculus quizzes on BUders.
Browse All Quizzes →