Chapter 13
Medium

Parametric Equations and Polar Coordinates

00 · Symbol Glossary

$t$t — parameter

An independent variable that drives both xx and yy simultaneously, rather than yy depending directly on xx. Often (but not always) interpreted as time.

$x=x(t),\ y=y(t)$parametric equations

A pair of functions of the parameter tt, together tracing out a curve in the plane as tt varies. Distinct from Chapter 01's y=f(x)y=f(x): here neither coordinate is written directly in terms of the other.

$\dfrac{dy}{dx}$slope of a parametric curve

The same quantity Chapter 02 defined for y=f(x)y=f(x) — but for a parametric curve, it must be recovered from dydt\dfrac{dy}{dt} and dxdt\dfrac{dx}{dt} separately, via Section 01's formula.

$r,\ \theta$r, theta — polar coordinates

An alternative way to label a point in the plane: rr is the distance from the origin, θ\theta is the angle measured from the positive xx-axis (Chapter 01's angle notation, reused here). rr may be taken negative, meaning the point at angle θ\theta plotted in the opposite direction.

$r=f(\theta)$polar curve

A curve described by giving rr as a function of θ\theta, rather than yy as a function of xx.


01 · Parametric Equations and Their Slope

Some curves cannot be written as a single function y=f(x)y=f(x) — a circle, for instance, fails the vertical line test. Parametric equations sidestep this by describing both coordinates in terms of a third variable.

Definition — Parametric Curve

A parametric curve is given by x=x(t)x=x(t), y=y(t)y=y(t) for tt ranging over some interval. Each value of tt produces one point (x(t),y(t))(x(t), y(t)) in the plane.

Example — A circle, parametrized

x(t)=costx(t)=\cos t, y(t)=sinty(t)=\sin t for 0t2π0\leq t\leq2\pi: since x(t)2+y(t)2=cos2t+sin2t=1x(t)^2+y(t)^2 = \cos^2t+\sin^2t = 1 for every tt (a standard trigonometric identity), every point (x(t),y(t))(x(t),y(t)) lies on the unit circle — and as tt ranges over [0,2π][0,2\pi], every point of the circle is reached exactly once. This is a curve y=f(x)y=f(x) cannot describe directly, since a single xx-value (e.g. x=0x=0) corresponds to two different yy-values (y=1y=1 and y=1y=-1).

Definition — Slope of a Parametric Curve

If x(t)x(t) and y(t)y(t) are both differentiable and dxdt0\dfrac{dx}{dt}\neq0:

dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}
Where this formula comes from

Treating yy as a function of xx, and xx itself as a function of tt, the chain rule (Chapter 03) gives dydt=dydxdxdt\dfrac{dy}{dt} = \dfrac{dy}{dx}\cdot\dfrac{dx}{dt}. Solving for dydx\dfrac{dy}{dx} (valid exactly when dxdt0\dfrac{dx}{dt}\neq0) gives the formula above — this is Chapter 03's chain rule read in reverse, not a new independent rule.

Step-by-step — Find the slope of $x(t)=t^2$, $y(t)=t^3-3t$ at $t=2$
1
Differentiate x(t)x(t) and y(t)y(t) separately with respect to tt (Chapter 02, power rule): dxdt=2t\dfrac{dx}{dt}=2t; dydt=3t23\dfrac{dy}{dt}=3t^2-3.
2
Form the ratio (Section 01's formula): dydx=3t232t\dfrac{dy}{dx} = \dfrac{3t^2-3}{2t}.
3
Substitute t=2t=2: 3(4)32(2)=1234=94\dfrac{3(4)-3}{2(2)} = \dfrac{12-3}{4} = \dfrac94.
4
Identify the point: x(2)=4x(2)=4, y(2)=86=2y(2)=8-6=2, so the tangent line at (4,2)(4,2) has slope 94\dfrac94.
❌ Forming dy/dx as y(t)/x(t) instead of the derivative ratio

On the same curve, a common mistake: computing y(2)x(2)=24=12\dfrac{y(2)}{x(2)} = \dfrac{2}{4}=\dfrac12 and calling that the slope.

Why it breaks: y(t)x(t)\dfrac{y(t)}{x(t)} is the ratio of the coordinates themselves (related to the angle from the origin to the point, not the tangent direction of the curve) — completely different from dy/dtdx/dt\dfrac{dy/dt}{dx/dt}, the ratio of the rates of change. The slope of a curve is about how yy changes relative to xx as the curve moves, not about the coordinates' raw ratio at a single instant.

Consequence: 1294\frac12 \neq \frac94 (the value correctly computed in the step-block above) — using the coordinate ratio in place of the derivative ratio gives a tangent line with the wrong steepness entirely.


02 · Polar Coordinates

Definition — Polar Coordinates and Conversion

A point is located by (r,θ)(r,\theta): rr is its distance from the origin, θ\theta is the angle from the positive xx-axis (measured counterclockwise, matching Chapter 01's angle convention).

x=rcosθy=rsinθr2=x2+y2tanθ=yx (x0)x = r\cos\theta \qquad y = r\sin\theta \qquad r^2 = x^2+y^2 \qquad \tan\theta = \frac{y}{x} \ (x\neq0)

Negative rr is permitted: the point (r,θ)(r,\theta) with r<0r<0 is plotted at distance r\lvert r\rvert in the opposite direction from angle θ\theta — equivalently, at (r,θ+π)(\lvert r\rvert, \theta+\pi).

Example — Converting between coordinate systems

The point r=4r=4, θ=π3\theta=\dfrac{\pi}{3}: x=4cosπ3=4(12)=2x = 4\cos\dfrac{\pi}{3} = 4\left(\dfrac12\right)=2; y=4sinπ3=4(32)=23y = 4\sin\dfrac{\pi}{3} = 4\left(\dfrac{\sqrt3}{2}\right)=2\sqrt3. So this polar point is (2,23)(2, 2\sqrt3) in ordinary coordinates.


03 · Slope of a Polar Curve

A polar curve r=f(θ)r=f(\theta) is really a parametric curve in disguise, with θ\theta as the parameter: x(θ)=f(θ)cosθx(\theta) = f(\theta)\cos\theta, y(θ)=f(θ)sinθy(\theta)=f(\theta)\sin\theta. Section 01's formula applies directly.

Step-by-step — Find the slope of $r=1+\cos\theta$ at $\theta=\dfrac{\pi}{2}$
1
Write xx and yy in terms of θ\theta: x(θ)=(1+cosθ)cosθx(\theta) = (1+\cos\theta)\cos\theta; y(θ)=(1+cosθ)sinθy(\theta) = (1+\cos\theta)\sin\theta.
2
Differentiate y(θ)y(\theta) using the product rule (Chapter 02): dydθ=sinθsinθ+(1+cosθ)cosθ=sin2θ+cosθ+cos2θ\dfrac{dy}{d\theta} = -\sin\theta\cdot\sin\theta + (1+\cos\theta)\cos\theta = -\sin^2\theta+\cos\theta+\cos^2\theta.
3
Differentiate x(θ)x(\theta) using the product rule: dxdθ=sinθcosθ+(1+cosθ)(sinθ)=sinθcosθsinθsinθcosθ=2sinθcosθsinθ\dfrac{dx}{d\theta} = -\sin\theta\cdot\cos\theta + (1+\cos\theta)(-\sin\theta) = -\sin\theta\cos\theta - \sin\theta-\sin\theta\cos\theta = -2\sin\theta\cos\theta-\sin\theta.
4
Substitute θ=π2\theta=\dfrac{\pi}{2} into dydθ\dfrac{dy}{d\theta}: sinπ2=1\sin\frac{\pi}{2}=1, cosπ2=0\cos\frac{\pi}{2}=0, so dydθ=1+0+0=1\dfrac{dy}{d\theta} = -1+0+0=-1.
5
Substitute θ=π2\theta=\dfrac{\pi}{2} into dxdθ\dfrac{dx}{d\theta}: 2(1)(0)1=01=1-2(1)(0)-1 = 0-1=-1.
6
Apply Section 01's formula: dydx=dy/dθdx/dθ=11=1\dfrac{dy}{dx} = \dfrac{dy/d\theta}{dx/d\theta} = \dfrac{-1}{-1}=1.

04 · Area in Polar Coordinates

Computing area bounded by a polar curve requires a different building block than the rectangular strips of Chapter 06 — a polar region is naturally built from thin sectors, not thin rectangles.

Definition — Area Element in Polar Coordinates

A circular sector of radius rr and angle dθd\theta (in radians) has area 12r2dθ\dfrac12 r^2\,d\theta — this is the familiar sector-area formula θ2π×πr2=12r2θ\dfrac{\theta}{2\pi}\times\pi r^2 = \dfrac12 r^2\theta, applied to an infinitesimally thin wedge. Summing these wedges (a Riemann-sum idea, Chapter 06, Section 01) and taking the limit:

A=αβ12[f(θ)]2dθA = \int_{\alpha}^{\beta} \frac12 \big[f(\theta)\big]^2\,d\theta

for a region traced exactly once as θ\theta ranges from α\alpha to β\beta.

Step-by-step — Find the area enclosed by one full loop of $r=2\sin\theta$ (a circle), for $0\leq\theta\leq\pi$
1
Set up the integral: A=0π12(2sinθ)2dθ=0π12(4sin2θ)dθ=0π2sin2θdθA = \displaystyle\int_0^\pi \frac12(2\sin\theta)^2\,d\theta = \int_0^\pi \frac12(4\sin^2\theta)\,d\theta = \int_0^\pi 2\sin^2\theta\,d\theta.
2
Rewrite sin2θ\sin^2\theta using the identity sin2θ=1cos2θ2\sin^2\theta = \dfrac{1-\cos2\theta}{2} (a standard trigonometric identity): 2sin2θ=21cos2θ2=1cos2θ2\sin^2\theta = 2\cdot\dfrac{1-\cos2\theta}{2} = 1-\cos2\theta.
3
Integrate term by term (Chapter 06, 07): (1cos2θ)dθ=θsin2θ2+C\int(1-\cos2\theta)\,d\theta = \theta - \dfrac{\sin2\theta}{2}+C (the 12\frac12 inside comes from the chain rule reversed on cos2θ\cos2\theta, matching Chapter 07's u-substitution pattern).
4
Evaluate from 00 to π\pi: at θ=π\theta=\pi: πsin2π2=π0=π\pi - \dfrac{\sin2\pi}{2} = \pi-0=\pi. At θ=0\theta=0: 0sin02=00-\dfrac{\sin0}{2}=0.
5
Subtract: A=π0=πA = \pi - 0 = \pi. Check: r=2sinθr=2\sin\theta traces a circle of diameter 22 (radius 11), and its area is π(1)2=π\pi(1)^2=\pi — matches exactly.
❌ Integrating over an interval that traces the curve more than once

On the same curve r=2sinθr=2\sin\theta, integrating over 0θ2π0\leq\theta\leq2\pi instead of 0θπ0\leq\theta\leq\pi: A=02π2sin2θdθA = \displaystyle\int_0^{2\pi} 2\sin^2\theta\,d\theta.

Why it breaks: as θ\theta moves past π\pi, sinθ\sin\theta becomes negative, so r=2sinθr=2\sin\theta becomes negative too — by the negative-rr convention (Section 02), the point is plotted back on the same circle it already traced from θ=0\theta=0 to θ=π\theta=\pi. The full loop from 00 to π\pi already covers the entire circle exactly once; continuing to 2π2\pi retraces it a second time.

Consequence: integrating over [0,2π][0,2\pi] computes 2π2\pi (double the correct area of π\pi found above) — not because the formula is wrong, but because the region is being counted twice. Before applying the area formula, always determine the exact θ\theta-interval over which the curve traces the desired region exactly once.


05 · Exercises

EXERCISE 13.1

Differentiate x(t)x(t) and y(t)y(t) separately, form the ratio dy/dtdx/dt\dfrac{dy/dt}{dx/dt}, then substitute the given value of tt.

x(t)=t21x(t)=t^2-1, y(t)=t3y(t)=t^3, at t=1t=1. dxdt=2t\dfrac{dx}{dt}=2t, dydt=3t2\dfrac{dy}{dt}=3t^2. dydx=3t22t=3t2\dfrac{dy}{dx}=\dfrac{3t^2}{2t}=\dfrac{3t}{2}. At t=1t=1: 32\dfrac{3}{2}.

Find the slope of the parametric curve x(t)=t21x(t)=t^2-1, y(t)=t3y(t)=t^3 at t=1t=1.

EXERCISE 13.2

Use x=rcosθx=r\cos\theta and y=rsinθy=r\sin\theta directly, evaluating the trigonometric values at the given angle.

r=6r=6, θ=2π3\theta=\dfrac{2\pi}{3}: cos2π3=12\cos\dfrac{2\pi}{3}=-\dfrac12, sin2π3=32\sin\dfrac{2\pi}{3}=\dfrac{\sqrt3}{2}. x=6(12)=3x=6\left(-\dfrac12\right)=-3. y=6(32)=33y=6\left(\dfrac{\sqrt3}{2}\right)=3\sqrt3. Rectangular coordinates: (3,33)(-3, 3\sqrt3).

Convert the polar point r=6r=6, θ=2π3\theta=\dfrac{2\pi}{3} to rectangular coordinates.

EXERCISE 13.3

Write xx and yy as functions of θ\theta using the polar-to-rectangular conversion, then apply the parametric slope formula from Section 01.

r=θr=\theta (a spiral) at θ=π2\theta=\dfrac{\pi}{2}. x(θ)=θcosθx(\theta)=\theta\cos\theta, y(θ)=θsinθy(\theta)=\theta\sin\theta. dydθ=sinθ+θcosθ\dfrac{dy}{d\theta}=\sin\theta+\theta\cos\theta (product rule); at θ=π2\theta=\frac\pi2: 1+π2(0)=11+\frac\pi2(0)=1. dxdθ=cosθθsinθ\dfrac{dx}{d\theta}=\cos\theta-\theta\sin\theta; at θ=π2\theta=\frac\pi2: 0π2(1)=π20-\frac\pi2(1)=-\frac\pi2. dydx=1π/2=2π\dfrac{dy}{dx}=\dfrac{1}{-\pi/2}=-\dfrac{2}{\pi}.

Find the slope of the polar curve r=θr=\theta (a spiral) at θ=π2\theta=\dfrac{\pi}{2}.

EXERCISE 13.4

Set up the polar area integral over the correct interval, using the trigonometric identity for cos2θ\cos^2\theta to make the integral solvable with Chapter 06/07 tools.

r=2cosθr=2\cos\theta traces a full circle for 0θπ0\leq\theta\leq\pi (by the same negative-rr retracing logic as Section 04's example). A=0π12(2cosθ)2dθ=0π2cos2θdθA=\int_0^\pi \frac12(2\cos\theta)^2\,d\theta = \int_0^\pi 2\cos^2\theta\,d\theta. Using cos2θ=1+cos2θ2\cos^2\theta=\frac{1+\cos2\theta}{2}: 2cos2θ=1+cos2θ2\cos^2\theta = 1+\cos2\theta. Integrate: [θ+sin2θ2]0π=(π+0)(0+0)=π\left[\theta+\frac{\sin2\theta}{2}\right]_0^\pi = (\pi+0)-(0+0)=\pi. Matches a circle of radius 11: area π(1)2=π\pi(1)^2=\pi. ✓

Find the area enclosed by r=2cosθr=2\cos\theta, being careful to identify the correct interval of θ\theta that traces the region exactly once.

EXERCISE 13.5

A point where the curve has a vertical tangent occurs where dx/dt=0dx/dt=0 but dy/dt0dy/dt\neq0 — Section 01's slope formula is undefined there, not zero.

x(t)=t33tx(t)=t^3-3t, y(t)=t2y(t)=t^2. dxdt=3t23=3(t1)(t+1)\dfrac{dx}{dt}=3t^2-3=3(t-1)(t+1), zero at t=±1t=\pm1. dydt=2t\dfrac{dy}{dt}=2t, which at t=1t=1 is 202\neq0 and at t=1t=-1 is 20-2\neq0. At both t=1t=1 and t=1t=-1, dxdt=0\dfrac{dx}{dt}=0 while dydt0\dfrac{dy}{dt}\neq0, so dydx=dy/dtdx/dt\dfrac{dy}{dx}=\dfrac{dy/dt}{dx/dt} is undefined (division by zero) — the curve has a vertical tangent at both points, at (x(1),y(1))=(2,1)(x(1),y(1))=(-2,1) and (x(1),y(1))=(2,1)(x(-1),y(-1))=(2,1).

Find the points on the parametric curve x(t)=t33tx(t)=t^3-3t, y(t)=t2y(t)=t^2 where the tangent line is vertical.


06 · Chapter Summary

ConceptFormula / Rule
Parametric curvex=x(t)x=x(t), y=y(t)y=y(t)
Parametric slopedydx=dy/dtdx/dt\dfrac{dy}{dx} = \dfrac{dy/dt}{dx/dt}, undefined where dx/dt=0dx/dt=0
Polar conversionx=rcosθx=r\cos\theta, y=rsinθy=r\sin\theta, r2=x2+y2r^2=x^2+y^2
Negative rrPlots at (r,θ+π)(\lvert r\rvert, \theta+\pi)
Polar curve as parametricx(θ)=f(θ)cosθx(\theta)=f(\theta)\cos\theta, y(θ)=f(θ)sinθy(\theta)=f(\theta)\sin\theta
Polar areaA=αβ12[f(θ)]2dθA=\int_\alpha^\beta \frac12[f(\theta)]^2\,d\theta, over an interval tracing the region exactly once

Next: Chapter 14 — Vectors in 2D/3D, which introduces directed quantities with magnitude and direction to describe curves and motion more directly than a pair of coordinate functions.