Skip to main content

Polar Coordinates

Polar Coordinates

Polar coordinates (r,θ)(r, \theta) provide an alternative to Cartesian coordinates (x,y)(x, y) for describing points in the plane. Many curves that are complicated in Cartesian form have simple and elegant polar equations, making polar coordinates essential for advanced geometry and calculus.

Polar Coordinate Curves

Adjust the parameters in the graph above to explore the relationships between variables.

Board Coverage

BoardPaperNotes
AQAPaper 1Polar curves, area enclosed, tangents
EdexcelFP2Full coverage: conversion, sketching, area, tangents
OCR (A)Not in OCR (A) specification
CIE (9231)P2Full coverage: curves, area, tangents
Polar coordinates appear in Edexcel FP2 and CIE P2. OCR (A) does not cover this topic. AQA

covers the essentials in Paper 1. The formula booklet provides the area formula. :::


1. Converting Between Cartesian and Polar

1.1 Definitions

Definition. The polar coordinates (r,θ)(r, \theta) of a point PP in the plane are defined by:

  • rr = the distance from the origin OO to PP (the radial coordinate)
  • θ\theta = the angle measured anticlockwise from the positive xx-axis to OPOP (the angular coordinate)

The relationship between Cartesian and polar coordinates is:

x=rcosθ,y=rsinθ\boxed{x = r\cos\theta, \qquad y = r\sin\theta}

r2=x2+y2,tanθ=yx\boxed{r^2 = x^2 + y^2, \qquad \tan\theta = \frac{y}{x}}

1.2 Converting from polar to Cartesian

Given (r,θ)(r, \theta), the Cartesian coordinates are (rcosθ,rsinθ)(r\cos\theta, r\sin\theta).

Example. Convert (4,π/3)(4, \pi/3) to Cartesian.

x=4cos(π/3)=412=2x = 4\cos(\pi/3) = 4 \cdot \frac{1}{2} = 2, y=4sin(π/3)=4LB3RB◆◆LB2RB=23y = 4\sin(\pi/3) = 4 \cdot \frac◆LB◆\sqrt{3}◆RB◆◆LB◆2◆RB◆ = 2\sqrt{3}.

The Cartesian coordinates are (2,23)(2, 2\sqrt{3}).

1.3 Converting from Cartesian to polar

Given (x,y)(x, y), compute r=x2+y2r = \sqrt{x^2+y^2} and θ=arctan(y/x)\theta = \arctan(y/x) (choosing the correct quadrant).

Example. Convert (3,3)(-3, 3) to polar.

r=9+9=32r = \sqrt{9+9} = 3\sqrt{2}. The point is in the second quadrant, so θ=πarctan(1)=3π/4\theta = \pi - \arctan(1) = 3\pi/4.

The polar coordinates are (32,3π/4)(3\sqrt{2}, 3\pi/4).

When converting from Cartesian to polar, always check the quadrant of the point. The

calculator value of arctan(y/x)\arctan(y/x) alone is insufficient for points in quadrants II and III. :::


2. Polar Equations of Curves

2.1 Lines and circles

Vertical line x=ax = a: rcosθ=ar\cos\theta = a, i.e., r=asecθr = a\sec\theta.

Horizontal line y=by = b: rsinθ=br\sin\theta = b, i.e., r=bcosecθr = b\cosec\theta.

Circle centre (a,0)(a, 0) radius aa: r=2acosθr = 2a\cos\theta.

Circle centre (0,a)(0, a) radius aa: r=2asinθr = 2a\sin\theta.

Circle centre origin radius aa: r=ar = a.

Proof of the polar equation r=2acosθr = 2a\cos\theta

A circle with centre (a,0)(a, 0) and radius aa has Cartesian equation (xa)2+y2=a2(x-a)^2 + y^2 = a^2.

Expanding: x22ax+a2+y2=a2x^2 - 2ax + a^2 + y^2 = a^2, so x2+y2=2axx^2 + y^2 = 2ax.

Substituting x=rcosθx = r\cos\theta and r2=x2+y2r^2 = x^2 + y^2:

r2=2arcosθr^2 = 2ar\cos\theta

Since r=0r = 0 satisfies this trivially, for r0r \neq 0:

r=2acosθ\boxed{r = 2a\cos\theta} \quad \blacksquare

2.2 Cardioids

A cardioid has equation r=a(1+cosθ)r = a(1 + \cos\theta) or r=a(1+sinθ)r = a(1 + \sin\theta).

Properties of r=a(1+cosθ)r = a(1 + \cos\theta):

  • Symmetry: symmetric about the initial line (θ=0\theta = 0), since replacing θ\theta with θ-\theta gives the same rr.
  • Maximum rr: at θ=0\theta = 0, r=2ar = 2a.
  • Minimum rr: at θ=π\theta = \pi, r=0r = 0 (the cusp).
  • Passes through the origin when cosθ=1\cos\theta = -1, i.e., θ=π\theta = \pi.

2.3 Rose curves

A rose curve (or rhodonea curve) has equation r=asinnθr = a\sin n\theta or r=acosnθr = a\cos n\theta.

Properties:

  • If nn is odd: the curve has nn petals, traced as θ\theta runs from 00 to π\pi.
  • If nn is even: the curve has 2n2n petals, traced as θ\theta runs from 00 to 2π2\pi.

Example. r=asin3θr = a\sin 3\theta has 3 petals. r=acos4θr = a\cos 4\theta has 8 petals.

2.4 Spirals

An Archimedean spiral has equation r=aθr = a\theta.

A logarithmic spiral has equation r=aebθr = ae^{b\theta}.

The logarithmic spiral appears frequently in nature (shells, hurricanes) because the angle between the radius and the tangent is constant.


3. Sketching Polar Curves

3.1 Systematic method

  1. Identify symmetry:

    • Symmetric about the initial line (θ=0\theta = 0) if replacing θ\theta with θ-\theta gives the same equation.
    • Symmetric about θ=π/2\theta = \pi/2 if replacing θ\theta with πθ\pi - \theta gives the same equation.
    • Symmetric about the pole if replacing rr with r-r gives the same equation.
  2. Find key values: Evaluate rr at θ=0,π/6,π/4,π/3,π/2,π,3π/2,2π\theta = 0, \pi/6, \pi/4, \pi/3, \pi/2, \pi, 3\pi/2, 2\pi.

  3. Find where r=0r = 0: These are points where the curve passes through the pole.

  4. Find maximum r|r|: Differentiate rr with respect to θ\theta and set dr/dθ=0dr/d\theta = 0.

  5. Trace the curve: As θ\theta increases, plot the corresponding (r,θ)(r, \theta) points and join them smoothly.

Example. Sketch r=2+cosθr = 2 + \cos\theta for 0θ2π0 \leq \theta \leq 2\pi.

  • Symmetric about θ=0\theta = 0 (since cos(θ)=cosθ\cos(-\theta) = \cos\theta).
  • r(0)=3r(0) = 3, r(π/2)=2r(\pi/2) = 2, r(π)=1r(\pi) = 1, r(3π/2)=2r(3\pi/2) = 2.
  • r>0r > 0 for all θ\theta (since 2+cosθ12 + \cos\theta \geq 1).
  • The curve is a limacon with no inner loop.
A limacon r=a+bcosθr = a + b\cos\theta has an inner loop if b>ab > a, a dimple if a<b2aa < b \leq 2a

(actually a<2ba < 2b...), and is convex if a2ba \geq 2b. Specifically:

  • Inner loop: b>ab > a
  • Dimpled: a<2ba < 2b (with b<ab < a)
  • Convex: a2ba \geq 2b :::
  • Cardioid: a=ba = b (boundary between inner loop and dimpled)

4. Area Enclosed by a Polar Curve

4.1 The area formula

Theorem. The area enclosed by the polar curve r=f(θ)r = f(\theta) between θ=α\theta = \alpha and θ=β\theta = \beta is:

A=12αβr2dθ\boxed{A = \frac{1}{2}\int_\alpha^\beta r^2\,d\theta}

Proof of the polar area formula

Divide the angular range [α,β][\alpha, \beta] into nn equal sectors of angle Δθ=LBβαRB◆◆LBnRB\Delta\theta = \dfrac◆LB◆\beta-\alpha◆RB◆◆LB◆n◆RB◆.

Each sector is approximately a circular sector of radius r(θi)r(\theta_i) and angle Δθ\Delta\theta, with area:

ΔAi12r2(θi)Δθ\Delta A_i \approx \frac{1}{2}r^2(\theta_i)\,\Delta\theta

Summing all sectors:

Ai=1n12r2(θi)ΔθA \approx \sum_{i=1}^{n}\frac{1}{2}r^2(\theta_i)\,\Delta\theta

Taking the limit as nn \to \infty:

A=limni=1n12r2(θi)Δθ=12αβr2dθA = \lim_{n\to\infty}\sum_{i=1}^{n}\frac{1}{2}r^2(\theta_i)\,\Delta\theta = \frac{1}{2}\int_\alpha^\beta r^2\,d\theta \quad \blacksquare

