SOLUTION: find an nth degree polynomial function with the real coefficients satifying the given conditions n=4; i and 5i are zeros; f(-1)=104

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: find an nth degree polynomial function with the real coefficients satifying the given conditions n=4; i and 5i are zeros; f(-1)=104      Log On


   



Question 630069: find an nth degree polynomial function with the real coefficients satifying the given conditions n=4; i and 5i are zeros; f(-1)=104
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
To start we need all the zeros of the polynomial. A 4th degree polynomial will have 4 zeros.

We were given only two zeros. So the other two are "missing". To find these missing zeros, you have to know that if a polynomials with real coefficients as a complex zero, then the complex conjugate of that zero will also be a zero.

The standard form for a complex number is:
a + bi
The complex conjugate of this would be:
a - bi or a + (-bi)

The two zeros we've been given are complex (because of the "i"). So the complex conjugates of each of them will also be zeros of the polynomial. The zero, i, in standard form is:
0 + i
Its complex conjugate would be
0 - i or just -i
The zero 5i in standard form would be:
0 + 5i
Its complex conjugate would be
0 - 5i or just -5i

We now have all 4 zeros: i, -i, 5i and -5i. The next step is to write the polynomial in factored form. The factored form will include a factor for each zero and an optional constant factor. The factors for each zero will be of the form (x - z) where z is a zero. So our polynomial in factored form is:
f(x) = c(x - i)(x - (-i))(x - 5i)(x - (-5i))
where "c" is the optional constant factor that we have not yet found. This simplifies to:
f(x) = c(x - i)(x + i)(x - 5i)(x + 5i)
We will find the value for "c" last. The next step is to multiply out the factors with the zeros. This is actually fairly simple if
  • You multiply each pair of factors with conjugates first. Specifically, multiply (x-i)(x+1) first, then (x-5i)(x+5i) next, then multiply the results of these two multiplications.
  • Use the %28a-b%29%28a%2Bb%29+=+a%5E2-b%5E2 pattern to multiply the conjugates quickly
Let's see this. First (x-1)(x+i) using the pattern:
f%28x%29+=+c%28%28x%29%5E2+-+%28i%29%5E2%29%28x+-+5i%29%28x+%2B+5i%29
Next ((x-5i)(x+5i) using the pattern:
f%28x%29+=+c%28%28x%29%5E2+-+%28i%29%5E2%29%28%28x%29%5E2+-+%285i%29%5E2%29
Simplifying...
f%28x%29+=+c%28x%5E2+-+i%5E2%29%28x%5E2+-+25i%5E2%29
Since i%5E2+=+-1:
f%28x%29+=+c%28x%5E2+%2B+1%29%28x%5E2+%2B+25%29
Note how the i's are gone! This and being able to use the pattern are why we start the multiplications with the conjugates. Now we continue with the last multiplication, using FOIL:
f%28x%29+=+c%28x%5E2%2Ax%5E2+%2B+x%5E2%2A25+%2B+1%2Ax%5E2+%2B+1%2A25%29
Simplifying...
f%28x%29+=+c%28x%5E4+%2B+25x%5E2+%2B+x%5E2+%2B+25%29
f%28x%29+=+c%28x%5E4+%2B+26x%5E2+%2B+25%29

As long as "c" is not zero, this polynomial will have the desired zeros. TO find the value for "c" we use the other given fact: f(-1) = 104:
104+=+c%28%28-1%29%5E4+%2B+26%28-1%29%5E2+%2B+25%29
Simplifying...
104+=+c%281+%2B+26%2A1+%2B+25%29
104+=+c%281+%2B+26+%2B+25%29
104+=+c%2852%29
Dividing by 52:
2+=+c
So
f%28x%29+=+2%28x%5E4+%2B+26x%5E2+%2B+25%29
Distributing the 2 we get:
f%28x%29+=+2x%5E4+%2B+52x%5E2+%2B+50%29