# Polar coordinates

> CIE A-Level Further Mathematics · 9231
> Source: https://www.owlsprep.com/study/cie-9231-u1-polar-coordinates/

Polar coordinates are an alternative coordinate system ideal for describing curves with circular or rotational symmetry. This module covers conversion, curve features, intersections and area calculation for polar curves.

**Prerequisites:** Cartesian coordinate geometry; Integration of trigonometric functions; Double angle trigonometric identities

## Learning objectives

- Convert between polar and Cartesian coordinates
- Identify key features of common polar curves
- Find intersection points of polar curves
- Calculate area enclosed by polar curves

## Polar Coordinate Basics and Conversion

**Polar coordinates** — A pair of values describing a point's position: $r$ (non-negative radial distance from the pole, the origin) and $\theta$ (angle from the initial line, positive x-axis)

*Notation:* (r, \theta)

*Example:* The Cartesian point $(1, 1)$ converts to $(\sqrt{2}, \frac{\pi}{4})$ in polar coordinates

Conversion between polar and Cartesian systems uses right-angle trigonometry and Pythagoras' theorem, since both systems share the same origin and axes:

$$\begin{align} x &= r\cos\theta \\ y &= r\sin\theta \\ r^2 &= x^2 + y^2 \\ \tan\theta &= \frac{y}{x} \quad (x \neq 0) \end{align}$$

**Worked example:** Convert the Cartesian equation $x^2 + y^2 = 4x$ to polar form

1. Substitute the standard conversion identities into the equation:
2. $$x^2 + y^2 = r^2, \quad x = r\cos\theta$$
3. This gives:
4. $$r^2 = 4r\cos\theta$$
5. Assuming $r \neq 0$ (the pole is already on the resulting curve), divide both sides by $r$:
6. $$r = 4\cos\theta$$

## Common Polar Curves and Sketching

Many symmetric curves have far simpler polar equations than Cartesian equivalents. To sketch a polar curve, identify symmetry, maximum/minimum values of $r$, and points where $r=0$.

**Cardioid** — A heart-shaped polar curve with a single cusp at the pole, symmetric about the initial line (for cosine forms) or y-axis (for sine forms)

*Notation:* $r = a(1 \pm \cos\theta)$, $r = a(1 \pm \sin\theta)$

*Example:* $r = 2(1 + \cos\theta)$ is a cardioid with cusp at the pole

- Circles: $r = a$ (radius $a$, centered at the pole), $r = 2a\cos\theta$ (radius $a$, centered at $(a, 0)$ Cartesian)
- Lemniscates: $r^2 = a^2\cos 2\theta$, figure-of-eight shape symmetric about both axes
- Rose curves: $r = a\cos n\theta$ or $r = a\sin n\theta$, $n$ petals if $n$ is odd, $2n$ petals if $n$ is even

**Worked example:** State the number of petals for the curve $r = 3\sin 2\theta$

1. This matches the form of a rose curve, with $a = 3$ and $n = 2$
2. The rule for rose curves is: if $n$ is even, the number of petals is $2n$; if odd, it is $n$
3. Here $n=2$ is even, so the total number of petals is $2 \times 2 = 4$

> **Exam tip:** Remember that negative $r$ plots points in the opposite direction of $\theta$, which creates extra petals for even $n$

## Intersections of Polar Curves

To find intersections of two polar curves, first solve $r_1(\theta) = r_2(\theta)$ to find points with the same $r$ and $\theta$. Always check the pole separately, as it can be an intersection even when reached at different angles for each curve.

> **warning**
>
> The pole is the most commonly missed intersection point in polar coordinate questions

**Worked example:** Find all intersections of $r = \cos\theta$ and $r = 1 - \cos\theta$

1. First solve for equal $r$:
2. $$\cos\theta = 1 - \cos\theta \implies 2\cos\theta = 1 \implies \cos\theta = \frac{1}{2}$$
3. For $0 \leq \theta < 2\pi$, this gives solutions $\theta = \frac{\pi}{3}$ and $\theta = \frac{5\pi}{3}$, with $r = \frac{1}{2}$ for both
4. Now check the pole: $r = \cos\theta = 0$ when $\theta = \frac{\pi}{2}$, and $r = 1 - \cos\theta = 0$ when $\theta = 0$
5. The pole lies on both curves, so it is a third intersection. Total intersections: 3

## Area Enclosed by Polar Curves