Example. Find the area enclosed by one petal of r=cos3θr = \cos 3\theta.

One petal is traced from θ=π/6\theta = -\pi/6 to θ=π/6\theta = \pi/6 (where r=0r = 0).

A=12π/6π/6cos23θdθ=12π/6π/6LB1+cos6θRB◆◆LB2RBdθA = \frac{1}{2}\int_{-\pi/6}^{\pi/6}\cos^2 3\theta\,d\theta = \frac{1}{2}\int_{-\pi/6}^{\pi/6}\frac◆LB◆1+\cos 6\theta◆RB◆◆LB◆2◆RB◆\,d\theta

=14[θ+LBsin6θRB◆◆LB6RB]π/6π/6=14(LBπRB◆◆LB6RB(LBπRB◆◆LB6RB))=LBπRB◆◆LB12RB= \frac{1}{4}\left[\theta + \frac◆LB◆\sin 6\theta◆RB◆◆LB◆6◆RB◆\right]_{-\pi/6}^{\pi/6} = \frac{1}{4}\left(\frac◆LB◆\pi◆RB◆◆LB◆6◆RB◆ - \left(-\frac◆LB◆\pi◆RB◆◆LB◆6◆RB◆\right)\right) = \frac◆LB◆\pi◆RB◆◆LB◆12◆RB◆

Example. Find the area enclosed by the cardioid r=a(1+cosθ)r = a(1 + \cos\theta).

By symmetry, compute from 00 to π\pi and double:

A=2120πa2(1+cosθ)2dθ=a20π(1+2cosθ+cos2θ)dθA = 2\cdot\frac{1}{2}\int_0^\pi a^2(1+\cos\theta)^2\,d\theta = a^2\int_0^\pi(1+2\cos\theta+\cos^2\theta)\,d\theta

=a20π(1+2cosθ+LB1+cos2θRB◆◆LB2RB)dθ=a20π(32+2cosθ+LBcos2θRB◆◆LB2RB)dθ= a^2\int_0^\pi\left(1+2\cos\theta+\frac◆LB◆1+\cos 2\theta◆RB◆◆LB◆2◆RB◆\right)d\theta = a^2\int_0^\pi\left(\frac{3}{2}+2\cos\theta+\frac◆LB◆\cos 2\theta◆RB◆◆LB◆2◆RB◆\right)d\theta

=a2[LB3θRB◆◆LB2RB+2sinθ+LBsin2θRB◆◆LB4RB]0π=a2LB3πRB◆◆LB2RB=LB3πa2RB◆◆LB2RB= a^2\left[\frac◆LB◆3\theta◆RB◆◆LB◆2◆RB◆ + 2\sin\theta + \frac◆LB◆\sin 2\theta◆RB◆◆LB◆4◆RB◆\right]_0^\pi = a^2\cdot\frac◆LB◆3\pi◆RB◆◆LB◆2◆RB◆ = \boxed{\frac◆LB◆3\pi a^2◆RB◆◆LB◆2◆RB◆}

4.2 Area between two polar curves

The area between curves r1(θ)r_1(\theta) (outer) and r2(θ)r_2(\theta) (inner) from α\alpha to β\beta:

A=12αβ[r12(θ)r22(θ)]dθA = \frac{1}{2}\int_\alpha^\beta \bigl[r_1^2(\theta) - r_2^2(\theta)\bigr]\,d\theta

The area formula uses r2r^2, not rr. When computing the area between two curves,

subtract r22r_2^2 from r12r_1^2, not r2r_2 from r1r_1. :::


5. Tangents to Polar Curves

5.1 Gradient in polar form

Since x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta, we can treat these as parametric equations with parameter θ\theta:

LBdxRB◆◆LBdθRB=LBdrRB◆◆LBdθRBcosθrsinθ\frac◆LB◆dx◆RB◆◆LB◆d\theta◆RB◆ = \frac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆\cos\theta - r\sin\theta

LBdyRB◆◆LBdθRB=LBdrRB◆◆LBdθRBsinθ+rcosθ\frac◆LB◆dy◆RB◆◆LB◆d\theta◆RB◆ = \frac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆\sin\theta + r\cos\theta

Therefore:

dydx=LBLBdrRB◆◆LBdθRBsinθ+rcosθRB◆◆LBLBdrRB◆◆LBdθRBcosθrsinθRB\boxed{\frac{dy}{dx} = \frac◆LB◆\frac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆\sin\theta + r\cos\theta◆RB◆◆LB◆\frac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆\cos\theta - r\sin\theta◆RB◆}

Proof of the tangent line formula

This follows directly from the parametric differentiation rule dydx=LBdy/dθRB◆◆LBdx/dθRB\dfrac{dy}{dx} = \dfrac◆LB◆dy/d\theta◆RB◆◆LB◆dx/d\theta◆RB◆ applied to x(θ)=r(θ)cosθx(\theta) = r(\theta)\cos\theta and y(θ)=r(θ)sinθy(\theta) = r(\theta)\sin\theta, using the product rule for each derivative. \blacksquare

5.2 Tangents at the pole

The curve passes through the pole when r=0r = 0. The tangent at the pole is the line θ=θ0\theta = \theta_0 where r(θ0)=0r(\theta_0) = 0.

Example. Find the tangents at the pole for r=sin3θr = \sin 3\theta.

r=0r = 0 when sin3θ=0\sin 3\theta = 0, i.e., 3θ=0,π,2π,3π3\theta = 0, \pi, 2\pi, 3\pi, so θ=0,π/3,2π/3,π,4π/3,5π/3\theta = 0, \pi/3, 2\pi/3, \pi, 4\pi/3, 5\pi/3.

These give 6 tangent lines at the pole (consistent with the fact that r=sin3θr = \sin 3\theta has 3 petals, each passing through the pole twice).

Example. Find the equation of the tangent to r=1+cosθr = 1 + \cos\theta at θ=π/3\theta = \pi/3.

r=1+cos(π/3)=3/2r = 1 + \cos(\pi/3) = 3/2. The point is (x,y)=(rcosθ,rsinθ)=(3/4,33/4)(x, y) = (r\cos\theta, r\sin\theta) = (3/4, 3\sqrt{3}/4).

LBdrRB◆◆LBdθRB=sinθ\dfrac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆ = -\sin\theta, so at θ=π/3\theta = \pi/3: LBdrRB◆◆LBdθRB=3/2\dfrac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆ = -\sqrt{3}/2.

dydx=LB(3/2)(3/2)+(3/2)(1/2)RB◆◆LB(3/2)(1/2)(3/2)(3/2)RB=LB3/4+3/4RB◆◆LB3/433/4RB=LB0RB◆◆LB3RB=0\frac{dy}{dx} = \frac◆LB◆(-\sqrt{3}/2)(\sqrt{3}/2) + (3/2)(1/2)◆RB◆◆LB◆(-\sqrt{3}/2)(1/2) - (3/2)(\sqrt{3}/2)◆RB◆ = \frac◆LB◆-3/4 + 3/4◆RB◆◆LB◆-\sqrt{3}/4 - 3\sqrt{3}/4◆RB◆ = \frac◆LB◆0◆RB◆◆LB◆-\sqrt{3}◆RB◆ = 0

The tangent is horizontal: y=33/4y = 3\sqrt{3}/4.

5.3 Horizontal and vertical tangents

Horizontal tangents occur when LBdyRB◆◆LBdθRB=0\dfrac◆LB◆dy◆RB◆◆LB◆d\theta◆RB◆ = 0 (provided LBdxRB◆◆LBdθRB0\dfrac◆LB◆dx◆RB◆◆LB◆d\theta◆RB◆ \neq 0):

LBdrRB◆◆LBdθRBsinθ+rcosθ=0\frac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆\sin\theta + r\cos\theta = 0

Vertical tangents occur when LBdxRB◆◆LBdθRB=0\dfrac◆LB◆dx◆RB◆◆LB◆d\theta◆RB◆ = 0 (provided LBdyRB◆◆LBdθRB0\dfrac◆LB◆dy◆RB◆◆LB◆d\theta◆RB◆ \neq 0):

LBdrRB◆◆LBdθRBcosθrsinθ=0\frac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆\cos\theta - r\sin\theta = 0


6. Summary of Key Results

ResultFormula
Conversionx=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, r2=x2+y2r^2 = x^2+y^2
Circle r=2acosθr = 2a\cos\thetaCentre (a,0)(a,0), radius aa
AreaA=12αβr2dθA = \dfrac{1}{2}\displaystyle\int_\alpha^\beta r^2\,d\theta
Gradientdydx=LBrsinθ+rcosθRB◆◆LBrcosθrsinθRB\dfrac{dy}{dx} = \dfrac◆LB◆r'\sin\theta + r\cos\theta◆RB◆◆LB◆r'\cos\theta - r\sin\theta◆RB◆

