document.write( "Question 43298: Given x + iy form, write in polar form: 2 radical 2 (1-i) \n" ); document.write( "
Algebra.Com's Answer #28325 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The r is found by sqrt(x^2 + y^2) and the angle is the arctan(y/x)...so we get \n" ); document.write( "2*sqrt(2)(1 - i) = 2*sqrt(2) - 2i*sqrt(2) = \n" ); document.write( "(4, arctan(-1)) = (4, 315°) \n" ); document.write( " |