# Defining polar coordinates and differentiating in polar form

> AP Calculus BC · Unit 9: Parametric Equations, Polar Coordinates, and Vector-Valued Functions
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u9-defining-polar-coordinates-and-differentiating/

This sub-topic introduces the polar coordinate system, how to convert between polar and Cartesian coordinates, and how to calculate the slope of a tangent line to a polar curve using differentiation. These skills are tested regularly on both MCQ and FRQ sections of the AP exam.

**Prerequisites:** [Differentiation of parametric equations](https://www.owlsprep.com/study/ap-calculus-bc-u9-differentiating-parametric-equations/); Product and chain rule for differentiation; Basic trigonometric identities

## Learning objectives

- Convert between polar and Cartesian coordinate systems
- Derive and apply the formula for the slope of a tangent to a polar curve
- Locate points of horizontal and vertical tangency on polar curves

## Introduction to Polar Coordinates

**Polar Coordinate Point** — A point is defined by $r$, the distance from the pole (origin), and $\theta$, the angle from the polar axis (positive $x$-axis).

*Notation:* $(r, \theta)$

*Example:* The Cartesian point $(1,1)$ is $(√2, \frac{\pi}{4})$ in polar coordinates.

Unlike Cartesian coordinates, which assign a unique $(x,y)$ pair to every point, polar coordinates can have multiple valid representations for the same point. For example, $(r, \theta) = (-r, \theta + \pi)$ describes the exact same point.

To convert between polar and Cartesian coordinates, we use the following core trigonometric relationships:

$$x = r \cos \theta \\ y = r \sin \theta \\ r^2 = x^2 + y^2 \\ \tan \theta = \frac{y}{x}, \quad x \neq 0$$

**Worked example:** Convert the polar point $(4, \frac{2\pi}{3})$ to Cartesian coordinates.

1. Use the standard conversion formulas $x = r\cos\theta$ and $y = r\sin\theta$:
2. $$x = 4 \cos\left(\frac{2\pi}{3}\right) = 4 \left(-\frac{1}{2}\right) = -2 \\ y = 4 \sin\left(\frac{2\pi}{3}\right) = 4 \left(\frac{\sqrt{3}}{2}\right) = 2\sqrt{3}$$
3. The Cartesian equivalent of $(4, \frac{2\pi}{3})$ is $(-2, 2\sqrt{3})$.

## Deriving the Polar Derivative Formula

A polar curve $r = f(\theta)$ can be treated as a parametric curve with parameter $\theta$. We use the parametric derivative rule $\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta}$ to find the slope of the tangent line.

**Derivation:** Derive the formula for $\frac{dy}{dx}$ for $r = f(\theta)$

*Starting from:* Parametric derivative rule: $\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta}$

1. Write $x$ and $y$ in terms of $\theta$ using conversion formulas:
2. $$x = r \cos \theta = f(\theta) \cos \theta \\ y = r \sin \theta = f(\theta) \sin \theta$$
3. Differentiate using the product rule:
4. $$\frac{dy}{d\theta} = f'(\theta) \sin \theta + f(\theta) \cos \theta \\ \frac{dx}{d\theta} = f'(\theta) \cos \theta - f(\theta) \sin \theta$$
5. Substitute into the parametric derivative formula

*Conclusion:* The slope of the tangent line to any polar curve $r = f(\theta)$ is:

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

**Worked example:** Find $\frac{dy}{dx}$ for the polar curve $r = 2\cos \theta$.

1. First calculate $\frac{dr}{d\theta}$:
2. $$\frac{dr}{d\theta} = -2 \sin \theta$$
3. Substitute into the polar derivative formula:
4. $$\frac{dy}{dx} = \frac{(-2 \sin \theta) \sin \theta + (2 \cos \theta) \cos \theta}{(-2 \sin \theta) \cos \theta - (2 \cos \theta) \sin \theta}$$
5. Simplify using double-angle identities:
6. $$\text{Numerator: } -2\sin^2\theta + 2\cos^2\theta = 2\cos 2\theta \\ \text{Denominator: } -4 \sin \theta \cos \theta = -2 \sin 2\theta \\ \frac{dy}{dx} = \frac{2 \cos 2\theta}{-2 \sin 2\theta} = -\cot 2\theta$$

## Horizontal and Vertical Tangents

We use the components of the polar derivative to find where polar curves have horizontal or vertical tangents, following these rules:

- Horizontal tangents occur when $\frac{dy}{d\theta} = 0$ **and** $\frac{dx}{d\theta} \neq 0$
- Vertical tangents occur when $\frac{dx}{d\theta} = 0$ **and** $\frac{dy}{d\theta} \neq 0$
- If both derivatives are zero, the slope is indeterminate and requires further analysis

