Skip to content

Introduction

We introduce another type of coordinate system here. It will be useful while handling some curves since it can simplify the equation. In the future, choosing appropriate coordinate system is one of the key point for solving problems in calculus.

Representation of Positions

In Polar Coordinates, we use two values to represent the position of points: its distance from the pole r and the angle made by the ray emanating from the pole passing through the point θ.

The notation is (r,θ).

But the representation is not the only one. Since the direction of the pole axis can be different and can rotates 2πn degrees.

Relation to Cartesian Coordinate

From (x,y) to (r,θ), we have relationship listed below:

  • x=rcosθ
  • y=rsinθ
  • x2+y2=r2
  • yx=tanθ
    We can easily transfer positions in cartesian coordinates into polar coordinates.