1.8 Parametric and Polar Curves
Key Takeaways
- For a regular parametric curve, dy/dx = (dy/dt)/(dx/dt), while the second derivative requires another division by dx/dt.
- Parametric arc length and area formulas retain orientation information; bounds must follow the direction in which the curve is traced.
- Polar coordinates satisfy x = r cos theta and y = r sin theta, and negative radius represents the point in the opposite angular direction.
- Polar slope, area, and arc length formulas must account for both r(theta) and its derivative; symmetry tests help choose efficient bounds.
1.8 Parametric and Polar Curves
A curve may be easier to describe by a parameter or by distance and angle than by a single Cartesian equation. These representations are central to calculus applications and coordinate geometry.
Parametric curves
A parametric curve is $x=x(t)$, $y=y(t)$ for $t$ in an interval. Different parameter values may trace the same point, and increasing $t$ determines orientation. When $dx/dt\ne0$, A horizontal tangent has $dy/dt=0$ and $dx/dt\ne0$; a vertical tangent has $dx/dt=0$ and $dy/dt\ne0$. The second derivative is not merely a quotient of second derivatives:
For $x=t^2-1$, $y=t^3-3t$, the slope is $(3t^2-3)/(2t)$. At $t=1$, the point is $(0,-2)$ and the tangent is horizontal. At $t=0$, $dx/dt=0$ while $dy/dt=-3$, giving a vertical tangent at $(-1,0)$.
Parametric arc length on $a\le t\le b$ is Signed area under the oriented curve is $\int y,dx=\int_a^b y(t)x'(t),dt$; geometric area may require reversing sign or splitting the interval. Surface areas follow $2\pi\int y,ds$ about the $x$-axis and $2\pi\int x,ds$ about the $y$-axis when the radius is nonnegative.
Polar coordinates
Polar coordinates represent a point by $(r,\theta)$ with The representation is not unique: $(r,\theta+2k\pi)$ is the same point, and $(-r,\theta)$ equals $(r,\theta+\pi)$. When converting an angle from Cartesian coordinates, use the quadrant rather than relying only on $\tan\theta=y/x$.
Common curves include circles $r=2a\cos\theta$ centered at $(a,0)$ with radius $|a|$, cardioids $r=a(1\pm\cos\theta)$ or $a(1\pm\sin\theta)$, and roses $r=a\cos(n\theta)$ or $a\sin(n\theta)$. A rose has $n$ petals when $n$ is odd and $2n$ petals when $n$ is even.
Polar calculus
For $r=r(\theta)$, differentiate $x=r\cos\theta$ and $y=r\sin\theta$: The area swept from $\theta=\alpha$ to $\theta=\beta$ is and arc length is For area between curves, use $\tfrac12\int(r_{outer}^2-r_{inner}^2)d\theta$ only on intervals where the chosen outer curve truly lies farther from the pole.
Symmetry and efficient bounds
A polar equation is symmetric about the polar axis if replacing $\theta$ by $-\theta$ leaves it unchanged; symmetric about the vertical axis if $\theta$ may be replaced by $\pi-\theta$; and symmetric about the pole if replacing $r$ by $-r$ or $\theta$ by $\theta+\pi$ preserves it. These tests are sufficient, not necessary, because polar representations are nonunique.
Worked example: one petal of a rose
For $r=2\cos(3\theta)$, the petal centered on the positive $x$-axis is traced where $r\ge0$ between consecutive zeros $\theta=-\pi/6$ and $\pi/6$. Its area is Because 3 is odd, the full rose has three petals and total area $\pi$.
Worked example: cycloid slope
For $x=a(t-\sin t)$ and $y=a(1-\cos t)$, At $t=\pi$, the slope is zero. At $t=0$, both derivatives vanish, so the ordinary quotient test is inconclusive; local expansion reveals a cusp.
Common traps
A zero numerator and denominator in the slope formula requires a limit, not an automatic horizontal or vertical classification. Negative $r$ reverses direction. Squaring $r$ in the area formula removes its sign but does not fix incorrect tracing bounds. For the second parametric derivative, remember the final division by $dx/dt$.
For x = t^2 + 1 and y = t^3 - 3t, what is dy/dx at t = 2?
What Cartesian curve is represented by r = 4 cos(theta)?
For a polar curve r = r(theta), which expression gives its arc length from alpha to beta?