Skip to 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.

{/* prettier-ignore */}

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

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)=432=23y = 4\sin(\pi/3) = 4 \cdot \frac{\sqrt{3}}{2} = 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).


2. Polar Equations of Curves

2.1 Lines and circles

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

Horizontal line y=by = b: rsinθ=br\sin\theta = bI.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^2So 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 , 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 = -1I.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.
  1. 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.

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

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

  4. 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) = 3$$r(\pi/2) = 2$$r(\pi) = 1$$r(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.
  • 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 Δθ=βαn\Delta\theta = \dfrac{\beta-\alpha}{n}.

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π/61+cos6θ2dθA = \frac{1}{2}\int_{-\pi/6}^{\pi/6}\cos^2 3\theta\,d\theta = \frac{1}{2}\int_{-\pi/6}^{\pi/6}\frac{1+\cos 6\theta}{2}\,d\theta

=14[θ+sin6θ6]π/6π/6=14(π6(π6))=π12= \frac{1}{4}\left[\theta + \frac{\sin 6\theta}{6}\right]_{-\pi/6}^{\pi/6} = \frac{1}{4}\left(\frac{\pi}{6} - \left(-\frac{\pi}{6}\right)\right) = \frac{\pi}{12}

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θ+1+cos2θ2)dθ=a20π(32+2cosθ+cos2θ2)dθ= a^2\int_0^\pi\left(1+2\cos\theta+\frac{1+\cos 2\theta}{2}\right)d\theta = a^2\int_0^\pi\left(\frac{3}{2}+2\cos\theta+\frac{\cos 2\theta}{2}\right)d\theta

=a2[3θ2+2sinθ+sin2θ4]0π=a23π2=3πa22= a^2\left[\frac{3\theta}{2} + 2\sin\theta + \frac{\sin 2\theta}{4}\right]_0^\pi = a^2\cdot\frac{3\pi}{2} = \boxed{\frac{3\pi a^2}{2}}

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


5. Tangents to Polar Curves

5.1 Gradient in polar form

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

dxdθ=drdθcosθrsinθ\frac{dx}{d\theta} = \frac{dr}{d\theta}\cos\theta - r\sin\theta

dydθ=drdθsinθ+rcosθ\frac{dy}{d\theta} = \frac{dr}{d\theta}\sin\theta + r\cos\theta

Therefore:

dydx=drdθsinθ+rcosθdrdθcosθrsinθ\boxed{\frac{dy}{dx} = \frac{\frac{dr}{d\theta}\sin\theta + r\cos\theta}{\frac{dr}{d\theta}\cos\theta - r\sin\theta}}

Proof of the tangent line formula

This follows directly from the parametric differentiation rule dydx=dy/dθdx/dθ\dfrac{dy}{dx} = \dfrac{dy/d\theta}{dx/d\theta} applied to x(θ)=r(θ)cosθx(\theta) = r(\theta)\cos\theta and y(θ)=r(θ)sinθy(\theta) = r(\theta)\sin\thetaUsing 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 = 0I.e., 3θ=0,π,2π,3π3\theta = 0, \pi, 2\pi, 3\piSo θ=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).

drdθ=sinθ\dfrac{dr}{d\theta} = -\sin\thetaSo at θ=π/3\theta = \pi/3: drdθ=3/2\dfrac{dr}{d\theta} = -\sqrt{3}/2.

dydx=(3/2)(3/2)+(3/2)(1/2)(3/2)(1/2)(3/2)(3/2)=3/4+3/43/433/4=03=0\frac{dy}{dx} = \frac{(-\sqrt{3}/2)(\sqrt{3}/2) + (3/2)(1/2)}{(-\sqrt{3}/2)(1/2) - (3/2)(\sqrt{3}/2)} = \frac{-3/4 + 3/4}{-\sqrt{3}/4 - 3\sqrt{3}/4} = \frac{0}{-\sqrt{3}} = 0

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

5.3 Horizontal and vertical tangents

Horizontal tangents occur when dydθ=0\dfrac{dy}{d\theta} = 0 (provided dxdθ0\dfrac{dx}{d\theta} \neq 0):

drdθsinθ+rcosθ=0\frac{dr}{d\theta}\sin\theta + r\cos\theta = 0

Vertical tangents occur when dxdθ=0\dfrac{dx}{d\theta} = 0 (provided dydθ0\dfrac{dy}{d\theta} \neq 0):

drdθcosθrsinθ=0\frac{dr}{d\theta}\cos\theta - r\sin\theta = 0


6. Summary of Key Results

ResultFormula
Conversionx = r\cos\theta$$y = r\sin\theta$$r^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=rsinθ+rcosθrcosθrsinθ\dfrac{dy}{dx} = \dfrac{r'\sin\theta + r\cos\theta}{r'\cos\theta - r\sin\theta}

Problems

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

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

Answer 1r24rcosθ=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.

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

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

Answer 2A=120π/2sin22θdθ=120π/21cos4θ2dθ=14[θsin4θ4]0π/2=14π2=π8A = \dfrac{1}{2}\displaystyle\int_0^{\pi/2}\sin^2 2\theta\,d\theta = \dfrac{1}{2}\int_0^{\pi/2}\dfrac{1-\cos 4\theta}{2}\,d\theta = \dfrac{1}{4}\left[\theta - \dfrac{\sin 4\theta}{4}\right]_0^{\pi/2} = \dfrac{1}{4}\cdot\dfrac{\pi}{2} = \dfrac{\pi}{8}.

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

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

Answer 3A=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θ+cos2θ2)dθ=2[3θ22sinθ+sin2θ4]02π=23π=6π= 2\int_0^{2\pi}\left(\dfrac{3}{2} - 2\cos\theta + \dfrac{\cos 2\theta}{2}\right)d\theta = 2\left[\dfrac{3\theta}{2} - 2\sin\theta + \dfrac{\sin 2\theta}{4}\right]_0^{2\pi} = 2 \cdot 3\pi = 6\pi.

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

Hint 4r = a(1+\sin\theta)$$\dfrac{dr}{d\theta} = a\cos\theta. Substitute into the gradient formula.

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

dydx=(a3/2)(1/2)+(3a/2)(3/2)(a3/2)(3/2)(3a/2)(1/2)=a3/4+3a3/43a/43a/4=a30\dfrac{dy}{dx} = \dfrac{(a\sqrt{3}/2)(1/2) + (3a/2)(\sqrt{3}/2)}{(a\sqrt{3}/2)(\sqrt{3}/2) - (3a/2)(1/2)} = \dfrac{a\sqrt{3}/4 + 3a\sqrt{3}/4}{3a/4 - 3a/4} = \dfrac{a\sqrt{3}}{0}

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

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

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

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

dydθ=4sinθsinθ+4cosθcosθ=4(cos2θsin2θ)=4cos2θ\dfrac{dy}{d\theta} = -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 = 2\sqrt{2}$$\theta = 7\pi/4Point (2,2)(2, -2).

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

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

Answer 6Intersection: 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=π+232232=π= \left[3\theta + 2\sin 2\theta - 2\sin\theta\right]_0^{\pi/3} = \pi + 2\cdot\dfrac{\sqrt{3}}{2} - 2\cdot\dfrac{\sqrt{3}}{2} = \pi.

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

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

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

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

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

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

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

Answer 8This 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.

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

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

Answer 9At θ=π/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\thetaSo at θ=π/2\theta = \pi/2: dr/dθ=0dr/d\theta = 0.

dydx=01+300031=03=0\dfrac{dy}{dx} = \dfrac{0\cdot 1 + 3\cdot 0}{0\cdot 0 - 3\cdot 1} = \dfrac{0}{-3} = 0.

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

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

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

Answer 10r=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]=π332= \dfrac{1}{2}\left[2\pi - 3\sqrt{3}\right] = \pi - \dfrac{3\sqrt{3}}{2}.


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θ    θ=±π31 = 2\cos\theta \implies \theta = \pm\frac{\pi}{3}

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}

=π+232232=π= \pi + 2\cdot\frac{\sqrt{3}}{2} - 2\cdot\frac{\sqrt{3}}{2} = \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 = r\cos\theta$$y = r\sin\theta$$r^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 = \piAnd 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(1 - \cos\theta)$$\dfrac{dr}{d\theta} = 2\sin\theta.

Horizontal tangents occur when dydθ=0\dfrac{dy}{d\theta} = 0:

drdθsinθ+rcosθ=0    2sin2θ+2(1cosθ)cosθ=0\frac{dr}{d\theta}\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=dxdθdθdx = \dfrac{dx}{d\theta}\,d\theta:

x=rcosθ=(1+cosθ)cosθx = r\cos\theta = (1+\cos\theta)\cos\theta dxdθ=sinθ2cosθsinθ=sinθ(1+2cosθ)\dfrac{dx}{d\theta} = -\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πy2dxdθdθ=2π0π(1+cosθ)2sin2θ[sinθ(1+2cosθ)]dθV = 2\pi\int_0^{\pi} y^2\,\frac{dx}{d\theta}\,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=128π15= 2\pi\left(\frac{64}{5} - \frac{64}{6}\right) = 2\pi\cdot\frac{64(6-5)}{30} = \frac{128\pi}{15}


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θ+cos2θ2)dθ=3πa22A = 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{\cos 2\theta}{2}\right)d\theta = \frac{3\pi a^2}{2}

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

dr/dθ=asinθdr/d\theta = -a\sin\thetaSo 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θ+cos2θ2)dθ=12[9θ2+4sinθ+sin2θ4]0π=9π4= \frac{1}{2}\int_0^{\pi}\left(\frac{9}{2} + 4\cos\theta + \frac{\cos 2\theta}{2}\right)d\theta = \frac{1}{2}\left[\frac{9\theta}{2} + 4\sin\theta + \frac{\sin 2\theta}{4}\right]_0^{\pi} = \frac{9\pi}{4}

Question 13

Prove that the polar curve r=acosθr = \dfrac{a}{\cos\theta} is a vertical line, and state Its Cartesian equation.

Solution

r=acosθ    rcosθ=a    x=ar = \dfrac{a}{\cos\theta} \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π/21cos4θ2dθ=4[θsin4θ4]0π/2=2πA = \frac{1}{2}\int_0^{\pi/2}16\sin^2 2\theta\,d\theta = 8\int_0^{\pi/2}\frac{1-\cos 4\theta}{2}\,d\theta = 4\left[\theta - \frac{\sin 4\theta}{4}\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.

dydθ=8cos2θsinθ+4sin2θcosθ=8cos2θsinθ+8sinθcos2θ\dfrac{dy}{d\theta} = 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 = 0Where r=0r = 0) or cos2θ=1/3\cos^2\theta = 1/3I.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 = -1The 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 θ\thetaThe 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θ+1+cos2θ2)dθ=1202π ⁣(92+4cosθ+cos2θ2)dθ= \frac{1}{2}\int_0^{2\pi} \!\left(4 + 4\cos\theta + \frac{1+\cos 2\theta}{2}\right)d\theta = \frac{1}{2}\int_0^{2\pi} \!\left(\frac{9}{2} + 4\cos\theta + \frac{\cos 2\theta}{2}\right)d\theta

=12[9θ2+4sinθ+sin2θ4]02π=129π=9π2= \frac{1}{2}\left[\frac{9\theta}{2} + 4\sin\theta + \frac{\sin 2\theta}{4}\right]_0^{2\pi} = \frac{1}{2} \cdot 9\pi = \boxed{\frac{9\pi}{2}}

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ψ=rdr/dθ\tan\psi = \dfrac{r}{dr/d\theta}.

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    ψ=3π4\tan\psi = \dfrac{a}{-a} = -1 \implies \psi = \dfrac{3\pi}{4} (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[π+2sin2π32sinπ3(π2sin2π3+2sinπ3)]= \frac{1}{2}\left[\pi + 2\sin\frac{2\pi}{3} - 2\sin\frac{\pi}{3} - \left(-\pi - 2\sin\frac{2\pi}{3} + 2\sin\frac{\pi}{3}\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πr2+(drdθ)2dθs = \displaystyle\int_0^{2\pi} \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2}\,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\thetaNot r2dθ\int r^2\,d\theta
Not checking if rr changes sign when finding enclosed areasIf r<0r < 0The 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 = 0Integrate 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 ⁣[sin2θ2]π/4π/4=2(1(1))=4... waitA = \frac{1}{2}\int_{-\pi/4}^{\pi/4} 4\cos 2\theta\,d\theta = 2\!\left[\frac{\sin 2\theta}{2}\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ψ=rdr/dθ=asecθasecθtanθ=cotθ\tan\psi = \dfrac{r}{dr/d\theta} = \dfrac{a\sec\theta}{a\sec\theta\tan\theta} = \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=αβr2+(drdθ)2dθs = \displaystyle\int_\alpha^\beta \sqrt{r^2+\left(\dfrac{dr}{d\theta}\right)^2}\,d\theta
Tangent-radius angletanψ=rdr/dθ\tan\psi = \dfrac{r}{dr/d\theta}
Tangent to xx-axisdydx=rsinθ+rcosθrcosθrsinθ\dfrac{dy}{dx} = \dfrac{r'\sin\theta + r\cos\theta}{r'\cos\theta - r\sin\theta}

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 θ\thetaIntegrate from 00 to 2π2\pi:

A=1202πa2(1+cosθ)2dθ=a2202π ⁣(32+2cosθ+cos2θ2)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{\cos 2\theta}{2}\right)d\theta

=a22 ⁣[3θ2+2sinθ+sin2θ4]02π=a223π=3πa22= \dfrac{a^2}{2}\!\left[\dfrac{3\theta}{2}+2\sin\theta+\dfrac{\sin 2\theta}{4}\right]_0^{2\pi} = \dfrac{a^2}{2}\cdot 3\pi = \boxed{\dfrac{3\pi a^2}{2}}

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ψ=r2r2+(dr/dθ)2p = r\sin\psi = \frac{r^2}{\sqrt{r^2+(dr/d\theta)^2}}

14.2 The prp-r equation

For a conic with focus at the origin and directrix at distance dd: r=ed1+ecosθr = \dfrac{ed}{1+e\cos\theta} 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/2I.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 ⁣(3232)+ ⁣(3232)]=12(2π43)=π23= \dfrac{1}{2}\!\left[(4\pi-2\pi)+4\!\left(-\dfrac{\sqrt{3}}{2}-\dfrac{\sqrt{3}}{2}\right)+\!\left(\dfrac{\sqrt{3}}{2}-\dfrac{\sqrt{3}}{2}\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 πa212\dfrac{\pi a^2}{12}.

Solution

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

A=12π/6π/6a2cos2(3θ)dθ=a22π/6π/61+cos6θ2dθ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{1+\cos 6\theta}{2}\,d\theta

=a24 ⁣[θ+sin6θ6]π/6π/6=a24 ⁣(π3+0)=πa212= \dfrac{a^2}{4}\!\left[\theta+\dfrac{\sin 6\theta}{6}\right]_{-\pi/6}^{\pi/6} = \dfrac{a^2}{4}\!\left(\dfrac{\pi}{3}+0\right) = \boxed{\dfrac{\pi a^2}{12}}. \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=ed1+ecosθr = \frac{ed}{1+e\cos\theta}

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_0The tangent at the pole is the line θ=θ0+π2\theta = \theta_0 + \dfrac{\pi}{2} (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 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 = 0I.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θ+1cos2θ2)dθ=12 ⁣[2cosθ+θ2sin2θ4]02π=12π2=π4= \dfrac{1}{2}\displaystyle\int_0^{2\pi} \!\left(2\sin\theta + \frac{1-\cos 2\theta}{2}\right)d\theta = \dfrac{1}{2}\!\left[-2\cos\theta + \frac{\theta}{2} - \frac{\sin 2\theta}{4}\right]_0^{2\pi} = \dfrac{1}{2}\cdot\dfrac{\pi}{2} = \boxed{\dfrac{\pi}{4}}.

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_0There is exactly one value of rrSo the spiral intersects each radial line Exactly once. \blacksquare

Intuition

Polar coordinates describe points by distance and direction rather than horizontal and vertical displacement. Imagine standing at the origin and pointing a compass: the angle tells you which direction to look, and the radius tells you how far to walk. Many curves that are complicated in Cartesian coordinates become simple in polar form because their symmetry aligns with radial distance from a center point. A cardioid is shaped like a heart because its radius varies smoothly with angle, while rose curves create petal patterns when the radius oscillates between zero and its maximum. The polar area formula works by summing infinitesimal wedges, like slicing a pie into infinitely thin pieces and adding their areas.

Cross-References

  • Complex Numbers — The polar form z = re^{i theta} is identical to polar coordinates, linking complex multiplication to combining angles and moduli.
  • Further Calculus — The polar area formula and tangent gradients are direct applications of integration and differentiation techniques.
  • Matrices — Polar representations of rotation matrices connect coordinate transformations to trigonometric parameterisation.
  • Further Algebra — De Moivre’s theorem uses polar form to derive multiple angles and roots of complex numbers.