document.write( "Question 946646: Convert the following rectangular coordinates to polar coordinates. Provide 2 variations, one with positive \"r\", and one with negative \"r\".\r
\n" );
document.write( "\n" );
document.write( "(2, -2 sqrt(3))\r
\n" );
document.write( "\n" );
document.write( "I get r, but I can't figure out what theta is for each polar coordinate. \n" );
document.write( "
Algebra.Com's Answer #577537 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Convert the following rectangular coordinates to polar coordinates. Provide 2 variations, one with positive \"r\", and one with negative \"r\". \n" ); document.write( " (2, -2 sqrt(3)) \n" ); document.write( "I get r, but I can't figure out what theta is for each polar coordinate. \n" ); document.write( "---- \n" ); document.write( "r = sqrt[2^2 + (2sqrt(3))^2] = sqrt[4 + 12] = 4 \n" ); document.write( "---------- \n" ); document.write( "theta = arctan(-2sqrt(3)/2) = arctan(-sqrt(3)) = 120 degrees or 300 degrees \n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " |