What Is a Polynomial?
A term is a number, a variable, or a number multiplied by variables raised to whole-number powers. Examples of terms: , , , .
A polynomial is a sum of terms. In each term:
- [leftmargin=*]
- the coefficient is the number multiplied by the variable (in the coefficient is );
- a constant is a term with no variable (like in ).
- [leftmargin=*]
- Monomial — one term:
- Binomial — two terms:
- Trinomial — three terms:
- Polynomial — the general word for one or more terms (four or more terms usually just get called “a polynomial”).
This is a trinomial (three terms).
- [leftmargin=*]
- Terms: , ,
- Coefficients: (of ) and (of )
- Constant:
Watch the sign! The term has a negative coefficient. Always carry the sign in front of a term along with the term.
Degree, Leading Coefficient, and Standard Form
The degree of a term is the exponent on its variable ( has degree ; a constant like has degree ).
The degree of a polynomial is the largest degree among its terms.
A polynomial is in standard form when its terms are written in descending order of degree (highest power first).
The leading coefficient is the coefficient of the first term once the polynomial is in standard form (the coefficient of the highest-degree term).
Order the terms from highest power to lowest:
- [leftmargin=*]
- Degree of the polynomial:
- Leading coefficient:
- Constant:
Standard form: .
- [leftmargin=*]
- Degree:
- Leading coefficient: (the coefficient of )
Tip: A missing power is fine--- simply has no , , or terms. Standard form only cares about ordering the terms that are there.
Evaluating a Polynomial
To evaluate a polynomial for a given value, replace every variable with that value (use parentheses!), then follow the order of operations.
Careful with negatives: means “take the opposite of .” Square first: ; then apply the minus: . Always wrap the substituted value in parentheses.
Adding Polynomials
Like terms have the exact same variable part (same variable, same exponent), such as and . To add polynomials, drop the parentheses and combine like terms.
Group like terms, then add:
Only like terms combine. You cannot add and into one term---different powers stay separate. The answer is fully simplified.
Subtracting Polynomials
To subtract, distribute the minus sign to every term of the second polynomial (this flips each sign), and then combine like terms.
Distribute the negative across the second group:
The most common mistake! Subtracting changes all three signs: , , . It is easy to flip only the first term---flip them all.
Multiplying a Monomial by a Polynomial
Multiply the monomial by each term inside the parentheses. Multiply the coefficients, and add the exponents on matching variables ().
Distribute to each term:
Exponent reminder: . Add exponents when multiplying powers of the same base---do not multiply them.
Multiplying Two Binomials (FOIL)
FOIL names the four products you make when multiplying two binomials:
Then combine the two middle (Outer Inner) like terms.
FOIL is just the distributive property twice. Every term in the first binomial multiplies every term in the second. That idea is what lets us multiply bigger polynomials next.
Multiplying a Binomial by a Trinomial
Multiply each term of the binomial by each term of the trinomial (that is small products), then combine like terms and write in standard form.
Distribute , then distribute :
Stay organized. Line up like terms in columns as you go, and count your products---for a binomial times a trinomial you should form exactly six before combining.
Special Products
These come straight from FOIL, but recognizing the pattern saves time.
Here and , so :
Check with FOIL: . The middle terms cancel.
Here and , so :
Do NOT drop the middle term! .
The correct expansion is . For example, , not . The term is the one students forget most often.
Going Deeper: Advanced Polynomials
FOIL and repeated distribution get slow for high powers. The Binomial Theorem expands all at once:
where the binomial coefficient counts the ways to choose of the factors that contribute a .
Reading the pattern for a fixed : the power of starts at and drops by one each term, the power of starts at and rises by one, and the two exponents in every term add up to .
The coefficients are exactly the rows of Pascal's triangle. Each entry is the sum of the two entries above it, and every row begins and ends with .
So : the row becomes the coefficients directly.
Use row of Pascal's triangle: . Take , :
The coefficient is not just the Pascal number. In each term also carries the powers of the constants and . The Pascal entry became once and were multiplied in. Always raise both pieces of the binomial to their powers.
Sometimes you only need a single coefficient of a product. Instead of multiplying everything out, collect only the pairs of terms whose degrees add up to the power you want.
To find the coefficient of in a product, list every way to pick one term from each factor so their exponents sum to , multiply those coefficients, and add the results.
We need every pair of terms whose exponents add to :
So the coefficient of is , found without computing any other term.
The sum and product contain enough information to rebuild higher symmetric expressions. Starting from and , rearrange:
The second identity also factors as ; both give the same value.
Substitute directly into the identities:
(Check: give , , and indeed , .)
The perfect-square pattern generalizes to three terms. Every term squares, and every distinct pair produces a doubled cross term:
There are three squares and three cross terms because there are three ways to pair up , , and .
Count the cross terms. A common error is writing only . With terms there are squares plus one doubled cross term for each pair. For example, .
For large , a polynomial behaves like its leading term alone---the highest-degree term dominates every other. So the degree and the sign of the leading coefficient decide the end behavior:
- [leftmargin=*]
- Even degree: both ends point the same way---up/up if the leading coefficient is positive, down/down if negative.
- Odd degree: the ends point opposite ways---down/up if positive, up/down if negative.
Ignore all but the leading term . The degree is odd () and the leading coefficient is negative (), so the ends point opposite ways: as the value , and as the value (up on the left, down on the right). The large term changes the middle shape but never the ends.
When a polynomial does not divide evenly, long division splits it into a quotient plus a remainder, mirroring long division of numbers. At each step: divide the leading term of the current dividend by the leading term of the divisor, multiply back, and subtract.
So , i.e. the quotient is with remainder .
Keep everything in standard form and hold placeholders. Before dividing, order both polynomials by descending degree and insert coefficients for any missing powers (e.g. write as ) so like terms line up during each subtraction.
Formulas, Proofs & Tips
What it means. Multiplying a sum multiplies each piece of it.
Example. .
Why it works. is added times. Regrouping those copies gives added times plus added times, i.e. . It is also the area of an rectangle split into two.
Tip. Distribute the sign too: . Run it backwards to factor.
What it means. The highest-power term decides what the graph does far left and far right.
Example. rises to the left and falls to the right (odd degree, negative lead).
Why it works. For very large , dwarfs every lower power, so the leading term dominates the sum. Multiplying polynomials multiplies their leading terms, adding the exponents.
Tip. Even degree: both ends go the same way. Odd degree: opposite ways. A positive leading coefficient sends the right end up.