Use the given zero to find all the zeros of the function, Please explain I do not understand?

Given zero: 3i

(The i is imaginary)

Function: f(x)=x³+x²+9x+9

1 Answer
Dec 4, 2016

{-3i, 3i, -1}{3i,3i,1}

Explanation:

The zeros, or roots, of a function f(x)f(x) are the solutions to the equation f(x) = 0f(x)=0. I.e. they are the values which return 00, when entered into f(x)f(x).

This problem uses two properties of roots.

  • x_0x0 is a zero of a polynomial P(x)P(x) if and only if (x-x_0)(xx0) is a factor of P(x)P(x).

  • If P(x)P(x) is a polynomial with real coefficients and z=a+biz=a+bi is a nonreal complex number which is a zero of P(x)P(x), then its complex conjugate bar(z)=a-bi¯z=abi is also a zero of P(x)P(x).

As f(x) = x^3+x^2+9x+9f(x)=x3+x2+9x+9 is a polynomial with real coefficients, and 3i = 0+3i3i=0+3i is a zero of f(x)f(x), then the second property gives us that 0-3i=-3i03i=3i must also be a zero of f(x)f(x).

Because 3i3i and -3i3i are zeros of f(x)f(x), the first property gives us that (x+3i)(x+3i) and (x-3i)(x3i) are both factors of f(x)f(x). Thus their product (x+3i)(x-3i) = x^2+9(x+3i)(x3i)=x2+9 is also a factor of f(x)f(x).

As f(x)f(x) is a degree 33 polynomial, it must have exactly 33 zeros (with the possibility of some repeating). We have two of them, so let's let x_0x0 be the third zero. Then we know (x-x_0)(xx0) is a factor of f(x)f(x), and it is indeed the last nonconstant factor, so for some nonzero cc,

x^3+x^2+9x+9= c(x+3i)(x-3i)(x-x_0)x3+x2+9x+9=c(x+3i)(x3i)(xx0)

=c(x^2+9)(x-x_0)=c(x2+9)(xx0)

=cx^3-cx_0x^2+9cx-9cx_0=cx3cx0x2+9cx9cx0

Finally, we equate coefficients to find the unknown values. Equating the coefficients of the x^3x3 terms, we have 1=c1=c. Equating the coefficients of the constant terms, we have 9=-9cx_0 = -9x_09=9cx0=9x0. Thus x_0 = -1x0=1

So, all together, f(x)f(x) has the zeros {-3i, 3i, -1}{3i,3i,1}