Converting to polar: pi-correction

Compute the polar coordinates of (12,+32) and of (+22,22).

Solution

For (12,32) we observe first that it lies in Quadrant II.

Next compute:

tan1(3/21/2)tan1(3)π/3

This angle is in Quadrant IV. We add π to get the polar angle in Quadrant II:

θ=ππ/32π/3

The radius is of course 1 since this point lies on the unit circle. Therefore polar coordinates are (r,θ)=(1,2π/3).

For (+22,22) we observe first that it lies in Quadrant IV. (No extra π needed.)

Next compute:

tan1(2/2+2/2)tan1(1)π/4

So the point in polar is (1,π/4).

Shifted circle in polar

For example, let’s convert a shifted circle to polar. Say we have the Cartesian equation:

x2+(y3)2=9

Then to find the polar we substitute x=rcosθ and y=rsinθ and simplify:

x2+(y3)2=9r2cos2θ+(rsinθ3)2=9r2cos2θ+r2sin2θ6rsinθ+9=9r2(sin2θ+cos2θ)6rsinθ=0r26rsinθ=0r=6sinθ

So this shifted circle is the polar graph of the polar function r(θ)=6sinθ.