AP Calculus BC Unit 9 Notes: Polar Curves, Slopes, and Areas

Defining Polar Coordinates and Differentiating in Polar Form

What polar coordinates are (and why you use them)

In the usual Cartesian plane, you locate a point by walking horizontally and vertically: xx units left or right and yy units up or down. Polar coordinates describe location differently: you start at the origin and describe a point by (1) how far away it is from the origin and (2) the direction you travel.

A point in polar form is written as (r,θ)(r,\theta) where:

  • rr is the directed distance from the origin (the pole) to the point.
  • θ\theta is the angle (measured from the positive xx-axis) that tells you the direction.

Polar coordinates matter because many curves that look complicated in Cartesian form become simple in polar form. Curves with circular symmetry, petals, loops, spirals, and “distance-from-the-origin” rules are often easiest to express and analyze using rr as a function of θ\theta.

Multiple representations of the same point

A key idea in polar is that the same point can be written in many ways. That happens for two reasons:

  1. Angles repeat every full rotation:

(r,θ)=(r,θ+2πk)(r,\theta) = (r,\theta + 2\pi k)

for any integer kk.

  1. A negative radius points you in the opposite direction:

(r,θ)=(r,θ+π)(r,\theta) = (-r,\theta + \pi)

This “negative rr” fact is extremely important for graphing and for solving intersection problems—if you forget it, you can miss where curves overlap.

Converting between polar and Cartesian

Polar and Cartesian are connected through right-triangle geometry:

x=rcosθx = r\cos\theta

y=rsinθy = r\sin\theta

From these, you also get:

r2=x2+y2r^2 = x^2 + y^2

and (with quadrant awareness):

tanθ=yx\tan\theta = \frac{y}{x}

It’s common in AP problems to switch forms depending on what you’re asked to compute. For example:

  • Slopes and areas are often cleanest if you keep rr as a function of θ\theta.
  • Interpreting a curve in the plane might be easier if you convert to an xx-yy equation.
How polar graphs work (intuition for sketching)

A polar equation typically looks like r=f(θ)r = f(\theta). You can think of it as a “radar sweep”: as θ\theta changes, the function tells you how far out from the origin the point is.

A few sketching instincts help a lot:

  • If r=cr = c (a constant), the graph is a circle centered at the origin with radius c|c|.
  • If rr becomes negative for some angles, the plotted point jumps to the opposite direction (rotate θ\theta by π\pi).
  • Symmetry checks save time. Common symmetry tests:
    • If replacing θ\theta by θ-\theta leaves the equation unchanged, the graph is symmetric about the xx-axis.
    • If replacing θ\theta by πθ\pi - \theta leaves it unchanged, symmetric about the yy-axis.
    • If replacing θ\theta by θ+π\theta + \pi leaves it unchanged, symmetric about the origin.

(These symmetry patterns often appear in AP problems when choosing integration bounds for area.)

Differentiating in polar form: finding dydx\frac{dy}{dx}

Polar curves are naturally parameterized by θ\theta. You should treat xx and yy as parametric functions of θ\theta:

x(θ)=r(θ)cosθx(\theta) = r(\theta)\cos\theta

y(θ)=r(θ)sinθy(\theta) = r(\theta)\sin\theta

Once you have a parametric setup, the slope of the tangent line is

dydx=dydθdxdθ\frac{dy}{dx} = \frac{\frac{dy}{d\theta}}{\frac{dx}{d\theta}}

This matters because AP questions often ask for the slope of the tangent line to a polar curve at a specified angle, or they ask you to find where tangents are horizontal or vertical.

Computing dxdθ\frac{dx}{d\theta} and dydθ\frac{dy}{d\theta}

Let r=r(θ)r = r(\theta) and define

r=drdθr' = \frac{dr}{d\theta}

Differentiate using the product rule:

dxdθ=rcosθrsinθ\frac{dx}{d\theta} = r'\cos\theta - r\sin\theta

dydθ=rsinθ+rcosθ\frac{dy}{d\theta} = r'\sin\theta + r\cos\theta

So the standard polar slope formula is

dydx=rsinθ+rcosθrcosθrsinθ\frac{dy}{dx} = \frac{r'\sin\theta + r\cos\theta}{r'\cos\theta - r\sin\theta}

A big conceptual point: this is not a new kind of derivative rule—it’s the parametric derivative rule applied to the polar-to-Cartesian conversion.

Horizontal and vertical tangents (a common AP skill)

Because θ\theta is the parameter, you use parametric tangent logic:

  • Horizontal tangent when dydθ=0\frac{dy}{d\theta} = 0 and dxdθ0\frac{dx}{d\theta} \ne 0.
  • Vertical tangent when dxdθ=0\frac{dx}{d\theta} = 0 and dydθ0\frac{dy}{d\theta} \ne 0.

A common mistake is to set the numerator or denominator of dydx\frac{dy}{dx} to zero without checking the other derivative—this can accidentally include cusps or undefined points.

Worked example 1: slope of a tangent line to a polar curve

Find dydx\frac{dy}{dx} for the curve r=2cosθr = 2\cos\theta at θ=π3\theta = \frac{\pi}{3}.

Step 1: Compute rr and rr'.

r=2cosθr = 2\cos\theta

r=2sinθr' = -2\sin\theta

At θ=π3\theta = \frac{\pi}{3}:

r=2cos(π3)=1r = 2\cos\left(\frac{\pi}{3}\right) = 1

r=2sin(π3)=3r' = -2\sin\left(\frac{\pi}{3}\right) = -\sqrt{3}

Step 2: Use the polar slope formula.

dydx=rsinθ+rcosθrcosθrsinθ\frac{dy}{dx} = \frac{r'\sin\theta + r\cos\theta}{r'\cos\theta - r\sin\theta}

Compute numerator:

rsinθ+rcosθ=(3)(32)+1(12)=32+12=1r'\sin\theta + r\cos\theta = (-\sqrt{3})\left(\frac{\sqrt{3}}{2}\right) + 1\left(\frac{1}{2}\right) = -\frac{3}{2} + \frac{1}{2} = -1

Compute denominator:

rcosθrsinθ=(3)(12)1(32)=3232=3r'\cos\theta - r\sin\theta = (-\sqrt{3})\left(\frac{1}{2}\right) - 1\left(\frac{\sqrt{3}}{2}\right) = -\frac{\sqrt{3}}{2} - \frac{\sqrt{3}}{2} = -\sqrt{3}

So

dydx=13=13=33\frac{dy}{dx} = \frac{-1}{-\sqrt{3}} = \frac{1}{\sqrt{3}} = \frac{\sqrt{3}}{3}

Worked example 2: horizontal tangents on a polar curve

Consider r=1+cosθr = 1 + \cos\theta. Find where the curve has horizontal tangents.

Step 1: Compute rr'.

r=sinθr' = -\sin\theta

Step 2: Set dydθ=0\frac{dy}{d\theta} = 0 and check dxdθ0\frac{dx}{d\theta} \ne 0.

dydθ=rsinθ+rcosθ=(sinθ)sinθ+(1+cosθ)cosθ\frac{dy}{d\theta} = r'\sin\theta + r\cos\theta = (-\sin\theta)\sin\theta + (1 + \cos\theta)\cos\theta

Simplify:

dydθ=sin2θ+cosθ+cos2θ=cosθ+(cos2θsin2θ)\frac{dy}{d\theta} = -\sin^2\theta + \cos\theta + \cos^2\theta = \cos\theta + (\cos^2\theta - \sin^2\theta)

Use cos2θsin2θ=cos(2θ)\cos^2\theta - \sin^2\theta = \cos(2\theta):

dydθ=cosθ+cos(2θ)\frac{dy}{d\theta} = \cos\theta + \cos(2\theta)

Solve

cosθ+cos(2θ)=0\cos\theta + \cos(2\theta) = 0

At this point you’d typically use trig identities or a calculator (depending on what the problem allows) to find solutions in the interval of interest, then verify dxdθ0\frac{dx}{d\theta} \ne 0 at those angles. The key learning is the method: horizontal tangents come from dydθ=0\frac{dy}{d\theta} = 0, not from setting dydx=0\frac{dy}{dx} = 0 directly.

Exam Focus
  • Typical question patterns:
    • “Given r=f(θ)r=f(\theta), find dydx\frac{dy}{dx} at a specific θ\theta.”
    • “Find all values of θ\theta where the tangent line is horizontal or vertical.”
    • “Write parametric equations x(θ)x(\theta) and y(θ)y(\theta) for the polar curve and use them for a derivative-related quantity.”
  • Common mistakes:
    • Forgetting to use dydx=dydθdxdθ\frac{dy}{dx} = \frac{\frac{dy}{d\theta}}{\frac{dx}{d\theta}} and instead differentiating rr as if it were yy.
    • Missing points because rr can be negative, so the same location might occur at a different θ\theta value.
    • Declaring a horizontal tangent when dydθ=0\frac{dy}{d\theta} = 0 but dxdθ\frac{dx}{d\theta} is also 00 (a cusp or undefined tangent needs special care).

Finding the Area of a Polar Region

What “area in polar” means

In Cartesian coordinates, you learn area under a curve using rectangles: ydx\int y\,dx accumulates thin vertical slices. In polar, the natural “thin slice” is not a rectangle—it’s a thin sector (a slice of a circle).

If you fix an angle interval of width dθd\theta and go out to radius rr, the small region looks like a sector with central angle dθd\theta and radius rr.

The area of a sector with radius rr and angle Δθ\Delta\theta (in radians) is

A=12r2ΔθA = \frac{1}{2}r^2\Delta\theta

So an “infinitesimal sector” has area

dA=12r2dθdA = \frac{1}{2}r^2\,d\theta

This is the key idea behind the polar area formula.

The polar area formula

If a region is traced by r=f(θ)r=f(\theta) from θ=a\theta=a to θ=b\theta=b, and the curve does not retrace itself over that interval, the area enclosed is

A=12ab(r(θ))2dθA = \frac{1}{2}\int_a^b \left(r(\theta)\right)^2\,d\theta

Why the square? Because the sector area depends on r2r^2. A common conceptual pitfall is to think “area should be proportional to rr,” but in two dimensions, scaling distance scales area quadratically.

Choosing correct bounds: the real skill

The formula is simple; the challenge is picking aa and bb so you cover exactly the region you want.

You typically choose bounds by:

  1. Identifying where the curve starts and ends a full “loop” or a single petal.
  2. Finding where r=0r=0 (often indicates a pole crossing) or where the curve intersects itself.
  3. Using symmetry to reduce work (then multiplying), but only after you’re sure the curve doesn’t double-trace.

A classic mistake is integrating over 00 to 2π2\pi automatically. Some polar curves trace the same region multiple times over 00 to 2π2\pi, which would make your computed area too large.

Worked example 1: area enclosed by a cardioid

Find the area enclosed by the curve

r=1+cosθr = 1 + \cos\theta

Step 1: Decide bounds.
A cardioid like 1+cosθ1+\cos\theta traces exactly once as θ\theta goes from 00 to 2π2\pi. So you can use

a=0a=0

b=2πb=2\pi

Step 2: Apply the polar area formula.

A=1202π(1+cosθ)2dθA = \frac{1}{2}\int_0^{2\pi} (1+\cos\theta)^2\,d\theta

Expand:

(1+cosθ)2=1+2cosθ+cos2θ(1+\cos\theta)^2 = 1 + 2\cos\theta + \cos^2\theta

So

A=1202π(1+2cosθ+cos2θ)dθA = \frac{1}{2}\int_0^{2\pi} \left(1 + 2\cos\theta + \cos^2\theta\right)d\theta

Use the identity

cos2θ=1+cos(2θ)2\cos^2\theta = \frac{1+\cos(2\theta)}{2}

Integrate term-by-term:

  • 02π1dθ=2π\int_0^{2\pi} 1\,d\theta = 2\pi
  • 02π2cosθdθ=0\int_0^{2\pi} 2\cos\theta\,d\theta = 0
  • 02πcos2θdθ=02π1+cos(2θ)2dθ=π\int_0^{2\pi} \cos^2\theta\,d\theta = \int_0^{2\pi} \frac{1+\cos(2\theta)}{2}\,d\theta = \pi

So

A=12(2π+0+π)=3π2A = \frac{1}{2}(2\pi + 0 + \pi) = \frac{3\pi}{2}

Worked example 2: area of one petal of a rose curve

Find the area of one petal of

r=2sin(3θ)r = 2\sin(3\theta)

Step 1: Identify the interval for one petal.
One petal is traced between consecutive zeros of rr where the curve goes out and back to the pole.

Solve

2sin(3θ)=02\sin(3\theta)=0

This happens when

3θ=0,π,2π,3\theta = 0,\pi,2\pi,\dots

So consecutive zeros occur at

θ=0\theta=0

and

θ=π3\theta=\frac{\pi}{3}

Over [0,π3]\left[0,\frac{\pi}{3}\right], sin(3θ)\sin(3\theta) is nonnegative, so you get a single outward petal without relying on negative rr.

