polar coordinates

Polar Axes

If we view this point on a circle of radius \(r\), then we can connect polar coordinates up to rectangular coordintes via our trigonometric functions.

Bridge between polar and rectangular coordinates: \begin{align*} x &= r\cdot \cos (\theta )\\ y &= r\cdot \sin (\theta ) \end{align*}

Polar coordinates are great for certain situations. However, there is a price to pay. Every point in the plane has more than one description in polar coordinates.

Which of the following represent the point, \((3,0)\), in \((x,y)\)-coordinates?
\((3,0)\) \((3,2\pi )\) \((3,3\pi )\) \((3,-2\pi )\) \((3,4\pi )\)
Which of the following represent the origin, \((0,0)\), in \((x,y)\)-coordinates?
\((0,0)\) \((0,\pi )\) \((0,\frac {\pi }{6})\) \((0,2\pi )\) \((0,-\pi )\)

What about a negative radius? How should we interpret a negative radius?

\((-2,\pi )\) will mean to point in the \(\pi \) direction and then move backwards \(2\). It describes the same point as \((2, 2\pi )\).

It is useful to recognize both the rectangular (Cartesian) coordinates of a point in the plane and the polar coordinates.

Let \(P=\left ( 2,\frac {2\pi }{3} \right )\) be a point in polar coordinates. Describe \(P\) in rectangular coordinates.
\[ P = \left ( \answer {1}, \answer {\sqrt {3}} \right ) \]
Let \(Q=(-1,\frac {5\pi }{4})\) be a point in polar coordinates. Describe \(Q\) in rectangular coordinates.
\[ Q = \left ( \answer {1/\sqrt {2}}, \answer {1/\sqrt {2}} \right ) \]
Let \(P=(1,2)\) be a point in rectangular coordinates. Describe \(P\) in polar coordinates.
\[ P = \left ( \answer {\sqrt {5}}, \arctan (2) \right ) \]
Let \(Q=(-1,1)\) be a point in rectangular coordinates. Describe \(Q\) in polar coordinates.
\[ Q = \left ( \answer {-\sqrt {2}}, \arctan (-1) \right ) \]
We’ll tell you the angle, you think about the radius.

Polar Graphs

Let’s talk about how to plot polar functions in the two coordinate systems.

We can plot points on rectangular axes thinking \(y = r(\theta )\).

Another graphing option is a polar coordinate system. Instead of measuring \(\theta \) horizontally, we measure it as a counterclockwise turn. Instead of measuring \(r\) vertically, we measure it away from the origin in the direction \(\theta \).

In the Cartesian graph, \(r\) begins at a height of \(2\) and then moves down as \(\theta \) moves to the right.

In the Polar graph, we turn counterclockwise to an angle of \(\theta \) and then move in that direction to a radial measurement of \(r\). So, we turn to \(0\) radians with a distance of \(2\). As \(\theta \) grows, we turn counterclockwise and the radial measurement shortens,

Then we continue turning counterclockwise and moving the radial measurement in and out until you get around the whole circle.

Converting to and from Polar Coordinates

It is sometimes desirable to refer to a graph via a polar equation, and other times by a rectangular equation. Therefore it is necessary to be able to convert between polar and rectangular coordinates. Here is the basic idea:

Given a function \(y=f(x)\) in rectangular coordinates, polar coordinates are given by setting

\[ x=r\cos (\theta )\qquad y=r\sin (\theta ). \]

and solving for \(r\).

Given a function \(r(\theta )\) in polar coordinates, rectangular coordinates harder to find. The basic idea is to “find” \(r\cdot \cos (\theta )\) and \(r\cdot \sin (\theta )\) and write:

\[ r\cos (\theta ) = x\qquad r\sin (\theta ) = y. \]

Sometimes it is useful to remember that:

\[ r^2=x^2+y^2\qquad \tan \theta = \frac yx. \]

ooooo-=-=-=-ooOoo-=-=-=-ooooo
more examples can be found by following this link
More Examples of Polar Graphs

2025-07-02 01:09:13