**Polar Area Formula** — The area $A$ enclosed by the curve $r = r(\theta)$ between angles $\theta = \alpha$ and $\theta = \beta$ is given by the integral below. The formula comes from approximating the area as a sum of small circular sectors.

*Example:* For a full closed curve, use the full range of $\theta$ that completes one rotation of the curve

$$A = \frac{1}{2} \int_{\alpha}^{\beta} r^2 \, d\theta$$

To integrate $r^2$, we almost always use double-angle identities to simplify $\cos^2\theta$ and $\sin^2\theta$:

**Worked example:** Find the total area enclosed by the cardioid $r = 1 + \cos\theta$

1. The cardioid completes one full rotation from $\alpha = 0$ to $\beta = 2\pi$, so substitute into the area formula:
2. $$A = \frac{1}{2} \int_{0}^{2\pi} (1 + \cos\theta)^2 \, d\theta$$
3. Expand and simplify using the identity $\cos^2\theta = \frac{1 + \cos 2\theta}{2}$:
4. $$(1 + 2\cos\theta + \cos^2\theta) = \frac{3}{2} + 2\cos\theta + \frac{\cos 2\theta}{2}$$
5. Integrate term by term:
6. $$A = \frac{1}{2} \left[ \frac{3\theta}{2} + 2\sin\theta + \frac{\sin 2\theta}{4} \right]_0^{2\pi}$$
7. All sine terms evaluate to zero at the limits, so we get:
8. $$A = \frac{1}{2} \times 3\pi = \frac{3\pi}{2}$$

> **Exam tip:** Always write the $\frac{1}{2}$ factor explicitly: it is the most common mistake in polar area questions

*Calculator:* forbidden

## Common pitfalls

- **Wrong:** Forgetting the $\frac{1}{2}$ factor in the polar area formula
  - Why it fails: The formula is derived from sector area $\frac{1}{2}r^2\Delta\theta$, so the factor is required
  - Correct: Write the full formula $A = \frac{1}{2}\int_\alpha^\beta r^2 d\theta$ before starting any calculation
- **Wrong:** Missing the pole as an intersection of two polar curves
  - Why it fails: The pole has coordinates $(0, \theta)$ for any $\theta$, so it can lie on both curves even when reached at different angles
  - Correct: Always check if $r_1 = 0$ and $r_2 = 0$ both have solutions: if they do, add the pole as an intersection
- **Wrong:** Dividing by $r$ when converting equations without checking $r=0$
  - Why it fails: Dividing by $r$ removes the solution $r=0$, which can be a valid separate point
  - Correct: After dividing by $r$, check if $r=0$ lies on the final curve, add it explicitly if not
- **Wrong:** Using $0$ to $2\pi$ for all closed curve area calculations
  - Why it fails: Some curves, like lemniscates, complete one full rotation between $0$ and $\pi$, so using $2\pi$ doubles the area
  - Correct: Test when the curve repeats to find the correct $\theta$ range for one full rotation

## Cheatsheet

| Concept | Key Fact / Formula |
| --- | --- |
| Convert to Cartesian | $x = r\cos\theta$, $y = r\sin\theta$, $r^2 = x^2 + y^2$ |
| Area formula | $A = \frac{1}{2} \int_\alpha^\beta r^2 d\theta$ |
| Circle (center pole) | $r = a$, radius $a$ |
| Cardioid | $r = a(1 \pm \cos\theta)$, symmetric about initial line |
| Rose curve petals | $n$ petals for odd $n$, $2n$ for even $n$ |
| Pole intersection check | Check $r=0$ for both curves separately |
| Simplify $r^2$ | Use $\cos^2\theta = \frac{1+\cos 2\theta}{2}$ for integration |

## What's next

Polar coordinates are a foundational tool for advanced topics including complex analysis, orbital mechanics, and field theory in physics, where problems often have natural rotational symmetry. For your CIE 9231 exam, area calculation and intersection questions for polar curves are regularly tested, so practicing past questions after mastering this content is key. The integration techniques you learned here extend directly to finding arc lengths and surface areas of polar curves in later further calculus topics, and polar coordinates also underpin the study of parametric curves.

- [Vectors](https://www.owlsprep.com/study/cie-9231-u1-vectors/)
- [Further Pure 2](https://www.owlsprep.com/study/cie-9231-u2-overview/)
- [Hyperbolic Functions](https://www.owlsprep.com/study/cie-9231-u2-hyperbolic-functions/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/cie-9231-u1-polar-coordinates/
