Posted by jordan on Thursday, September 24, 2009 at 8:48pm.
Zeros are also "x = ..." statements, so x = -2 + i, x = -2 - i, etc...
Since you need REAL coefficients in the polynomial, change the x = -2 + i and x = -2 - i statements to "clean" polynomials, like this:
x = -2 + i
x + 2 = i (square each side to get rid of the i)
(x+2)^2 = i^2
x^2 + 4x + 4 = -1
==> x^2 + 4x + 5 = 0
x = -2 - i
(x+2)^2 = (-i)^2
I'm not going to go further with this because you get the same exact equation as the one before. So now when you multiply all the zeroes together, you get this:
0 = (x^2 + 4x + 5)(x-3)(x+3)
Multiply it out and you get:
x^4 + 4x^3 - 4x^2 - 36x - 45 = 0
Does this make sense?
The polynomial would have to have 4 zeros, meaning it would have to be a polynomial of the 4th degree. The general form for a polynomial of the 4th degree with zeros a, b, c and d would be:
f*(x-a)*(x-b)*(x-c)*(x-d)
where f is a random real number (lets take this to be 1 in this case).
So, if we fill in the zeros you were given we get that:
(x-(-2+i))*(x-(-2-i))*(x-3)*(x+3) =
(x+2-i))*(x+2+i))*(x-3)*(x+3) =
When we multiply the first two factors and the last two, we get:
(x^2 + 2x + ix + 2x + 4 + 2i -ix - 2i +1) * (x^2 - 9) =
(x^2 + 4x + 5)*(x^2 - 9) =
(x^4 - 9x^2 + 4x^3 - 36x + 5x^2 -45) =
x^4 + 4x^3 - 4x^2 -36x - 45
this is a polynomial of the 4th degree which has the given values as its zeros
Related Questions
calculus--please help!! - I have two questions that I don't understand and ...
Algebra - Find the polynomial function P of the lowest possible degree, having ...
algebra - form a polynomial f(x) with real coefficients having the given degree ...
college algebra - form a polynomial f(x) with real coefficients having the given...
College Algebra! help! - Form a polynomial f(x) with the real coefficients ...
College Algebra - Form a polynomial f(x) with real coefficients having the given...
College algebra - Form a polynomial f(x) with the real coefficients having the ...
college algebra - Form a polynomial, f(x), with real coefficients having the ...
Algebra - Form a polynomial f(x) with real coefficients having the given degree ...
pre-calculus - form a polynomial f(x) with real coefficients having the given ...
For Further Reading