SOLUTION: find a fourth degree polynomial function with real coefficients satisfying the given conditions: n=3; 3 and i are zeros; f(2)=25

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: find a fourth degree polynomial function with real coefficients satisfying the given conditions: n=3; 3 and i are zeros; f(2)=25      Log On


   



Question 424510: find a fourth degree polynomial function with real coefficients satisfying the given conditions:
n=3; 3 and i are zeros; f(2)=25

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
A fourth degree polynominal with real coefficients will have 4 roots. You are given only three of them. To find the 4th root you have to know that the complex roots of such polynomials will always come in conjugate pairs. So we will be able to find the 4th root using the root, i. In full standard form for complex numbers,
i = 0 + i
The complex conjugate of 0 + i is 0 + (-i) or simply -i. So the 4 roots of the desired polynomial are 3, 3, i and -i.

With these roots we can find the polynomial. If some number "r" is a root of a polynomial, then (x-r) will be a factor of the polynomial. So our polynomial will have factors of (x-3), (x-3), (x-i) and (x-(-i)). (The last factor will simplify to (x+i). Our polynomial may also have a constant factor. For now we will call this constant factr "k". So our polynomial is:
P%28x%29+=+k%28x-3%29%28x-3%29%28x-i%29%28x%2Bi%29
All that is left to do is simplify and figure what number k is. To multiply I am going to take advantage of the Associative Property for multiplication:
P%28x%29+=+k%28%28x-3%29%28x-3%29%29%28%28x-i%29%28x%2Bi%29%29
because, grouped this way, I can use the following patterns
  • %28a-b%29%28a-b%29+=a%5E2+-2ab+%2Bb%5E2
  • %28a%2Bb%29%28a-b%29+=+a%5E2-b%5E2
to multiply quickly:
P%28x%29+=+k%28x%5E2-6x%2B9%29%28x%5E2-i%5E2%29
Since i%5E2+=+-1 this simplifies to:
P%28x%29+=+k%28x%5E2-6x%2B9%29%28x%5E2%2B1%29
The last multiplication will have to be done without patterns. Multiplying each term of the trinomial by each term of the binomial we get:

which simplifies as follows:
P%28x%29+=+k%28x%5E4%2Bx%5E2%2B%28-6x%5E3%29+%2B+%28-6x%29+%2B+9x%5E2+%2B+9%29
P%28x%29+=+k%28x%5E4%2B%28-6x%5E3%29++%2B+10x%5E2+%2B+%28-6x%29+%2B+9%29
Now we find k. We will use the given fact of P(2) = 25:
25+=+k%28%282%29%5E4%2B%28-6%282%29%5E3%29++%2B+10%282%29%5E2+%2B+%28-6%282%29%29+%2B+9%29
which simplifies as follows:
25+=+k%2816%2B%28-6%288%29%29++%2B+10%284%29+%2B+%28-6%282%29%29+%2B+9%29
25+=+k%2816%2B%28-48%29++%2B+40+%2B+%28-12%29+%2B+9%29
25+=+k%285%29
Dividing by -5 we get:
5+=+k

Now that we have k:
P%28x%29+=+5%28x%5E4%2B%28-6x%5E3%29++%2B+10x%5E2+%2B+%28-6x%29+%2B+9%29
which simplifies to:
P%28x%29+=+5x%5E4%2B%28-30x%5E3%29++%2B+50x%5E2+%2B+%28-30x%29+%2B+45%29
which is the desired polynomial.