SOLUTION: Find the nth-degree polynomial function with real coefficients satisfying the conditions: n=3; 6 and -5+2i are zeros; f(2)=-636

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Find the nth-degree polynomial function with real coefficients satisfying the conditions: n=3; 6 and -5+2i are zeros; f(2)=-636      Log On


   



Question 827552: Find the nth-degree polynomial function with real coefficients satisfying the conditions: n=3; 6 and -5+2i are zeros; f(2)=-636
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
A third degree polynomial with real coefficients will have three zeros. And we will need all three to find the desired polynomial.

But we've only been told what two zeros are: 6 and -5+2i. The "trick" is to know that if a polynomial with real coefficients has a complex zero, then the complex conjugate of that zero will also be a zero. (The complex conjugate of a + bi is a - bi (or a + (-b)i).) So the complex conjugate of -5+2i (which is -5-2i) will be the third zero.

A general form for a factored third degree polynomial is:
f%28x%29+=+a%28x-z%5B1%5D%29%28x-z%5B2%5D%29%28x-z%5B3%5D%29
where "a" is some non-zero constant and the z's are the zeros of the polynomial. Substituting in our zeros we get:
f%28x%29+=+a%28x-%286%29%29%28x-%28-5%2B2i%29%29%28x-%28-5-2i%29%29
Simplifying inside each factor we get:
f%28x%29+=+a%28x-6%29%28x%2B5-2i%29%28x%2B5%2B2i%29
We'll figure out what number to use for "a" a little later. Right now we are going to start multiplying this out. Multiplying with the complex numbers can be tricky. But here's a suggestion that should make this easier:
  • Multiplication is commutative. (This means the multiplications can take place in any order you choose and the result will be the same.) Take advantage of this by choosing to multiply the factors with the complex conjugates first.
  • Use the %28a%2Bb%29%28a-b%29+=+a%5E2-b%5E2 pattern to multiply the factors with the complex conjugates. (This pattern can always be used with these types of factors.)
So we will be smart and multiply the last two factors first. And by clever grouping within these factors:
f%28x%29+=+a%28x-6%29%28%28x%2B5%29-2i%29%28%28x%2B5%29%2B2i%29
we can see how to use the pattern to do the multiplication. Using the "(x+5)" as the "a" in the pattern and the "2i" as the "b", the last two factors will fit the (a+b)(a-b) of the pattern. And the pattern tells us how it works out (a%5E2-b%5E2):
f%28x%29+=+a%28x-6%29%28%28x%2B5%29%5E2-%282i%29%5E2%29
We can use yet another pattern, %28a%2Bb%29%5E2+=+a%5E2%2B2ab%2Bb%5E2, to square the (x+5):
f%28x%29+=+a%28x-6%29%28%28x%29%5E2%2B2%2A%28x%29%285%29%2B%285%29%5E2-%282i%29%5E2%29
f%28x%29+=+a%28x-6%29%28x%5E2%2B10x%2B25-%282i%29%5E2%29
%282i%29%5E2+=+4i%5E2 And since i%5E2+=+-1 by definition 2i%29%5E2+=+4i%5E2+=+4%28-1%29+=+-4. Substituting this in we now have:
f%28x%29+=+a%28x-6%29%28x%5E2%2B10x%2B25-%28-4%29%29
Simplifying...
f%28x%29+=+a%28x-6%29%28x%5E2%2B10x%2B25%2B4%29
f%28x%29+=+a%28x-6%29%28x%5E2%2B10x%2B29%29
Notice how the i's are all gone! By choosing the multiply in the order we chose, we eliminated the i's as hast as possible. If we had chosen a different order the i's would hang around, complicating things, until all the multiplications have been finished!

Next we multiply the last two factors. There is no pattern for this. We just multiply each term of one factor times each term of the other factor:

Simplifying...
f%28x%29+=+a%28x%5E3%2B10x%5E2%2B29x%2B%28-6x%5E2%29%2B%28-60x%29%2B%28-174%29%29
f%28x%29+=+a%28x%5E3%2B4x%5E2%2B%28-31x%29%2B%28-174%29%29
Finally we will get around to figuring out the number for "a". We were given that f(2) = -636. Substituting these numbers into the equation above (the 2 for x and the -636 for f(x))) we get:
-636+=+a%28%282%29%5E3%2B4%282%29%5E2%2B%28-31%282%29%29%2B%28-174%29%29
Simplifying...
-636+=+a%288%2B4%284%29%2B%28-31%282%29%29%2B%28-174%29%29
-636+=+a%288%2B16%2B%28-62%29%2B%28-174%29%29
-636+=+a%2824%2B%28-236%29%29
-636+=+a%28-212%29
Dividing by -212:
%28-636%29%2F%28-212%29+=+a
which simplifies to:
3+=+a
With this value for "a" our function is now:
f%28x%29+=+3%28x%5E3%2B4x%5E2%2B%28-31x%29%2B%28-174%29%29
All that is left is to distribute the 3:
f%28x%29+=+3x%5E3%2B12x%5E2%2B%28-93x%29%2B%28-522%29
This is the desired polynomial.