Problems

Details

Problem 1 Convert the Cartesian equation x2+y24x=0x^2 + y^2 - 4x = 0 to polar form and identify the curve.

Details

Hint 1 Substitute x=rcosθx = r\cos\theta and r2=x2+y2r^2 = x^2+y^2.

Details

Answer 1 r24rcosθ=0    r(r4cosθ)=0r^2 - 4r\cos\theta = 0 \implies r(r - 4\cos\theta) = 0. For r0r \neq 0: r=4cosθr = 4\cos\theta.

This is a circle with centre (2,0)(2, 0) and radius 22.

Details

Problem 2 Find the area enclosed by one petal of r=sin2θr = \sin 2\theta.

Details

Hint 2 One petal of sin2θ\sin 2\theta is traced from θ=0\theta = 0 to θ=π/2\theta = \pi/2.

Details

Answer 2 A=120π/2sin22θdθ=120π/2LB1cos4θRB◆◆LB2RBdθ=14[θLBsin4θRB◆◆LB4RB]0π/2=14LBπRB◆◆LB2RB=LBπRB◆◆LB8RBA = \dfrac{1}{2}\displaystyle\int_0^{\pi/2}\sin^2 2\theta\,d\theta = \dfrac{1}{2}\int_0^{\pi/2}\dfrac◆LB◆1-\cos 4\theta◆RB◆◆LB◆2◆RB◆\,d\theta = \dfrac{1}{4}\left[\theta - \dfrac◆LB◆\sin 4\theta◆RB◆◆LB◆4◆RB◆\right]_0^{\pi/2} = \dfrac{1}{4}\cdot\dfrac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ = \dfrac◆LB◆\pi◆RB◆◆LB◆8◆RB◆.

Details

Problem 3 Find the area enclosed by the cardioid r=2(1cosθ)r = 2(1 - \cos\theta).

Details

Hint 3 Use symmetry about θ=π\theta = \pi (or integrate from 00 to 2π2\pi). Expand (1cosθ)2(1-\cos\theta)^2.

Details

Answer 3 A=1202π4(1cosθ)2dθ=202π(12cosθ+cos2θ)dθA = \dfrac{1}{2}\displaystyle\int_0^{2\pi}4(1-\cos\theta)^2\,d\theta = 2\int_0^{2\pi}(1 - 2\cos\theta + \cos^2\theta)\,d\theta

=202π(322cosθ+LBcos2θRB◆◆LB2RB)dθ=2[LB3θRB◆◆LB2RB2sinθ+LBsin2θRB◆◆LB4RB]02π=23π=6π= 2\int_0^{2\pi}\left(\dfrac{3}{2} - 2\cos\theta + \dfrac◆LB◆\cos 2\theta◆RB◆◆LB◆2◆RB◆\right)d\theta = 2\left[\dfrac◆LB◆3\theta◆RB◆◆LB◆2◆RB◆ - 2\sin\theta + \dfrac◆LB◆\sin 2\theta◆RB◆◆LB◆4◆RB◆\right]_0^{2\pi} = 2 \cdot 3\pi = 6\pi.

Details

Problem 4 Find dydx\dfrac{dy}{dx} for the curve r=a(1+sinθ)r = a(1+\sin\theta) at θ=π/6\theta = \pi/6.

Details

Hint 4 r=a(1+sinθ)r = a(1+\sin\theta), LBdrRB◆◆LBdθRB=acosθ\dfrac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆ = a\cos\theta. Substitute into the gradient formula.

Details

Answer 4 At θ=π/6\theta = \pi/6: r=a(1+1/2)=3a/2r = a(1+1/2) = 3a/2, dr/dθ=a3/2dr/d\theta = a\sqrt{3}/2.

dydx=LB(a3/2)(1/2)+(3a/2)(3/2)RB◆◆LB(a3/2)(3/2)(3a/2)(1/2)RB=LBa3/4+3a3/4RB◆◆LB3a/43a/4RB=LBa3RB◆◆LB0RB\dfrac{dy}{dx} = \dfrac◆LB◆(a\sqrt{3}/2)(1/2) + (3a/2)(\sqrt{3}/2)◆RB◆◆LB◆(a\sqrt{3}/2)(\sqrt{3}/2) - (3a/2)(1/2)◆RB◆ = \dfrac◆LB◆a\sqrt{3}/4 + 3a\sqrt{3}/4◆RB◆◆LB◆3a/4 - 3a/4◆RB◆ = \dfrac◆LB◆a\sqrt{3}◆RB◆◆LB◆0◆RB◆

The gradient is undefined — the tangent is vertical at this point.

Details

Problem 5 Find the points on r=4cosθr = 4\cos\theta where the tangent is parallel to the initial line.

Details

Hint 5 A tangent parallel to the initial line is horizontal: dy/dθ=0dy/d\theta = 0.

Details

Answer 5 r=4cosθr = 4\cos\theta, dr/dθ=4sinθdr/d\theta = -4\sin\theta.

LBdyRB◆◆LBdθRB=4sinθsinθ+4cosθcosθ=4(cos2θsin2θ)=4cos2θ\dfrac◆LB◆dy◆RB◆◆LB◆d\theta◆RB◆ = -4\sin\theta\sin\theta + 4\cos\theta\cos\theta = 4(\cos^2\theta - \sin^2\theta) = 4\cos 2\theta.

cos2θ=0    2θ=π/2,3π/2    θ=π/4,3π/4\cos 2\theta = 0 \implies 2\theta = \pi/2, 3\pi/2 \implies \theta = \pi/4, 3\pi/4.

At θ=π/4\theta = \pi/4: r=22r = 2\sqrt{2}, point (2,2)(2, 2). At θ=3π/4\theta = 3\pi/4: r=22r = -2\sqrt{2}, equivalent to r=22r = 2\sqrt{2}, θ=7π/4\theta = 7\pi/4, point (2,2)(2, -2).

Details

Problem 6 Find the area of the region inside r=3cosθr = 3\cos\theta and outside r=1+cosθr = 1+\cos\theta.

Details

Hint 6 Find the intersection angles by solving 3cosθ=1+cosθ3\cos\theta = 1+\cos\theta. Then integrate router2rinner2r_{\mathrm{outer}}^2 - r_{\mathrm{inner}}^2.

Details

Answer 6 Intersection: 3cosθ=1+cosθ    2cosθ=1    θ=±π/33\cos\theta = 1+\cos\theta \implies 2\cos\theta = 1 \implies \theta = \pm\pi/3.

By symmetry, compute from 00 to π/3\pi/3 and double:

A=2120π/3[9cos2θ(1+cosθ)2]dθA = 2\cdot\dfrac{1}{2}\displaystyle\int_0^{\pi/3}\bigl[9\cos^2\theta - (1+\cos\theta)^2\bigr]\,d\theta

=0π/3[9cos2θ12cosθcos2θ]dθ=0π/3[8cos2θ12cosθ]dθ= \displaystyle\int_0^{\pi/3}\bigl[9\cos^2\theta - 1 - 2\cos\theta - \cos^2\theta\bigr]\,d\theta = \int_0^{\pi/3}\bigl[8\cos^2\theta - 1 - 2\cos\theta\bigr]\,d\theta

=0π/3[4(1+cos2θ)12cosθ]dθ=0π/3(3+4cos2θ2cosθ)dθ= \displaystyle\int_0^{\pi/3}\left[4(1+\cos 2\theta) - 1 - 2\cos\theta\right]d\theta = \int_0^{\pi/3}\left(3 + 4\cos 2\theta - 2\cos\theta\right)d\theta

=[3θ+2sin2θ2sinθ]0π/3=π+2LB3RB◆◆LB2RB2LB3RB◆◆LB2RB=π= \left[3\theta + 2\sin 2\theta - 2\sin\theta\right]_0^{\pi/3} = \pi + 2\cdot\dfrac◆LB◆\sqrt{3}◆RB◆◆LB◆2◆RB◆ - 2\cdot\dfrac◆LB◆\sqrt{3}◆RB◆◆LB◆2◆RB◆ = \pi.

Details

Problem 7 Convert (22,22)(-2\sqrt{2}, 2\sqrt{2}) to polar coordinates.

Details

Hint 7 r=x2+y2r = \sqrt{x^2+y^2} and find θ\theta using the quadrant.

Details

Answer 7 r=8+8=4r = \sqrt{8+8} = 4. The point is in the second quadrant.

tanθ=LB22RB◆◆LB22RB=1\tan\theta = \dfrac◆LB◆2\sqrt{2}◆RB◆◆LB◆-2\sqrt{2}◆RB◆ = -1. In the second quadrant: θ=3π/4\theta = 3\pi/4.

Polar coordinates: (4,3π/4)(4, 3\pi/4).

Details

Problem 8 Sketch the curve r=θr = \theta for 0θ4π0 \leq \theta \leq 4\pi. What type of curve is this?

Details

Hint 8 This is an Archimedean spiral. As θ\theta increases, rr increases linearly.

