MATH U101 · First-time lesson · Module 1
Polar Coordinates, taught from zero
Thomas' Calculus (15th ed.) §11.3 §11.4* §11.5 — taught slowly, assuming you have never seen a polar coordinate. Budget 60–90 minutes; the only prerequisite is unit-circle trigonometry.
First time → this page, in order, attempting every green check before opening it. Revision → the notes page: same syllabus, compressed to the exam-day map, plus the worked examples and exercise table. And remember the level playing field: polar coordinates are not in the CBSE syllabus — everyone in the hall is meeting this for the first time.
1 · Why invent another way to name points?
Suppose you're standing in a flat field and a friend asks where the treasure is. You could say: "walk 3 km east, then 4 km north." That's Cartesian thinking — two perpendicular distances. But nobody talks like that. You'd point and say: "it's 5 km away, in that direction." One distance, one direction. That is a polar coordinate.
Both descriptions pin down the same spot; they just answer different questions. And some shapes strongly prefer one language. A circle centred on you is a nightmare in Cartesian (x2 + y2 = 25) but trivial in polar: "everything 5 km away" — r = 5. Spirals, flower-petal curves, orbits, radar sweeps: all natural in polar, all ugly in Cartesian. That's the entire reason this system exists.
The setup takes one sentence: fix a centre point O called the pole (it will sit at the Cartesian origin) and a reference direction, the initial ray (the positive x-axis). Then any point gets a pair (r, θ): θ is the angle from the initial ray, measured counterclockwise in radians, and r is how far out along that direction you walk. (The notes page has a labelled figure if you want the picture.)
Plot a few by hand — it's the whole skill
To plot (2, π/6): face 30° above the initial ray, walk 2 units. Done — a point in the first quadrant. To plot (3, 3π/4): face 135° (up and to the left), walk 3 — second quadrant. The recipe never changes: turn, then walk.
Check yourself: which quadrant is (2, 2π/3) in? And (1, 7π/6)?
(2, 2π/3): the angle is 120° — past straight-up, before straight-left — so quadrant II. (1, 7π/6): 210° — past straight-left, heading down — quadrant III. If you had to think hard about the angles, spend 15 minutes with the unit-circle flashcards first; everything in this module leans on instant angle recognition.
2 · The two strange rules (this is where polar differs)
Cartesian coordinates are boringly well-behaved: every point has exactly one name. Polar gives up that property, on purpose, and both quirks show up in exams.
Quirk 1: negative r means "walk backwards"
What could (−2, π/6) mean? Take the recipe literally: face the direction π/6… then walk minus 2 — that is, 2 units backwards, without turning around. You end up on the opposite side of the pole, in the third quadrant. Strange but consistent, and it's not a curiosity: when we graph curves in section 4, the formula itself will hand us negative r values, and they draw real parts of the curve.
Quirk 2: every point has infinitely many names
Start with (2, π/6) and watch how many other names reach the same spot:
- (2, π/6 + 2π) — turn one extra full circle before walking. You face the same way, so: same point.
- (−2, π/6 + π) — turn to face the opposite direction, then walk backwards. Two reversals cancel: same point again.
Add any multiple of 2π, or flip the sign of r while adding π, and the point doesn't move. In Cartesian, "same point" means "same coordinates"; in polar it doesn't, and one exam consequence is worth planting now: when you hunt for intersections of two polar curves by setting their equations equal, the algebra can miss intersections where the curves pass through the same point wearing different names. The notes page returns to this; for now, just internalise that names are not unique.
Check yourself: is (−2, π/3) the same point as (2, 4π/3)?
Yes. (−2, π/3): face 60°, walk backwards 2 — you land at distance 2 in the direction π/3 + π = 4π/3. That is exactly the point (2, 4π/3), in quadrant III. The general rule: (−r, θ) = (r, θ + π).
3 · Translating between polar and Cartesian §11.3
Drop a point (r, θ) onto the Cartesian plane and draw the vertical line from it down to the x-axis. You've made a right triangle: hypotenuse r, angle θ at the origin. School trigonometry reads the sides straight off: adjacent = r cos θ, opposite = r sin θ. But the adjacent side is the x-coordinate and the opposite side is y:
That's polar → Cartesian, and it always works. Going the other way, Pythagoras on the same triangle gives r2 = x2 + y2, and dividing the two equations gives tan θ = y/x. Four equations, one right triangle — that's the entire conversion machinery of §11.3.
Worked slowly, both directions:
Polar → Cartesian for (4, π/3): x = 4 cos(π/3) = 4 · ½ = 2; y = 4 sin(π/3) = 4 · (√3/2) = 2√3. Point: (2, 2√3). Mechanical — this direction never has surprises.
Cartesian → polar for (−1, 1): r = √(1 + 1) = √2, fine. But now tan θ = 1/(−1) = −1, and here is the direction that does have a surprise: tan is −1 at 3π/4 and at 7π/4 (tan repeats every π, so it can't tell those apart). Which is right? Look at the point: (−1, 1) is up-and-left — quadrant II — so θ = 3π/4. Always sketch the point first and let the quadrant choose. Answering −π/4 or 7π/4 here is the single most reliable mark-loser in §11.3.
Check yourself: convert (x, y) = (−3, 3) to polar.
r = √(9 + 9) = √18 = 3√2. The point is in quadrant II. tan θ = 3/(−3) = −1 and the quadrant-II angle with that tangent is θ = 3π/4. Answer: (3√2, 3π/4).
Converting equations (not just points)
The same four formulas convert whole equations, and one small trick unlocks most of them. Identify the curve r = 2 cos θ:
The right side has a lone cos θ, but our dictionary only knows r cos θ (which is x) and r2 (which is x2+y2). So multiply both sides by r to manufacture dictionary words: r2 = 2r cos θ, which translates instantly to x2 + y2 = 2x. Complete the square (the notes page unpacks this step) and you get (x−1)2 + y2 = 1: a circle, radius 1, centred at (1, 0). A humble one-term polar equation was secretly a circle sitting on the x-axis.
Check yourself: what curve is r = 4 sin θ?
Multiply by r: r2 = 4r sin θ → x2 + y2 = 4y → x2 + (y−2)2 = 4. A circle of radius 2 centred at (0, 2) — the sin version sits on the y-axis, just as cos versions sit on the x-axis.
4 · Graphing polar curves: watch r breathe §11.4*
Now the fun part, and the part your syllabus names explicitly: curves of the family r = a ± b sin θ and r = a ± b cos θ, called limaçons. Here is the one mental model that makes all of them easy:
Imagine a searchlight beam sweeping counterclockwise from the pole. The equation tells the beam how long to be at each angle. As θ sweeps from 0 to 2π, r grows and shrinks — breathes — and the tip of the beam draws the curve.
Take r = 1 + cos θ and narrate one sweep, using nothing but the shape of the cos graph:
- θ = 0: cos is 1, so r = 2 — the beam is longest, pointing right.
- θ → π/2: cos falls to 0, so r shrinks to 1 — the beam, now pointing up, is half as long.
- θ → π: cos reaches −1, so r = 0 — the beam shrinks to nothing: the curve touches the pole, pointing left.
- θ → 2π: cos climbs back, the beam regrows to 2 — the curve swells back out, mirror-image below.
The result is a heart shape: the cardioid. On the notes page there is an animation of exactly this sweep — go press play, watch one full revolution of the cardioid, and then switch it to the inner-loop curve and keep watching. What you'll see there is the payoff of Quirk 1: for r = 1 + 2 sin θ, there's a stretch of angles (between 7π/6 and 11π/6, where sin θ < −½) where the formula makes r negative — and the beam draws backwards through the pole, producing a small loop inside the big one. Students who skip negative r lose the whole inner loop; the animation makes it impossible to un-see.
For exams, the reliable method is exactly this narration made into a table: march θ through the standard angles, compute r at each, plot, connect smoothly. The notes page has the worked table. Two shortcuts make the table cheaper:
- Symmetry: cos curves are symmetric about the x-axis (because cos(−θ) = cos θ — the equation literally can't tell +θ from −θ); sin curves about the y-axis. So plot half, mirror the rest.
- Extremes first: the beam is longest where sin/cos hits +1 or −1 relative to the sign in the equation (max r = a + b), and touches the pole only if r = 0 is solvable — which needs a ≤ b.
And the whole family's shape is decided by one number, the ratio a/b: less than 1 → inner loop; equal to 1 → cardioid; between 1 and 2 → dimpled; at least 2 → convex. The notes page draws all four, computed exactly.
Check yourself: without plotting, describe r = 1 − sin θ. Which way does it point, and what's its maximum r?
It's a sin version, so symmetric about the y-axis; a/b = 1, so it's a cardioid. r is maximal where −sin θ is biggest, i.e. sin θ = −1 at θ = 3π/2: r = 2, pointing straight down. (The minus sign flips the cardioid toward the negative y-axis.) It touches the pole at θ = π/2, where r = 0.
5 · Area in polar: pie slices, not rectangles §11.5
In Cartesian calculus you found area under a curve by stacking thin rectangles: width dx, height f(x). That shape is wrong for polar curves — a searchlight sweep doesn't cut rectangles, it cuts thin pie slices: one slice per sliver of angle dθ, with radius r.
How big is one slice? It's a fraction dθ/2π of a full disc of area πr2:
Add up the slices — that's what an integral is — and you get the section's headline formula:
Understanding that derivation is worth more than memorising the result: it tells you the ½ is not decoration, the integrand is r2 not r, and the limits α, β are angles — the sweep of the beam, not x-values.
Let's use it on something we can verify: the circle r = 2 cos θ from section 3, which we know has radius 1 and hence area π. First question, and it's the section's famous trap: over which angles is this circle drawn exactly once? Watch the beam: at θ = −π/2 the beam has length 0; as θ sweeps up through 0 it grows to 2 and shrinks back to 0 at θ = +π/2. The full circle is already drawn — in half a revolution. Integrate 0 to 2π and you'd trace it twice and get double the area. So:
To integrate cos2 you need the half-angle identity — there is no way around it, and it appears in nearly every problem of this section: cos2 θ = (1 + cos 2θ)/2. Then:
So A = 2 · π/2 = π. The formula agrees with the geometry — which is exactly the kind of sanity check to run in an exam whenever one is available. For a full exam-style example on a curve you can't check by geometry (the cardioid, area 3π/2), see worked example 2 on the notes page.
Sketch first, integrate second — never the reverse. The θ-limits must cover the curve exactly once, and only the sketch tells you what "once" is. Wrong limits silently double or halve the answer with no other warning sign.
6 · Arc length: how far did the beam's tip travel? §11.5
Same setup, different question: not how much area the sweep covers, but how long the drawn curve itself is. The formula (derived in Thomas from the conversion equations) is:
The intuition for the two terms: in a sliver dθ the tip moves sideways (along the sweep) by about r dθ and radially (in or out) by dr; Pythagoras on those two little legs gives the sliver's length, and the integral sums the slivers.
Sanity check first: for the circle r = 3 (constant, so dr/dθ = 0), one sweep gives L = ∫02π √9 dθ = 6π — the circumference 2π·3. The formula tells the truth.
Now a real one — the cardioid r = 1 + cos θ, traced once over 0 to 2π:
- dr/dθ = −sin θ, so the expression under the root is (1+cos θ)2 + sin2 θ = 1 + 2cos θ + cos2θ + sin2θ = 2 + 2 cos θ (the identity sin2+cos2 = 1 collapsing things, as it constantly does).
- To take the square root, reach for the half-angle identity in reverse: 2 + 2cos θ = 4 cos2(θ/2), so the root is 2|cos(θ/2)|.
- Handle the absolute value with symmetry: the cardioid is symmetric about the x-axis, so compute twice the top half, where θ ∈ [0, π] makes cos(θ/2) ≥ 0: L = 2∫0π 2 cos(θ/2) dθ = 4 [2 sin(θ/2)]0π = 8.
A heart-shaped curve with a perfectly clean integer length — polar coordinates being elegant where Cartesian would be agony.
Check yourself: using the formula, what is the length of one full sweep of r = 5?
dr/dθ = 0, so L = ∫02π √25 dθ = 5 · 2π = 10π — the circumference of a radius-5 circle, as it must be.
7 · You're ready — what to do next
That's the entire module, taught once: naming points, the two quirks, converting, graphing by watching r breathe, pie-slice area, and arc length. To convert understanding into marks:
- Hand-sketch six curves from tables of values (the catch-up plan schedules this in Week 2) — the sketching is the learning.
- Work the exercises from the table on the notes page, odd numbers, checking answers in the back.
- Revise from the notes page, not this one — it's the compressed map, with every classic trap flagged.
For interactive back-and-forth, a chat AI is the right tool — anchored to the syllabus so it doesn't wander into rose curves and lemniscates you don't need. Two prompts that work:
"I'm learning polar coordinates for the first time (Thomas 15th ed., §11.3–11.4). Walk me through graphing r = 1 + 2 sin θ with a table of values, one step at a time, asking me to predict each r before you reveal it."
"Explain why the same point has many polar coordinate names, using (2, π/6) as the example — then quiz me with three points to convert to at least two alternative names each."
One caution: AI answers can contain confident errors — cross-check any computed number against the textbook's answers in the back.