document.write( "Question 43413: write in polar form: 12+5i \n" ); document.write( "
Algebra.Com's Answer #28423 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( "here \n" ); document.write( "r = sqrt(12^2 + 5^2) = sqrt(169) = 13 \n" ); document.write( "q = arctan(5/12) \n" ); document.write( "so we have in polar form \n" ); document.write( "(13, arctan(5/12)) \n" ); document.write( " |