document.write( "Question 1126012: Find a polynomial function of least degree having only real coefficients, a leading coefficient of 1, and zeros of 3 and 2 plus i .
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #742372 by greenestamps(13215) You can put this solution on YOUR website! \n" ); document.write( "Given the three roots p, q, and r, one way you can find the equation is multiply out (x-p)(x-q)(x-r), as shown by the other tutor. With the two complex roots, the algebra gets a bit ugly. \n" ); document.write( "So here is another way to find the equation that some students might find easier. \n" ); document.write( "In the final equation (with leading coefficient 1) \n" ); document.write( " \n" ); document.write( "the coefficient of the quadratic term is the opposite of the sum of the roots: \n" ); document.write( " \n" ); document.write( "the coefficient of the linear term is the sum of the products of the roots two at a time: \n" ); document.write( " \n" ); document.write( "and the constant term is the opposite of the product of the three roots: \n" ); document.write( " \n" ); document.write( "With roots 3, 2+i, and 2-i, we have... \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Then the polynomial is \n" ); document.write( " |