How do you convert the rectangular coordinate (0,-5) into polar coordinates?

1 Answer
Oct 6, 2016

(r,theta) => (5,pi/2)

Explanation:

(x,y) => (0,-5)

r^2=x^2+y^2

Make appropriate substitutions

r^2=(0)^2+(-5)^2

r^2=0+25=25

r=sqrt(r^2)=sqrt25=5

tan(theta)=y/x=-5/0=undef i n ed

tangent is undefined at pi/2 radians so theta=pi/2

Make the necessary substitutions

(r,theta) => (5,pi/2)