To find an nth degree polynomial function with given zeros and a leading coefficient of 1, follow these steps:
- Identify Zeros: You are given that the zeros of the polynomial are
2
and3i
. Since the polynomial must have real coefficients, it is important to note that complex zeros come in conjugate pairs. Therefore, if3i
is a zero, then-3i
must also be a zero. - Form Factors: The factors of the polynomial based on the zeros are:
(x - 2)
for the real zero2
, and(x - 3i)
and(x + 3i)
for the complex zeros. This gives us the factors: (x - 2)
(x - 3i)
(x + 3i)
- Write the Polynomial: The polynomial can be expressed as the product of its factors:
- Multiply the Complex Factors: Multiply the complex factors first:
- Combine All Factors: Now, substitute this back into the polynomial:
- Expand the Polynomial: Now, expand this expression:
- Combine Like Terms: This gives:
- Final Form: Rearranging gives:
P(x) = (x - 2)(x - 3i)(x + 3i)
(x - 3i)(x + 3i) = x^2 + 9
(this uses the difference of squares).
P(x) = (x - 2)(x^2 + 9)
.
P(x) = x(x^2 + 9) - 2(x^2 + 9)
P(x) = x^3 + 9x - 2x^2 - 18
.
P(x) = x^3 - 2x^2 + 9x - 18
.
Therefore, the expanded and simplified polynomial of degree 3 with real coefficients that satisfies the given conditions is:
P(x) = x^3 – 2x^2 + 9x – 18