The rectangular coordinate system where we have the x-axis and y-axis is an extremely useful tool in mathematics and engineering. However, sometimes there are applications that are circular in nature, and in such cases, polar coordinates can be more convenient.
The polar coordinate system is a two-dimensional system where the grid is represented as a series of concentric circles radiating out from the pole (the origin).
Fig. 1 - Polar Coordinate System
Each polar coordinate in this system is labeled as (r,θ), where r is the distance from the pole and θ is the angle measured from the positive x-axis.
Example
Plot the point (3,2π) on the polar grid.
The point is 3 units away from the pole because r=3 and the angle is θ=2π which means we are sweeping in a counterclockwise direction 90∘ from the polar axis. Putting this all together gives us the solution...
We often may need to convert between rectangular and polar coordinates which we are able to do using some basic relationships.
Fig. 3 - Transforming Between Coordinate Systems
Off this diagram, we can see the following right triangles relationships which will help us in our transformations...
cosθ=rx⇒x=rcosθ
sinθ=ry⇒y=rsinθ
r2=x2+y2
tanθ=xy
Firstly, we have two equations x=rcosθ and y=rsinθ which are equations that give us rectangular coordinates and are written in terms of polar coordinates. Therefore, these equations are used to convert from polar to rectangular coordinates through substitution.
Example
Write the polar coordinates (−1,32π) in rectangular form.
From the polar coordinates, we know that r=−1 and θ=32π. Using the equations above, we can find x and y as follows...
Therefore, the rectangular coordinates are (21,−23).
Instead of converting from polar to rectangular, we may need to convert from rectangular to polar. For this, we could use r2=x2+y2 and tanθ=xy as both equations are written in terms of rectangular coordinates and can be used to find polar coordinates.
Example
Write the rectangular coordinates (3,3) in polar form.
From the rectangular coordinates, we know that x=3 and y=3. Using the equations above, we can find r and θ as follows...
Just like with coordinates, we can convert equations between the polar and rectangular forms using all the trigonmetric relationships we have established. However, even though we can convert between the two forms in a similar manner, the process is significantly more difficult.
Example
Rewrite the Cartesian equation y2=6y−x2 in polar form.
The terms y2 and x2 make it difficult to directly substitute using x=rcosθ and y=rsinθ. However, we can use the relationship r2=x2+y2 to help us instead. If we rearrange the equation, we can get the value of r...
We reject r=0 as it is the trivial solution due to it only representing one point, (0,0).
Therefore, the polar form of the equation is r=6sinθ.
Using the same process and relationships, we can also convert polar equations to rectangular equations.
Example
Rewrite the polar equation r=2sinθ in Cartesian form.
The equation uses sine which means we can directly substitute using y=rsinθ. After that we will just need to substitute for r so that the entire equation is in terms of x and y...
Therefore, the Cartesian form of the equation is x2+(y−1)2=1. Note that this is the equation of a circle with center at (0,1) and radius 1.
note
Cartesian form is another name for rectangular form. Just like how the Cartesian coordinate system is another name for the rectangular coordinate system.