SOLUTION: Write a polynomial function F of least degree that has rational coefficients, a leading coefficient of 1, and the given zeros. {{{sqrt(2)}}} , 3i

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Write a polynomial function F of least degree that has rational coefficients, a leading coefficient of 1, and the given zeros. {{{sqrt(2)}}} , 3i      Log On


   



Question 825390: Write a polynomial function F of least degree that has rational coefficients, a leading coefficient of 1, and the given zeros.
sqrt%282%29 , 3i

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
There are three keys to this problem:
  • For each zero of the function, (x-z), where "z" is a zero, will be a factor of the function:
    f%28x%29+=+a%28x-z%5B1%5D%29%28x-z%5B2%5D%29...
    where "a" is the leading coefficient and the z's are the various zeros.
  • If zero of a polynomial function with rational coefficients has a square root for a zero, then the negative of that square root will also be a zero.
  • If zero of a polynomial function with rational coefficients has a complex number (like 3i) for a zero, then the complex conjugate of that complex zero will also be a zero. (a+bi is the standard form for a complex number. a-bi is the complex conjugate of a+bi. In words: The complex conjugate of a complex number has the same real part, "a", but the imaginary part is the opposite.)
So if sqrt%282%29 is a zero then so is -sqrt%282%29. And if 3i (or 0 + 3i) is a zero then 0 - 3i (or just -3i) is also a zero.

Altogether then we have 4 zeros: sqrt%282%29, -sqrt%282%29, 3i and -3i. Each zero is a factor:
f%28x%29+=+a%28x-sqrt%282%29%29%28x-%28-sqrt%282%29%29%29%28x-3i%29%28x-%28-3i%29%29
Since we're told that the desired leading coefficient is 1, this becomes:
f%28x%29+=+%28x-sqrt%282%29%29%28x-%28-sqrt%282%29%29%29%28x-3i%29%28x-%28-3i%29%29
Simplifying the 2nd and 4th factors:
f%28x%29+=+%28x-sqrt%282%29%29%28x%2Bsqrt%282%29%29%28x-3i%29%28x%2B3i%29

All that is left is to multiply this out. Since multiplication is commutative (i.e. the order in which the multiplication is done does not matter) then we can multiply these factors in any order we choose. (Hint: It's easiest to start by using the %28a%2Bb%29%28a-b%29+=+a%5E2-b%5E2 pattern to multiply the factors with "pairs" of zeros.) Multiplying the first two factors with this pattern:
f%28x%29+=+%28%28x%29%5E2-%28sqrt%282%29%29%5E2%29%28x-3i%29%28x%2B3i%29
which simplifies to:
f%28x%29+=+%28x%5E2-2%29%28x-3i%29%28x%2B3i%29
Using the pattern on the last two factors:
f%28x%29+=+%28x%5E2-2%29%28%28x%29%5E2-%283i%29%5E2%29
which simplifies as follows:
f%28x%29+=+%28x%5E2-2%29%28x%5E2-9i%5E2%29
Since i%5E2+=+-1:
f%28x%29+=+%28x%5E2-2%29%28x%5E2-9%28-1%29%29
f%28x%29+=+%28x%5E2-2%29%28x%5E2%2B9%29
(Note how the square roots and the i's are all gone. This is due to the order of multiplication we choose. If we had done it differently, we would still have square roots and/or i's.)
Last we use FOIL to multiply the remaining factors:
f%28x%29+=+x%5E2%2Ax%5E2%2Bx%5E2+%2A+9+%2B+%28-2%29%2Ax%5E2+%2B+%28-2%29%2A9
which simplifies as follows:
f%28x%29+=+x%5E4%2B9x%5E2%2B+%28-2%29%2Ax%5E2+%2B+%28-18%29
f%28x%29+=+x%5E4%2B7x%5E2%2B+%28-18%29