AP-CALCBC-9.7

U9.7 Polar Coordinates and Differentiation

Master AP Calculus BC polar coordinates: convert between Cartesian and polar, differentiate r(θ), and compute dy/dx for polar curves with confidence.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U9.7 Polar Coordinates and Differentiation, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Polar coordinates give us a second language for describing points in the plane. Instead of "go right xx, go up yy," polar says "turn to angle θ\theta, then walk out distance rr." Many curves that look messy in Cartesian form — cardioids, roses, spirals — become elegant equations r=f(θ)r = f(\theta).

In this lesson you will learn to translate between the two systems and, most importantly, to differentiate polar curves. The key trick is that a polar curve is secretly a parametric curve: x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta, with θ\theta as the parameter. Once you see that, computing dydx\frac{dy}{dx} becomes a chain-rule exercise you already know from parametric equations.

Converting Between Cartesian and Polar

A point in the plane can be named by (x,y)(x, y) in Cartesian coordinates or by (r,θ)(r, \theta) in polar coordinates, where rr is the directed distance from the origin (the pole) and θ\theta is the angle measured counterclockwise from the positive xx-axis.

The bridge equations are:x=rcosθ,y=rsinθx = r\cos\theta, \qquad y = r\sin\thetar2=x2+y2,tanθ=yxr^2 = x^2 + y^2, \qquad \tan\theta = \frac{y}{x}Going from polar to Cartesian is direct substitution. Going from Cartesian to polar requires care with the angle: tanθ=y/x\tan\theta = y/x has two solutions per period, so you must check which quadrant the point lies in before choosing θ\theta.
ConversionFormula
Polar \to Cartesianx=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta
Cartesian \to Cartesian rrr=x2+y2r = \sqrt{x^2 + y^2}
Cartesian \to angleθ=arctan ⁣(yx)\theta = \arctan\!\left(\frac{y}{x}\right) + quadrant check
A common misconception: a single point has infinitely many polar names. The point (r,θ)(r, \theta) equals (r,θ+2π)(r, \theta + 2\pi) and even (r,θ+π)(-r, \theta + \pi), since a negative rr means walk backward through the pole. On the exam, be flexible about accepting equivalent representations.

Recognizing Common Polar Curves

Knowing the shape of standard polar equations saves time and helps you sanity-check your calculus. You do not need to memorize every curve, but recognizing families lets you predict where tangent lines are horizontal or vertical.
EquationCurve
r=ar = aCircle of radius aa centered at origin
r=2acosθr = 2a\cos\thetaCircle radius aa, centered at (a,0)(a, 0)
r=a±bsinθr = a \pm b\sin\theta or a±bcosθa \pm b\cos\thetaLimaçon (cardioid when a=ba = b)
r=acos(nθ)r = a\cos(n\theta)Rose curve
r=aθr = a\thetaArchimedean spiral
To convert a polar equation to Cartesian, multiply strategically by rr. For example, r=2cosθr = 2\cos\theta becomes r2=2rcosθr^2 = 2r\cos\theta, so x2+y2=2xx^2 + y^2 = 2x, which rearranges to (x1)2+y2=1(x-1)^2 + y^2 = 1 — a circle. This multiply-by-rr move is a favorite trick because it produces the recognizable r2=x2+y2r^2 = x^2 + y^2 and rcosθ=xr\cos\theta = x patterns.

A frequent error is forgetting that θ\theta can produce the same point twice or that rr can be negative, which affects how many times a rose "petal" is traced. When in doubt, plug in a few sample angles and plot.

Differentiating Polar Curves: The dy/dx Formula

The heart of this topic: given r=f(θ)r = f(\theta), find the slope of the tangent line dydx\frac{dy}{dx}. Treat the curve as parametric with parameter θ\theta:x=rcosθ=f(θ)cosθ,y=rsinθ=f(θ)sinθx = r\cos\theta = f(\theta)\cos\theta, \qquad y = r\sin\theta = f(\theta)\sin\thetaApply the parametric slope formula dydx=dy/dθdx/dθ\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta}. Using the product rule on each:dxdθ=drdθcosθrsinθ\frac{dx}{d\theta} = \frac{dr}{d\theta}\cos\theta - r\sin\thetadydθ=drdθsinθ+rcosθ\frac{dy}{d\theta} = \frac{dr}{d\theta}\sin\theta + r\cos\thetaTherefore:dydx=drdθsinθ+rcosθdrdθcosθrsinθ\frac{dy}{dx} = \frac{\dfrac{dr}{d\theta}\sin\theta + r\cos\theta}{\dfrac{dr}{d\theta}\cos\theta - r\sin\theta}Do NOT make the classic mistake of thinking dydx=drdθ\frac{dy}{dx} = \frac{dr}{d\theta}. That is wrong — drdθ\frac{dr}{d\theta} only tells you how fast the radius changes, not the slope of the tangent line in the xyxy-plane.