Details

Answer 8 This is an Archimedean spiral. Key points:

  • At θ=0\theta = 0: r=0r = 0 (pole).
  • At θ=π/2\theta = \pi/2: r=π/2r = \pi/2 (on the line θ=π/2\theta = \pi/2).
  • At θ=π\theta = \pi: r=πr = \pi (on the negative xx-axis).
  • At θ=2π\theta = 2\pi: r=2πr = 2\pi (one full revolution, back on the positive xx-axis).
  • At θ=4π\theta = 4\pi: r=4πr = 4\pi (two full revolutions).

The spiral winds outward with equal spacing between successive turns.

Details

Problem 9 Find the equation of the tangent to r=2+sinθr = 2 + \sin\theta at the point where θ=π/2\theta = \pi/2.

Details

Hint 9 Find the Cartesian coordinates of the point, then compute dy/dxdy/dx using the polar gradient formula.

Details

Answer 9 At θ=π/2\theta = \pi/2: r=3r = 3. Point: (x,y)=(3cos(π/2),3sin(π/2))=(0,3)(x, y) = (3\cos(\pi/2), 3\sin(\pi/2)) = (0, 3).

dr/dθ=cosθdr/d\theta = \cos\theta, so at θ=π/2\theta = \pi/2: dr/dθ=0dr/d\theta = 0.

dydx=LB01+30RB◆◆LB0031RB=03=0\dfrac{dy}{dx} = \dfrac◆LB◆0\cdot 1 + 3\cdot 0◆RB◆◆LB◆0\cdot 0 - 3\cdot 1◆RB◆ = \dfrac{0}{-3} = 0.

The tangent is horizontal: y=3y = 3.

Details

Problem 10 Find the area enclosed by the limacon r=1+2cosθr = 1 + 2\cos\theta that lies inside the inner loop.

Details

Hint 10 The inner loop occurs where r<0r < 0, i.e., 1+2cosθ<01 + 2\cos\theta < 0. Find the range of θ\theta and integrate 12r2dθ\frac{1}{2}r^2\,d\theta.

Details

Answer 10 r=0r = 0 when 1+2cosθ=0    cosθ=1/2    θ=2π/3,4π/31 + 2\cos\theta = 0 \implies \cos\theta = -1/2 \implies \theta = 2\pi/3, 4\pi/3.

The inner loop is traced from θ=2π/3\theta = 2\pi/3 to θ=4π/3\theta = 4\pi/3.

A=122π/34π/3(1+2cosθ)2dθA = \dfrac{1}{2}\displaystyle\int_{2\pi/3}^{4\pi/3}(1+2\cos\theta)^2\,d\theta

=122π/34π/3(1+4cosθ+4cos2θ)dθ=122π/34π/3(3+4cosθ+2cos2θ)dθ= \dfrac{1}{2}\displaystyle\int_{2\pi/3}^{4\pi/3}(1+4\cos\theta+4\cos^2\theta)\,d\theta = \dfrac{1}{2}\int_{2\pi/3}^{4\pi/3}\left(3+4\cos\theta+2\cos 2\theta\right)d\theta

=12[3θ+4sinθ+sin2θ]2π/34π/3= \dfrac{1}{2}\left[3\theta + 4\sin\theta + \sin 2\theta\right]_{2\pi/3}^{4\pi/3}

=12[(4π23+3/2)(2π+233/2)]= \dfrac{1}{2}\left[\left(4\pi - 2\sqrt{3} + \sqrt{3}/2\right) - \left(2\pi + 2\sqrt{3} - \sqrt{3}/2\right)\right]

=12[2π33]=πLB33RB◆◆LB2RB= \dfrac{1}{2}\left[2\pi - 3\sqrt{3}\right] = \pi - \dfrac◆LB◆3\sqrt{3}◆RB◆◆LB◆2◆RB◆.


7. Advanced Worked Examples

Example 7.1: Area between two curves with careful intersection analysis

Problem. Find the area of the region that lies inside both r=1+cosθr = 1 + \cos\theta and r=3cosθr = 3\cos\theta.

Solution. Setting 1+cosθ=3cosθ1 + \cos\theta = 3\cos\theta:

1=2cosθ    θ=±LBπRB◆◆LB3RB1 = 2\cos\theta \implies \theta = \pm\frac◆LB◆\pi◆RB◆◆LB◆3◆RB◆

Both curves are symmetric about the initial line, so we compute from 00 to π/3\pi/3 and double.

For 0θπ/30 \leq \theta \leq \pi/3: 3cosθ1+cosθ3\cos\theta \geq 1 + \cos\theta (since 2cosθ12\cos\theta \geq 1), so router=3cosθr_{\text{outer}} = 3\cos\theta and rinner=1+cosθr_{\text{inner}} = 1 + \cos\theta.

A=2120π/3[9cos2θ(1+cosθ)2]dθ=0π/3[9cos2θ12cosθcos2θ]dθA = 2\cdot\frac{1}{2}\int_0^{\pi/3}\bigl[9\cos^2\theta - (1+\cos\theta)^2\bigr]\,d\theta = \int_0^{\pi/3}\bigl[9\cos^2\theta - 1 - 2\cos\theta - \cos^2\theta\bigr]\,d\theta

=0π/3[8cos2θ2cosθ1]dθ=0π/3[4(1+cos2θ)2cosθ1]dθ= \int_0^{\pi/3}\bigl[8\cos^2\theta - 2\cos\theta - 1\bigr]\,d\theta = \int_0^{\pi/3}\bigl[4(1+\cos 2\theta) - 2\cos\theta - 1\bigr]\,d\theta

=0π/3(3+4cos2θ2cosθ)dθ=[3θ+2sin2θ2sinθ]0π/3= \int_0^{\pi/3}(3 + 4\cos 2\theta - 2\cos\theta)\,d\theta = \left[3\theta + 2\sin 2\theta - 2\sin\theta\right]_0^{\pi/3}

=π+2LB3RB◆◆LB2RB2LB3RB◆◆LB2RB=π= \pi + 2\cdot\frac◆LB◆\sqrt{3}◆RB◆◆LB◆2◆RB◆ - 2\cdot\frac◆LB◆\sqrt{3}◆RB◆◆LB◆2◆RB◆ = \pi

Example 7.2: Converting Cartesian to polar and sketching

Problem. Convert x2+y2=2yx^2 + y^2 = 2y to polar form and sketch the curve.

Solution. Substituting x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, r2=x2+y2r^2 = x^2 + y^2:

r2=2rsinθ    r=2sinθ(r0)r^2 = 2r\sin\theta \implies r = 2\sin\theta \quad (r \neq 0)

This is a circle with centre (0,1)(0, 1) and radius 11 (since r=2asinθr = 2a\sin\theta with a=1a = 1).

The curve passes through the pole at θ=0\theta = 0 and θ=π\theta = \pi, and has maximum r=2r = 2 at θ=π/2\theta = \pi/2.

Example 7.3: Finding where tangents are vertical or horizontal

Problem. For the cardioid r=2(1cosθ)r = 2(1 - \cos\theta), find all points where the tangent is horizontal.

Solution. r=2(1cosθ)r = 2(1 - \cos\theta), LBdrRB◆◆LBdθRB=2sinθ\dfrac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆ = 2\sin\theta.

Horizontal tangents occur when LBdyRB◆◆LBdθRB=0\dfrac◆LB◆dy◆RB◆◆LB◆d\theta◆RB◆ = 0:

LBdrRB◆◆LBdθRBsinθ+rcosθ=0    2sin2θ+2(1cosθ)cosθ=0\frac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆\sin\theta + r\cos\theta = 0 \implies 2\sin^2\theta + 2(1 - \cos\theta)\cos\theta = 0

2sin2θ+2cosθ2cos2θ=0    2(1cos2θ)+2cosθ2cos2θ=02\sin^2\theta + 2\cos\theta - 2\cos^2\theta = 0 \implies 2(1 - \cos^2\theta) + 2\cos\theta - 2\cos^2\theta = 0

22cos2θ+2cosθ2cos2θ=0    24cos2θ+2cosθ=02 - 2\cos^2\theta + 2\cos\theta - 2\cos^2\theta = 0 \implies 2 - 4\cos^2\theta + 2\cos\theta = 0

2cos2θcosθ1=0    (2cosθ+1)(cosθ1)=02\cos^2\theta - \cos\theta - 1 = 0 \implies (2\cos\theta + 1)(\cos\theta - 1) = 0

cosθ=1/2    θ=2π/3\cos\theta = -1/2 \implies \theta = 2\pi/3 or θ=4π/3\theta = 4\pi/3. cosθ=1    θ=0\cos\theta = 1 \implies \theta = 0.

