1. The Polar Coordinate System
In polar coordinates, a point P is located by its distance r from the origin (called the pole) and the angle θ from the initial line (positive x-axis, measured anticlockwise).
The syllabus strictly uses r ≥ 0. When a curve equation gives a negative value of r for some θ, those points are simply not plotted — they are outside the curve. This is a key difference from some other treatments.
2. Converting Between Systems
The four fundamental relationships come directly from basic trigonometry applied to the right triangle formed by the point, pole, and the projection onto the initial line.
The "Multiply by r" Trick
When converting polar to Cartesian, if the equation is hard to convert directly, multiply both sides by r. This creates the recognisable terms r², r cosθ, and r sinθ.
3. Sketching Polar Curves — The 5-Step Method
Cambridge does not require detailed plotting, but expects all significant features to be shown clearly on a sketch.
- 1Check symmetry first — this can halve your work (see symmetry table below).
- 2Find where r = 0 — these are the points where the curve passes through the pole. Set the equation equal to zero and solve for θ.
- 3Find maximum and minimum r — maximum r gives the furthest point from the pole. Use calculus or known trig bounds.
- 4Find intersections with the initial line (θ=0, π) and with the line θ=π/2 — these give key anchor points for the sketch.
- 5Build a table of (θ, r) for key angles: 0, π/6, π/4, π/3, π/2, 2π/3, π, etc. Plot and connect smoothly.
Symmetry Rules
| Condition on equation | Symmetry about | Example |
|---|---|---|
| Replace θ with −θ gives same equation | Initial line (x-axis) | r = 1 + cosθ (since cos(−θ) = cosθ) |
| Replace θ with π−θ gives same equation | Line θ = π/2 (y-axis) | r = 1 + sinθ... actually r = 1 − cosθ |
| Replace θ with θ+π gives same r | Pole (origin) | r = sin(2θ) — symmetry about origin |
| r depends only on sin θ | Line θ = π/2 | r = 2 sinθ, r = a(1 + sinθ) |
| r depends only on cos θ | Initial line | r = a cosθ, r = a(1 + cosθ) |
4. Common Curve Types
5. Area Formula — A = ½∫r²dθ
The area enclosed by a polar curve r = f(θ) between the radii θ = α and θ = β is found by summing infinitesimally thin sectors. Each thin sector has area ½r²dθ.
- Identify the limits α and β carefully — use the θ-values where r=0 (curve passes through pole) for a complete loop, or the given radial lines for a sector.
- Expand r² using trig identities before integrating. Most commonly: cos²θ = ½(1+cos2θ), sin²θ = ½(1−cos2θ).
- Use symmetry to simplify — if the curve is symmetric about the initial line, integrate from 0 to π/2 and double, for example.
Area Between Two Polar Curves
This is a circle with centre (0, 2) and radius 2.
Replace θ with −θ: cos(−θ) = cosθ, so equation is unchanged. Symmetric about the initial line.
This means we only need to plot 0 ≤ θ ≤ π and reflect below.
- Maximum r = 2a at θ = 0 → point (2a, 0)
- Passes through pole at θ = π (curve cusps here)
- Crosses θ = π/2 line at r = a → point (0, a) in Cartesian
- Symmetric about initial line — sketch upper half then reflect
- The curve is a cardioid (heart-shaped) — smooth everywhere except the cusp at the pole
The curve is symmetric about the initial line. Area of full curve = 2 × area for 0 ≤ θ ≤ π.
For r = a sin(nθ): if n is even → 2n petals; if n is odd → n petals. Here n = 2 (even), so 4 petals.
Petals occur when sin(2θ) > 0, i.e. for 0 < θ < π/2 (first petal, in first quadrant), π < θ < 3π/2 (third petal), etc.
r = 0 at θ = 0, π/2, π, 3π/2 — the curve passes through the pole 4 times.
Alternatively: ½∫₀^{2π} r²dθ = 9π/2, but this double-counts petals that overlap — for a rose curve, integrate over one period and multiply. The safest approach is always to identify one petal's limits and multiply by the count.
Interactive Polar Curve Plotter
Type any polar equation in terms of θ, choose a θ range, and explore the curve. Area computation is automatic.
Practice Questions
r² = 4cos(2θ) ≥ 0 requires cos(2θ) ≥ 0, so one loop exists for −π/4 ≤ θ ≤ π/4 (and another for 3π/4 ≤ θ ≤ 5π/4).
Note: Area of C₂ (r=2cosθ) = ½∫_{−π/2}^{π/2}4cos²θ dθ = π. This is a circle of radius 1 centred at (1,0), area = π(1²) = π ✓
Formula Reference Sheet
Complete reference for Polar Coordinates — Cambridge 9231 P1, Section 1.5.
- Always state r ≥ 0 explicitly when converting or sketching — this is the Cambridge convention and affects which parts of curves exist.
- For conversions: if stuck, multiply both sides by r to create r², r cosθ, r sinθ — all of which convert cleanly.
- For sketching: identify symmetry first — it can halve your table of values. State the symmetry explicitly on your answer.
- For area integrals: always expand r² fully and use the double-angle identity before integrating. Never integrate without expanding first.
- For a rose curve r = a sin(nθ): area of one petal = ½∫₀^{π/n} a² sin²(nθ) dθ. Identify the correct limits by finding where r = 0.
- When the question says "area inside curve A but outside curve B": the integrand is
r_A² − r_B²(outer minus inner), with limits from the intersection points.