← Hub FP1 · 05 · Polar 0%
Paper 1 · Further Pure 1 ✦

Polar Coordinates

Stop describing a point by how far across and up. Describe it by how far out and which way round — and curves that were ugly in x and y become one clean line of algebra.

Syllabus 1.5Convention r ⩾ 0Area = ½∫r²dθ (memorise)

What the examiner expects you to do

Detailed plotting is never required — a sketch with the right features beats a laboured table of values every time.

§1 Cartesian ⇄ polar

◆ The dictionary

A point is (r,θ): r is the distance from the pole (the origin), θ the angle anticlockwise from the initial line (the positive x-axis).

x=rcosθ,y=rsinθ,r2=x2+y2,tanθ=yx.

CAIE uses the convention r0. That single line has real consequences: any θ making r negative is simply not part of the curve.

tanθ=y/x does not by itself give θ

tan repeats every π, so it cannot tell (1,3) from (1,3). Always look at which quadrant the point is in before writing down θ, or check the signs of cosθ and sinθ.

✎ Worked example — a point

Write (1,3) in polar form with r0 and 0θ<2π.

r=(1)2+(3)2=4=2. Now cosθ=12 and sinθ=32, which is the second quadrant, so θ=2π3:

(1,3)=(2, 2π3).

Taking arctan(3/(1))=π3 blindly would have put the point in the fourth quadrant — the wrong half of the plane.

✎ Worked example — Cartesian ⟶ polar

Convert x2+y2=4x. Substitute x2+y2=r2 and x=rcosθ:

r2=4rcosθ  r=4cosθ(or r=0).

Dividing by r is safe here because r=0 is recovered at θ=π2. The Cartesian form (x2)2+y2=4 shows it is a circle of radius 2 through the pole, centre (2,0).

✎ Worked example — polar ⟶ Cartesian

Convert r=21cosθ. Clear the fraction and isolate the surd:

rrcosθ=2  x2+y2=2+x.

Square both sides: x2+y2=4+4x+x2, so

y2=4(x+1)

— a parabola. (Squaring is safe: on this curve x1, so 2+x1>0 and no spurious branch is created.)

★ A* tip — the three moves that solve every conversion

Multiply through by r to create r2, rcosθ or rsinθ; replace them by x2+y2, x, y; isolate any remaining lone r and square. Those three moves cover essentially every conversion CAIE sets.

§2 Sketching — the four features that score

◆ The checklist the mark scheme is looking for
  1. Symmetry. If replacing θ by θ leaves r unchanged, the curve is symmetric about the initial line (true for anything in cosθ). If replacing θ by πθ leaves r unchanged, it is symmetric about θ=π2 (true for anything in sinθ).
  2. Intersections with the initial line — evaluate r at θ=0 and θ=π.
  3. The form at the pole. Solve r=0; each solution θ0 is the direction along which the curve arrives at the pole, so the line θ=θ0 is the tangent there.
  4. Least and greatest r, and the θ at which they occur.
⚠ The r0 convention decides the shape

Where the formula would give r<0, the curve simply stops existing. Two consequences worth memorising:

  • r=a(1+2cosθ) has r<0 for 2π3<θ<4π3, so under this convention you draw the outer loop only — no inner loop.
  • r=acos2θ gives r0 on only half of [0,2π), so you get two petals, not four.

Boards that allow r<0 draw those extra loops. CAIE does not. Use the visualiser below to see it.

◇ The standard curves worth recognising on sight
EquationCurveKey features
r=aCircle, centre the poleradius a; no θ dependence
r=2acosθCircle through the polecentre (a,0), radius a; exists for π2θπ2
r=a(1+cosθ)Cardioidmax r=2a at θ=0; reaches the pole at θ=π; symmetric about the initial line
r=a(1+2cosθ)Limaçonmax 3a at θ=0; r=0 at θ=2π3
r=acos2θ, r=asin3θRose curvespetals; each petal spans the θ-interval where r0
r=aθSpiralr grows steadily with θ; starts at the pole
✎ Worked example — sketching r=a(1+cosθ), 0θ<2π
  • Symmetry: cos(θ)=cosθ, so r is unchanged — symmetric about the initial line. Sketch 0θπ and reflect.
  • Initial line: θ=0r=2a; θ=πr=0.
  • At the pole: r=0 only at θ=π, so the curve reaches the pole along the direction θ=π and that line is the tangent there.
  • Extremes: greatest r=2a at θ=0; least r=0 at θ=π. Also r=a at θ=π2.

That is a heart-shaped curve — the cardioid — and those five facts are the whole sketch.

§3 The area of a sector

◆ The formula — not on MF19, so learn it
A=12αβr2dθ

the area swept out by the radius as θ runs from α to β — bounded by the curve and the two half-lines θ=α, θ=β.

Where the ½ and the square come from

A circular sector of radius r and angle δθ has area 12r2δθ. Between θ and θ+δθ the polar curve is almost a circular arc, so that thin slice has area

δA12r2δθ.

Adding the slices and letting δθ0 turns the sum into an integral, giving A=12αβr2dθ.

★ A* method — you will always need a double angle

Squaring r nearly always produces cos2θ or sin2θ, which you cannot integrate directly. Convert before integrating:

cos2θ=12(1+cos2θ),sin2θ=12(1cos2θ).
✎ Worked example — the area inside the cardioid r=a(1+cosθ)

The whole curve is traced once as θ goes from 0 to 2π, so

A=1202πa2(1+cosθ)2dθ=a2202π(1+2cosθ+cos2θ)dθ.

Replace cos2θ by 12(1+cos2θ):

=a2202π(32+2cosθ+12cos2θ)dθ=a22[32θ+2sinθ+14sin2θ]02π.

Both sine terms vanish at 0 and 2π, leaving

A=a223π=3πa22.
✎ Worked example — a genuine sector, not a whole curve

Find the exact area of the region bounded by r=2+cosθ and the half-lines θ=0 and θ=π2.

A=120π/2(2+cosθ)2dθ=120π/2(4+4cosθ+cos2θ)dθ.

Using cos2θ=12(1+cos2θ) the integrand becomes 92+4cosθ+12cos2θ, so

A=12[92θ+4sinθ+14sin2θ]0π/2=12(9π4+4+0)=9π8+2.

Numerically 5.534 — worth a quick check on the calculator against 120π/2(2+cosθ)2dθ.

★ A* tip — use the symmetry

For a curve symmetric about the initial line, integrate over 0θπ and double it. Half the algebra, and the examiner expects to see you say why.

§4 Interactive: trace the curve, sweep the area

Pick a curve, then drag the two half-lines θ=α and θ=β. The shaded region is exactly what 12αβr2dθ measures — and the panel checks the exact integral against a numerical one, so you can see the calculus is right.

the shaded slice is ½∫r²dθ ✎

§5 Examiner traps & A* checklist

⚠ The seven most common mark-losers
  • Writing rdθ or dropping the 12. The formula is 12r2dθ, and it is not on MF19.
  • Integrating cos2θ as if it were cosθ — convert with the double angle first.
  • Plotting parts of a curve where r<0. CAIE uses r0, so those θ are excluded.
  • Getting θ from arctan(y/x) without checking the quadrant.
  • Integrating over the wrong θ-range: use the range that traces the region once. For a single rose petal that is the interval where r0, not 0 to 2π.
  • A sketch with no labelled features. Mark the greatest r, the intersections with the initial line, and the tangent direction at the pole.
  • Losing the r=0 solution when you divide an equation through by r.
★ Before you turn the page
  • Is my answer for an area positive, and does it look the right size compared with a circle of the same rough radius?
  • Did I use symmetry to halve the work, and say so?
  • Are my θ limits in radians?

§6 Video explainers (curated)

§7 Check yourself

Score 0 / 5
Q1 · a point

In polar form with r0 and 0θ<2π, the point (1,3) is:

Solution

r=1+3=2. The point is in the second quadrant (x<0, y>0), and cosθ=12, sinθ=32 give θ=2π3. The trap answer π3 is what arctan(y/x) returns if you ignore the quadrant.

Q2 · conversion

The Cartesian equation of r=4cosθ is:

Solution

Multiply by r: r2=4rcosθ, so x2+y2=4x. Completing the square gives (x2)2+y2=4 — a circle of radius 2, centre (2,0), passing through the pole.

Q3 · area

The area enclosed by r=2acosθ (taking π2θπ2) is:

Solution

A=12π/2π/24a2cos2θdθ=a2π/2π/2(1+cos2θ)dθ=a2[θ+12sin2θ]π/2π/2=πa2.

Sanity check: the curve is a circle of radius a, and πa2 is exactly its area. ✓

Q4 · the r ⩾ 0 convention

For 0θ<2π, the curve r=1+2cosθ exists for:

Solution

We need 1+2cosθ0, i.e. cosθ12. On [0,2π) that holds for 0θ2π3 and 4π3θ<2π. In between, the formula gives r<0, so under the CAIE convention there is no inner loop.

Q5 · full method — try it on paper first

The curve C has polar equation r=1+cosθ for 0θ<2π.

(i) Show that C is symmetric about the initial line. (ii) State the greatest and least values of r and where they occur, and describe the curve at the pole. (iii) Find the exact area enclosed by C.

Solution

(i) Replacing θ by θ gives 1+cos(θ)=1+cosθ, which is unchanged. So the point (r,θ) is on C whenever (r,θ) is, and C is symmetric about the initial line.

(ii) cosθ runs from 1 to 1, so the greatest value is r=2 at θ=0 and the least is r=0 at θ=π. Since r=0 only at θ=π, the curve reaches the pole along that single direction, so the line θ=π is the tangent at the pole. (Also r=1 at θ=π2.)

(iii) The whole curve is traced once for 0θ<2π:

A=1202π(1+cosθ)2dθ=1202π(1+2cosθ+cos2θ)dθ.

Using cos2θ=12(1+cos2θ), the integrand is 32+2cosθ+12cos2θ, so

A=12[32θ+2sinθ+14sin2θ]02π=12(3π+0+0)=3π2.

Check: the curve sits inside a circle of radius 2 (area 4π12.57) and outside one of radius 1; 3π24.71 is comfortably between. ✓

FP1 · Topic 5 · Polar Coordinates