At θ=2π/3\theta = 2\pi/3: r=2(1+1/2)=3r = 2(1 + 1/2) = 3. Point: (3/2,33/2)(-3/2, 3\sqrt{3}/2). At θ=4π/3\theta = 4\pi/3: r=2(1+1/2)=3r = 2(1 + 1/2) = 3. Point: (3/2,33/2)(-3/2, -3\sqrt{3}/2). At θ=0\theta = 0: r=0r = 0 (the cusp -- not a smooth horizontal tangent).

Example 7.4: Volume of revolution in polar coordinates

Problem. The region enclosed by r=1+cosθr = 1 + \cos\theta is rotated about the initial line. Find the volume of revolution.

Solution. Using the parametric volume formula with y=rsinθ=(1+cosθ)sinθy = r\sin\theta = (1+\cos\theta)\sin\theta and dx=LBdxRB◆◆LBdθRBdθdx = \dfrac◆LB◆dx◆RB◆◆LB◆d\theta◆RB◆\,d\theta:

x=rcosθ=(1+cosθ)cosθx = r\cos\theta = (1+\cos\theta)\cos\theta, LBdxRB◆◆LBdθRB=sinθ2cosθsinθ=sinθ(1+2cosθ)\dfrac◆LB◆dx◆RB◆◆LB◆d\theta◆RB◆ = -\sin\theta - 2\cos\theta\sin\theta = -\sin\theta(1 + 2\cos\theta).

By symmetry, integrate from 00 to π\pi and double:

V=2π0πy2LBdxRB◆◆LBdθRBdθ=2π0π(1+cosθ)2sin2θ[sinθ(1+2cosθ)]dθV = 2\pi\int_0^{\pi} y^2\,\frac◆LB◆dx◆RB◆◆LB◆d\theta◆RB◆\,d\theta = 2\pi\int_0^{\pi}(1+\cos\theta)^2\sin^2\theta\cdot[-\sin\theta(1+2\cos\theta)]\,d\theta

Let u=cosθu = \cos\theta, du=sinθdθdu = -\sin\theta\,d\theta. When θ=0\theta = 0: u=1u = 1. When θ=π\theta = \pi: u=1u = -1.

V=2π11(1+u)2(1u2)(1+2u)duV = 2\pi\int_{-1}^{1}(1+u)^2(1-u^2)(1+2u)\,du

Expanding (1+u)2(1u2)(1+2u)=(1+2u+u2)(1u2)(1+2u)(1+u)^2(1-u^2)(1+2u) = (1+2u+u^2)(1-u^2)(1+2u).

Note: (1+u)2(1u2)=(1+u)2(1u)(1+u)=(1+u)3(1u)(1+u)^2(1-u^2) = (1+u)^2(1-u)(1+u) = (1+u)^3(1-u).

So the integrand is (1+u)4(1u)(1+u)^4(1-u).

Let v=1+uv = 1+u:

V=2π02v4(2v)dv=2π02(2v4v5)dv=2π[2v55v66]02V = 2\pi\int_0^2 v^4(2-v)\,dv = 2\pi\int_0^2(2v^4 - v^5)\,dv = 2\pi\left[\frac{2v^5}{5} - \frac{v^6}{6}\right]_0^2

=2π(645646)=2π64(65)30=LB128πRB◆◆LB15RB= 2\pi\left(\frac{64}{5} - \frac{64}{6}\right) = 2\pi\cdot\frac{64(6-5)}{30} = \frac◆LB◆128\pi◆RB◆◆LB◆15◆RB◆


8. Connections to Other Topics

8.1 Polar coordinates and complex numbers

The polar form of a complex number z=reiθz = re^{i\theta} is the same as polar coordinates (r,θ)(r, \theta). Multiplication of complex numbers corresponds to combining polar coordinates: r1eiθ1r2eiθ2=r1r2ei(θ1+θ2)r_1 e^{i\theta_1} \cdot r_2 e^{i\theta_2} = r_1 r_2 e^{i(\theta_1+\theta_2)}. See Complex Numbers.

8.2 Polar area and further calculus

The polar area formula 12r2dθ\frac{1}{2}\int r^2\,d\theta is a direct application of integration techniques. Setting up these integrals requires care with limits. See Further Calculus.

8.3 Polar curves and parametric differentiation

The gradient formula for polar curves is derived from parametric differentiation. The expressions for dx/dθdx/d\theta and dy/dθdy/d\theta use the product rule. See Further Calculus.


9. Additional Exam-Style Questions

Question 11

A curve has polar equation r=a(1+cosθ)r = a(1 + \cos\theta) where a>0a > 0.

(a) Find the area enclosed by the curve.

(b) Find the equation of the tangent at θ=π/2\theta = \pi/2 in Cartesian form.

Solution

(a) By symmetry:

A=2120πa2(1+cosθ)2dθ=a20π(32+2cosθ+LBcos2θRB◆◆LB2RB)dθ=LB3πa2RB◆◆LB2RBA = 2\cdot\frac{1}{2}\int_0^{\pi}a^2(1+\cos\theta)^2\,d\theta = a^2\int_0^{\pi}\left(\frac{3}{2}+2\cos\theta+\frac◆LB◆\cos 2\theta◆RB◆◆LB◆2◆RB◆\right)d\theta = \frac◆LB◆3\pi a^2◆RB◆◆LB◆2◆RB◆

(b) At θ=π/2\theta = \pi/2: r=ar = a, point (0,a)(0, a).

dr/dθ=asinθdr/d\theta = -a\sin\theta, so dr/dθπ/2=adr/d\theta|_{\pi/2} = -a.

dydx=(a)(1)+a(0)(a)(0)a(1)=aa=1\frac{dy}{dx} = \frac{(-a)(1) + a(0)}{(-a)(0) - a(1)} = \frac{-a}{-a} = 1

Tangent: ya=1(x0)y - a = 1(x - 0), i.e., y=x+ay = x + a.

Question 12

Find the area of the finite region bounded by the curve r=2+cosθr = 2 + \cos\theta and the lines θ=0\theta = 0 and θ=π\theta = \pi.

Solution

A=120π(2+cosθ)2dθ=120π(4+4cosθ+cos2θ)dθA = \frac{1}{2}\int_0^{\pi}(2+\cos\theta)^2\,d\theta = \frac{1}{2}\int_0^{\pi}(4 + 4\cos\theta + \cos^2\theta)\,d\theta

=120π(92+4cosθ+LBcos2θRB◆◆LB2RB)dθ=12[LB9θRB◆◆LB2RB+4sinθ+LBsin2θRB◆◆LB4RB]0π=LB9πRB◆◆LB4RB= \frac{1}{2}\int_0^{\pi}\left(\frac{9}{2} + 4\cos\theta + \frac◆LB◆\cos 2\theta◆RB◆◆LB◆2◆RB◆\right)d\theta = \frac{1}{2}\left[\frac◆LB◆9\theta◆RB◆◆LB◆2◆RB◆ + 4\sin\theta + \frac◆LB◆\sin 2\theta◆RB◆◆LB◆4◆RB◆\right]_0^{\pi} = \frac◆LB◆9\pi◆RB◆◆LB◆4◆RB◆

Question 13

Prove that the polar curve r=LBaRB◆◆LBcosθRBr = \dfrac◆LB◆a◆RB◆◆LB◆\cos\theta◆RB◆ is a vertical line, and state its Cartesian equation.

Solution

r=LBaRB◆◆LBcosθRB    rcosθ=a    x=ar = \dfrac◆LB◆a◆RB◆◆LB◆\cos\theta◆RB◆ \implies r\cos\theta = a \implies x = a.

This is the vertical line x=ax = a. \blacksquare

Question 14

The curve CC has polar equation r=4sin2θr = 4\sin 2\theta for 0θπ/20 \leq \theta \leq \pi/2.

(a) Find the area of one petal.

(b) Find the angle at which the tangent to CC is parallel to the initial line.

Solution

(a) One petal of r=4sin2θr = 4\sin 2\theta is traced from θ=0\theta = 0 to θ=π/2\theta = \pi/2:

A=120π/216sin22θdθ=80π/2LB1cos4θRB◆◆LB2RBdθ=4[θLBsin4θRB◆◆LB4RB]0π/2=2πA = \frac{1}{2}\int_0^{\pi/2}16\sin^2 2\theta\,d\theta = 8\int_0^{\pi/2}\frac◆LB◆1-\cos 4\theta◆RB◆◆LB◆2◆RB◆\,d\theta = 4\left[\theta - \frac◆LB◆\sin 4\theta◆RB◆◆LB◆4◆RB◆\right]_0^{\pi/2} = 2\pi

(b) Tangent parallel to the initial line means dy/dθ=0dy/d\theta = 0:

r=4sin2θr = 4\sin 2\theta, dr/dθ=8cos2θdr/d\theta = 8\cos 2\theta.

LBdyRB◆◆LBdθRB=8cos2θsinθ+4sin2θcosθ=8cos2θsinθ+8sinθcos2θ\dfrac◆LB◆dy◆RB◆◆LB◆d\theta◆RB◆ = 8\cos 2\theta\sin\theta + 4\sin 2\theta\cos\theta = 8\cos 2\theta\sin\theta + 8\sin\theta\cos^2\theta

