How do you convert the Cartesian coordinates (-1,1) to polar coordinates?

1 Answer
May 5, 2018

(2,3π4) (radians) or (2,135) (degrees)

Explanation:

Rectangular Polar: (x,y)(r,θ)

  • Find r (radius) using r=x2+y2
  • Find θ by finding the reference angle: tanθ=yx and use this to find the angle in the correct quadrant

r=(1)2+(1)2

r=1+1

r=2

Now we find the value of θ using tanθ=yx.

tanθ=11

tanθ=1

θ=tan1(1)

θ=3π4 or 7π4

To determine which one it is, we have to look at our coordinate (1,1). First, let's graph it:
enter image source here

As you can see, it is in the secondquadrant. Our θ has to match that quadrant, meaning that θ=3π4.

From r and θ, we can write our polar coordinate:
(2,3π4) (radians) or (2,135) (degrees)

Hope this helps!