Polar coordinates

Like any other coordinate, a polar coordinate describes a position on a 2D plane.

A polar coordinate is described by:

Describing the bearing

We usually use radians to describe the bearing of a polar point from the origin, but technically we could also use degrees.

The bearing starts from the line which extends from the origin to the right: called the initial line On a cartesian system, this would be the ‘positive X’ line.

Common bearings

Knowing that the bearing starts from the line extending to the right, we can say that:

More simply in a table:

LineBearing (rad)
Right0
Top\frac12\pi
Left\pi
Bottom\frac32\pi

Format of a polar coordinate

We write the polar coordinate in the form (r,\theta), where:

flashcards

QuestionAnswer
What is a polar coordinate?A polar coordinate describes a position on a 2D plane using the distance from the origin and the bearing from the origin.
What two pieces of information describe a polar coordinate?The distance (r) from the origin and the bearing (\theta) of the point from the origin.
What unit is usually used to describe the bearing of a polar point?Radians.
What is the name of the line from which the bearing is measured in polar coordinates?The initial line.
On a cartesian system, what does the initial line correspond to?The ‘positive X’ line.
What is the bearing of the line going to the right from the origin?0 radians.
What is the bearing of the line going upwards from the origin?\frac12\pi radians.
What is the bearing of the line going to the left from the origin?\pi radians.
What is the bearing of the line going downwards from the origin?\frac32\pi radians.
How is a polar coordinate written?In the form (r,\theta).
What does r represent in a polar coordinate (r,\theta)?The distance from the origin.
What does \theta represent in a polar coordinate (r,\theta)?The bearing of the point from the origin, measured in radians.
What is the usual range for \theta in a polar coordinate?Between 0 and 2\pi.