=8sinθ(cos2θ+cos2θ)=8sinθ(2cos2θ1+cos2θ)=8sinθ(3cos2θ1)= 8\sin\theta(\cos 2\theta + \cos^2\theta) = 8\sin\theta(2\cos^2\theta - 1 + \cos^2\theta) = 8\sin\theta(3\cos^2\theta - 1)

=0= 0 when sinθ=0\sin\theta = 0 (i.e., θ=0\theta = 0, where r=0r = 0) or cos2θ=1/3\cos^2\theta = 1/3, i.e., cosθ=±1/3\cos\theta = \pm 1/\sqrt{3}.

For 0θπ/20 \leq \theta \leq \pi/2: θ=arccos(1/3)\theta = \arccos(1/\sqrt{3}).

Question 15

Find the maximum distance from the origin to any point on the curve r=2+3sinθr = 2 + 3\sin\theta.

Solution

The distance from the origin is r|r|. Since 2+3sinθ23=12 + 3\sin\theta \geq 2 - 3 = -1, the maximum of r|r| could occur at the maximum of rr or the minimum of rr (if negative).

dr/dθ=3cosθ=0    θ=π/2dr/d\theta = 3\cos\theta = 0 \implies \theta = \pi/2 or θ=3π/2\theta = 3\pi/2.

At θ=π/2\theta = \pi/2: r=5r = 5 (maximum). At θ=3π/2\theta = 3\pi/2: r=1r = -1.

r=5|r| = 5 at θ=π/2\theta = \pi/2 and r=1|r| = 1 at θ=3π/2\theta = 3\pi/2.

The maximum distance is 5\boxed{5}.


8. Advanced Worked Examples

Example 8.1: Area enclosed by a limacon

Problem. Find the area enclosed by the limacon r=2+cosθr = 2 + \cos\theta.

Solution. Since r=2+cosθ>0r = 2 + \cos\theta > 0 for all θ\theta, the curve is a single loop.

A=1202π(2+cosθ)2dθ=1202π(4+4cosθ+cos2θ)dθA = \frac{1}{2}\int_0^{2\pi} (2+\cos\theta)^2\,d\theta = \frac{1}{2}\int_0^{2\pi} (4 + 4\cos\theta + \cos^2\theta)\,d\theta

=1202π ⁣(4+4cosθ+LB1+cos2θRB◆◆LB2RB)dθ=1202π ⁣(92+4cosθ+LBcos2θRB◆◆LB2RB)dθ= \frac{1}{2}\int_0^{2\pi} \!\left(4 + 4\cos\theta + \frac◆LB◆1+\cos 2\theta◆RB◆◆LB◆2◆RB◆\right)d\theta = \frac{1}{2}\int_0^{2\pi} \!\left(\frac{9}{2} + 4\cos\theta + \frac◆LB◆\cos 2\theta◆RB◆◆LB◆2◆RB◆\right)d\theta

=12[LB9θRB◆◆LB2RB+4sinθ+LBsin2θRB◆◆LB4RB]02π=129π=LB9πRB◆◆LB2RB= \frac{1}{2}\left[\frac◆LB◆9\theta◆RB◆◆LB◆2◆RB◆ + 4\sin\theta + \frac◆LB◆\sin 2\theta◆RB◆◆LB◆4◆RB◆\right]_0^{2\pi} = \frac{1}{2} \cdot 9\pi = \boxed{\frac◆LB◆9\pi◆RB◆◆LB◆2◆RB◆}

Example 8.2: Tangents to a polar curve

Problem. Find the angle ψ\psi between the tangent and the radius vector for r=a(1+cosθ)r = a(1+\cos\theta) at θ=π/2\theta = \pi/2.

Solution. tanψ=LBrRB◆◆LBdr/dθRB\tan\psi = \dfrac◆LB◆r◆RB◆◆LB◆dr/d\theta◆RB◆.

dr/dθ=asinθdr/d\theta = -a\sin\theta. At θ=π/2\theta = \pi/2: r=ar = a, dr/dθ=adr/d\theta = -a.

tanψ=aa=1    ψ=LB3πRB◆◆LB4RB\tan\psi = \dfrac{a}{-a} = -1 \implies \psi = \dfrac◆LB◆3\pi◆RB◆◆LB◆4◆RB◆ (or 135°135°).

The tangent makes an angle of 135°135° with the outward radius vector.

Example 8.3: Cartesian equation of a spiral

Problem. Convert the spiral r=e2θr = e^{2\theta} to Cartesian form.

Solution. r=e2θ    lnr=2θ    θ=12lnrr = e^{2\theta} \implies \ln r = 2\theta \implies \theta = \dfrac{1}{2}\ln r.

Since θ=arctan(y/x)\theta = \arctan(y/x) and r=x2+y2r = \sqrt{x^2+y^2}:

arctan ⁣(yx)=12ln(x2+y2)\arctan\!\left(\frac{y}{x}\right) = \frac{1}{2}\ln(x^2+y^2)

yx=exp ⁣(12ln(x2+y2))=x2+y2\frac{y}{x} = \exp\!\left(\frac{1}{2}\ln(x^2+y^2)\right) = \sqrt{x^2+y^2}

y2x2=x2+y2    y2=x2(x2+y2)\frac{y^2}{x^2} = x^2 + y^2 \implies y^2 = x^2(x^2+y^2)

Example 8.4: Area between two polar curves

Problem. Find the area inside r=3cosθr = 3\cos\theta and outside r=1+cosθr = 1 + \cos\theta.

Solution. First find intersection points: 3cosθ=1+cosθ    2cosθ=1    θ=±π/33\cos\theta = 1 + \cos\theta \implies 2\cos\theta = 1 \implies \theta = \pm\pi/3.

A=12π/3π/3 ⁣[(3cosθ)2(1+cosθ)2]dθA = \frac{1}{2}\int_{-\pi/3}^{\pi/3} \!\left[(3\cos\theta)^2 - (1+\cos\theta)^2\right]\,d\theta

=12π/3π/3(9cos2θ12cosθcos2θ)dθ=12π/3π/3(8cos2θ2cosθ1)dθ= \frac{1}{2}\int_{-\pi/3}^{\pi/3} (9\cos^2\theta - 1 - 2\cos\theta - \cos^2\theta)\,d\theta = \frac{1}{2}\int_{-\pi/3}^{\pi/3} (8\cos^2\theta - 2\cos\theta - 1)\,d\theta

=12π/3π/3 ⁣(4+4cos2θ2cosθ1)dθ=12π/3π/3(3+4cos2θ2cosθ)dθ= \frac{1}{2}\int_{-\pi/3}^{\pi/3} \!\left(4 + 4\cos 2\theta - 2\cos\theta - 1\right)d\theta = \frac{1}{2}\int_{-\pi/3}^{\pi/3} (3 + 4\cos 2\theta - 2\cos\theta)\,d\theta

=12[3θ+2sin2θ2sinθ]π/3π/3= \frac{1}{2}\left[3\theta + 2\sin 2\theta - 2\sin\theta\right]_{-\pi/3}^{\pi/3}

=12[π+2sinLB2πRB◆◆LB3RB2sinLBπRB◆◆LB3RB(π2sinLB2πRB◆◆LB3RB+2sinLBπRB◆◆LB3RB)]= \frac{1}{2}\left[\pi + 2\sin\frac◆LB◆2\pi◆RB◆◆LB◆3◆RB◆ - 2\sin\frac◆LB◆\pi◆RB◆◆LB◆3◆RB◆ - \left(-\pi - 2\sin\frac◆LB◆2\pi◆RB◆◆LB◆3◆RB◆ + 2\sin\frac◆LB◆\pi◆RB◆◆LB◆3◆RB◆\right)\right]

=12[2π+233+233]=12(2π+23)=π+3= \frac{1}{2}\left[2\pi + 2\sqrt{3} - \sqrt{3} + 2\sqrt{3} - \sqrt{3}\right] = \frac{1}{2}(2\pi + 2\sqrt{3}) = \boxed{\pi + \sqrt{3}}

Example 8.5: Converting a parametric curve to polar

Problem. The curve x=2t1+t2x = \dfrac{2t}{1+t^2}, y=1t21+t2y = \dfrac{1-t^2}{1+t^2} is given in parametric form. Show it is a circle in polar form.

Solution. x2+y2=4t2+(1t2)2(1+t2)2=4t2+12t2+t4(1+t2)2=(1+t2)2(1+t2)2=1x^2 + y^2 = \dfrac{4t^2 + (1-t^2)^2}{(1+t^2)^2} = \dfrac{4t^2 + 1 - 2t^2 + t^4}{(1+t^2)^2} = \dfrac{(1+t^2)^2}{(1+t^2)^2} = 1.

So r=1r = 1 for all tt. This is the unit circle.

