Problema Solution
Find the nth-degree polynomial function with real coefficients satisfying the given conditions.
n=3
4 and 5i are zeros
f(2)=116
Answer provided by our tutors
since complex roots only occur in complex conjugate pairs if 5i is root that - 5i is root as well
f(x) = C(x - 4)(x - 5i)(x + 5i), where C is constant that we need to find
f(x) = C(x - 4)(x^2 + 25)
f(x) = C(x^3 - 4x^2 + 25x - 100)
f(2) = 116
f(2) = C(2^3 - 4*2^2 + 25*2 - 100)
C(2^3 - 4*2^2 + 25*2 - 100) = 116
by solving we find:
C = -2
click here to see the step by step solution of the equation:
the 3rd-degree polynomial function with real coefficients is:
f(x) = (-2)(x^3 - 4x^2 + 25x - 100)
f(x) = - 2x^3 + 8x^2 - 50x + 200