Hi Jessica.
To get the polynomial you are looking for there are a few pieces of information that we need to add.
ALL COMPLEX ROOTS COME IN PAIRS. So they have purposefully left out two roots to see if you know that you must find the "other" root for each complex number.
The two roots are complex conjugates. That means that if one is "5i", the other is "-5i". If you is "1-3i", the other is "1+3i"
Now you have 5 roots and can make a fifth degree polynomial.
The roots are:
x=5i, x= -5i, x=1-3i, x=1+3i, x= -3
For each "x=", move everything to the left side so that these become factors instead of zeros.
x-5i=0, x+5i=0, x-1+3i = 0, x-1-3i = 0, x+3=0
Now your factors are:
(x-5i)(x+5i)(x-1-3i)(x-1+3i)(x+3)
Multiply the first two and get
(x-5i)(x+5i) = x2 +(5x)i - (5x)i - 25i2
The middle terms cancel each other
25i2 = (25)(-1) = -25
So this becomes (x2 - (-25)) = x2+25
The 3rd and 4th terms multiplied together give:
(x-1+3i)(x-1-3i)=
x2 - x - (3x)i - x + 1 +3i +(3x)i - 3i - 9i2
Notice that all of the "i" terms go away.
9i2 = (9)(-1) = -9
The -(3x)i cancels with the (3x)i
The -3i cancels with the 3i
All that are left are real terms.
x2 - 2x -(-9)
x2 - 2x + 9
Now you have all real coefficients to work with:
Your original : (x-5i)(x+5i)(x-1-3i)(x-1+3i)(x+3)
Has become: (x2 + 25)(x2 -2x + 9)(x+3)
Multiply the first two. Then use that result to multiply with the remaining factor (x+3)
(x2+25)(x2 - 2x + 9) =
x4 - 2x3 + 9x2 + 25x2 - 50x + 225
This simplifies to:
x4 - 2x3 + 34x2 - 50x + 225
Last step is to multiply this by the (x+3) and you will get a 5th-degree polynomial
(x+3)(x4 - 2x3 + 34x2 - 50x + 225) =
x5 -2x4 +34x3 - 50x2 + 225x + 3x4 -6x3 +102x2 - 150x +675
Combine like terms to get your final answer, a 5th-degree polynomial with all real coefficients:
x5 + x4 +28x3 + 52x2 +75x +675
Victoria V.
04/05/16