Download 4.6: The Fundamental Theorem of Algebra

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Resultant wikipedia , lookup

History of algebra wikipedia , lookup

Quadratic equation wikipedia , lookup

GrΓΆbner basis wikipedia , lookup

Cubic function wikipedia , lookup

Polynomial greatest common divisor wikipedia , lookup

Equation wikipedia , lookup

Horner's method wikipedia , lookup

Quartic function wikipedia , lookup

Factorization of polynomials over finite fields wikipedia , lookup

Polynomial wikipedia , lookup

Cayley–Hamilton theorem wikipedia , lookup

Polynomial ring wikipedia , lookup

Eisenstein's criterion wikipedia , lookup

System of polynomial equations wikipedia , lookup

Factorization wikipedia , lookup

Fundamental theorem of algebra wikipedia , lookup

Transcript
The Fundamental
Theorem of Algebra
Section 4.6 beginning on page 198
The Fundamental Theorem of Algebra
Essentially, this theorem tells us that the degree of the function is equal to the
number of solutions (or zeros) the function has, provided we count repeated real
and imaginary solutions.
Example 1: How many solutions does each equation have ?
a) π‘₯ 3 + 3π‘₯ 2 + 16π‘₯ + 48 = 0
a) 3
b) 4
b) 𝑓 π‘₯ = π‘₯ 4 + 6π‘₯ 3 + 12π‘₯ 2 + 8π‘₯
Finding the Zeros of a Polynomial
Example 2: Find all zeros of 𝑓 π‘₯ = π‘₯ 5 + π‘₯ 3 βˆ’ 2π‘₯ 2 βˆ’ 12π‘₯ βˆ’ 8
Steps:
β€’ Use the rational root theorem to find possible zeros.
β€’ Use synthetic division to test them (The fundamental theorem of algebra tells us
how many we should have)
β€’ Write the polynomial in factored form.
(We will test together on the board)
β€’ Find the zeros from the factorization.
** Once you find one, divide into the NEW
quotient. Once you get down to a quadratic
±1, ±2, ±4, ±8
you can factor the rest if possible)
We determined that -1 is a factor twice and 2 is a
factor and the remaining quotient is π‘₯ 2 + 4.
𝑓 π‘₯ = π‘₯ + 1 2 (π‘₯ βˆ’ 2)(π‘₯ 2 + 4)
π‘₯2 + 4 = 0
π‘₯ 2 = βˆ’4
π‘₯ = βˆ’4
π‘₯ = βˆ’1, π‘₯ = 2, π‘₯ = ±2𝑖
The Complex Conjugates Theorem
** This is nearly identical to the irrational
conjugates theorem from section 4.5**
If 𝒂 + π’ƒπ’Š is an imaginary zero of a polynomial
𝒇, then 𝒂 βˆ’ π’ƒπ’Š is also an imaginary zero of 𝒇.
Using Zeros to Write a Polynomial
Example 3: Write a polynomial f of least degree that has rational coefficients, a leading
coefficient of 1, and the zeros 2 and 3 + 𝑖.
Because of the complex conjugates
theorem we know that 3 βˆ’ 𝑖 is also a zero.
𝑓 π‘₯ = π‘₯ βˆ’ 2 π‘₯ βˆ’ 3 + 𝑖 [π‘₯ βˆ’ 3 βˆ’ 𝑖 ]
𝑓 π‘₯ = π‘₯ βˆ’ 2 (π‘₯ βˆ’ 3) βˆ’ 𝑖 [(π‘₯ βˆ’ 3) + 𝑖]
𝑓 π‘₯ = π‘₯ βˆ’ 2 [ π‘₯ βˆ’ 3 2 βˆ’ 𝑖 2]
𝑓 π‘₯ = π‘₯ βˆ’ 2 [(π‘₯ 2 βˆ’ 6π‘₯ + 9) + 1]
𝑓 π‘₯ = π‘₯ βˆ’ 2 (π‘₯ 2 βˆ’ 6π‘₯ + 10)
𝑓 π‘₯ = π‘₯ 3 βˆ’ 6π‘₯ 2 + 10π‘₯ βˆ’ 2π‘₯ 2 + 12π‘₯ βˆ’ 20
𝑓 π‘₯ = π‘₯ 3 βˆ’ 8π‘₯ 2 + 22π‘₯ βˆ’ 20
Step 1: Write the polynomial in factored
form.
Step 2: Regroup the terms to make the
second two factors a special sum and
difference.
Step 3: Multiply out and simplify that
special product. (Remember 𝑖 2 = βˆ’1)
Step 3: Multiply the rest out and simplify .
Descartes’s Rule of Signs
The number of positive real zeros of a function 𝑓 is equal to the number of
changes in sign of the coefficients of 𝑓(π‘₯) or is less than this by an even number.
The number of negative real zeros of a function 𝑓 is equal to the number of
changes in sign of the coefficients of 𝑓(βˆ’π‘₯) or is less than this by an even
number.
With this information and the fundamental theorem of algebra (which tells us
the total number of zeros), we can identify all of the possible combinations of
positive real zeros, negative real zeros, and imaginary zeros.
Using Descartes’s Rule of Signs
Example 4: Determine the possible numbers of positive real zeros, negative real zeros,
and imaginary zeros for 𝑓 π‘₯ = π‘₯ 6 βˆ’ 2π‘₯ 5 + 3π‘₯ 4 βˆ’ 10π‘₯ 3 βˆ’ 6π‘₯ 2 βˆ’ 8π‘₯ βˆ’ 8.
𝑓 π‘₯ = π‘₯ 6 βˆ’ 2π‘₯ 5 + 3π‘₯ 4 βˆ’ 10π‘₯ 3 βˆ’ 6π‘₯ 2 βˆ’ 8π‘₯ βˆ’ 8
𝑓 βˆ’π‘₯ = (βˆ’π‘₯)6 βˆ’2 βˆ’π‘₯
5
+ 3 βˆ’π‘₯
4
βˆ’ 10 βˆ’π‘₯
3
βˆ’ 6 βˆ’π‘₯
𝑓 βˆ’π‘₯ = π‘₯ 6 + 2π‘₯ 5 + 3π‘₯ 4 + 10π‘₯ 3 βˆ’ 6π‘₯ 2 + 8π‘₯ βˆ’ 8
Positive Real
3
Negative Real Imaginary Total
6
3
0
3
1
2
6
1
3
2
6
1
1
4
6
3 sign changes οƒ  3 or 1 positive real
zeros.
2
βˆ’ 8(βˆ’π‘₯) βˆ’ 8
3 sign changes οƒ  3 or 1 negative real
zeros.
We know that there are 6
solutions (the degree of
the polynomial is 6)
Monitoring Progress
1) How many solutions does the equation π‘₯ 4 + 7π‘₯ 2 βˆ’ 144 = 0 have?
2) How many zeros does the function 𝑓 π‘₯ = π‘₯ 3 βˆ’ 5π‘₯ 2 βˆ’ 8π‘₯ + 48 have?
4
3
Find all zeros of the polynomial function.
βˆ’3, βˆ’2, and βˆ’ 2
3) 𝑓 π‘₯ = π‘₯ 3 + 7π‘₯ 2 + 16π‘₯ + 12
4) 𝑓 π‘₯ = π‘₯ 5 βˆ’ 3π‘₯ 4 + 5π‘₯ 3 βˆ’ π‘₯ 2 βˆ’ 6π‘₯ + 4 βˆ’1,1,1,1 + 𝑖 3, and 1 βˆ’ 𝑖 3
Write a polynomial function f of least degree that has rational coefficients, a leading
coefficient of 1 and , and the given zeros.
5) -1, 4𝑖
6) 3, 1 + 𝑖 5
7) 2, 1 βˆ’ 3𝑖
8) 2, 2𝑖, 4 βˆ’ 6
5) π‘₯ 3 + π‘₯ 2 + 16π‘₯ + 16
7) π‘₯ 4 βˆ’ 2π‘₯ 3 + 8π‘₯ 2 + 4π‘₯ βˆ’ 20
6) π‘₯ 3 βˆ’ 5π‘₯ 2 + 12π‘₯ βˆ’ 18
8) π‘₯ 5 βˆ’ 10π‘₯ 4 βˆ’ 30π‘₯ 3 βˆ’ 60π‘₯ 2 + 104π‘₯ βˆ’ 80
Monitoring Progress
Determine the possible numbers of positive real zeros, negative real zeros, and
imaginary zeros for the function.
1) 𝑓 π‘₯ = π‘₯ 3 + 9π‘₯ βˆ’ 25
1)
2)
2) 𝑓 π‘₯ = 3π‘₯ 4 βˆ’ 7π‘₯ 3 + π‘₯ 2 βˆ’ 13π‘₯ + 8
Positive Real
Negative Real Imaginary
Total
1
0
3
Positive Real
Negative Real Imaginary
Total
4
0
0
4
2
0
2
4
0
0
4
4
2