How do you write a polynomial function given the real zeroes -2, -1, 0, 1, and 2 and coefficient 1?
1 Answer
Explanation:
#f(x) = (x+2)(x+1)x(x-1)(x-2)#
#=(x^2-4)(x^2-1)x#
#=(x^4-5x^2+4)x#
#=x^5-5x^3+4x#
This is the simplest polynomial in
Any other polynomial in
The polynomial graphed:
graph{x^5-5x^3+4x [-10, 10, -5, 5]}