# Polar Coordinates (Edexcel IAL FP2 Further Maths)

> Edexcel International A-Level Further Mathematics · Edexcel IAL Further Maths 2018 Spec
> Source: https://www.owlsprep.com/study/edexcel-ial-further-math-fp2-polar-coordinates/

This guide covers all Edexcel IAL FP2 polar coordinate content: conversion between polar and Cartesian systems, standard curve sketching, area calculations with integration, and tangents parallel/perpendicular to the initial line.

**Prerequisites:** [Trigonometric identities and standard integration techniques](https://www.owlsprep.com/study/edexcel-ial-further-math-fp2-trigonometry/); [Coordinate geometry fundamentals](https://www.owlsprep.com/study/edexcel-ial-further-math-fp1-coordinate-geometry/)

## Learning objectives

- Convert between polar (r ≥ 0) and Cartesian coordinate systems correctly
- Sketch all standard FP2 polar curves including cardioids, rose curves and lemniscates
- Calculate areas bounded by polar curves using the formula $A = \frac{1}{2}\int r^2 d\theta$
- Find tangents to polar curves parallel or perpendicular to the initial line

## 1. Polar Coordinate System and Polar/Cartesian Conversion

**Polar Coordinates** — A 2D coordinate system where each point is defined by its non-negative radial distance $r$ from a fixed pole, and angle $\theta$ measured counterclockwise from the fixed initial line (positive x-axis).

*Notation:* $(r, \theta)$

Core conversion formulas linking polar and Cartesian coordinates are derived from right-triangle trigonometry: $x = r \cos \theta$, $y = r \sin \theta$, $r^2 = x^2 + y^2$, $\tan \theta = \frac{y}{x}$. When solving for $\theta$, always check the quadrant of the point to avoid incorrect angle values.

**Worked example:** Convert the polar curve $r = 2a \cos \theta$ to Cartesian form, where $a$ is a positive constant.

1. 1. Multiply both sides of the equation by $r$ to eliminate the cosine term:
2. $$r^2 = 2a r \cos \theta$$
3. 2. Substitute standard conversion identities $r^2 = x^2 + y^2$ and $x = r \cos \theta$:
4. $$x^2 + y^2 = 2a x$$
5. 3. Rearrange and complete the square for $x$ to identify the curve shape:
6. $$x^2 - 2a x + y^2 = 0$$
7. $$(x - a)^2 + y^2 = a^2$$
8. This is the equation of a circle with center $(a, 0)$ and radius $a$, centered on the initial line.

> **tip**
>
> If asked to verify the shape of a converted polar curve, completing the square for circular curves is a fast way to confirm your result.

*Calculator:* allowed

## 2. Standard Polar Curve Sketching

Edexcel FP2 expects you to recognize and sketch 9 standard polar curve families without plotting individual points. Key features to identify include symmetry, maximum $r$ value, points where $r = 0$ (intersections with the pole), and intercepts with the initial line.

- $r = a$: Circle centered at the pole, radius $a$, $\theta$ spans $0$ to $2\pi$
- $\theta = \alpha$: Straight line through the pole, at angle $\alpha$ to the initial line
- $r = p \sec(\alpha - \theta)$: Straight line at perpendicular distance $p$ from the pole
- $r = k\theta$: Archimedean spiral, $r$ increases linearly with $\theta$
- $r = a(1 \pm \cos \theta)$: Cardioid, heart-shaped, symmetric about the initial line
- $r = a(3 + 2\cos \theta)$: Limaçon, no inner loop, symmetric about the initial line
- $r = a \cos 2\theta$: 4-petalled rose curve, symmetric across initial line and $\theta = \pi/2$
- $r^2 = a^2 \cos 2\theta$: Lemniscate of Bernoulli, figure-of-eight shape

**Worked example:** Sketch the cardioid $r = 3(1 + \cos \theta)$, labeling all key intercepts.

1. 1. Identify symmetry: The function uses $\cos \theta$, so the curve is symmetric about the initial line.
2. 2. Find maximum $r$: When $\cos \theta = 1$ ($\theta = 0$), $r = 6$, so intercept at $(6, 0)$ on the initial line.
3. 3. Find $r = 0$ points: $1 + \cos \theta = 0 \implies \theta = \pi$, so the curve touches the pole at $\theta = \pi$.
4. 4. Find intercept at $\theta = \pi/2$: $r = 3$, so points $(3, \pi/2)$ and $(3, 3\pi/2)$ lie on the curve.
5. 5. Sketch the heart shape, symmetric about the initial line, with the cusp of the heart at the pole pointing left.

> **mnemonic**
>
> For rose curves: If the coefficient of $\theta$ in $r = a \cos n\theta$ is even, number of petals = $2n$; if odd, number of petals = $n$. For FP2 you only need to know $n=2$ (4 petals).

*Calculator:* allowed

## 3. Calculating Areas Bounded by Polar Curves

**Polar Area Formula** — The area bounded by a polar curve $r = f(\theta)$ between angles $\theta = \alpha$ and $\theta = \beta$, measured from the pole, is $A = \frac{1}{2} \int_{\alpha}^{\beta} r^2 d\theta$. For areas between two curves, subtract the smaller area integral from the larger one over the shared $\theta$ domain.

*Example:* Area of full circle $r = a$ is $A = \frac{1}{2} \int_{0}^{2\pi} a^2 d\theta = \pi a^2$, matching the standard circle area formula.

Before solving, always identify integration limits by finding where the curve intersects the pole ($r=0$) or intersects a second curve if calculating the area between two curves. Use symmetry wherever possible to reduce integral size (e.g., integrate over $0$ to $\pi$ for a symmetric curve and multiply by 2).

**Worked example:** Calculate the total area bounded by the 4-petalled rose curve $r = 2 \cos 2\theta$, for $r \geq 0$.

1. 1. Use symmetry: The curve has 4 identical petals. Calculate the area of one petal and multiply by 4. The first petal lies between $\theta = -\pi/4$ and $\theta = \pi/4$, where $r \geq 0$.
2. 2. Set up the integral for one petal using the polar area formula:
3. $$A_{petal} = \frac{1}{2} \int_{-\pi/4}^{\pi/4} (2 \cos 2\theta)^2 d\theta$$
4. 3. Simplify the integrand using the double-angle identity $\cos^2 x = \frac{1 + \cos 2x}{2}$:
5. $$A_{petal} = \frac{1}{2} \int_{-\pi/4}^{\pi/4} 4 \cos^2 2\theta d\theta = \int_{-\pi/4}^{\pi/4} (1 + \cos 4\theta) d\theta$$
6. 4. Evaluate the integral:
7. $$A_{petal} = \left[ \theta + \frac{\sin 4\theta}{4} \right]_{-\pi/4}^{\pi/4} = \frac{\pi}{2}$$
8. 5. Multiply by 4 to get total area:
9. $$A_{total} = 4 \times \frac{\pi}{2} = 2\pi$$

> **warning**
>
> Never use the full $0$ to $2\pi$ range for curves with $r < 0$ in some regions: this will double count area, as Edexcel only assesses $r \geq 0$.

*Calculator:* allowed

## 4. Tangents to Polar Curves

Edexcel FP2 only requires you to find tangents parallel or perpendicular to the initial line. You do not need to calculate general tangents with arbitrary slopes. The conditions are derived from Cartesian conversion: tangents parallel to the initial line occur where $\frac{d}{d\theta}(r \sin \theta) = 0$, and tangents perpendicular to the initial line occur where $\frac{d}{d\theta}(r \cos \theta) = 0$.

**Worked example:** Find the coordinates of the point on the cardioid $r = 1 + \cos \theta$ where the tangent is parallel to the initial line, for $0 \leq \theta \leq \pi$.

1. 1. Tangents parallel to the initial line satisfy $\frac{d}{d\theta}(r \sin \theta) = 0$. Substitute $r = 1 + \cos \theta$:
2. $$\frac{d}{d\theta} \left[ (1 + \cos \theta) \sin \theta \right] = 0$$
3. 2. Expand and differentiate using the product rule:
4. $$\cos \theta + \cos^2 \theta - \sin^2 \theta = 0$$
5. 3. Use the Pythagorean identity $\sin^2 \theta = 1 - \cos^2 \theta$ to rewrite the equation in terms of $\cos \theta$ only:
6. $$2 \cos^2 \theta + \cos \theta - 1 = 0$$
7. 4. Solve the quadratic equation for $\cos \theta$:
8. $$\cos \theta = \frac{1}{2} \text{ or } -1$$
9. 5. For $0 \leq \theta \leq \pi$, valid solutions are $\theta = \pi/3$ and $\theta = \pi$. At $\theta = \pi$, $r = 0$ (the pole, a cusp with no defined tangent), so the only valid point is $\theta = \pi/3$, $r = 3/2$.
10. Final coordinates: $\left( \frac{3}{2}, \frac{\pi}{3} \right)$

> **tip**
>
> Always discard solutions where $r = 0$ (the pole) unless explicitly instructed otherwise, as these are almost always cusps or intersection points with no defined tangent.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Using negative $r$ values when plotting curves or setting up integrals
  - Why it fails: Edexcel FP2 explicitly uses the convention $r \geq 0$, so negative $r$ regions are not part of the curve domain, leading to overcounted area or incorrect curve shape
  - Correct: Only plot points and set integration limits for regions where $r \geq 0$, using symmetry to simplify calculations
- **Wrong:** Forgetting the $\frac{1}{2}$ factor in the polar area integral
  - Why it fails: The formula is derived from summing infinitesimal sector areas of $\frac{1}{2} r^2 d\theta$, so omitting the factor doubles your calculated area
  - Correct: Always write the $\frac{1}{2}$ before the integral when setting up polar area calculations, even if it cancels out later
- **Wrong:** Using the full $0$ to $2\pi$ integration range for curves with $r < 0$ in some regions
  - Why it fails: This includes invalid regions with negative $r$ in your integral, leading to incorrect area values
  - Correct: First find all $\theta$ values where $r = 0$, use these to set limits covering only regions with $r \geq 0$
- **Wrong:** Calculating $\frac{dy}{dx}$ to find tangents parallel or perpendicular to the initial line
  - Why it fails: This requires unnecessary complex differentiation and introduces high risk of algebraic error, when simpler rules are sufficient for FP2 requirements
  - Correct: Use the dedicated FP2 tangent rules: $\frac{d}{d\theta}(r \sin \theta) = 0$ for parallel tangents, $\frac{d}{d\theta}(r \cos \theta) = 0$ for perpendicular tangents
- **Wrong:** Assigning $\theta$ values based only on $\tan \theta = y/x$, without checking the point quadrant
  - Why it fails: The arctangent function only returns values between $-\pi/2$ and $\pi/2$, so points in the second or third quadrant will have incorrect angles
  - Correct: After calculating $\arctan(y/x)$, check the signs of $x$ and $y$ to assign the correct $\theta$ value in the range $0 \leq \theta < 2\pi$

## Cheatsheet

| Concept | Formula/Rule | Key Exam Note |
| --- | --- | --- |
| Polar-Cartesian Conversion | $x=r\cos\theta$, $y=r\sin\theta$, $r^2=x^2+y^2$ | Adjust $\theta$ for correct quadrant; $r \geq 0$ always |
| Cardioid | $r=a(1±\cos\theta)$ | Symmetric about initial line, cusp at the pole |
| 4-petal Rose Curve | $r=a\cos2\theta$ | Petals in 4 quadrants; $r \geq 0$ between $\pm\pi/4$, $\pm3\pi/4$ |
| Polar Area Formula | $A = \frac{1}{2}\int_{\alpha}^{\beta} r^2 d\theta$ | Given in formula booklet; use symmetry to simplify limits |
| Tangent parallel to initial line | $\frac{d}{d\theta}(r\sin\theta) = 0$ | Discard solutions where $r = 0$ (pole cusp) |
| Tangent perpendicular to initial line | $\frac{d}{d\theta}(r\cos\theta) = 0$ | No need to calculate full $\frac{dy}{dx}$ for FP2 questions |

## What's next

Now that you have mastered polar coordinates for Edexcel IAL FP2, you can apply these skills to more complex integration and coordinate geometry problems that appear in high-mark extended response questions. Polar coordinate questions are almost always paired with trigonometric integration, so practicing mixed questions combining these two topics will help you maximize your exam score. If you are taking FP3, note that polar coordinates are not assessed in the arc length or surface area of revolution topics, but you may encounter them in other optional further math units if you choose to take additional papers. Be sure to work through past paper polar coordinate questions to familiarize yourself with common question phrasing and mark scheme expectations.

---

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/edexcel-ial-further-math-fp2-polar-coordinates/
