What is High School / Foundations

a Polynomial?

An expression built from variables and coefficients — added, subtracted, and raised to non-negative integer powers. The workhorse of algebra.

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.

4x3 7x2 + 2x 5
Coefficients: 4, −7, 2, −5
Variable: x
Exponents: 3, 2, 1, 0
Degree: 3 (cubic)
🧱
LEGO blocks of algebra

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\).

🌊
Degree controls the shape

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.

DegreeNameExampleShape
0Constant\(f(x) = 7\)Horizontal line
1Linear\(f(x) = 2x + 3\)Straight line
2Quadratic\(f(x) = x^2 - 4\)Parabola
3Cubic\(f(x) = x^3 - x\)S-curve
4Quartic\(f(x) = x^4 - 2x^2\)W or M shape
5Quintic\(f(x) = x^5 - 5x^3\)Two humps + tail
\(n\)Degree-\(n\)\(a_nx^n + \cdots + a_0\)Up to \(n{-}1\) bends
f(x) = 2x − 1 — straight line, one root
✗ Not a poly
\(\frac{1}{x} = x^{-1}\) — negative exponent. Polynomials only allow exponents \(0, 1, 2, 3, \ldots\)
✗ Not a poly
\(\sqrt{x} = x^{1/2}\) — fractional exponent. Not a whole number, so not a polynomial term.
✗ Not a poly
\(2^x\) — the variable is in the exponent. This is an exponential function, not a polynomial.
✗ Not a poly
\(\sin(x)\) — transcendental function. Although it can be approximated by polynomials (Taylor series), it isn't one.
Example 1 — Adding
\((3x^2+2x)+(x^2-5)\)
Combine like terms:
\(= 4x^2 + 2x - 5\)
Example 2 — Multiplying
\((x+2)(x-3)\)
FOIL:
\(= x^2 - 3x + 2x - 6 = x^2 - x - 6\)
Example 3 — Finding roots
\(x^2 - 5x + 6 = 0\)
Factor: \((x-2)(x-3) = 0\)
Roots: \(x = 2\) and \(x = 3\)
Example 4 — Derivative
\(f(x) = 4x^3 - 7x^2 + 2x\)
Power rule term by term:
\(f'(x) = 12x^2 - 14x + 2\)
✗ (a + b)² = a² + b²
This is the most common algebra error in all of mathematics. The correct expansion is \((a+b)^2 = a^2 + 2ab + b^2\). The middle term \(2ab\) is almost always dropped by accident.
✗ Mis-identifying the degree
The degree is the highest exponent when the polynomial is fully expanded and simplified. In \(x^3 + x^2 \cdot x\), you must simplify first: \(x^3 + x^3 = 2x^3\), degree 3 — not 4.
✗ Forgetting that constants are polynomials too
The number 5 is a polynomial — degree 0, one term, coefficient 5. Any constant is a valid (trivial) polynomial. Don't exclude them from polynomial rules.

Ready to test your knowledge?

Polynomials appear throughout the High School and Calculus quizzes on BUders.

Browse All Quizzes →