Polynomial Factors and Roots
Task
Limited factoring of polynomials; rewriting to reduce order or eliminate terms; using discriminant to count roots of a quadratic.
Basic methods
Quadratic formula; division (when given a root); monomial or linear change of variables (complete the square).

Students are expected to be able to routinely factor out common terms (e.g. write 6x^2y+3y^2 as 3y(2x^2+y)) and should know the correspondence between roots and linear factors.

Teaching notes
Diagnostic Aids, Symbols.

The quadratic formula

Quadratics are used very heavily in later work because they are one of the few families of equations that can be solved easily. Accordingly, students should know the quadratic formula by heart—like a poem—and be able to use it accurately without hesitation.

  • Complex roots are discussed in the next section.

Problem 1

  1. Find the roots of y^2- 2y+3.
  2. Factor 3u^2-5u-2.
  3. Find the roots of 2x^2+\sqrt7 x-1/2

(alternate: write as products of linear factors)

These are quick applications of the quadratic formula.

Problem 2

Find two real roots of 5x^6-x^3-2.

Notes: Students should recognize this as a quadratic in y=x^3. The quadratic has roots y=\frac1{10}\pm\frac{\sqrt{41}}{10}. Roots of the original are obtained by formally applying the cube root function: x=(\frac1{10}\pm\frac{\sqrt{41}}{10})^{1/3}.

Problem 3

For which values of c does 3 y^2-2 y =c have (1) one root; (2) two real roots; (3) no real roots?

This is a straightforward application of the quadratic formula, complicated by having an answer involving inequalities ( c=-1/3, c>-1/3, and c<-1/3 respectively).

Problem 4

Find b so that 3y^2+by+c=0 has one (repeated) root as a polynomial in y.

A word problem

Problem 5

-2 is a root of x^3+6x^2+9x+2. Write the polynomial as a product of linear factors.
(alternate: find all roots)

Since -2 is a root x+2 must be a factor. Divide and use the quadratic formula on the quotient.

Complex roots

Essentially all of elementary algebra works over the complex numbers, and the extension is completely routine except that the arithmetic takes a little longer. It is helpful for students to understand that the usual restriction to real numbers is a matter of choice and not because the complexes are scary or weird.

Complex numbers cannot be avoided when studying roots of polynomials. Exposure can be kept to a minimum, namely

  • add and multiply complex numbers;
  • form conjugates and know the product of a number and it's conjugate is real;

There is no immediate need to multiply or divide complex polynomials so this is limited to an illustration in Problem 1.

Key Fact: If a polynomial with real coefficients has a root of the form r+i{s} with r, s real but i{s} not real (i.e s\neq0 then the conjugate r-i{s} must also be a root. Consequently the polynomial is divisible by a real quadratic with these two roots. See “Irrational roots” below for an analogous situation.

Problem 1

Write (r+2-7i)(r +i) as a (complex) polynomial in r.

Problem 2

  1. Write x^2-2x+5 as a product of complex linear factors.
  2. Write x^2-\sqrt2x+5 as a product of complex linear factors.

Problem 3

-2 is a root of x^3+3x^2+6x+8. Write the polynomial as a product of linear factors.

Divide by x+2 and use the quadratic formula on the quotient, just as in Problem 5 in the previous section.

Problem 4

  1. Find a quadratic with real coefficients and with \frac73+2 i as a root.
  2. Find a quadratic with real coefficients and with \sqrt3+ i\sqrt3 as a root.

Irrational Roots

Exactly analogous to the complex-root fact, and true for essentially the same reason, we have:

Fact: If a polynomial with rational coefficients has a root of the form r+\sqrt{s} with r, s rational but \sqrt{s} irrational then the “conjugate” r-\sqrt{s} must also be a root. Consequently the polynomial is divisible by a rational quadratic with these two roots.

Problem 1

Find a quadratic with rational coefficients and with \frac73+\sqrt2 as a root.

Note: This can be done by multiplying “conjugate” linear factors or by pattern matching; see the Notes following Problem 4 in the previous section.

Problem 2

The polynomial 8 y^3-20 x^2+ 10 x +11 has root \frac32 +\sqrt5. Find the other roots (alternate: write as a product of linear factors).

Note: In principle we could divide by y-(\frac32+\sqrt5) and then use the quadratic formula. The arithmetic would be awful. Instead note the fact implies the “conjugate” \frac32 -\sqrt5 is also a root. Find a rational quadratic with these roots and divide to find the remaining root.

Problem 3

(3+\sqrt5)/2 is a root of x^4-x^3-2x^2-7x+3. Express the polynomial as a product of linear factors.

Note: Find a rational quadratic with roots the given one and it's conjugate, divide, and use the quadratic formula on the quotient.

Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License