Horizontal tangents occur where dydθ=0\frac{dy}{d\theta} = 0 (and dxdθ0\frac{dx}{d\theta} \neq 0). Vertical tangents occur where dxdθ=0\frac{dx}{d\theta} = 0 (and dydθ0\frac{dy}{d\theta} \neq 0). When both vanish simultaneously, further analysis is needed — often at the pole. The AP exam loves asking you to find these tangent locations.

How the Exam Tests This

On both the multiple-choice and free-response sections, polar differentiation appears in predictable ways. Expect to be asked for the slope of a tangent line at a specific θ\theta, to locate horizontal or vertical tangents, or to convert a polar equation and interpret it.

A typical multiple-choice item gives r=1+cosθr = 1 + \cos\theta and asks for dydx\frac{dy}{dx} at θ=π2\theta = \frac{\pi}{2}. You compute drdθ=sinθ\frac{dr}{d\theta} = -\sin\theta, plug into the formula, and evaluate. Calculator-active questions may just want the numeric slope.

Free-response problems frequently combine 9.7 with 9.8 (area). You might first find where two polar curves intersect, then set up an area integral, then discuss tangent behavior. Because this integrates several skills, organize your work clearly and label each part.

A subtle point graders check: when they ask for the slope "in terms of θ\theta," leave the answer as an expression; when they ask at a specific angle, produce a number. Also remember that d2ydx2\frac{d^2y}{dx^2} for polar curves uses the same parametric second-derivative rule, ddθ ⁣(dydx)/dxdθ\frac{d}{d\theta}\!\left(\frac{dy}{dx}\right)\big/\frac{dx}{d\theta} — not the ratio of second derivatives.

Key terms

Pole.
The origin in the polar coordinate system, from which the directed distance rr is measured.
Polar axis.
The ray along the positive xx-axis from which the angle θ\theta is measured counterclockwise.
rr (radial coordinate).
The directed distance from the pole to the point; can be negative, indicating direction opposite the angle θ\theta.
θ\theta (angular coordinate).
The angle in radians between the polar axis and the ray to the point, measured counterclockwise.
Cardioid.
A heart-shaped limaçon where a=ba = b, e.g. r=1+cosθr = 1 + \cos\theta, which passes through the pole.
Horizontal tangent.
A point where dydθ=0\frac{dy}{d\theta} = 0 and dxdθ0\frac{dx}{d\theta} \neq 0, giving slope zero.
Vertical tangent.
A point where dxdθ=0\frac{dx}{d\theta} = 0 and dydθ0\frac{dy}{d\theta} \neq 0, giving an undefined slope.
Parametrization by angle.
Viewing a polar curve r=f(θ)r=f(\theta) as parametric equations x=f(θ)cosθx=f(\theta)\cos\theta, y=f(θ)sinθy=f(\theta)\sin\theta with parameter θ\theta.

Worked example

Consider the polar curve r=1+cosθr = 1 + \cos\theta. Find dydx\frac{dy}{dx} at θ=π2\theta = \frac{\pi}{2}.
Start by writing xx and yy as functions of θ\theta:x=rcosθ=(1+cosθ)cosθ,y=rsinθ=(1+cosθ)sinθx = r\cos\theta = (1 + \cos\theta)\cos\theta, \qquad y = r\sin\theta = (1 + \cos\theta)\sin\thetaCompute drdθ=sinθ\frac{dr}{d\theta} = -\sin\theta.

Apply the derivative formulas:dydθ=drdθsinθ+rcosθ=sinθsinθ+(1+cosθ)cosθ\frac{dy}{d\theta} = \frac{dr}{d\theta}\sin\theta + r\cos\theta = -\sin\theta\sin\theta + (1+\cos\theta)\cos\thetadxdθ=drdθcosθrsinθ=sinθcosθ(1+cosθ)sinθ\frac{dx}{d\theta} = \frac{dr}{d\theta}\cos\theta - r\sin\theta = -\sin\theta\cos\theta - (1+\cos\theta)\sin\thetaNow evaluate at θ=π2\theta = \frac{\pi}{2}, where sinθ=1\sin\theta = 1 and cosθ=0\cos\theta = 0, so r=1+0=1r = 1 + 0 = 1.dydθ=(1)(1)+(1)(0)=1\frac{dy}{d\theta} = -(1)(1) + (1)(0) = -1dxdθ=(1)(0)(1)(1)=1\frac{dx}{d\theta} = -(1)(0) - (1)(1) = -1Therefore:dydx=11=1\frac{dy}{dx} = \frac{-1}{-1} = 1The tangent line to the cardioid at θ=π2\theta = \frac{\pi}{2} has slope 11. Notice we never used drdθ\frac{dr}{d\theta} as the slope directly — we assembled the full parametric derivatives first.

Practice questions

