How do you find a polynomial of degree 3 that has zeros of -3, 0, 1?

1 Answer
Nov 15, 2016

P(x)=x^3+2x^2-3xP(x)=x3+2x23x

Explanation:

A polynomial has alphaα as a zero if and only if (x-alpha)(xα) is a factor of the polynomial. Working backwards, then, we can generate a polynomial with any zeros we desire by multiplying such factors.

We want a polynomial P(x)P(x) with zeros -3, 0, 13,0,1, so:

P(x) = (x-(-3))(x-0)(x-1)P(x)=(x(3))(x0)(x1)

=(x+3)x(x-1)=(x+3)x(x1)

=x(x+3)(x-1)=x(x+3)(x1)

=x(x^2+2x-3)=x(x2+2x3)

=x^3+2x^2-3x=x3+2x23x

Note that we could also multiply by any nonzero constant without changing the zeros, if a different polynomial is desired.