document.write( "Question 1181501: Check that (2 + i) is a root of (z^4) + (2(z^3)) - (9(z^2)) - 10z + 50 = 0. What are the remaining 3 roots? \n" ); document.write( "
Algebra.Com's Answer #811424 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "In the hopes of making the problem easier, we can, as the other tutor did, assume (\"hope\") that the polynomial has real coefficients.

\n" ); document.write( "In that case, follow the solution given by the other tutor:
\n" ); document.write( "if (2+i) is a root then (2-i) is a root;
\n" ); document.write( "determine the quadratic factor that comes from those two roots;
\n" ); document.write( "divide the given function by that quadratic and observe that the result is another quadratic with no remainder -- confirming that our assumption of real coefficients was okay; and
\n" ); document.write( "use the quadratic formula to find the two roots corresponding to that second quadratic factor.

\n" ); document.write( "I would like to add a bit to her solution, showing different ways that parts of the work can be done.

\n" ); document.write( "She finds the quadratic corresponding to the two root (2+i) and (2-i) by doing the multiplication

\n" ); document.write( "\"%28z-%282%2Bi%29%29%28z-%282-i%29%29\"

\n" ); document.write( "Note that she makes that multiplication easier by writing it as

\n" ); document.write( "\"%28%28z-2%29-i%29%28%28z-2%29%2Bi%29\"

\n" ); document.write( "So that the product can be found as a difference of squares.

\n" ); document.write( "Here is another way to form the quadratic corresponding to those two roots.

\n" ); document.write( "The linear term of the quadratic is the opposite of the sum of the two roots: -((2+i)+(2-i)) = -4

\n" ); document.write( "The constant term of the quadratic is the product of the two roots: (2+i)(2-i)=4+5 = 5

\n" ); document.write( "So the quadratic factor having the roots (2+i) and (2-i) is z^2-4x+5.

\n" ); document.write( "In the next step, she shows dividing the given polynomial by z^2-4x+5 to get z^2+6x+10 with no remainder.

\n" ); document.write( "She doesn't show how she got that. Synthetic division only works for dividing by linear polynomials, and long division of polynomials is awkward.

\n" ); document.write( "So here is the process I like to use to divide a 4th degree polynomial by a quadratic.

\n" ); document.write( "We are looking for a quadratic polynomial \"az%5E2%2Bbz%2Bc\" for which

\n" ); document.write( "\"%28az%5E2%2Bbz%2Bc%29%28z%5E2-4z%2B5%29=z%5E4%2B2z%5E3-9z%5E2-10z%2B50\"

\n" ); document.write( "By looking at the leading coefficient and the constant term of the product, we can immediately determine that a=1 and c=10. So the multiplication of the two quadratics is

\n" ); document.write( "\"%28z%5E2%2Bbz%2B10%29%28z%5E2-4z%2B5%29=z%5E4%2B2z%5E3-9z%5E2-10z%2B50\"

\n" ); document.write( "We can now determine b by looking at where the z^3 term of the product comes from: bz times z^2, plus z^2 times (-4z)

\n" ); document.write( "\"%28b%29%281%29%2B%281%29%28-4%29+=+2\"
\n" ); document.write( "\"b-4=2\"
\n" ); document.write( "\"b=6\"

\n" ); document.write( "So our second quadratic factor is \"z%5E2%2B6z%2B10\"

\n" ); document.write( "That process for finding the second quadratic factor is easier for me than long division of polynomials.
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );