Welcome to Polar Coordinates

In standard A Level Mathematics, you are used to mapping points on a grid using Cartesian coordinates \((x, y)\)—telling you how far to move across and up. In Further Mathematics A2 1: Pure Mathematics, we introduce a beautiful and powerful alternative: Polar Coordinates \((r, \theta)\).

Real-world analogy: Think of a radar screen or air traffic control. Instead of giving a pilot grid references like "go 5 miles East and 3 miles North", air traffic control gives a bearing (an angle \(\theta\)) and a range (a distance \(r\)). Polar coordinates make describing circles, spirals, and looping curves vastly simpler than Cartesian equations ever could!

Don't worry if this feels unfamiliar at first. We will break down every concept step-by-step, from plotting points to calculating tangents and enclosed areas.

---

1. Understanding Polar Coordinates & Conventions

The Reference System

Polar coordinates define the position of a point \(P\) relative to a fixed point and a fixed line:
The Pole (\(O\)): The origin or central reference point (equivalent to \((0,0)\) in Cartesian).
The Initial Line: A horizontal ray directed to the right from the pole (equivalent to the positive \(x\)-axis).
Radial Distance (\(r\)): The straight-line distance from the pole \(O\) to the point \(P\). Under standard CCEA conventions, \(r \ge 0\).
Angle (\(\theta\)): The angle measured in radians anticlockwise from the initial line. If measured clockwise, \(\theta\) is negative.

A point is written as the ordered pair \((r, \theta)\). The standard principal range for \(\theta\) is usually \([0, 2\pi)\) or \((-\pi, \pi]\).

Converting Between Systems

By forming a right-angled triangle with the initial line and pole, we get our fundamental conversion formulae:

From Polar \((r, \theta)\) to Cartesian \((x, y)\):
\(x = r\cos\theta\)
\(y = r\sin\theta\)

From Cartesian \((x, y)\) to Polar \((r, \theta)\):
\(r = \sqrt{x^2 + y^2}\quad (r \ge 0)\)
\(\tan\theta = \frac{y}{x}\)

Important Note on Quadrants: When finding \(\theta\), always sketch a quick diagram to ensure your angle sits in the correct quadrant! Do not rely solely on the \(\arctan\) button on your calculator, as \(\arctan\left(\frac{-1}{-1}\right) = \frac{\pi}{4}\), but the point \((-1, -1)\) is in the third quadrant, meaning \(\theta = -\frac{3\pi}{4}\) or \(\frac{5\pi}{4}\).

Worked Example 1.1: Convert the Cartesian point \((-2, 2\sqrt{3})\) into polar coordinates \((r, \theta)\), where \(r > 0\) and \(-\pi < \theta \le \pi\).
• Calculate \(r\): \(r = \sqrt{(-2)^2 + (2\sqrt{3})^2} = \sqrt{4 + 12} = \sqrt{16} = 4\)
• Find the reference angle: \(\alpha = \arctan\left(\frac{2\sqrt{3}}{2}\right) = \arctan(\sqrt{3}) = \frac{\pi}{3}\)
• Check quadrant: \(x < 0\) and \(y > 0\), which is Quadrant 2.
• Calculate \(\theta\): \(\theta = \pi - \frac{\pi}{3} = \frac{2\pi}{3}\)
• Final Answer: \(\left(4, \frac{2\pi}{3}\right)\)

Key Takeaway: Always draw a quick sketch to check your quadrant when finding \(\theta\), and remember that angles are always in radians!

---

2. Standard Polar Curves & Curve Sketching

In CCEA Further Mathematics, you need to recognise, sketch, and test the symmetry of several standard families of polar curves.

A. Circles

• \(r = a\): A circle of radius \(a\) centered at the pole.
• \(r = 2a\cos\theta\): A circle of radius \(a\) passing through the pole, with center at \((a, 0)\) on the initial line.
• \(r = 2a\sin\theta\): A circle of radius \(a\) passing through the pole, with center at \((0, a)\) on the line \(\theta = \frac{\pi}{2}\).

B. Cardioids and Limaçons

Cardioids (Heart-shaped curves):
Form: \(r = a(1 \pm \cos\theta)\) or \(r = a(1 \pm \sin\theta)\)
At \(\theta = 0\) or \(\pi\), the curve meets the pole in a sharp "cusp" or dimple where \(r = 0\).
Limaçons:
Form: \(r = a + b\cos\theta\) or \(r = a + b\sin\theta\) (where \(a, b > 0\))
- If \(a = b\): It is a cardioid (with a sharp cusp at the pole).
- If \(a > b\): It is a dimpled limaçon (a flattened/egg-shaped oval with no cusp).
- If \(a < b\): It has an inner loop.

C. Rose Curves & Spirals

Rose Curves (Petals): \(r = a\cos(n\theta)\) or \(r = a\sin(n\theta)\).
Archimedean Spiral: \(r = a\theta\), where the distance from the pole increases linearly with angle \(\theta\).

Testing for Symmetry

Checking symmetry makes sketching much faster and easier:
Symmetry about the initial line (\(\theta = 0\)): Replace \(\theta\) with \(-\theta\). If \(f(-\theta) = f(\theta)\), the curve is symmetric about the initial line (common with \(\cos\theta\) curves).
Symmetry about the vertical line (\(\theta = \frac{\pi}{2}\)): Replace \(\theta\) with \(\pi - \theta\). If \(f(\pi - \theta) = f(\theta)\), the curve is symmetric about \(\theta = \frac{\pi}{2}\) (common with \(\sin\theta\) curves).

Key Takeaway: Create a small table of values for key angles (\(0, \frac{\pi}{4}, \frac{\pi}{2}, \pi, \frac{3\pi}{2}, 2\pi\)) to guide your curve sketch, and exploit symmetry wherever possible.

---

3. Tangents and Normals to Polar Curves

To find slopes, gradients, or points where tangents are horizontal or vertical, we express the curve in parametric form using \(\theta\) as the parameter.

The Gradient Formula

Since \(x = r\cos\theta = f(\theta)\cos\theta\) and \(y = r\sin\theta = f(\theta)\sin\theta\), we use the chain rule for parametric differentiation:

\(\frac{\mathrm{d}y}{\mathrm{d}x} = \frac{\frac{\mathrm{d}y}{\mathrm{d}\theta}}{\frac{\mathrm{d}x}{\mathrm{d}\theta}}\)

Types of Tangents

1. Tangents parallel to the initial line (Horizontal Tangents):
Set \(\frac{\mathrm{d}y}{\mathrm{d}\theta} = 0\) (provided \(\frac{\mathrm{d}x}{\mathrm{d}\theta} \neq 0\)).
Remember: \(y = r\sin\theta\), so differentiate the product \(r\sin\theta\) with respect to \(\theta\).

2. Tangents perpendicular to the initial line (Vertical Tangents):
Set \(\frac{\mathrm{d}x}{\mathrm{d}\theta} = 0\) (provided \(\frac{\mathrm{d}y}{\mathrm{d}\theta} \neq 0\)).
Remember: \(x = r\cos\theta\), so differentiate the product \(r\cos\theta\) with respect to \(\theta\).

3. Tangents at the Pole:
At the pole, \(r = 0\). Simply solve the equation \(f(\theta) = 0\) for \(\theta\). The lines \(\theta = \alpha\) for which \(r = 0\) are the tangent lines at the origin.

Examiner Warning: A common mistake is setting \(\frac{\mathrm{d}r}{\mathrm{d}\theta} = 0\) to find horizontal or vertical tangents. Setting \(\frac{\mathrm{d}r}{\mathrm{d}\theta} = 0\) only gives the points of maximum or minimum radial distance from the pole, NOT the horizontal/vertical tangents!

Worked Example 3.1: Find the coordinates of the points where the tangents to the cardioid \(r = a(1 + \cos\theta)\) are parallel to the initial line (\(0 \le \theta < 2\pi\)).
• Write \(y\) in terms of \(\theta\):
\(y = r\sin\theta = a(1 + \cos\theta)\sin\theta = a(\sin\theta + \sin\theta\cos\theta) = a\left(\sin\theta + \frac{1}{2}\sin 2\theta\right)\)
• Differentiate with respect to \(\theta\) and set to \(0\):
\(\frac{\mathrm{d}y}{\mathrm{d}\theta} = a(\cos\theta + \cos 2\theta) = 0\)
• Use the double angle identity \(\cos 2\theta = 2\cos^2\theta - 1\):
\(2\cos^2\theta + \cos\theta - 1 = 0\)
\((2\cos\theta - 1)(\cos\theta + 1) = 0\)
• Solve for \(\cos\theta\):
\(\cos\theta = \frac{1}{2} \implies \theta = \frac{\pi}{3}, \frac{5\pi}{3}\)
\(\cos\theta = -1 \implies \theta = \pi\) (at \(\theta = \pi\), \(r = 0\), which is the cusp at the pole where \(\frac{\mathrm{d}x}{\mathrm{d}\theta} = 0\) as well).
• Calculate \(r\) for \(\theta = \frac{\pi}{3}\):
\(r = a\left(1 + \cos\frac{\pi}{3}\right) = a\left(1 + \frac{1}{2}\right) = \frac{3}{2}a\)
• Points: \(\left(\frac{3}{2}a, \frac{\pi}{3}\right)\) and \(\left(\frac{3}{2}a, \frac{5\pi}{3}\right)\).

