Polynomials
Polynomials are built by adding terms. Each term is a coefficient multiplied by a variable raised to a nonnegative integer exponent. Many polynomials also include a constant term (a term with no variable). In the general form below, that constant is .
When you set a polynomial equal to zero and solve for the variable, the equation can have more than one solution. Any solution is called a root (or zero) of the polynomial. Graphically, roots are the -values where the graph crosses the -axis - that is, where .
A polynomial is defined like so.
In this definition, the coefficients are the values and the variable is . The term is the constant because it is not multiplied by . Polynomials must have whole-number exponents (no negatives, fractions, or variables in the exponent).
Here are some examples of polynomials:
Vieta’s formula for higher-degree polynomials
In the last chapter, we used Vieta’s formulas for quadratics. The same idea extends to higher-degree polynomials: certain combinations of the roots can be written directly in terms of the coefficients.
Here’s what these say in words:
- The sum of all roots equals the negative of the coefficient of divided by the coefficient of .
- The product of all roots equals , with a sign of (positive when is even, negative when is odd).
You’ll often see these used with cubic polynomials. For a cubic, the formulas simplify to:
Notice that the product of the roots is automatically negative here because a cubic has odd degree.
Example: The question below is from 2003 AMC 12B
Part of the graph of is shown. What is ?
![]()
Diagram not drawn to scale A.
B.
C.
D.
E.
Answer: B.
Example: The question below is from 2021 AMC 12A
All the roots of the polynomial are positive integers, possibly repeated. What is the value of ?
A.
B.
C.
D.
E.
Answer: A.
Newton sums
Newton Sums let you find sums of powers of the roots without solving for the roots directly. The idea is to use the coefficients to compute these sums step by step.
- If you only need the sum of the roots (first power), Vieta’s formula is usually the quickest tool.
- If you need sums like “sum of squares of the roots” or “sum of cubes of the roots,” Newton Sums are designed for that.
This method is recursive: you compute the first power sum, then use it to compute the second power sum, then the third, and so on.
To use the standard form below, the leading coefficient must be 1. If your polynomial starts with something like , divide the entire polynomial by first.
Here, is the sum of the roots to the first power, is the sum of the squares of the roots, and so on. The coefficients are the coefficients that come after the leading term.
Example: The question below is from 2019 AMC 12A
Let denote the sum of the th powers of the roots of the polynomial . In particular, , , and . Let , , and be real numbers such that for , , What is ?
A.
B.
C.
D.
E.
Answer: D.
Rational expressions
Rational expressions are fractions where the numerator and denominator are both polynomials. They’re called “rational” because a fraction is a ratio.
For example, consider . Rational expressions often simplify by factoring and canceling common factors:
- Factor the numerator:
- Factor the denominator:
So,
Now cancels (as long as ), leaving the simplified expression .