Find an nth-degree polynomial function with real coefficients satisfying the given conditions. If you are using a graphing utility, use it to graph the function and verify the real zeros and the given function value.
- n=3 ; 2 and 5i are zeros; f(1)=-52
Since f(x) has real coefficients 5i is a root, so is -5i
So, 2, 5i, and -5i are roots
Since f(x) has degree 3, there can't be more than 3 distinct roots.
f(x) = a(x-2)(x-5i)(x+5i)
f(x) = a(x-2)(x2 +25)
f(1) = -52, so
-52 = a(1-2)(12+25)
-52 = a(-1)(26)
-52/-26 = a
2 = a
f(x) = 2(x-2)(x2 +25)
You can use your graphing calculator (or desmos) to verify the real zero at x = 2
I hope this helps you!