document.write( "Question 1035931: Find the polar coordinates of the point with rectangular coordinates (1, -sqrt(3)). Use 0 <= theta <= 2pi and r >= 0. \n" ); document.write( "
Algebra.Com's Answer #650696 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
We use these to convert to polar...
\n" ); document.write( "\"r+=+sqrt%28x%5E2+%2B+y%5E2%29\" ==> r = 2
\n" ); document.write( "and
\n" ); document.write( "\"theta+=+tan%5E%28-1%29%28y%2Fx%29+=+tan%5E%28-1%29%28-1%2Fsqrt%283%29%29+=+5%2Api%2F6\"
\n" ); document.write( "
\n" );