document.write( "Question 1028076: Find all complex numbers z such that z^2 = 2i.\r
\n" );
document.write( "\n" );
document.write( "Write your solutions in a+bi form, separated by commas. So, \"1+2i, 3-i\" is an acceptable answer format, but \"2i+1; -i+3\" is not. (Don't include quotes in your answer.)\r
\n" );
document.write( "\n" );
document.write( "Note: This problem is not about functions. \n" );
document.write( "
Algebra.Com's Answer #643251 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find all complex numbers z such that z^2 = 2i. \n" ); document.write( "------------ \n" ); document.write( "z^2 = 2cis90 \n" ); document.write( "z = sqrt(2)cis(45), sqrt(2)cis(225) \n" ); document.write( "---- \n" ); document.write( "z = sqrt(2)*sqrt(2)/2 + isqrt(2)*sqrt(2)/2 \n" ); document.write( "= 1 + i \n" ); document.write( "===================== \n" ); document.write( "z = sqrt(2)cis(225) \n" ); document.write( "sqrt(2)*(-sqrt(2)/2) + i*sqrt(2)*(-sqrt(2)/2) \n" ); document.write( "= -1 - i \n" ); document.write( " \n" ); document.write( " |