For the polar curve r=2sinθr = 2\sin\theta, which of the following gives dxdθ\frac{dx}{d\theta}?
  1. 2cosθ2\cos\theta
  2. 2cos2θ2sin2θ2\cos^2\theta - 2\sin^2\theta
  3. 2sinθcosθ2\sin\theta\cos\theta
  4. 2cosθsinθ+2sinθcosθ2\cos\theta\sin\theta + 2\sin\theta\cos\theta

Answer: 2cos2θ2sin2θ2\cos^2\theta - 2\sin^2\theta

Here x=rcosθ=2sinθcosθx = r\cos\theta = 2\sin\theta\cos\theta and drdθ=2cosθ\frac{dr}{d\theta} = 2\cos\theta. Using dxdθ=drdθcosθrsinθ=2cosθcosθ2sinθsinθ=2cos2θ2sin2θ\frac{dx}{d\theta} = \frac{dr}{d\theta}\cos\theta - r\sin\theta = 2\cos\theta\cos\theta - 2\sin\theta\sin\theta = 2\cos^2\theta - 2\sin^2\theta. This also equals 2cos(2θ)2\cos(2\theta) by the double-angle identity.
The point (x,y)=(1,3)(x, y) = (-1, \sqrt{3}) is given in Cartesian coordinates. Find one valid polar representation (r,θ)(r, \theta) with r>0r > 0 and 0θ<2π0 \le \theta < 2\pi.

Answer: (2,2π3)\left(2, \frac{2\pi}{3}\right)

Compute r=(1)2+(3)2=1+3=2r = \sqrt{(-1)^2 + (\sqrt{3})^2} = \sqrt{1 + 3} = 2. Then tanθ=31=3\tan\theta = \frac{\sqrt{3}}{-1} = -\sqrt{3}. The reference angle is π3\frac{\pi}{3}, but since x<0x < 0 and y>0y > 0 the point is in the second quadrant, so θ=ππ3=2π3\theta = \pi - \frac{\pi}{3} = \frac{2\pi}{3}. Always confirm the quadrant before trusting the arctangent value.
Find all values of θ\theta in [0,2π)[0, 2\pi) where the curve r=1+cosθr = 1 + \cos\theta has a horizontal tangent line.

Answer: θ=π3,π,5π3\theta = \frac{\pi}{3}, \pi, \frac{5\pi}{3}

Horizontal tangents require dydθ=0\frac{dy}{d\theta} = 0 with dxdθ0\frac{dx}{d\theta} \neq 0. From the worked formula, dydθ=sin2θ+(1+cosθ)cosθ=cosθ+cos2θsin2θ\frac{dy}{d\theta} = -\sin^2\theta + (1+\cos\theta)\cos\theta = \cos\theta + \cos^2\theta - \sin^2\theta. Using sin2θ=1cos2θ\sin^2\theta = 1 - \cos^2\theta, this becomes 2cos2θ+cosθ1=02\cos^2\theta + \cos\theta - 1 = 0, which factors as (2cosθ1)(cosθ+1)=0(2\cos\theta - 1)(\cos\theta + 1) = 0. So cosθ=12\cos\theta = \frac{1}{2} giving θ=π3,5π3\theta = \frac{\pi}{3}, \frac{5\pi}{3}, or cosθ=1\cos\theta = -1 giving θ=π\theta = \pi. At θ=π\theta = \pi you should verify dxdθ\frac{dx}{d\theta} behavior since it is the pole, but the standard AP answer includes all three.

FAQ

Why isn't dy/dx just equal to dr/dθ?
Because drdθ\frac{dr}{d\theta} measures how the distance from the origin changes with angle — it is not a slope in the xyxy-plane. The tangent slope depends on how both xx and yy change, so you must use dydx=dy/dθdx/dθ\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta} with x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta.
How do I find horizontal and vertical tangents on a polar curve?
Horizontal tangents occur where dydθ=0\frac{dy}{d\theta} = 0 while dxdθ0\frac{dx}{d\theta} \neq 0. Vertical tangents occur where dxdθ=0\frac{dx}{d\theta} = 0 while dydθ0\frac{dy}{d\theta} \neq 0. Set each derivative equal to zero, solve for θ\theta, and check that the other derivative is nonzero at those angles.
Can r be negative, and does that matter for differentiation?
Yes. A negative rr means the point is plotted in the direction opposite to angle θ\theta. The differentiation formulas still work exactly the same because they come directly from x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta; just substitute the signed value of rr.
Do I need to memorize the dy/dx polar formula for the exam?
You do not have to memorize it if you remember that a polar curve is parametric in θ\theta. Write x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta, differentiate each with the product rule, and divide. That said, recognizing the assembled formula quickly saves time under pressure.

Learn this with a teacher, not a page

The Crimsora tutor teaches U9.7 Polar Coordinates and Differentiation live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.