We're used to describing points in \(\R^2\) by their \(x\)- and \(y\)-coordinates, but there are times when it's more convenient to describe points some other way. (This will be especially true when we start integrating functions of 2 variables soon.)
Think about how you might give directions to someone; you might say, “Walk 500 feet north and 200 feet east”, or you might point in a particular direction and say, “Walk in that direction for 300 feet.” The first description is like giving \(x\)- and \(y\)-coordinates (also known as Cartesian coordinates); the second is like giving polar coordinates. More precisely, to describe a point in polar coordinates, we describe how to get there from the origin by giving a direction and a distance \(r\) to go. Since \(r\) is a distance, it's always \(\geq 0\text{.}\)
How do we specify a direction? When talking with someone, you might use words like “northwest” to describe the direction shown below:
Mathematicians describe such directions by specifying the angle \(\theta\) the direction makes with the positive \(x\)-axis, measured counter-clockwise starting from the positive \(x\)-axis; that's the red angle shown below, which is \(\frac{3 \pi}{4}\) for this example:
Example 2.1
Suppose a point has polar coordinates \((r, \theta) = \left( 2, \frac{\pi}{3} \right)\text{.}\) What are its Cartesian coordinates?
Solution
Graphically, the point is located here, 2 units from the origin:
From the right triangle we've drawn in, the point's \(x\)-value is \(2 \cos \frac{\pi}{3} = 1\text{,}\) and its \(y\)-value is \(2 \sin \frac{\pi}{3} = \sqrt{3}\text{.}\) Therefore, in Cartesian coordinates, the point is \((1, \sqrt{3})\text{.}\)
We see that, in general, polar coordinates \(r\) and \(\theta\) are related to Cartesian coordinates \(x\) and \(y\) by \(\boxed{x = r \cos \theta}\) and \(\boxed{y = r \sin \theta}\text{:}\)
In addition, by the Pythagorean Theorem, \(\boxed{r = \sqrt{x^2 + y^2}}\text{.}\)
Note: A point can be expressed in polar coordinates in more than one way. For example, the point \((r, \theta) = \left( 2, \frac{\pi}{3}
\right)\) can also be expressed as \((r, \theta) = \left( 2, \frac{7 \pi}{3}
\right)\text{.}\) As another example, the origin can be expressed in polar coordinates as \((r, \theta) = (0, \text{anything})\text{.}\)