Joe M. answered 05/20/19
High School Teacher with 10 Years of Algebra 2 Experience
Hi Kelvin,
The function must have at least degree three, one for each of the zeros. Even though only two zeros were given, the imaginary ones (like i in this problem) always come in pairs so -i will also be a zero.
The way we build a function is by turning each zero into a factor. For example, 4 becomes (x-4).
That means we have f(x) = (x-i)(x-(-i))(x-4) as a function.
Note that x-(-i) is x+i so we have
f(x) = (x - i)(x + i))(x - 4)
If we expand it by distributing the parentheses:
f(x) = (x2 + ix - ix - i2)(x - 4) Note that the ix terms cancel and i2 = -1 by definition.
f(x) = (x2 - (-1))(x - 4)
f(x) = (x2 + 1)(x - 4)
f(x) = x3 - 4x2 + x - 4
Please let me know if I can be more helpful, thanks!
Joe