What is polar coordinate?
In the -plane, a point can be described by two polar variables:
- : the signed distance from the origin.
- : the angle measured from the positive -axis.
So we write a point as , and geometrically it is determined by a length and a direction from the origin.
Point from Polar Coordinate
In this note, we use the convention:
- .
- can be positive or negative.
When changes to , the same point is obtained by adding to the angle:
In the graph below, when is negative, the vector is drawn as a dashed segment.
Negative r and Angle Shift by π
Relation with the Cartesian coordinate
Given , Cartesian coordinates are:
Given , polar variables are:
The interactive component below supports both input styles:
- Polar mode: input and observe the point, radius, and right triangle with dotted sides.
- Cartesian mode: input and observe the same geometric triangle and converted polar values.
- Switch mode: use the button to move between polar and Cartesian input.
Polar ↔ Cartesian Conversion
The advantage of using polar coordinate
Polar coordinates are especially helpful in situations with radial symmetry or angular structure. Some advantages are:
- Natural for circles and radial shapes: many equations become simpler than in Cartesian form.
- Clear geometric meaning: is distance from the origin and is direction.
- Easier description of closed curves: many closed curves can be parametrized directly by .
For example, the closed curve
is compact in polar form. If we convert this into a parametric equation in the -coordinate system, we get the precise formulas
where and .