Answer:
f(x) = x^3 - x^2 + 16x - 16
Explanation:
If a polynomial has the zeros 1, 4i, and -4i, then it must have the factors (x - 1), (x - 4i), and (x + 4i). This is because a factor of (x - a) produces a root of x = a.
To find the polynomial, we can multiply these factors together:
(x - 1)(x - 4i)(x + 4i)
= (x - 1)(x^2 - (4i)^2)
= (x - 1)(x^2 + 16)
= x^3 + 16x - x^2 - 16
So the polynomial function in standard form with real coefficients whose zeros include 1, 4i, and -4i is:
f(x) = x^3 - x^2 + 16x - 16