document.write( "Question 231979: I have to find all roots of X^6 + 9X^3 + 8 = 0.
\n" ); document.write( "I first let Y=X^3, then my equation became Y^2 + 9Y + 8 = 0. Solving for Y, I have Y = -8 OR -1.
\n" ); document.write( "So I have two possible roots as X = -2 and X = -1.
\n" ); document.write( "Since the highest power in the equation is 6, there are four other roots.
\n" ); document.write( "How do you find the other roots?
\n" ); document.write( "Thanks,
\n" ); document.write( "Alan
\n" ); document.write( "

Algebra.Com's Answer #171539 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"x%5E6+%2B+9x%5E3+%2B+8+=+0\"
\n" ); document.write( "I took a direct approach and factored it into
\n" ); document.write( "\"%28x%5E3+%2B+8%29%28x%5E3+%2B+1%29+=+0\"
\n" ); document.write( "\"x%5E3+=+-8\" is a solution
\n" ); document.write( "\"x+=+-2\"
\n" ); document.write( "I need the other 2 roots now. I proceed to cheat and
\n" ); document.write( "apply what I know about complex roots, namely that
\n" ); document.write( "they are equally spaced aound the complex plane. That means
\n" ); document.write( "the 3 roots are 120 degrees apart. One complex root is
\n" ); document.write( "30 degrees from the vertical in 1st quadrant, the other is
\n" ); document.write( "30 degrees from vertical in 4th quadrant. The components of
\n" ); document.write( "the complex roots are
\n" ); document.write( "\"x+=+1+%2B+sqrt%283%29i\" (1st quadrant) and
\n" ); document.write( "\"x+=+1+-+sqrt%283%29i\" (4th quadrant).
\n" ); document.write( "I do the same for \"x%5E3+%2B+1\"
\n" ); document.write( "\"x%5E3+=+-1\"
\n" ); document.write( "The complex roots are
\n" ); document.write( "\"x+=+1%2F2+%2B+%28sqrt%283%29%2F2%29%2Ai\" (1st quadrant) and
\n" ); document.write( "\"x+=+1%2F2+-+%28sqrt%283%29%2F2%29%2Ai\" (4th quadrant
\n" ); document.write( "I don't know an easy way to prove that's right, but
\n" ); document.write( "I'm pretty sure it is\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );