convert the rectangular coordinates 35 into polar coordinate
convert the rectangular coordinates (3,-5) into polar coordinates
Solution
convert the rectangular coordinates (3,-5) into polar coordinates
r = sqrt( 3^2 + 5^2) = sqrt(34)
angle = tan^-1(-5/3) = -59.03624346792577
