How do you convert #r = 2csctheta# into cartesian form?

1 Answer
Nov 24, 2015

#y = 2#

Explanation:

When converting between polar and rectangular coordinates, we can use the following equalities:
#{(r^2 = x^2 + y^2), (tan(theta) = y/x):}#

(To see why these equalities hold, there is a good explanation provided here: How do you convert rectangular coordinates to polar coordinates? )

From the first equality
#r = sqrt(x^2 + y^2)#

From the second equality, we can consider the following right triangle:
enter image source here

To obtain #csc(theta) = sqrt(x^2 + y^2)/y#

Putting that together, we get

#sqrt(x^2 + y^2) = 2sqrt(x^2+y^2)/y#

#=> 1 = 2/y#

#=> y = 2#