Factorising polynomials with complex roots

Factor theorem

Using the factor theorem, we know that if a is a factor of f(x), one of the factors of f(x) is x-a. This also works for polynomials with complex roots.

If a+bi is a root, that means that (x-[a+bi]), otherwise written as (x-a-bi), is a factor.

Factorising polynomials with complex roots

To factorise a polynomial which has a complex root (i.e. the discriminant is negative), we can first find the complex roots by solving the polynomial equal to zero, and then use the factor theorem to write the factors.

That’s because if r is a root of f(x), then (x-r) is a factor of f(x) - as we learned just above with the factor theorem.

Factorise x^2-4x+40 by first solving

Factorise x^2+2x+5 by first solving

Factorise 2x^2+4x+10 by first solving

Factorise x^2-6x+13 by first solving

flashcards

QuestionAnswer
Factor theorem for complex rootsIf a+bi is a root of f(x), then (x-(a+bi)) or (x-a-bi) is a factor of f(x).
Method to factorise a polynomial with complex rootsFirst find the complex roots by solving the polynomial equal to zero, then use the factor theorem to write the factors.
Factorise x^2-4x+40 by first solvingLet x^2-4x+40=0; complete square: (x-2)^2+36=0 \rightarrow (x-2)^2=-36;
x-2=\pm6i \rightarrow x=2\pm6i;
factors: [x-(2+6i)] and [x-(2-6i)];
Answer: [x-(2+6i)][x-(2-6i)]
Factorise x^2+2x+5 by first solvingLet x^2+2x+5=0; complete square: (x+1)^2+4=0 \rightarrow (x+1)^2=-4;
x+1=\pm2i \rightarrow x=-1\pm2i;
factors: [x-(-1+2i)] and [x-(-1-2i)];
Answer: [x-(-1+2i)][x-(-1-2i)]
How do you factorise 2x^2+4x+10 with complex roots?Let 2x^2+4x+10=0; factor out 2: 2(x^2+2x+5)=0; complete square: (x+1)^2+4=0 \rightarrow (x+1)^2=-4;
x+1=\pm2i \rightarrow x=-1\pm2i;
factors: [x-(-1+2i)] and [x-(-1-2i)];
Answer: 2[x-(-1+2i)][x-(-1-2i)]
Factorise x^2-6x+13 by first solvingLet x^2-6x+13=0; complete square: (x-3)^2+4=0 \rightarrow (x-3)^2=-4;
x-3=\pm2i \rightarrow x=3\pm2i;
factors: [x-(3+2i)] and [x-(3-2i)];
Answer: [x-(3+2i)][x-(3-2i)]