Skip to content

Calculus in Polar Coordinates

We finally move to the section of calculus. Recall the reason we introduced polar coordinates, that is, it can simplify the equations and make problems easier to solve. Of course that includes calculus.

Polar coordinates can greatly simplify the equations of some graphs and that means make them easier to integrate or differentiate.

We will firstly give some preliminaries.

Preliminaries

In the polar coordinates, the area of a sector of θ degrees is 12θr2. It is actually similar with the area of triangles, since θr is the radius, which similar with the height of the triangle.

Integration

We start with finding the area.

Let r=f(θ) determine a curve, then we define its area:

A=12ba[f(θ)]2dθ

Which can be derived from the Riemann sum of many small sectors.

To find the area enclosed by two curves, similar to that in cartesian coordinate, we follow the steps below:

  1. Solve two equations simultaneously, find the two interceptions.
  2. Find the difference function, using the equation above to minus the equation below.
  3. Find the definite integral between those interceptions.

Tangents

This is actually the slope, or the derivative.

Since the definition of slope was defined in the cartesian coordinate, we are still finding the slope of the tangent line in the (x,y) coordinate system at the end.

We gave the relationship between (r,θ) and (x,y) before insection 5.3, and we use it here to find the derivative, or the slope.

Since:

  • y=rsinθ=f(θ)sinθ
  • x=rcosθ=f(θ)cosθ

With the chain rule and the rule of finding the derivative of parametric equations, we have:

dydx=dydθdxdθ

And:

  • dydθ=f(θ)sinθ+f(θ)cosθ
  • dxdθ=f(θ)sinθ+f(θ)cosθ

So, we have the slope of the tangent line:

m=f(θ)sinθ+f(θ)cosθf(θ)sinθ+f(θ)cosθ