Step 2: Compute the area.

A=120π/3(2sin(3θ))2dθ=120π/34sin2(3θ)dθA = \frac{1}{2}\int_0^{\pi/3} (2\sin(3\theta))^2\,d\theta = \frac{1}{2}\int_0^{\pi/3} 4\sin^2(3\theta)\,d\theta

A=20π/3sin2(3θ)dθA = 2\int_0^{\pi/3} \sin^2(3\theta)\,d\theta

Use

sin2(u)=1cos(2u)2\sin^2(u) = \frac{1-\cos(2u)}{2}

So

sin2(3θ)=1cos(6θ)2\sin^2(3\theta)=\frac{1-\cos(6\theta)}{2}

Then

A=20π/31cos(6θ)2dθ=0π/3(1cos(6θ))dθA = 2\int_0^{\pi/3} \frac{1-\cos(6\theta)}{2}\,d\theta = \int_0^{\pi/3} (1-\cos(6\theta))\,d\theta

Integrate:

(1cos(6θ))dθ=θ16sin(6θ)\int (1-\cos(6\theta))\,d\theta = \theta - \frac{1}{6}\sin(6\theta)

Evaluate:

A=[θ16sin(6θ)]0π/3=π316sin(2π)0=π3A = \left[\theta - \frac{1}{6}\sin(6\theta)\right]_0^{\pi/3} = \frac{\pi}{3} - \frac{1}{6}\sin(2\pi) - 0 = \frac{\pi}{3}

So one petal has area π3\frac{\pi}{3}.

Exam Focus
  • Typical question patterns:
    • “Find the area enclosed by r=f(θ)r=f(\theta) over a specified interval.”
    • “Find the area of one loop/petal” (you must determine bounds where the loop is traced once).
    • “Use symmetry to find total area” (often: compute a fraction of the curve and multiply).
  • Common mistakes:
    • Integrating over an interval that traces the region more than once (double-counting area).
    • Using degrees in trig integrals or sector reasoning; the area formula assumes θ\theta is in radians.
    • Forgetting the square: using rdθ\int r\,d\theta instead of 12r2dθ\frac{1}{2}\int r^2\,d\theta.

Finding the Area of Regions Bounded by Polar Curves

What “bounded by polar curves” means

Many problems don’t ask for the area inside a single polar curve. Instead, they describe a region trapped between two polar graphs—an “outer boundary” and an “inner boundary.”

In Cartesian coordinates, you’d compute area between curves with

(topbottom)dx\int (\text{top} - \text{bottom})\,dx

In polar, you do the same idea but with sectors:

  • Outer boundary: r=router(θ)r = r_{\text{outer}}(\theta)
  • Inner boundary: r=rinner(θ)r = r_{\text{inner}}(\theta)

For each small angle dθd\theta, the region looks like a “sector ring” (a washer sector). Its area is the difference of two sector areas:

dA=12(router(θ)2rinner(θ)2)dθdA = \frac{1}{2}\left(r_{\text{outer}}(\theta)^2 - r_{\text{inner}}(\theta)^2\right)d\theta

So the area between polar curves from θ=a\theta=a to θ=b\theta=b is

A=12ab(router(θ)2rinner(θ)2)dθA = \frac{1}{2}\int_a^b \left(r_{\text{outer}}(\theta)^2 - r_{\text{inner}}(\theta)^2\right)d\theta

How to decide “outer” vs “inner”

Unlike Cartesian “top minus bottom,” in polar you compare distances from the origin.

For a fixed angle θ\theta:

  • The curve with larger rr value is farther from the origin along that ray.
  • That curve is the outer boundary for that angle.

However, be careful: if one curve has negative rr values, “larger rr” is not automatically “farther out” in the picture the way you might expect. In AP problems, the bounded-region intervals are usually chosen so the relevant radii are nonnegative, but you still need to check.

A reliable approach is: sketch or test a sample angle in the interval and compare the actual plotted distances.

Finding the bounds: intersections in polar

The boundary angles often come from intersection points, found by solving

r1(θ)=r2(θ)r_1(\theta)=r_2(\theta)

over the interval of interest.

But polar intersections can be subtle because the same point can satisfy

r1(θ)=r2(θ)r_1(\theta)=r_2(\theta)

or can occur via the “negative rr” equivalence. For most standard AP bounded-area questions, solving r1=r2r_1=r_2 in the intended interval is enough, but you should still sanity-check with a sketch.