cosθ=xr=2t1+t2\cos\theta = \dfrac{x}{r} = \dfrac{2t}{1+t^2}, sinθ=1t21+t2\sin\theta = \dfrac{1-t^2}{1+t^2}. Using t=tan(θ/2)t = \tan(\theta/2):

cosθ=cosθ\cos\theta = \cos\theta and sinθ=sinθ\sin\theta = \sin\theta. Consistent.

Example 8.6: Arc length of a cardioid

Problem. Find the total arc length of the cardioid r=a(1+cosθ)r = a(1 + \cos\theta).

Solution. s=02πLBr2+(LBdrRB◆◆LBdθRB)2RBdθs = \displaystyle\int_0^{2\pi} \sqrt◆LB◆r^2 + \left(\frac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆\right)^2◆RB◆\,d\theta.

r=a(1+cosθ)r = a(1+\cos\theta), dr/dθ=asinθdr/d\theta = -a\sin\theta.

r2+(dr/dθ)2=a2(1+cosθ)2+a2sin2θ=a2(1+2cosθ+cos2θ+sin2θ)=2a2(1+cosθ)=4a2cos2(θ/2)r^2 + (dr/d\theta)^2 = a^2(1+\cos\theta)^2 + a^2\sin^2\theta = a^2(1+2\cos\theta+\cos^2\theta+\sin^2\theta) = 2a^2(1+\cos\theta) = 4a^2\cos^2(\theta/2).

s=02π2acos(θ/2)dθs = \int_0^{2\pi} 2a|\cos(\theta/2)|\,d\theta

For 0θ2π0 \leq \theta \leq 2\pi: cos(θ/2)0\cos(\theta/2) \geq 0 when 0θπ0 \leq \theta \leq \pi and 0\leq 0 when πθ2π\pi \leq \theta \leq 2\pi.

s=2a ⁣[0πcos(θ/2)dθ+π2π(cos(θ/2))dθ]=2a[2+2]=8as = 2a\!\left[\int_0^{\pi} \cos(\theta/2)\,d\theta + \int_{\pi}^{2\pi} (-\cos(\theta/2))\,d\theta\right] = 2a[2+2] = \boxed{8a}


9. Common Pitfalls

PitfallCorrect Approach
Forgetting the 12\frac{1}{2} in the polar area formulaA=12r2dθA = \dfrac{1}{2}\displaystyle\int r^2\,d\theta, not r2dθ\int r^2\,d\theta
Not checking if rr changes sign when finding enclosed areasIf r<0r < 0, the curve is on the opposite side; split the integral at sign changes
Confusing the angle ψ\psi (tangent-radius angle) with θ\thetatanψ=r/(dr/dθ)\tan\psi = r / (dr/d\theta); the tangent to the curve makes angle θ+ψ\theta + \psi with the initial line
Using the wrong limits for symmetric curvesExploit symmetry: if the curve is symmetric about θ=0\theta = 0, integrate from 00 to π\pi and double

10. Additional Exam-Style Questions

Question 8

Find the area of the region enclosed by one loop of the curve r2=4cos2θr^2 = 4\cos 2\theta.

Solution

This is a lemniscate. One loop is traced for π/4θπ/4-\pi/4 \leq \theta \leq \pi/4.

A=12π/4π/44cos2θdθ=2 ⁣[LBsin2θRB◆◆LB2RB]π/4π/4=2(1(1))=4... waitA = \frac{1}{2}\int_{-\pi/4}^{\pi/4} 4\cos 2\theta\,d\theta = 2\!\left[\frac◆LB◆\sin 2\theta◆RB◆◆LB◆2◆RB◆\right]_{-\pi/4}^{\pi/4} = 2(1-(-1)) = 4 \text{... wait}

A=π/4π/42cos2θdθ=[sin2θ]π/4π/4=1(1)=2A = \int_{-\pi/4}^{\pi/4} 2\cos 2\theta\,d\theta = [\sin 2\theta]_{-\pi/4}^{\pi/4} = 1 - (-1) = 2. Wait, using the formula:

A=12r2dθ=12π/4π/44cos2θdθ=2[sin2θ]π/4π/4=2×2=4A = \dfrac{1}{2}\displaystyle\int r^2\,d\theta = \dfrac{1}{2}\int_{-\pi/4}^{\pi/4} 4\cos 2\theta\,d\theta = 2[\sin 2\theta]_{-\pi/4}^{\pi/4} = 2 \times 2 = \boxed{4}.

Question 9

Prove that the tangent to r=asecθr = a\sec\theta is perpendicular to the radius vector at every point.

Solution

r=asecθ    dr/dθ=asecθtanθr = a\sec\theta \implies dr/d\theta = a\sec\theta\tan\theta.

tanψ=LBrRB◆◆LBdr/dθRB=LBasecθRB◆◆LBasecθtanθRB=cotθ\tan\psi = \dfrac◆LB◆r◆RB◆◆LB◆dr/d\theta◆RB◆ = \dfrac◆LB◆a\sec\theta◆RB◆◆LB◆a\sec\theta\tan\theta◆RB◆ = \cot\theta.

So ψ=π/2θ\psi = \pi/2 - \theta. The tangent makes angle θ+ψ=π/2\theta + \psi = \pi/2 with the initial line, i.e., perpendicular to the radius vector. \blacksquare

Question 10

Find the Cartesian equation of the curve r=2acosθ+2bsinθr = 2a\cos\theta + 2b\sin\theta and identify it.

Solution

r=2acosθ+2bsinθ    r2=2arcosθ+2brsinθr = 2a\cos\theta + 2b\sin\theta \implies r^2 = 2ar\cos\theta + 2br\sin\theta.

x2+y2=2ax+2by    (xa)2+(yb)2=a2+b2x^2 + y^2 = 2ax + 2by \implies (x-a)^2 + (y-b)^2 = a^2 + b^2

This is a circle with centre (a,b)(a, b) and radius a2+b2\sqrt{a^2+b^2}.


11. Connections to Other Topics

11.1 Polar coordinates and complex numbers

The polar form z=r(cosθ+isinθ)z = r(\cos\theta+i\sin\theta) is identical to polar coordinates (r,θ)(r,\theta). See Complex Numbers.

11.2 Polar curves and calculus

Finding tangents, areas, and arc lengths in polar coordinates requires differentiation and integration. See Further Calculus.

11.3 Polar coordinates and parametric equations

Polar curves are a special case of parametric equations with x=r(θ)cosθx = r(\theta)\cos\theta and y=r(θ)sinθy = r(\theta)\sin\theta.


12. Key Results Summary

QuantityFormula
Cartesian from polarx=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta
Polar from Cartesianr=x2+y2r = \sqrt{x^2+y^2}, θ=arctan(y/x)\theta = \arctan(y/x)
Polar areaA=12αβr2dθA = \dfrac{1}{2}\displaystyle\int_\alpha^\beta r^2\,d\theta
Polar arc lengths=αβLBr2+(LBdrRB◆◆LBdθRB)2RBdθs = \displaystyle\int_\alpha^\beta \sqrt◆LB◆r^2+\left(\dfrac◆LB◆dr◆RB◆◆LB◆d\theta◆RB◆\right)^2◆RB◆\,d\theta
Tangent-radius angletanψ=LBrRB◆◆LBdr/dθRB\tan\psi = \dfrac◆LB◆r◆RB◆◆LB◆dr/d\theta◆RB◆
Tangent to xx-axisdydx=LBrsinθ+rcosθRB◆◆LBrcosθrsinθRB\dfrac{dy}{dx} = \dfrac◆LB◆r'\sin\theta + r\cos\theta◆RB◆◆LB◆r'\cos\theta - r\sin\theta◆RB◆

13. Further Exam-Style Questions

Question 11

A curve has polar equation r=a(1+cosθ)r = a(1+\cos\theta) (cardioid). Find the area enclosed by the curve.

Solution

Since r>0r > 0 for all θ\theta, integrate from 00 to 2π2\pi:

A=1202πa2(1+cosθ)2dθ=a2202π ⁣(32+2cosθ+LBcos2θRB◆◆LB2RB)dθA = \dfrac{1}{2}\displaystyle\int_0^{2\pi} a^2(1+\cos\theta)^2\,d\theta = \dfrac{a^2}{2}\displaystyle\int_0^{2\pi} \!\left(\dfrac{3}{2}+2\cos\theta+\dfrac◆LB◆\cos 2\theta◆RB◆◆LB◆2◆RB◆\right)d\theta

=a22 ⁣[LB3θRB◆◆LB2RB+2sinθ+LBsin2θRB◆◆LB4RB]02π=a223π=LB3πa2RB◆◆LB2RB= \dfrac{a^2}{2}\!\left[\dfrac◆LB◆3\theta◆RB◆◆LB◆2◆RB◆+2\sin\theta+\dfrac◆LB◆\sin 2\theta◆RB◆◆LB◆4◆RB◆\right]_0^{2\pi} = \dfrac{a^2}{2}\cdot 3\pi = \boxed{\dfrac◆LB◆3\pi a^2◆RB◆◆LB◆2◆RB◆}

