document.write( "Question 1061853: Find an equation for f(x), the polynomial of smallest degree with real coefficients such that f(x) bounces off of the x-axis at −1, bounces off of the x-axis at 2, has complex roots of −1+5i and 2+i and passes through the point (0,−14). \n" ); document.write( "
Algebra.Com's Answer #676615 by stanbon(75887) ![]() You can put this solution on YOUR website! Find an equation for f(x), the polynomial of smallest degree with real coefficients such that f(x) bounces off of the x-axis at −1, bounces off of the x-axis at 2, has complex roots of −1+5i and 2+i and passes through the point (0,−14). \n" ); document.write( "Sketch those points and sketch a curve that follows the \n" ); document.write( "given instructions: \n" ); document.write( "bounces at x = -1 implies factor of (x+1)^2 \n" ); document.write( "bounces at x = 2 implies factor of (x-2)^2 \n" ); document.write( "real coefficients implies roots at -1+5i and -1-5i, \n" ); document.write( "implies factors ((x-1)+5i)((x-1)-5i) = (x-1)^2+25 = x^2-2x+26 \n" ); document.write( "real coefficients implies roots at 2+i and 2-i, \n" ); document.write( "implies factors ((x-2)-i)((x-2)+i) = (x-2)^2+1 = x^2-4x+5 \n" ); document.write( "--------------- \n" ); document.write( "Then:: f(x) = a(x+1)^2*(x-2)^2*(x^2-2x+26)*(x^2-4x+5) \n" ); document.write( "Solve for \"a\" using (0,-14) \n" ); document.write( "f(0) = a(1^2)(-2)^2*(26)*(+5) = -14 \n" ); document.write( "a[1*4*130] = -14 \n" ); document.write( "a = -14/520 \n" ); document.write( "a = -7/260 \n" ); document.write( "---- \n" ); document.write( "Ans: f(x) = (-7/260)(x+1)^2*(x-2)^2*(x^2-2x+26)(x^2-4x+5) \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |