More polar curves

01 Theory - Polar limaçons

Theory 2

To draw the polar graph of some function, it can help to first draw the Cartesian graph of the function. (In other words, set y=r and x=θ, and draw the usual graph.) By tracing through the points on the Cartesian graph, one can visualize the trajectory of the polar graph.

This Cartesian graph may be called a graphing tool for the polar graph.


A limaçon is the polar graph of r(θ)=a+bcosθ.

The shape of a limaçon is determined by the value of c=ba. Any limaçon can be rescaled to have this form:

r=1+ccosθ

c=0: Limaçon satisfying r(θ)=1: unit circle.

c=0.5: Limaçon satisfying r(θ)=2+cosθ: ‘outer loop’ circle with ‘flat spot’, not quite a ‘dimple’:

c=1: Limaçon satisfying r(θ)=1+cosθ: ‘cardioid’ = ‘outer loop’ circle with ‘dimple’ that creates a cusp:

c=2: Limaçon satisfying r(θ)=1+2cosθ: ‘dimple’ pushes past cusp to create ‘inner loop’:

c=: Limaçon satisfying r(θ)=cosθ: ‘inner loop’ only, no outer loop exists:

c=2: Limaçon satisfying r(θ)=1+2sinθ: ‘inner loop’ and ‘outer loop’ and rotated 90:


Transitions between limaçon types, r(θ)=1+csinθ:

Notice the transition points at |c|=0.5 and |c|=1:

The flat spot occurs when c=±0.5

  • Smaller c gives convex shape

The cusp occurs when c=±1

  • Smaller c gives dimple (assuming |c|>0.5)
  • Larger c gives inner loop
Link to original

02 Theory - Polar roses

Theory 3

Roses are polar graphs of this form:

r=cos(θ),r=sin(2θ),r=sin(3θ),r=cos(4θ)

The pattern of petals:

  • n=2k (even): obtain 2n petals
    • These petals traversed once
  • n=2k+1 (odd): obtain n petals
    • These petals traversed twice
  • Either way: total-petal-traversals: always 2n
Link to original

03 Illustration

Example - Finding vertical tangents to a limaçon

Finding vertical tangents to a limaçon

Let us find the vertical tangents to the limaçon (the cardioid) given by r=1+sinθ.

Solution

(1) Convert to Cartesian parametric using x=rcosθ and y=rsinθ:

r(θ)=1+sinθ(x,y)=((1+sinθ)cosθ,(1+sinθ)sinθ)

(2) Compute x and y:

(x(θ),y(θ))(cosθcosθ+(1+sinθ)(sinθ),cosθsinθ+(1+sinθ)cosθ)(cos2θsin2θsinθ,cosθ(1+2sinθ))

(3) The vertical tangents occur when x(θ)=0. We must double check that y(θ)0 at these points.

x(θ)=0cos2θsin2θsinθ=0(1sin2θ)sin2θsinθ=0

Substitute A=sinθ and observe quadratic:

12A2A=02A2+A1=0

Solve:

A=b±b24ac2a1±142(1)2212,1

Then find θ:

A=sinθsinθ=12,1θ=π6,5π6(for 1/2)andθ=3π2(for 1)

(4) Compute the points. In polar coordinates:

(r,θ)=(1+sinθ,θ)|θ=π6,5π6,3π2(32,π6),(32,5π6),(0,3π2)

In Cartesian coordinates:

At θ=π6:

(x,y)|θ=π6((1+sinθ)cosθ,(1+sinθ)sinθ)|θ=π6((1+12)32,(1+12)12)(334,34)

At θ=5π6:

(x,y)|θ=5π6((1+sinθ)cosθ,(1+sinθ)sinθ)|θ=5π6((1+12)32,(1+12)12)(334,34)

At θ=3π2:

(x,y)|θ=3π2((1+sinθ)cosθ,(1+sinθ)sinθ)|θ=3π2((11)0,(11)(1))(0,0)

(5) Correction: (0,0) is a cusp!

The point (0,0) at θ=3π2 is on the cardioid, but the curve is not smooth there, this is a cusp.

Still, the left- and right-sided tangents exists and are equal, so in a certain sense we could say the curve has vertical tangent at θ=3π2.

Link to original

Calculus with polar curves

04 Theory - Polar tangent lines, arclength

Theory 1

Polar arclength formula

The arclength of the polar graph of r(θ), for θ[α,β]:

L=αβr(θ)2+r(θ)2dθ

To derive this formula, convert to Cartesian with parameter θ:

r=r(θ)(x,y)=(rcosθ,rsinθ)

From here you can apply the familiar arclength formula with θ in the place of t.

Extra - Derivation of polar arclength formula

Let r=r(θ) and convert to parametric Cartesian, so:

x(θ)=r(θ)cosθy(θ)=r(θ)sinθ

Then:

ds=(x)2+(y)2dθx=(rcosθ)rcosθrsinθy=(rsinθ)rsinθ+rcosθ

Therefore:

(x)2+(y)2,+r2cos2θ2rrcosθsinθ+r2sin2θ+r2sin2θ+2rrsinθcosθ+r2cos2θ=r2+r2

Therefore:

ds=(x)2+(y)2dθr2+r2dθ
Link to original

05 Illustration

Example - Length of the inner loop

Length of the inner loop

Consider the limaçon given by r(θ)=12+cosθ.

How long is the inner loop? Set up an integral for this quantity.

Solution

The inner loop is traced by the moving point when 2π3θ4π3. This can be seen from the graph:

center

Therefore the length of the inner loop is given by this integral:

L=2π/34π/3(sinθ)2+(12+cosθ)2dθ2π/34π/35/4+cosθdθ Link to original

06 Theory - Polar area

Theory 2

Sectorial area from polar curve

A=αβ12r(θ)2dθ

The “area under the curve” concept for graphs of functions in Cartesian coordinates translates to a “sectorial area” concept for polar graphs. To compute this area using an integral, we divide the region into Riemann sums of small sector slices.

center

center

To obtain a formula for the whole area, we need a formula for the area of each sector slice.

Area of sector slice

Let us verify that the area of a sector slice is 12r2θ.

center

Take the angle θ in radians and divide by 2π to get the fraction of the whole disk.

Then multiply this fraction by πr2 (whole disk area) to get the area of the sector slice.

(θ2π)(πr2)12r2θ

Now use dθ and r(θ) for an infinitesimal sector slice, and integrate these to get the total area formula:

A=αβ12r(θ)2dθ

One easily verifies this formula for a circle.

Let r(θ)=R be a constant. Then:

Area of circle=02π12R2dθ12R2θ|02πR2π

The sectorial area between curves:

Sectorial area between polar curves

A=αβ12(r1(θ)2r0(θ)2)dθ

Subtract after squaring, not before!

This aspect is not similar to the Cartesian version: fgdx

Link to original

07 Illustration

Area between circle and limaçon

Area between circle and limaçon

Find the area of the region enclosed between the circle r0(θ)=1 and the limaçon r1(θ)=1+cosθ.

Solution

First draw the region:

center

The two curves intersect at θ=±π2. Therefore the area enclosed is given by integrating over π2θ+π2:

A=αβ12(r12r02)dθπ/2π/212((1+cosθ)212)dθ12π/2π/22cosθ+cos2θdθπ/2π/2cosθ+14(1+cos(2θ))dθsinθ+θ4+18sin(2θ)|π/2π/22+π4 Link to original

Area of small loops

Area of small loops

Consider the following polar graph of r(θ)=1+2cos(4θ):

center

Find the area of the shaded region.

Solution

Find bounds for one small loop. Lower left loop occurs first. This loop is when 1+2cos(4θ)0.

1+2cos(4θ)0cos(4θ)122π34θ4π3π6θπ3

Now set up area integral:

A=4αβ12r(θ)2dθ4π/6π/312(1+2cos(4θ))2dθ2π/6π/31+4cos(4θ)+4cos2(4θ)dθ

Power-to-frequency conversion: cos2A12(1+cos(2A)) with A=4θ:

2π/6π/31+4cos(4θ)+412(1+cos(8θ))dθ6θ+2sin(4θ)+14sin(8θ)|π/6π/3π332 Link to original

Overlap area of circles

Overlap area of circles

Compute the area of the overlap between crossing circles. For concreteness, suppose one of the circles is given by r(θ)=sinθ and the other is given by r(θ)=cosθ.

Solution

Drawing of the overlap:

center

Notice: total overlap area = 2× area of red region. Bounds for red region: 0θπ4.

Area formula applied to r(θ)=sinθ:

A=2αβ12r(θ)2dθ20π/412sin2θdθ

Power-to-frequency: sin2θ12(1cos(2θ)):

20π/414(1cos(2θ))dθ24θ28sin(2θ)|0π/4π814Link to original