document.write( "Question 887448: Hi, \r
\n" );
document.write( "\n" );
document.write( "I have been having severe trouble with these polynomial/rational functions and would like help with this problem:\r
\n" );
document.write( "\n" );
document.write( "P(x) = 4x^4+4x^3+5x^2+4x+1 --> Directions: Find all the zeros of the polynomial. \r
\n" );
document.write( "\n" );
document.write( "--thank you to whomever decides to help me :) \n" );
document.write( "
Algebra.Com's Answer #536642 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Because: \n" ); document.write( "P(x) = 4x^4+4x^3+5x^2+4x+1 \n" ); document.write( "is a polynomial of degree 4, you must use synthetic division to reduce to a quadratic. \n" ); document.write( ". \n" ); document.write( "Possible zeros: \n" ); document.write( "1/4 = (+-) (1)/(1,2,4) \n" ); document.write( "possible zeros: +- 1, 1/2, 1/4 \n" ); document.write( "try x=-1/2: \n" ); document.write( "-.5 | 4 4 5 4 1 \n" ); document.write( " -2 -1 -2 -1 \n" ); document.write( " --------------- \n" ); document.write( " 4 2 4 2 0 \n" ); document.write( ". \n" ); document.write( "so, now you have: \n" ); document.write( "P(x) = (x+1/2)(4x^3+2x^2+4x+2) \n" ); document.write( ". \n" ); document.write( "possible zeros are (+-) factors of 2/4 \n" ); document.write( "try x = -1/2 \n" ); document.write( "-.5 | 4 2 4 2 \n" ); document.write( " -2 0 -2 \n" ); document.write( " ------------- \n" ); document.write( " 4 0 4 0 \n" ); document.write( ". \n" ); document.write( "so, now we have: \n" ); document.write( "P(x) = (x+1/2)(x+1/2)(4x^2+4) \n" ); document.write( "P(x) = 4(x+1/2)(x+1/2)(x^2+1) \n" ); document.write( "setting \n" ); document.write( "x^2+1 =0 \n" ); document.write( "x^2 = -1 \n" ); document.write( "x = {-i, i} \n" ); document.write( ". \n" ); document.write( "x = {-i, i, -1/2} (two complex zeros and one real zero) \n" ); document.write( " \n" ); document.write( " |