6 Fundamental Theorem of Algebra
6 Fundamental Theorem of Algebra
The "Fundamental Theorem of Algebra" is not the start of algebra or anything, but it does
say something interesting about polynomials:
example of a polynomial
this one has 3 terms
So, a polynomial of degree 3 will have 3 roots (places where the polynomial is equal to
zero). A polynomial of degree 4 will have 4 roots. And so on.
x2 9 = 0
First move the -9 to the other side:
x2 = +9
Then take the square root of both sides:
x = 3
So the roots are 3 and +3
The factors like (x-r1) are called Linear Factors, because they make a linewhen we plot
them.
Example: x2 9
The roots are r1 = 3 and r2 = +3 (as we discovered above) so the factors are:
x2 9 = (x+3)(x3)
(in this case a is equal to 1 so I didn't put it in)
Example: 3x2 12
It is degree 2, so there are 2 roots.
Let us find the roots: We want it to be equal to zero:
3x2 12 = 0
3 and 12 have a common factor of 3:
3(x2 4) = 0
We can solve x2 - 4 by moving the -4 to the right and taking square roots:
x2 = 4
x = 2
And so the factors are:
3x2 12 = 3(x+2)(x2)
Likewise, when we know the factors of a polynomial we also know the roots.
+2
+4
Complex Numbers
We may need to use Complex Numbers to make the polynomial equal to zero.
A Complex Number is a combination of a Real Number and an Imaginary Number
Example: x2-x+1
Can we make it equal to zero?
x2-x+1 = 0
Using the Quadratic Equation Solver the answer (to 3 decimal places) is:
0.5 - 0.866i
and
0.5 + 0.866i
Complex Pairs
So the roots r1, r2,
Example: x2-x+1
Has these roots:
0.5 - 0.866i
and
0.5 + 0.866i
The pair are actually complex conjugates (where we change the sign in the middle) like
this:
Always in pairs? Yes (unless the polynomial has complex coefficients, but we are only
looking at polynomials with real coefficients here!)
So we either get:
no complex roots
2 complex roots
4 complex roots,
etc
Degree Roots
Possible Combinations
1
1
1 Real Root
2 Real Roots, or 2 Complex Roots
2
2
3 Real Roots, or 1 Real and 2 Complex Roots
3
3
4 Real Roots, or 2 Real and 2 Complex Roots, or 4 Complex Roots
4
4
etc
etc!
And so:
When the degree is odd (1, 3, 5, etc) there is at least one real root ... guaranteed!
Example: 3x-6
The degree is 1.
There is one real root
At +2 actually:
:
You can actually see that it must go through the x-axis at some point.
(a + bi)(a - bi) = a2 + b2
We get a Quadratic Equation with no Complex Numbers ... it is purely Real.
That type of Quadratic (where we can't "reduce" it any further without using Complex
Numbers) is called an Irreducible Quadratic.
And remember that simple factors like (x-r1) are called Linear Factors
Example: x3-1
x3-1 = (x-1)(x2+x+1)
It has been factored into:
Example: 2x2+3x+5
a = 2, b = 3, and c = 5:
b2 - 4ac = 32 - 425 = 9-40 = -31
The discriminant is negative, so it is an "Irreducible Quadratic"
Multiplicity
Example: x2-6x+9
x2-6x+9 = (x-3)(x-3)
"(x-3)" appears twice, so the root "3" has Multiplicity of 2
The Multiplicities are included when we say "a polynomial of degree n has n roots".
Example: x4+x3
There should be 4 roots (and 4 factors), right?
3
Total = 3+1 = 4
Summary
A polynomial can be factored like: a(x-r1)(x-r2)... where r1, etc are the roots
So a polynomial can be factored into all real factors which are either:
Linear Factors or
Irreducible Quadratics