document.write( "Question 43412: write in polar form: 2sqroot2(1-i) \n" ); document.write( "
Algebra.Com's Answer #28431 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! r = sqrt(x^2 + y^2) \n" ); document.write( "theta = arctan(y/x) ...I use q for theta \n" ); document.write( "so that \n" ); document.write( "r = sqrt(8 + 8) = 4 and \n" ); document.write( "q = arctan (-1) = 315° or -45° \n" ); document.write( "so we have in polar form \n" ); document.write( "(4, 315°) \n" ); document.write( " |