In polar coordinates, we can find slopes of tangent lines using derivatives and compute areas enclosed by polar curves. These formulas are essential for analyzing polar curves on the AP Calculus BC exam.

🎯 In this section you will learn

📌 Derivative in Polar Coordinates

To find $\frac{dy}{dx}$ for a polar curve $r = f(\theta)$, we use parametric equations with $\theta$ as the parameter:

$$ x = r\cos\theta, \quad y = r\sin\theta $$ $$ \frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta} = \frac{\frac{dr}{d\theta}\sin\theta + r\cos\theta}{\frac{dr}{d\theta}\cos\theta - r\sin\theta} $$
💡 Derivation

$\frac{dx}{d\theta} = \frac{dr}{d\theta}\cos\theta - r\sin\theta$, $\frac{dy}{d\theta} = \frac{dr}{d\theta}\sin\theta + r\cos\theta$. Then $\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta}$.

Example 1Finding $\frac{dy}{dx}$ for a Polar Curve

Find $\frac{dy}{dx}$ for $r = 1 + \cos\theta$ at $\theta = \pi/2$.

Find $dr/d\theta$
$\frac{dr}{d\theta} = -\sin\theta$
Plug into formula
$\frac{dy}{dx} = \frac{(-\sin\theta)\sin\theta + (1+\cos\theta)\cos\theta}{(-\sin\theta)\cos\theta - (1+\cos\theta)\sin\theta}$
Evaluate at $\theta = \pi/2$
$\sin(\pi/2)=1$, $\cos(\pi/2)=0$
Numerator: $(-1)(1) + (1+0)(0) = -1$
Denominator: $(-1)(0) - (1+0)(1) = -1$
$\frac{dy}{dx} = \frac{-1}{-1} = 1$
Example 2Horizontal Tangent

For $r = 1 + \cos\theta$, find where the tangent line is horizontal.

📌 Area in Polar Coordinates

$$ A = \frac{1}{2} \int_\alpha^\beta [f(\theta)]^2 \, d\theta $$
Area enclosed by the polar curve $r = f(\theta)$ from $\theta = \alpha$ to $\theta = \beta$
💡 Derivation

The area of a sector of a circle is $\frac{1}{2}r^2 \Delta\theta$. Summing over small sectors gives the integral.

Example 3Area of a Circle in Polar Coordinates

Find the area of the circle $r = 2$.

Example 4Area of a Cardioid

Find the area enclosed by the cardioid $r = 1 + \cos\theta$.

Set up the integral
$A = \frac{1}{2} \int_0^{2\pi} (1 + \cos\theta)^2 d\theta$
Expand
$(1 + \cos\theta)^2 = 1 + 2\cos\theta + \cos^2\theta = 1 + 2\cos\theta + \frac{1+\cos2\theta}{2}$
Integrate
$A = \frac{1}{2} \int_0^{2\pi} \left(\frac{3}{2} + 2\cos\theta + \frac{1}{2}\cos2\theta\right) d\theta = \frac{1}{2} \left[ \frac{3}{2}\theta + 2\sin\theta + \frac{1}{4}\sin2\theta \right]_0^{2\pi}$
Evaluate
$= \frac{1}{2} \left( \frac{3}{2} \cdot 2\pi \right) = \frac{1}{2} (3\pi) = \frac{3\pi}{2}$
Example 5Area Between Two Polar Curves

Find the area inside $r = 2$ and outside $r = 1$.

⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page