Hi Kim, hope this helps you.
Problem #1: You are given 2 zeros: -1 and 1 + 3i
due to the Complex Conjugate Root Theorem, you also have the zero: 1 - 3i
from these 3 zeros, you can get the factors of the polynomial
the zero x = -1 gives you the factor x + 1 = 0
the zero x = 1 + 3i gives you the factor x - 1 - 3i = 0
the zero x = 1 - 3i gives you the factor x - 1 + 3i = 0
if you multiply these 3 factors, their product equals to zero
(x + 1)(x - 1 - 3i)(x - 1 + 3i) = 0
(x + 1)(x2 - x + 3ix - x + 1 - 3i - 3ix +3i - 9i2) = 0
(x + 1)(x2 - 2x + 1 - 9(-1)) = 0 where i2 = -1
(x + 1)(x2 - 2x +10) = 0
x3 - 2x2 + 10x + x2 - 2x + 10 = 0
x3 - x2 + 8x + 10 = 0
so the polynomial you are looking for is p(x) = x3 - x2 + 8x + 10
Problem #2: you are given 2 zeros: -1/4 and 1 + √6
due to the Irrational Conjugate Theorem, you also have the zero 1 - √6
from these 3 zeros you can get the factors of the polynomial
the zero x = -1/4 gives you the factor x + 1/4 = 0 but we will use 4x + 1 = 0 to avoid fractions
the zero x = 1 + √6 gives you the factor x - 1 - √6 = 0
the zero x = 1 - √6 gives you the factor x - 1 + √6 = 0
if you multiply these 3 factors, their product equals to zero
(4x + 1)(x - 1 - √6)(x - 1 + √6) = 0
(4x + 1)(x2 - x + x√6 - x + 1 - √6 - x√6 + √6 - √36) = 0
(4x + 1)(x2 - 2x + 1 - 6) = 0
(4x + 1)(x2 - 2x - 5) = 0
4x3 - 8x2 - 20x + x2 - 2x - 5 = 0
43 - 7x2 - 22x - 5 = 0
so the polynomial you are looking for is p(x) = 4x3 - 7x2 - 22x - 5
Problem #3: you are given the zeros 1 + √3 and -3 + √5
due to the Irrational Conjugate Theorem you also have the zeros 1 - √3 and -3 - √5
from these 4 zeros you can get the factors of the polynomial you are looking for
the zero x = 1 + √3 gives you the factor x - 1 - √3 = 0
the zero x = 1 - √3 gives you the factor x - 1 + √3 = 0
the zero x = -3 + √5 gives you the factor x + 3 - √5 = 0
the zero x = -3 - √5 gives you the factor x + 3 + √5 = 0
if you multiply these 4 factors, their product equals to zero
(x - 1 - √3)(x - 1 + √3)(x + 3 - √5)(x + 3 + √5) = 0
hint: multiply the first 2 factors, then multiply the last 2 factors
(x2 - x + √3x - x + 1 - √3 - √3x + √3 - 3)(x2 + 3x + √5x + 3x + 9 + 3√5 - √5x - 3√5 - 5) = 0
(x2 - 2x - 2)( x2 + 6x + 4) = 0
x4 + 6x3 + 4x2 - 2x3 - 12x2 - 8x -2x2 - 12x - 8 = 0
x4 + 4x3 - 10x2 - 20x - 8 = 0
so the polynomial you are looking for is p(x) = x4 + 4x3 - 10x2 - 20x - 8
Well, I hope this helps you.
Kim L.
I don't get it10/19/21