document.write( "Question 1201674: Use the given zero to find the remaining zeros of the polynomial function \r
\n" );
document.write( "\n" );
document.write( "P(x) =x^4-6x^3+19x^2-6x+18; 3-3i \n" );
document.write( "
Algebra.Com's Answer #836160 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The term \"root\" is another way of saying \"zero of a function\" \n" ); document.write( "The root is visually represented by the x intercept, assuming the root is a real number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In the case of 3-3i being a root, we unfortunately cannot represent this as an x intercept. \n" ); document.write( "It has a conjugate pair of 3+3i\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll take the root x = 3-3i and work backwards, so to speak, to arrive at a quadratic polynomial.\r \n" ); document.write( "\n" ); document.write( "x = 3-3i \n" ); document.write( "x-3 = -3i \n" ); document.write( "(x-3)^2 = (-3i)^2 \n" ); document.write( "(x-3)^2 = 9i^2 \n" ); document.write( "(x-3)^2 = 9(-1) \n" ); document.write( "(x-3)^2 = -9 \n" ); document.write( "(x-3)^2+9 = 0 \n" ); document.write( "x^2-6x+9+9 = 0 \n" ); document.write( "x^2-6x+18 = 0 \n" ); document.write( "Similar, if not almost identical, steps will apply for the root x = 3+3i.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you were to use the quadratic formula to solve x^2-6x+18 = 0, then you should get the complex roots x = 3+3i and x = 3-3i. \n" ); document.write( "You can use WolframAlpha or the CAS feature in GeoGebra to check your work.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Because 3-3i is a root of P(x)=x^4-6x^3+19x^2-6x+18, we know that x^2-6x+18 is a factor of P(x).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(x) = (x^2-6x+18)*Q(x) \n" ); document.write( "where Q is some quotient polynomial. \n" ); document.write( "The remainder is 0 because x^2-6x+18 is a factor.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Isolating Q means we divide both sides by (x^2-6x+18) \n" ); document.write( "Q(x) = P(x)/(x^2-6x+18) \n" ); document.write( "Q(x) = (x^4-6x^3+19x^2-6x+18)/(x^2-6x+18)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From here we use polynomial long division to determine Q. \n" ); document.write( "Synthetic division will not work because the denominator x^2-6x+18 is not linear.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here is what the polynomial long division will look like. \n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We therefore find that \n" ); document.write( "Q(x) = x^2+1 \n" ); document.write( "P(x) = Q(x)*(x^2-6x+18) \n" ); document.write( "P(x) = (x^2+1)(x^2-6x+18)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In other words, \n" ); document.write( "(x^2+1)(x^2-6x+18) = x^4-6x^3+19x^2-6x+18 \n" ); document.write( "is an identity. The equation is true for all values of x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can confirm this by use of the box method \n" ); document.write( "We'll have the terms of x^2+1 along the left side and the terms of x^2-6x+18 along the top \n" ); document.write( "
\n" ); document.write( "Then to fill out each inner cell, multiply the left and top headers. \n" ); document.write( "Example: x^2 times x^2 = x^4 in the upper left corner \n" ); document.write( "
\n" ); document.write( "Add up the terms inside those cells we filled out \n" ); document.write( "x^4-6x^3+18x^2+x^2-6x+18 = x^4-6x^3+19x^2-6x+18 \n" ); document.write( "We have confirmed that (x^2+1)(x^2-6x+18) expands to x^4-6x^3+19x^2-6x+18 \n" ); document.write( "In other words, we have confirmed x^4-6x^3+19x^2-6x+18 factors to (x^2+1)(x^2-6x+18)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As stated earlier, the two roots x = 3+3i and x = 3-3i were from solving x^2-6x+18=0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To determine the other two missing other roots, we solve x^2+1 = 0 to get x = i or x = -i \n" ); document.write( "You could use the square root method. \n" ); document.write( "Or the quadratic formula could be applied (even if it may be a bit overkill).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------- \n" ); document.write( "-------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The four roots of P(x) are: \n" ); document.write( "x = 3+3i \n" ); document.write( "x = 3-3i \n" ); document.write( "x = i \n" ); document.write( "x = -i \n" ); document.write( "where i = sqrt(-1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Confirmation through use of WolframAlpha \n" ); document.write( "https://www.wolframalpha.com/input/?i=x%5E4-6x%5E3%2B19x%5E2-6x%2B18%3D0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "GeoGebra also can be used to confirm the answer. \n" ); document.write( "You need to be in the CAS mode and you'd use the function called CSolve. \n" ); document.write( "The \"C\" in CSolve stands for \"complex\" \n" ); document.write( "The regular \"solve\" function will return an empty set to indicate \"no real solutions\", which is why you need to avoid using it. \n" ); document.write( "More info found here \n" ); document.write( "https://wiki.geogebra.org/en/CSolve_Command \n" ); document.write( " \n" ); document.write( " |