Add new comment

Maths in a minute: Polar coordinates

Cartesian coordinates

Cartesian coordinates.

How do you locate a point on the plane? One way of doing this, which you’re probably familiar with, it to use the Cartesian coordinate system. Draw two perpendicular axes and describe the location of a point $p$ by two coordinates $(x_0,y_0)$. To find $p$ you start at the point $(0,0)$ and walk a distance $x_0$ along the horizontal axis and a distance $y_0$ along the vertical axis.

But there’s another way of locating points on the plane, which is very nice too. To each point $p$ assign the pair of numbers $(r, \theta )$, where $r$ is the distance from $(0,0)$ to $p$ along a straight radial line, and $\theta $ is the angle formed by that radial line and the positive $x$-axis, measured anti-clockwise from the $x$-axis to the line. These new coordinates are called polar coordinates, because you treat the crossing point of the axes as a pole from which everything radiates out.

In the image below, click on the point and drag it around to see how its polar coordinates $(r, \theta )$ change (degrees are measured in radians).

Some shapes that are hard to describe in Cartesian coordinates are easier to describe using polar coordinates. For example, think of a circle of radius $2$ centred on the point $(0,0)$. It is made up of all the points that lie a distance $2$ from $(0,0)$. In polar coordinates these are all the points with coordinates $(2,\theta )$, where $\theta $ can take any value at all.

In Cartesian coordinates this circle is a little harder to describe. It is made up of all points with coordinates $(x,y)$ where

  \[ x^2+y^2=2^2=4. \]    

(This follows from Pythagoras’ theorem.)

Circle

A circle. It is made up of all points whose Cartesian coordinates (x, y) satisfy x2+y2= 4 and whose polar coordinates (r, θ) satisfy r=2. The points shown has Cartesian coordinates (√2, √2) and polar coordinates (2,45), with the angle measured in degrees.

Another nice example comes from looking at all the points whose first polar coordinate is equal to the second polar coordinate. In other words, all points of the form $(r,r).$ As $r$ grows, the point $(r,r)$ moves further out from the point $(0,0).$ The angle $\theta =r$ grows at the same rate. As $r$ becomes larger, the angle $\theta = r$ turns round and round the point $(0,0)$. The result is an Archimedean spiral. The movie below shows the points with coordinates $(r,r)$, as $r$ grows from $0$ to $20\pi $ (which corresponds to ten full turns of $\theta =r$). It’s a lot harder to describe such an Archimedean spiral in Cartesian coordinates!

Finally, we look at points whose second polar coordinate $r$ is equal to $r=e^{\theta /5}$, where $\theta $ is the second polar coordinate and $e \approx 2.718$ is the base of the natural logarithm. In this case, the first coordinate $r=e^{\theta /5}$ (the distance from the corresponding point to $(0,0)$) grows faster than the second coordinate $\theta $ (the angle). The result is a spiral whose turns aren’t as tight as that of an Archimedean spiral — it’s an example of a logarithmic spiral. The movie below shows the points with coordinates $(e^{\theta /5},\theta )$, as $\theta $ grows from $0$ to $8\pi $ (corresponding to four full turns).

See Polar power for more about Archimedean and logarithmic spirals, as well as other interesting shapes you can draw with polar coordinates.

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.