Algebra & Polynomials

Study Sheet

Algebra & Polynomials

Vieta, the remainder theorem, and systems

Polynomial Roots

Tip
Vieta for any degree

For a monic polynomial with roots r1,,rnr_1,\dots,r_n: ri=an1\sum r_i = -a_{n-1}, i<jrirj=an2\sum_{i<j} r_ir_j = a_{n-2}, and ri=(1)na0\prod r_i = (-1)^n a_0.

In plain terms. The coefficients ARE the symmetric combinations of the roots (with signs). So you can get sums and products of roots straight from the polynomial.

Example. For x36x2+11x6x^3 - 6x^2 + 11x - 6: the roots sum to 66, sum in pairs to 1111, and multiply to 66 — they are 1,2,31,2,3.

Reminder — Vieta's formulas:r1+r2=ba,r1r2=car_1+r_2=-\frac{b}{a},\qquad r_1 r_2=\frac{c}{a}
Tip
Remainder and factor theorems

The remainder of P(x)P(x) divided by xax-a is P(a)P(a); so xax-a is a factor exactly when P(a)=0P(a) = 0.

In plain terms. To find the remainder or test a factor, just plug the number in — no long division needed.

Example. P(x)=x25x+6P(x) = x^2 - 5x + 6 has P(2)=0P(2) = 0, so x2x-2 is a factor; indeed P(x)=(x2)(x3)P(x) = (x-2)(x-3).

Concept
Manipulate without solving

Symmetric expressions reduce to S=r+sS = r+s and P=rsP = rs: r2+s2=S22Pr^2+s^2 = S^2 - 2P and 1r+1s=SP\tfrac1r+\tfrac1s = \tfrac SP.

In plain terms. You rarely need the actual roots — rewrite the expression using only their sum and product, which Vieta hands you.

Example. If x23x+1=0x^2 - 3x + 1 = 0 then x+1x=3x + \tfrac1x = 3, so x2+1x2=322=7x^2 + \tfrac1{x^2} = 3^2 - 2 = 7.