Worked example: area between two polar curves

Find the area of the region inside r=2cosθr = 2\cos\theta and outside r=1r = 1.

Step 1: Understand the curves.

  • r=1r=1 is the unit circle centered at the origin.
  • r=2cosθr=2\cos\theta is a circle of radius 11 centered at (1,0)(1,0) (you can confirm by converting: r=2cosθr=2\cos\theta gives r2=2rcosθr^2=2r\cos\theta, so x2+y2=2xx^2+y^2=2x, which becomes (x1)2+y2=1(x-1)^2+y^2=1).

The region “inside r=2cosθr=2\cos\theta and outside r=1r=1” is the part of the right-shifted circle that lies outside the unit circle.

Step 2: Find intersection angles.
Solve

2cosθ=12\cos\theta = 1

So

cosθ=12\cos\theta = \frac{1}{2}

Thus

θ=±π3\theta = \pm \frac{\pi}{3}

Step 3: Decide outer and inner on that interval.
On [π3,π3]\left[-\frac{\pi}{3},\frac{\pi}{3}\right], cosθ\cos\theta is at least 12\frac{1}{2}, so 2cosθ12\cos\theta \ge 1. That means:

  • Outer radius: router=2cosθr_{\text{outer}} = 2\cos\theta
  • Inner radius: rinner=1r_{\text{inner}} = 1

Step 4: Set up and compute the area integral.

A=12π/3π/3((2cosθ)212)dθA = \frac{1}{2}\int_{-\pi/3}^{\pi/3} \left((2\cos\theta)^2 - 1^2\right)d\theta

Simplify:

A=12π/3π/3(4cos2θ1)dθA = \frac{1}{2}\int_{-\pi/3}^{\pi/3} (4\cos^2\theta - 1)\,d\theta

The integrand is even, so

A=0π/3(4cos2θ1)dθA = \int_0^{\pi/3} (4\cos^2\theta - 1)\,d\theta

Use

cos2θ=1+cos(2θ)2\cos^2\theta = \frac{1+\cos(2\theta)}{2}

Then

4cos2θ1=41+cos(2θ)21=2(1+cos(2θ))1=1+2cos(2θ)4\cos^2\theta - 1 = 4\cdot\frac{1+\cos(2\theta)}{2} - 1 = 2(1+\cos(2\theta)) - 1 = 1 + 2\cos(2\theta)

So

A=0π/3(1+2cos(2θ))dθA = \int_0^{\pi/3} (1 + 2\cos(2\theta))\,d\theta

Integrate:

(1+2cos(2θ))dθ=θ+sin(2θ)\int (1 + 2\cos(2\theta))\,d\theta = \theta + \sin(2\theta)

Evaluate:

A=[θ+sin(2θ)]0π/3=π3+sin(2π3)A = \left[\theta + \sin(2\theta)\right]_0^{\pi/3} = \frac{\pi}{3} + \sin\left(\frac{2\pi}{3}\right)

And

sin(2π3)=32\sin\left(\frac{2\pi}{3}\right) = \frac{\sqrt{3}}{2}

So the area is

A=π3+32A = \frac{\pi}{3} + \frac{\sqrt{3}}{2}

A note on “bounded by” vs “enclosed by” language

AP problems may say “area of the region bounded by the curves” without explicitly saying which is inside/outside. In that case, you usually:

  1. Find intersection angles.
  2. Determine which curve is farther from the origin (outer) on each sub-interval.
  3. If the outer/inner relationship switches, split the integral.

Not splitting when the outer curve changes is a common way students get the wrong sign or the wrong region.

Exam Focus
  • Typical question patterns:
    • “Find the area of the region inside r=f(θ)r=f(\theta) and outside r=g(θ)r=g(\theta).”
    • “Find the area of the region bounded by two polar curves” (you must identify intersection angles and which curve is outer).
    • “Compute area of overlap” (often requires careful interval choice and sometimes symmetry).
  • Common mistakes:
    • Using 12(routerrinner)2dθ\frac{1}{2}\int (r_{\text{outer}}-r_{\text{inner}})^2 d\theta instead of 12(router2rinner2)dθ\frac{1}{2}\int (r_{\text{outer}}^2-r_{\text{inner}}^2)d\theta.
    • Failing to solve for the correct intersection angles (or forgetting to check for additional intersections due to periodicity).
    • Not splitting the integral when the “outer” curve changes across the interval, leading to subtracting in the wrong order for part of the region.