Skip to main content
AMC 10 & 12

Polynomial Theory

The Remainder and Factor Theorems, plus Vieta's formulas — tools that extract information about a polynomial's roots without ever solving for them.

Remainder and Factor Theorems

If you divide a polynomial f(x)f(x) by (xa)(x-a), the remainder is just f(a)f(a)— no long division required:

f(x)=(xa)q(x)+f(a)f(x) = (x-a)\,q(x) + f(a)

A direct consequence is the Factor Theorem: (xa)(x-a) is a factor of f(x)f(x) exactly when f(a)=0f(a) = 0. This is the fastest way to test a candidate root — plug it in, and if you get zero, you know (xa)(x-a) divides out cleanly.

Vieta's formulas

Vieta's formulas relate a polynomial's coefficients directly to sums and products of its roots, without requiring you to find the roots themselves. For a quadratic ax2+bx+cax^2+bx+c with rootsr,sr, s:

r+s=ba,rs=car + s = -\dfrac{b}{a}, \qquad rs = \dfrac{c}{a}

For a cubic ax3+bx2+cx+dax^3+bx^2+cx+d with roots r,s,tr, s, t:

r+s+t=ba,rs+st+tr=ca,rst=dar+s+t = -\dfrac{b}{a}, \quad rs+st+tr = \dfrac{c}{a}, \quad rst = -\dfrac{d}{a}

These are especially powerful when a problem asks for a symmetric combination of the roots (like r2+s2r^2+s^2 or 1r+1s\tfrac1r+\tfrac1s) — you can often express the answer purely in terms of the sum and product, skipping the roots entirely.

Worked example

Problem: If rr and ss are the roots of 2x27x+3=02x^2 - 7x + 3 = 0, find r2+s2r^2 + s^2.

Solution: By Vieta's, r+s=72r+s = \tfrac{7}{2} and rs=32rs = \tfrac{3}{2}. Use the identity r2+s2=(r+s)22rsr^2+s^2 = (r+s)^2 - 2rs:

r2+s2=(72)22(32)=4943=374r^2+s^2 = \left(\tfrac{7}{2}\right)^2 - 2\left(\tfrac{3}{2}\right) = \tfrac{49}{4} - 3 = \tfrac{37}{4}

No need to ever compute rr and ss individually (which aren't even rational here).

Practice problems

1.Is (x2)(x-2) a factor of f(x)=x33x24x+12f(x) = x^3 - 3x^2 - 4x + 12?

2.If the roots of x29x+14=0x^2 - 9x + 14 = 0 are rr and ss, find r+sr+s and rsrs without solving for the roots.

3.What is the remainder when x4+2x3x+5x^4 + 2x^3 - x + 5 is divided by x+1x+1?

4.If r,sr, s are the roots of x25x+2=0x^2 - 5x + 2 = 0, find 1r+1s\dfrac{1}{r} + \dfrac{1}{s}.