Question 763831
Find an nth-degree polynomial function with real coefficients satisfying the given conditions.
n=4; 2i and 3i are zeros; f(-2)=104
<pre>
2i is a zero so (x-2i) is a factor
Since 2i is a zero, so is its conjugate -2i, so (x+2i) is a factor
3i is a zero so (x-3i) is a factor
Since 3i is a zero, so is its conjugate -3i, so (x-i) is a factor

There also could be a constant factor k

So

f(x) = k(x-2i)(x+2i)(x-3i)(x+3i)

f(x) = k[(x-2i)(x+2i)][(x-3i)(x+3i)]

f(x) = k[x²+2ix-2ix-4i²][x²+3i-3i-9i²]

f(x) = k[x²-4i²][x²-9i²]

Replace i² by (-1)

f(x) = k[x²-4(-1)][x²-9(-1)]

f(x) = k[x²+4][x²+9]

f(x) = k[x<sup>4</sup>+9x<sup>2</sup>+4x<sup>2</sup>+36]

f(x) = k[x<sup>4</sup>+13x<sup>2</sup>+36]

Since we are given 

f(-2) = 104, so we substitute (-2) for x and set it equal to 104:

f(-2) = k[(-2)<sup>4</sup>+13(-2)<sup>2</sup>+36] = 104

             k[16+13(4)+36] = 104

                k[16+52+36] = 104

                     k[104] = 104

                          k = 1

So we substitute 1 for k

f(x) = k[x<sup>4</sup>+13x<sup>2</sup>+36]

f(x) = 1[x<sup>4</sup>+13x<sup>2</sup>+36]

f(x) = x<sup>4</sup>+13x<sup>2</sup>+36

Edwin</pre>