document.write( "Question 1003892: Find a polynomial with real corfficients that has -2 and 2 + i as zeros \n" ); document.write( "
Algebra.Com's Answer #620508 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! x = 2+i is a root, so x = 2-i is another root. Complex roots come in conjugate pairs\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's focus on x = 2+i. Get everything to one side (so 0 is on the other side).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 2+i \n" ); document.write( "x - 2 = i \n" ); document.write( "(x-2)^2 = i^2 \n" ); document.write( "(x-2)^2 = -1 \n" ); document.write( "x^2-4x+4 = -1 \n" ); document.write( "x^2-4x+4+1 = -1+1 \n" ); document.write( "x^2-4x+5 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we see that if 2+i is a root of p(x), then (x^2-4x+5) is a factor of p(x). \n" ); document.write( "The same can be said about 2-i. \n" ); document.write( "The same basic steps are followed so I won't show them. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If x = -2 is a root of p(x), then x-(-2) = x+2 is a factor of p(x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we know that (x+2) and (x^2-4x+5) are factors of p(x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's multiply the two factors\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+2)(x^2-4x+5) = x(x^2-4x+5)+2(x^2-4x+5) \n" ); document.write( "(x+2)(x^2-4x+5) = x*x^2+x*(-4x)+x*5+2*x^2+2*(-4x)+2*5 \n" ); document.write( "(x+2)(x^2-4x+5) = x^3-4x^2+5x+2x^2-8x+10 \n" ); document.write( "(x+2)(x^2-4x+5) = x^3-2x^2-3x+10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So in the end, the polynomial is x^3-2x^2-3x+10 which is the final answer \n" ); document.write( " |