Polynomials
A polynomial is one of the most versatile objects in all of mathematics: it is built from nothing more than a variable, whole-number powers, and the ordinary operations of addition and multiplication, yet it is powerful enough to model the arc of a thrown ball, the shape of a suspension cable, the compound growth of money, and the internal machinery of nearly every calculator and computer. Learn to read, manipulate, and factor polynomials fluently and you unlock the door to calculus, to solving equations, and to the deep and dramatic story of why some equations can be solved by formula and others never can.
This page teaches you to understand polynomials, not just push their symbols around. We will build the vocabulary, master the four arithmetic operations plus two kinds of division, prove the two theorems that make factoring efficient, and finish with the astonishing 19th-century discovery that there is no quintic formula.
Learning Objectives
- Identify terms, coefficients, degree, and leading coefficient, and write any polynomial in standard form.
- Add, subtract, and multiply polynomials confidently, combining like terms correctly.
- Perform polynomial long division and synthetic division, and read off quotient and remainder.
- State and apply the Remainder Theorem and the Factor Theorem to test and find roots.
- Predict the end behavior and possible number of roots of a polynomial from its degree and leading coefficient.
- Explain, in plain language, why cubics and quartics have solution formulas but quintics do not.
Quick Answer
A polynomial is a sum of terms, each a real coefficient times a variable raised to a non-negative whole-number power, such as . The degree is the highest power present; the leading coefficient is the number in front of that highest-power term. You add and subtract by combining like terms, and multiply by distributing every term of one factor across every term of the other. To divide, use long division or, when dividing by , the faster synthetic division. The Remainder Theorem says the remainder when you divide by equals , and the Factor Theorem says is a factor exactly when . A degree- polynomial has at most real roots, and its ends rise or fall according to the sign of the leading coefficient and whether is even or odd.
Where It Came From
Polynomials grew out of a very practical need: solving equations. Babylonian scribes almost 4000 years ago already solved quadratic problems ("find a length and width given the area and the perimeter") using procedures equivalent to the quadratic formula, though they wrote everything in words and worked only with positive numbers. For millennia the quadratic was the frontier — Greek geometers, Indian mathematicians like Brahmagupta (who by 628 CE gave an explicit rule using negative numbers), and Islamic scholars like al-Khwarizmi (whose ~820 CE book al-jabr gave us the word "algebra") all pushed quadratics forward, but the cubic stubbornly resisted a general formula.
The breakthrough came in Renaissance Italy in a story worthy of a drama. Around 1515 Scipione del Ferro secretly solved one type of cubic and, as was the custom, kept his method hidden to win public "mathematical duels." The secret leaked to Niccolò Tartaglia, who independently rediscovered the general cubic solution and won a famous 1535 contest with it. Gerolamo Cardano coaxed the method out of Tartaglia under an oath of secrecy, then — after learning del Ferro had it first — published it in his 1545 masterpiece Ars Magna, igniting a bitter feud. In that same book Cardano's brilliant student Lodovico Ferrari unveiled a solution to the quartic (degree 4). Wrestling with cubic formulas even forced mathematicians to take square roots of negative numbers seriously, planting the seed of complex numbers.
So by 1545 humanity could solve every equation up to degree 4 by a formula in radicals. The natural next question — a formula for the quintic (degree 5) — went unanswered for nearly 300 years. In 1799–1824 the Norwegian Niels Henrik Abel proved no such general formula exists, and the young Frenchman Évariste Galois, before dying in a duel at 20, explained why, inventing group theory in the process. This is the Abel–Ruffini theorem, and it turned a search for a formula into the birth of modern abstract algebra.
Anatomy: Terms, Degree, and Standard Form
A term is a single piece: a coefficient multiplied by a variable raised to a whole-number power, like or (a constant is ). A polynomial is a finite sum of terms. Crucially, the exponents must be non-negative integers — so and are not polynomial terms.
Key vocabulary, using :
- Degree: the largest exponent, here .
- Leading term / leading coefficient: the highest-degree term , coefficient .
- Constant term: the term with no variable, here .
- Standard form: terms written in descending order of degree, which already is.
Polynomials are named by degree: degree 0 = constant, 1 = linear, 2 = quadratic, 3 = cubic, 4 = quartic, 5 = quintic. They are also named by term count: 1 term = monomial, 2 = binomial, 3 = trinomial.
Worked example. Put in standard form and state its degree, leading coefficient, and constant term.
Reorder by descending power: Degree (cubic), leading coefficient , constant term .
Adding, Subtracting, and Multiplying
Like terms have identical variable parts (same variable, same exponent). You add or subtract polynomials by combining like terms; unlike terms simply travel along unchanged.
Addition example. Add and .
Group like terms: .
Subtraction example. Compute .
The single most common error here is a sign slip, so distribute the minus sign across every term first: Now combine: .
Multiplication uses the distributive law: multiply each term of the first factor by each term of the second, then combine like terms. When multiplying powers of the same base, add exponents ().
Multiplication example. Multiply .
Distribute , then , across the trinomial: Add the two lines, combining like terms:
Notice the degrees: a degree-1 times a degree-2 gives degree . In general, the degree of a product is the sum of the degrees.
Dividing: Long Division and Synthetic Division
Just as integers can be divided with a quotient and remainder, so can polynomials. The Division Algorithm says that for any polynomials and nonzero , where the remainder has degree strictly less than the divisor .
Polynomial long division example. Divide by . (Insert the missing term as a placeholder.)
- . Multiply: . Subtract: . Bring down: .
- . Multiply: . Subtract: . Bring down: .
- . Multiply: . Subtract: .
So the quotient is with remainder , meaning
Synthetic division is a compact shortcut that works only when the divisor is linear of the form . We use just the coefficients. For the same problem, and coefficients :
2 | 2 -3 0 -4
| 4 2 4
+------------------------
2 1 2 0
Bring down the ; multiply by to get ; add to to get ; multiply by to get ; add to to get ; multiply by to get ; add to to get . The bottom row is the quotient and the final is the remainder — exactly matching the long division, but far faster.
The Remainder and Factor Theorems
Synthetic division reveals a beautiful shortcut. The Remainder Theorem states:
When a polynomial is divided by , the remainder equals .
Why it's true: by the Division Algorithm, , where is a constant (degree less than 1). Substituting makes the first term vanish: . Elegant and complete.
This gives a lightning-fast way to evaluate a polynomial: to find above, we already saw the remainder is , so without plugging in and computing powers.
The Factor Theorem is the special case that matters most:
is a factor of if and only if .
In other words, roots and linear factors are two views of the same thing. If is a root, you can pull out and reduce the problem's degree.
Worked example. Show is a factor of , then fully factor.
Test : . By the Factor Theorem, is a factor. Synthetic division by on coefficients gives quotient , which factors as . Therefore with roots .
Roots and End Behavior
The Fundamental Theorem of Algebra guarantees that a degree- polynomial has exactly roots when counted with multiplicity and allowing complex numbers. Over the real numbers it has at most real roots. Each real root is where the graph crosses or touches the -axis.
End behavior — what the graph does as — is controlled entirely by the leading term, because for huge the highest power dwarfs everything else. Two features decide it: the parity of the degree and the sign of the leading coefficient.
| Degree | Leading coeff. | As | As |
|---|---|---|---|
| Even | positive | ||
| Even | negative | ||
| Odd | positive | ||
| Odd | negative |
Worked example. Describe the end behavior of .
Odd degree () with a negative leading coefficient. So as , , and as , . The graph falls from upper left to lower right. Because the degree is odd, the graph must cross the -axis at least once, guaranteeing at least one real root.
Real-World Applications
- Physics of motion: the height of a projectile is a quadratic in time, ; solving tells you when it lands.
- Engineering and design: cubic and higher polynomials (Bézier and spline curves) define the smooth shapes of car bodies, fonts, and animation paths in every graphics program.
- Finance: the value of an investment with several cash flows is a polynomial in the growth factor, and finding the internal rate of return means finding a polynomial root.
- Computing: processors approximate functions like , , and with polynomials (Taylor and Chebyshev approximations) because they need only addition and multiplication.
- Error correction: Reed–Solomon codes, used in QR codes, CDs, and deep-space transmission, treat data as polynomial coefficients and use the Factor Theorem to detect and repair errors.
Common Mistakes
-
Dropping or mis-distributing the subtraction sign. Students write . Why wrong: the minus must hit every term of the second polynomial, not just the first. Correction: rewrite as before combining.
-
Multiplying exponents instead of adding when multiplying terms. Writing . Why wrong: means ; you add exponents when multiplying same-base powers and multiply them only when raising a power to a power. Correction: .
-
Forgetting placeholder zeros in division. Dividing by using coefficients only. Why wrong: the polynomial is ; skipping the missing terms shifts every column. Correction: always write coefficients for every power down to the constant, using for absent terms.
Comparison and Connections
Polynomials sit inside a hierarchy of expressions. Recognizing what is not a polynomial sharpens understanding.
| Expression | Polynomial? | Reason |
|---|---|---|
| Yes | Whole-number exponents, real coefficients | |
| No | Negative exponent (this is a rational expression) | |
| No | Exponent is not a whole number | |
| Yes | Constant, degree 0 | |
| No | A ratio of polynomials (rational function) |
Two ideas students often confuse: long division vs. synthetic division. Both compute quotient and remainder, but synthetic division is a numerical shortcut restricted to linear divisors ; long division is general and handles divisors of any degree. Also distinguish a root (a value making ) from a factor (a divisor like ) — the Factor Theorem is precisely the bridge between them.
Practice Questions
Recall
State the degree, leading coefficient, and constant term of .
Answer: Degree , leading coefficient , constant term .
Understanding
Explain why the remainder when dividing by must be a constant, not a polynomial in .
Guidance: The Division Algorithm requires the remainder's degree to be strictly less than the divisor's degree. The divisor has degree , so the remainder has degree — a constant.
Application
Use synthetic division to divide by , and state the quotient and remainder.
Answer: Coefficients with : bring down ; . Quotient , remainder . (Check: this means .)
Analysis
Without graphing, argue how many times the graph of crosses the -axis, and confirm by factoring.
Guidance: Even degree, positive leading coefficient, so both ends rise. Factor as a quadratic in : . Four distinct real roots , so the graph crosses the -axis four times.
FAQ
Is a single number like a polynomial? Yes. It is a constant polynomial of degree , since . The number is also a polynomial, but its degree is conventionally left undefined (or called ).
Why do we insist exponents be whole numbers? Because that restriction is exactly what gives polynomials their nice, universal behavior: they are defined everywhere, are smooth, and are built from only addition and multiplication. Allowing or creates functions with roots or asymptotes that behave very differently.
When should I use synthetic division instead of long division? Only when the divisor is linear and looks like . It is faster and less error-prone there. For a divisor like or , use long division (or first rewrite and adjust).
How does the Remainder Theorem help me evaluate polynomials? Instead of plugging a number into every power, do one pass of synthetic division; the final entry is . For high-degree polynomials this is much faster and is essentially how computers evaluate them (Horner's method).
Does every polynomial have a real root? No. has no real root because it is never zero for real . But every non-constant polynomial has a complex root — that is the Fundamental Theorem of Algebra. Odd-degree real polynomials, however, always have at least one real root.
If there's no quintic formula, how do we solve degree-5 equations? Numerically. We use iterative methods (like Newton's method) to approximate the roots as accurately as we like. Abel–Ruffini only says there's no general formula in radicals; it does not say the roots don't exist or can't be found.
Quick Revision
- Polynomial = sum of terms with whole-number exponents; degree = highest power; standard form = descending order.
- Add/subtract: combine like terms; distribute the minus sign fully when subtracting.
- Multiply: distribute every term across every term; degrees add.
- Division Algorithm: with .
- Synthetic division: shortcut for divisor ; include placeholder zeros.
- Remainder Theorem: remainder on dividing by equals .
- Factor Theorem: is a factor .
- Degree- polynomial: at most real roots; end behavior set by degree parity and leading-coefficient sign.
- History: cubics/quartics solved by Cardano and Ferrari (1545); no quintic formula (Abel–Ruffini, 1824).
Related Topics
Prerequisites
Related Topics
- Factoring and the quadratic formula (see the Algebra overview)
- Complex numbers (arising naturally from roots of polynomials)
Next Topics
- Calculus — derivatives and integrals of polynomials are the gateway to the whole subject.