> **tip**
>
> Always check that the other derivative is non-zero before concluding you have a horizontal or vertical tangent. This is a common point examiners test.

**Worked example:** Find all points on $0 \leq \theta < 2\pi$ where $r = 1 + \sin\theta$ has a horizontal tangent.

1. Calculate $\frac{dr}{d\theta}$ and $\frac{dy}{d\theta}$:
2. $$r = 1 + \sin \theta \implies \frac{dr}{d\theta} = \cos \theta \\ \frac{dy}{d\theta} = \frac{dr}{d\theta} \sin \theta + r \cos \theta = \cos \theta \sin \theta + (1 + \sin \theta) \cos \theta$$
3. Simplify and set $\frac{dy}{d\theta} = 0$:
4. $$\frac{dy}{d\theta} = 2 \sin \theta \cos \theta + \cos \theta = \cos \theta (2 \sin \theta + 1) = 0$$
5. Solve for $\theta$ and check that $\frac{dx}{d\theta} \neq 0$ for each solution:
6. We get 4 valid points with non-zero $\frac{dx}{d\theta}$: $\left(2, \frac{\pi}{2}\right)$, $\left(0, \frac{3\pi}{2}\right)$, $\left(\frac{1}{2}, \frac{7\pi}{6}\right)$, $\left(\frac{1}{2}, \frac{11\pi}{6}\right)$

## Common pitfalls

- **Wrong:** Forgetting the product rule when differentiating $x = r\cos\theta$ and $y = r\sin\theta$, writing $dx/d\theta = dr/d\theta \cos\theta$
  - Why it fails: $r$ is a function of $\theta$, so product rule is required for both derivatives
  - Correct: Always use: $\frac{dx}{d\theta} = \frac{dr}{d\theta}\cos\theta - r\sin\theta$ and $\frac{dy}{d\theta} = \frac{dr}{d\theta}\sin\theta + r\cos\theta$
- **Wrong:** Claiming a horizontal tangent when both $dy/d\theta = 0$ and $dx/d\theta = 0$
  - Why it fails: When both derivatives are zero, $\frac{dy}{dx}$ is indeterminate, not zero, so the slope is not guaranteed to be zero
  - Correct: Always confirm the other derivative is non-zero before concluding you have a horizontal or vertical tangent
- **Wrong:** Swapping numerator and denominator in the polar derivative formula
  - Why it fails: Both derivatives follow similar product rules, making it easy to mix up their positions
  - Correct: Remember $\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta}$, so $dy/d\theta$ is always the numerator, matching the parametric derivative rule
- **Wrong:** Adjusting the angle for negative $r$ before converting to Cartesian coordinates
  - Why it fails: Many students think negative $r$ requires changing $\theta$ first, but this leads to extra work and errors
  - Correct: Use $x = r\cos\theta$ and $y = r\sin\theta$ directly, even for negative $r$: the formulas automatically give the correct Cartesian coordinates

## Cheatsheet

| Concept | Formula |
| --- | --- |
| Polar to Cartesian | $x = r\cos\theta, \; y = r\sin\theta$ |
| Cartesian to Polar | $r^2 = x^2 + y^2, \; \tan\theta = y/x$ |
| Polar tangent slope | $\frac{dy}{dx} = \frac{\frac{dr}{d\theta} \sin\theta + r \cos\theta}{\frac{dr}{d\theta} \cos\theta - r \sin\theta}$ |
| Horizontal tangent | $\frac{dy}{d\theta} = 0, \; \frac{dx}{d\theta} \neq 0$ |
| Vertical tangent | $\frac{dx}{d\theta} = 0, \; \frac{dy}{d\theta} \neq 0$ |

## What's next

Now that you understand polar coordinates and differentiation of polar curves, you have the core foundation to solve more advanced polar problems, including finding arc length of polar curves and calculating areas bounded by polar curves, the next key topics in Unit 9. These topics build directly on the skills you learned here: converting between coordinate systems and differentiating polar curves are required to set up and evaluate area and arc length integrals for polar functions. Polar tangent slope questions appear frequently in AP Calculus BC multiple-choice, so mastering these skills will directly improve your exam performance.

- [Finding the area of a polar region or the area enclosed by a single polar curve](https://www.owlsprep.com/study/ap-calculus-bc-u9-finding-the-area-of-a/)
- [Finding the area of regions bounded by two polar curves](https://www.owlsprep.com/study/ap-calculus-bc-u9-finding-the-area-of-regions/)
- [Infinite Sequences and Series Overview](https://www.owlsprep.com/study/ap-calculus-bc-u10-overview/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u9-defining-polar-coordinates-and-differentiating/
