document.write( "Question 94436: Find the real and complex solutions to the equation x^3 + 1 = 0. \n" ); document.write( "
Algebra.Com's Answer #68766 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the real and complex solutions to the equation x^3 + 1 = 0. \n" ); document.write( "This is the \"sum of cubes\" form. It factors as follows: \n" ); document.write( "(x+1)(x^2-x+1)=0 \n" ); document.write( "So, x= -1 or x^2-x+1=0 \n" ); document.write( "If x^2-x+1 = 0 \n" ); document.write( "x = [1+-sqrt(1-4)]/2 \n" ); document.write( "x = [1+isqrt(3)]/2 or x= [ 1-isqrt(3)]/2 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |