Write a polynomial f(x) that satisfies the given conditions.

Polynomial of lowest degree with zeros of -4 (multiplicity 1), 1 (multiplicity 2), and with f (0) = -12.

1 answer

To construct a polynomial f(x) that satisfies the given conditions, we start with the zeros and their respective multiplicities:

  1. Zero at x=4 with multiplicity 1.
  2. Zero at x=1 with multiplicity 2.

The general form of the polynomial can be expressed based on its zeros:

f(x)=k(x+4)(x1)2

where k is a constant that we will determine using the condition f(0)=12.

First, let's expand f(x):

f(x)=k(x+4)(x22x+1)

Now we further expand (x+4)(x22x+1):

f(x)=k[(x+4)(x22x+1)] =k[x32x2+x+4x28x+4] =k[x3+2x27x+4]

Thus, we have:

f(x)=k(x3+2x27x+4)

Next, we apply the condition f(0)=12:

f(0)=k(03+2(0)27(0)+4)=k4

Setting this equal to -12 gives:

k4=12

Solving for k:

k=124=3

Now substituting k back into our polynomial:

f(x)=3(x3+2x27x+4)

Expanding this gives:

f(x)=3x36x2+21x12

Therefore, the polynomial of lowest degree that satisfies the given conditions is:

3x36x2+21x12