Question 12

Prove that the curve r=2acosθr = 2a\cos\theta is a circle of radius aa centred at (a,0)(a, 0).

Solution

r=2acosθ    r2=2arcosθ    x2+y2=2ax    (xa)2+y2=a2r = 2a\cos\theta \implies r^2 = 2ar\cos\theta \implies x^2+y^2 = 2ax \implies (x-a)^2+y^2 = a^2.

This is a circle with centre (a,0)(a,0) and radius aa. \blacksquare


14. Advanced Topics

14.1 The pedal equation

The pedal equation of a curve gives the distance pp from the origin to the tangent as a function of rr:

p=rsinψ=LBr2RB◆◆LBLBr2+(dr/dθ)2RB◆◆RBp = r\sin\psi = \frac◆LB◆r^2◆RB◆◆LB◆\sqrt◆LB◆r^2+(dr/d\theta)^2◆RB◆◆RB◆

14.2 The prp-r equation

For a conic with focus at the origin and directrix at distance dd: r=LBedRB◆◆LB1+ecosθRBr = \dfrac◆LB◆ed◆RB◆◆LB◆1+e\cos\theta◆RB◆ where ee is the eccentricity.

  • e<1e < 1: ellipse
  • e=1e = 1: parabola
  • e>1e > 1: hyperbola

14.3 Rose curves

Curves of the form r=acos(nθ)r = a\cos(n\theta) or r=asin(nθ)r = a\sin(n\theta) produce rose curves.

  • If nn is odd: nn petals
  • If nn is even: 2n2n petals

14.4 Limacons

r=a+bcosθr = a + b\cos\theta:

  • a>ba > b: dimpled limacon (no inner loop)
  • a=ba = b: cardioid
  • a<ba < b: limacon with inner loop

15. Further Exam-Style Questions

Question 13

Sketch the curve r=1+2cosθr = 1 + 2\cos\theta and find the area of the inner loop.

Solution

Since 1+2cosθ=01 + 2\cos\theta = 0 when cosθ=1/2\cos\theta = -1/2, i.e., θ=2π/3\theta = 2\pi/3 and θ=4π/3\theta = 4\pi/3, the inner loop exists between these angles.

Area of inner loop: A=122π/34π/3(1+2cosθ)2dθA = \dfrac{1}{2}\displaystyle\int_{2\pi/3}^{4\pi/3} (1+2\cos\theta)^2\,d\theta.

=122π/34π/3(1+4cosθ+4cos2θ)dθ=122π/34π/3(3+4cosθ+2cos2θ)dθ= \dfrac{1}{2}\displaystyle\int_{2\pi/3}^{4\pi/3} (1+4\cos\theta+4\cos^2\theta)\,d\theta = \dfrac{1}{2}\displaystyle\int_{2\pi/3}^{4\pi/3} (3+4\cos\theta+2\cos 2\theta)\,d\theta

=12 ⁣[3θ+4sinθ+sin2θ]2π/34π/3= \dfrac{1}{2}\!\left[3\theta+4\sin\theta+\sin 2\theta\right]_{2\pi/3}^{4\pi/3}

=12 ⁣[(4π2π)+4 ⁣(LB3RB◆◆LB2RBLB3RB◆◆LB2RB)+ ⁣(LB3RB◆◆LB2RBLB3RB◆◆LB2RB)]=12(2π43)=π23= \dfrac{1}{2}\!\left[(4\pi-2\pi)+4\!\left(-\dfrac◆LB◆\sqrt{3}◆RB◆◆LB◆2◆RB◆-\dfrac◆LB◆\sqrt{3}◆RB◆◆LB◆2◆RB◆\right)+\!\left(\dfrac◆LB◆\sqrt{3}◆RB◆◆LB◆2◆RB◆-\dfrac◆LB◆\sqrt{3}◆RB◆◆LB◆2◆RB◆\right)\right] = \dfrac{1}{2}(2\pi-4\sqrt{3}) = \boxed{\pi-2\sqrt{3}}

Question 14

Prove that the area enclosed by one petal of r=acos(3θ)r = a\cos(3\theta) is LBπa2RB◆◆LB12RB\dfrac◆LB◆\pi a^2◆RB◆◆LB◆12◆RB◆.

Solution

One petal is traced for π/6θπ/6-\pi/6 \leq \theta \leq \pi/6.

A=12π/6π/6a2cos2(3θ)dθ=a22π/6π/6LB1+cos6θRB◆◆LB2RBdθA = \dfrac{1}{2}\displaystyle\int_{-\pi/6}^{\pi/6} a^2\cos^2(3\theta)\,d\theta = \dfrac{a^2}{2}\displaystyle\int_{-\pi/6}^{\pi/6} \frac◆LB◆1+\cos 6\theta◆RB◆◆LB◆2◆RB◆\,d\theta

=a24 ⁣[θ+LBsin6θRB◆◆LB6RB]π/6π/6=a24 ⁣(LBπRB◆◆LB3RB+0)=LBπa2RB◆◆LB12RB= \dfrac{a^2}{4}\!\left[\theta+\dfrac◆LB◆\sin 6\theta◆RB◆◆LB◆6◆RB◆\right]_{-\pi/6}^{\pi/6} = \dfrac{a^2}{4}\!\left(\dfrac◆LB◆\pi◆RB◆◆LB◆3◆RB◆+0\right) = \boxed{\dfrac◆LB◆\pi a^2◆RB◆◆LB◆12◆RB◆}. \blacksquare


16. Further Advanced Topics

16.1 Polar form of conics

Using the focus-directrix definition, all conics with a focus at the origin have polar equation:

r=LBedRB◆◆LB1+ecosθRBr = \frac◆LB◆ed◆RB◆◆LB◆1+e\cos\theta◆RB◆

where ee is the eccentricity and dd is the distance from the focus to the directrix.

  • e=0e = 0: circle (r=dr = d)
  • 0<e<10 < e < 1: ellipse
  • e=1e = 1: parabola
  • e>1e > 1: hyperbola

16.2 Spirals

  • Archimedean spiral: r=aθr = a\theta — equally spaced turns
  • Logarithmic spiral: r=aebθr = ae^{b\theta} — self-similar
  • Hyperbolic spiral: r=a/θr = a/\theta

The logarithmic spiral appears in nature (nautilus shells, hurricanes, galaxies).

16.3 Tangents at the pole

If r=0r = 0 at θ=θ0\theta = \theta_0, the tangent at the pole is the line θ=θ0+LBπRB◆◆LB2RB\theta = \theta_0 + \dfrac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ (perpendicular to the initial line).

16.4 Converting parametric curves to polar

Many parametric curves can be simplified in polar form. The cardioid, limacon, and rose curves are most naturally expressed in polar coordinates.


17. Further Exam-Style Questions

Question 15

Find the area inside r=1+sinθr = 1 + \sin\theta and outside r=1r = 1.

Solution

1+sinθ=11 + \sin\theta = 1 when sinθ=0\sin\theta = 0, i.e., θ=0,π\theta = 0, \pi.

The curve r=1+sinθr = 1 + \sin\theta is a cardioid. The circle r=1r = 1 is entirely inside the cardioid.

The required area is:

A=1202π[(1+sinθ)21]dθ=1202π(2sinθ+sin2θ)dθA = \dfrac{1}{2}\displaystyle\int_0^{2\pi} [(1+\sin\theta)^2 - 1]\,d\theta = \dfrac{1}{2}\displaystyle\int_0^{2\pi} (2\sin\theta + \sin^2\theta)\,d\theta

=1202π ⁣(2sinθ+LB1cos2θRB◆◆LB2RB)dθ=12 ⁣[2cosθ+LBθRB◆◆LB2RBLBsin2θRB◆◆LB4RB]02π=12LBπRB◆◆LB2RB=LBπRB◆◆LB4RB= \dfrac{1}{2}\displaystyle\int_0^{2\pi} \!\left(2\sin\theta + \frac◆LB◆1-\cos 2\theta◆RB◆◆LB◆2◆RB◆\right)d\theta = \dfrac{1}{2}\!\left[-2\cos\theta + \frac◆LB◆\theta◆RB◆◆LB◆2◆RB◆ - \frac◆LB◆\sin 2\theta◆RB◆◆LB◆4◆RB◆\right]_0^{2\pi} = \dfrac{1}{2}\cdot\dfrac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ = \boxed{\dfrac◆LB◆\pi◆RB◆◆LB◆4◆RB◆}.

Question 16

Prove that the spiral r=eaθr = e^{a\theta} intersects each radial line θ=θ0\theta = \theta_0 at exactly one point.

Solution

At θ=θ0\theta = \theta_0: r=eaθ0r = e^{a\theta_0}, which is unique (single-valued function).

For a given θ0\theta_0, there is exactly one value of rr, so the spiral intersects each radial line exactly once. \blacksquare