document.write( "Question 1208426: Use synthetic division to determine if
\n" );
document.write( "x - c is a factor of the given polynomial. \r
\n" );
document.write( "\n" );
document.write( "3x^4 + x^3 - 3x + 1; [x + (1/3)]\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #846838 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Think of 3x^4+x^3-3x+1 as 3x^4+1x^3+0x^2-3x+1 \n" ); document.write( "The coefficients from left to right are 3,1,0,-3,1 \n" ); document.write( "Write those coefficients along the top row of the synthetic division table. To the left of these coefficients is the test root -1/3. This is from solving x + 1/3 = 0 to get x = -1/3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is the set up. \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we'll pull down the first coefficient (3) \n" ); document.write( "
\n" ); document.write( "Multiply that with the test root (-1/3). \n" ); document.write( "(-1/3)*3 = -1 \n" ); document.write( "Place the result under the next coefficient.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then add straight down: 1 + (-1) = 0 \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll repeat this process of multiplying with the test root and adding straight down to get this next column of values. \n" ); document.write( "(-1/3)*0 = 0 \n" ); document.write( "0+0 = 0 \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Repeat the process again. \n" ); document.write( "(-1/3)*0 = 0 \n" ); document.write( "-3+0 = -3 \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then one last time. \n" ); document.write( "(-1/3)*(-3) = 1 \n" ); document.write( "1+1 = 2 \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The value in the bottom right corner is the remainder. I have highlighted it in red\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The nonzero remainder means that x+(1/3) is not a factor of 3x^4 + x^3 - 3x + 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's another method that doesn't involve synthetic division.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If x-c is a factor of f(x), then f(c) = 0. This is a special case of the remainder theorem. \n" ); document.write( "Rewrite x + (1/3) as x - (-1/3) to determine c = -1/3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll plug this into the polynomial to see if we get zero or not. \n" ); document.write( "f(x) = 3x^4 + x^3 - 3x + 1 \n" ); document.write( "f(-1/3) = 3(-1/3)^4 + (-1/3)^3 - 3(-1/3) + 1 \n" ); document.write( "f(-1/3) = 3(1/81) - 1/27 + 1 + 1 \n" ); document.write( "f(-1/3) = 1/27 - 1/27 + 1 + 1 \n" ); document.write( "f(-1/3) = 2 \n" ); document.write( "The nonzero result tells us that x+(1/3) is not a factor of 3x^4 + x^3 - 3x + 1. \n" ); document.write( "Note: The result 2 is the remainder we got in the previous section.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Yet another method involves graphing y = 3x^4 + x^3 - 3x + 1. \n" ); document.write( "Notice how the curve doesn't pass through the x axis when x = -1/3. \n" ); document.write( "This visually confirms our answer above. \n" ); document.write( " \n" ); document.write( " |