How do you convert the rectangular coordinate (1,-sqrt3)(1,3) into polar coordinates?

1 Answer
Mar 8, 2018

rec(1,-sqrt3)=rec(1,3)= pol(2,-pi/3)pol(2,π3) in radians or pol(2,-60^@)pol(2,60) in degrees

Explanation:

Polar in in the form (r,theta)(r,θ)

r=sqrt(x^2+y^2)r=x2+y2

and

theta=tan^-1(y/x)θ=tan1(yx)

:.(r, theta)=(sqrt(1^2+(-sqrt(3))),tan^-1((-sqrt(3))/1))

=(sqrt(4),-pi/3)

=(2,-pi/3)

Convert radians to degrees by 180/pi

=(2,-cancel(pi)/3*180/cancel(pi))

=(2,-180/3)

=(2,-60^@)

=(2,300^@)