Key Takeaway: For horizontal tangents, differentiate \(y = r\sin\theta\). For vertical tangents, differentiate \(x = r\cos\theta\).

---

4. Calculus: Area Enclosed by Polar Curves

The Sector Formula

Unlike Cartesian integration where we sum vertical strips of area \(y\,\mathrm{d}x\), in polar coordinates we sum triangular fan-like sectors with area \(\frac{1}{2}r^2\,\mathrm{d}\theta\).

The area \(A\) bounded by the curve \(r = f(\theta)\) and the rays \(\theta = \alpha\) and \(\theta = \beta\) is given by:

\(A = \frac{1}{2}\int_{\alpha}^{\beta} r^2 \,\mathrm{d}\theta = \frac{1}{2}\int_{\alpha}^{\beta} [f(\theta)]^2 \,\mathrm{d}\theta\)

(This formula is provided in your CCEA Formulae and Tables Booklet).

Area Between Two Polar Curves

If an area is bounded between an outer curve \(r_2(\theta)\) and an inner curve \(r_1(\theta)\) between rays \(\theta = \alpha\) and \(\theta = \beta\):

\(A = \frac{1}{2}\int_{\alpha}^{\beta} \left(r_2^2 - r_1^2\right)\,\mathrm{d}\theta\)

Essential Trigonometric Identities for Integration

When squaring expressions containing \(\sin\theta\) or \(\cos\theta\), you will frequently need these double-angle identities:
• \(\cos^2\theta = \frac{1 + \cos 2\theta}{2}\)
• \(\sin^2\theta = \frac{1 - \cos 2\theta}{2}\)

Worked Example 4.1: Find the total area enclosed by the cardioid \(r = a(1 + \cos\theta)\).
• Notice the curve is symmetrical about the initial line (\(\theta = 0\)). We can integrate from \(\theta = 0\) to \(\theta = \pi\) and double the result:
\(A = 2 \times \left(\frac{1}{2}\int_{0}^{\pi} r^2 \,\mathrm{d}\theta\right) = \int_{0}^{\pi} a^2(1 + \cos\theta)^2 \,\mathrm{d}\theta\)
• Expand the bracket carefully:
\((1 + \cos\theta)^2 = 1 + 2\cos\theta + \cos^2\theta\)
• Substitute \(\cos^2\theta = \frac{1 + \cos 2\theta}{2}\):
\(1 + 2\cos\theta + \frac{1}{2} + \frac{1}{2}\cos 2\theta = \frac{3}{2} + 2\cos\theta + \frac{1}{2}\cos 2\theta\)
• Integrate term by term:
\(A = a^2 \int_{0}^{\pi} \left(\frac{3}{2} + 2\cos\theta + \frac{1}{2}\cos 2\theta\right)\,\mathrm{d}\theta\)
\(A = a^2 \left[ \frac{3}{2}\theta + 2\sin\theta + \frac{1}{4}\sin 2\theta \right]_{0}^{\pi}\)
• Evaluate the limits:
Upper limit (\(\pi\)): \(a^2 \left( \frac{3\pi}{2} + 0 + 0 \right) = \frac{3\pi a^2}{2}\)
Lower limit (\(0\)): \(0\)
• Total Area: \(A = \frac{3}{2}\pi a^2\)

Key Takeaway: Always check if you can use symmetry to simplify your limits of integration, and never forget the \(\frac{1}{2}\) factor in front of the integral.

---

5. Summary of Common Pitfalls & Exam Checklist

Examiner's Top Checklist:
Missing the \(\frac{1}{2}\): Forgetting the factor of \(\frac{1}{2}\) in the area formula \(A = \frac{1}{2}\int r^2\,\mathrm{d}\theta\) is the single most common error in A2 1.
Square Expansion Errors: When squaring \((a + b\cos\theta)^2\), students frequently write \(a^2 + b^2\cos^2\theta\), forgetting the middle term \(2ab\cos\theta\).
Tangent Conditions: Remember that \(\frac{\mathrm{d}r}{\mathrm{d}\theta} = 0\) is NOT a horizontal tangent! Use \(\frac{\mathrm{d}y}{\mathrm{d}\theta} = 0\) for horizontal and \(\frac{\mathrm{d}x}{\mathrm{d}\theta} = 0\) for vertical.
Angle Range & Limits: Always make sure you understand the sweep of \(\theta\). If a loop exists only for \(\theta \in \left[-\frac{\pi}{4}, \frac{\pi}{4}\right]\), do not integrate across \([0, 2\pi]\).