document.write( "Question 1095478: Find a polynomial function f with real coefficients that satisfies the given conditions.
\n" );
document.write( "degree 4; zeros − 1/2, 2, −i; f(−1) = 282 \n" );
document.write( "
Algebra.Com's Answer #801623 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! If a+bi is a solution of a polynomial, then a-bi is also a solution. That means that the roots of our polynomial are -1/2, 2, -i, and i.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(Here, a is a constant.)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a(x + 1/2)(x - 2)(x - i)(x + i) \n" ); document.write( "a(x + 1/2)(x - 2)(x^2 + 1) \n" ); document.write( "a(x^4 - 3x^3/2 - 3x/2 - 1) = y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in the point (-1, 282) to find the value of a, then you can find the polynomial. \n" ); document.write( " |