AP Calculus BC

Chapter 10: Parametric, Polar & Vectors

AP Calculus BC  |  Unit 4: BC Topics

Learning Objectives

10.1 Parametric Equations

A parametric curve describes position using a parameter $t$: $(x(t), y(t))$. This lets us represent curves that aren't functions of $x$ (like circles, spirals, and loops) and naturally model motion over time.

Derivatives for Parametric Curves

Given $x = x(t)$, $y = y(t)$ with $\dot{x} = dx/dt$ and $\dot{y} = dy/dt$:

$$\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{\dot{y}}{\dot{x}}$$

$$\frac{d^2y}{dx^2} = \frac{\dfrac{d}{dt}\!\left[\dfrac{dy}{dx}\right]}{dx/dt}$$

Arc length from $t = a$ to $t = b$: $$L = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}\,dt$$

Example 10.1 — Circle Parametrically

$x = 3\cos t$, $y = 3\sin t$ for $t \in [0, 2\pi]$ traces a circle of radius 3.

Slope: $\dfrac{dy}{dx} = \dfrac{3\cos t}{-3\sin t} = -\cot t$

At $t = \pi/4$: slope $= -\cot(\pi/4) = -1$. Point: $\left(\tfrac{3}{\sqrt{2}}, \tfrac{3}{\sqrt{2}}\right)$.

Arc length (full circle): $L = \int_0^{2\pi}\sqrt{9\sin^2 t + 9\cos^2 t}\,dt = \int_0^{2\pi} 3\,dt = 6\pi$ ✓

Example 10.2 — Horizontal and Vertical Tangents

For the cycloid $x = t - \sin t$, $y = 1 - \cos t$:

$\dot{x} = 1 - \cos t$, $\dot{y} = \sin t$

Horizontal tangents ($\dot{y} = 0$, $\dot{x} \neq 0$): $\sin t = 0 \Rightarrow t = \pi, 3\pi, \ldots$ (top of arch)

Vertical tangents ($\dot{x} = 0$, $\dot{y} \neq 0$): $\cos t = 1 \Rightarrow t = 0, 2\pi, \ldots$ (cusps at ground)

TRY IT

For $x = t^2$, $y = t^3 - 3t$, find $\dfrac{dy}{dx}$ and determine where the curve has a horizontal tangent.

Show Answer
$\dfrac{dy}{dx} = \dfrac{3t^2-3}{2t} = \dfrac{3(t^2-1)}{2t}$
Horizontal tangent: $3t^2-3=0 \Rightarrow t = \pm 1$
At $t=1$: $(1, -2)$. At $t=-1$: $(1, 2)$.

AP Exam Tip: Parametric arc length is a common FRQ topic. Remember to square both derivatives before adding under the radical: $\sqrt{(dx/dt)^2 + (dy/dt)^2}$. The exam may ask for arc length over a specific interval — set up the integral and evaluate with a calculator.

Parametric curves: a circle and a cycloid. Adjust the parameter $t$ (slider) to trace the curve and see the velocity vector $(\dot{x}, \dot{y})$ at each point.

Figure 10.1 — Parametric Curve: Circle $x=3\cos t$, $y=3\sin t$ with Tangent Vector

10.2 Polar Coordinates

Polar coordinates $(r, \theta)$ describe a point by its distance $r$ from the origin and angle $\theta$ from the positive $x$-axis. They're especially natural for curves with rotational symmetry.

Polar ↔ Cartesian Conversion

$x = r\cos\theta \qquad y = r\sin\theta \qquad r^2 = x^2 + y^2 \qquad \tan\theta = y/x$

Key Formulas in Polar

Slope of polar curve $r = f(\theta)$:

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

Area enclosed by $r = f(\theta)$ from $\alpha$ to $\beta$:

$$A = \frac{1}{2}\int_\alpha^\beta r^2\,d\theta$$

Area between $r_{\text{outer}}$ and $r_{\text{inner}}$:

$$A = \frac{1}{2}\int_\alpha^\beta \left(r_{\text{outer}}^2 - r_{\text{inner}}^2\right)d\theta$$

Example 10.3 — Area of a Rose Petal

Find the area of one petal of $r = \cos(2\theta)$.

The curve $r = \cos(2\theta)$ has 4 petals. One petal exists where $r \geq 0$ in $\left[-\dfrac{\pi}{4}, \dfrac{\pi}{4}\right]$.

$$A = \frac{1}{2}\int_{-\pi/4}^{\pi/4} \cos^2(2\theta)\,d\theta = \frac{1}{2}\int_{-\pi/4}^{\pi/4} \frac{1+\cos(4\theta)}{2}\,d\theta$$

$$= \frac{1}{4}\left[\theta + \frac{\sin(4\theta)}{4}\right]_{-\pi/4}^{\pi/4} = \frac{1}{4}\cdot\frac{\pi}{2} = \frac{\pi}{8}$$

TRY IT

Find the area enclosed by the cardioid $r = 1 + \cos\theta$ (integrate over $[0, 2\pi]$).

Show Answer
$A = \dfrac{1}{2}\displaystyle\int_0^{2\pi}(1+\cos\theta)^2\,d\theta = \dfrac{1}{2}\int_0^{2\pi}(1 + 2\cos\theta + \cos^2\theta)\,d\theta$
$= \dfrac{1}{2}\int_0^{2\pi}\left(1 + 2\cos\theta + \dfrac{1+\cos 2\theta}{2}\right)d\theta$
$= \dfrac{1}{2}\left[2\pi + 0 + \pi\right] = \dfrac{3\pi}{2}$

Polar curves: the 4-petal rose $r=\cos(2\theta)$ and the cardioid $r=1+\cos(\theta)$. Toggle each curve using the sliders.

Figure 10.2 — Polar Curves: Rose $r=\cos(2\theta)$ and Cardioid $r=1+\cos\theta$

10.3 Vector-Valued Functions

A vector-valued function $\vec{r}(t) = \langle x(t), y(t) \rangle$ describes the position of a moving object. Its derivative gives velocity; the magnitude of velocity gives speed.

Velocity, Speed, and Acceleration

Given position vector $\vec{r}(t) = \langle x(t), y(t) \rangle$:

Velocity

$\vec{v}(t) = \vec{r}'(t) = \langle x'(t), y'(t) \rangle$

Speed

$|\vec{v}(t)| = \sqrt{[x'(t)]^2 + [y'(t)]^2}$

Acceleration

$\vec{a}(t) = \vec{v}'(t) = \vec{r}''(t)$

Displacement

$\Delta\vec{r} = \displaystyle\int_a^b \vec{v}(t)\,dt = \langle \int x'dt,\, \int y'dt \rangle$

Total distance traveled from $t=a$ to $t=b$: $\displaystyle\int_a^b |\vec{v}(t)|\,dt$

Example 10.4 — Projectile Motion

A ball is launched with velocity $\vec{v}(0) = \langle 20, 40 \rangle$ ft/s from position $(0, 0)$. With gravity $g = 32$ ft/s², find position at $t = 2$ s.

Acceleration: $\vec{a} = \langle 0, -32 \rangle$

Velocity: $\vec{v}(t) = \int\vec{a}\,dt + \vec{v}(0) = \langle 20, 40-32t \rangle$

Position: $\vec{r}(t) = \int\vec{v}\,dt + \vec{r}(0) = \langle 20t, 40t - 16t^2 \rangle$

At $t=2$: $\vec{r}(2) = \langle 40, 80-64 \rangle = \langle 40, 16 \rangle$ ft.

Max height: when $y'(t) = 40-32t=0 \Rightarrow t=1.25$ s. $y_{\max} = 40(1.25) - 16(1.25)^2 = 25$ ft.

TRY IT

A particle has velocity $\vec{v}(t) = \langle 3t^2, 2t \rangle$ and starts at $(1, 2)$. Find its position at $t = 2$ and the total distance traveled on $[0,2]$.

Show Answer
Position: $\vec{r}(t) = \langle 1 + t^3, 2 + t^2 \rangle$
At $t=2$: $(1+8, 2+4) = (9, 6)$
Speed: $|\vec{v}| = \sqrt{9t^4 + 4t^2} = t\sqrt{9t^2+4}$
Distance $= \displaystyle\int_0^2 t\sqrt{9t^2+4}\,dt$. Let $u = 9t^2+4$, $du=18t\,dt$:
$= \dfrac{1}{18}\displaystyle\int_4^{40}\sqrt{u}\,du = \dfrac{1}{18}\cdot\dfrac{2}{3}[u^{3/2}]_4^{40} = \dfrac{1}{27}(40^{3/2} - 8) \approx 9.07$

AP Exam Tip: Vector FRQ problems often ask for: position at a given time (integrate velocity + use IC), total distance (integrate speed $|\vec{v}|$), or the time when the particle is at rest ($\vec{v} = \vec{0}$). Keep velocity and position as separate vectors — don't confuse $x(t)$ and $y(t)$ components.

Projectile motion as a vector-valued function. The red vector shows velocity at each point. Adjust $t$ with the slider to trace the path.

Figure 10.3 — Vector-Valued Function: Projectile $\vec{r}(t) = \langle 20t,\, 40t-16t^2 \rangle$

Practice Problems

1

Find $\dfrac{dy}{dx}$ and $\dfrac{d^2y}{dx^2}$ for $x = t^2 + 1$, $y = t^3 - t$.

Show Solution
$\dfrac{dy}{dx} = \dfrac{3t^2-1}{2t}$
$\dfrac{d}{dt}\!\left[\dfrac{3t^2-1}{2t}\right] = \dfrac{6t(2t)-(3t^2-1)(2)}{4t^2} = \dfrac{3t^2+1}{4t^2}$
$\dfrac{d^2y}{dx^2} = \dfrac{(3t^2+1)/4t^2}{2t} = \dfrac{3t^2+1}{8t^3}$
2

Find the arc length of the curve $x = e^t\cos t$, $y = e^t\sin t$ for $0 \leq t \leq \pi$.

Show Solution
$\dot{x} = e^t(\cos t - \sin t)$, $\dot{y} = e^t(\sin t + \cos t)$
$\dot{x}^2 + \dot{y}^2 = e^{2t}[(\cos t-\sin t)^2 + (\sin t+\cos t)^2] = e^{2t}(2) = 2e^{2t}$
$L = \displaystyle\int_0^\pi \sqrt{2e^{2t}}\,dt = \sqrt{2}\int_0^\pi e^t\,dt = \sqrt{2}(e^\pi - 1)$
3

Convert the polar equation $r = 4\sin\theta$ to Cartesian form. What curve is this?

Show Solution
Multiply both sides by $r$: $r^2 = 4r\sin\theta$
$x^2 + y^2 = 4y$
$x^2 + (y-2)^2 = 4$
This is a circle centered at $(0, 2)$ with radius 2.
4

Find the area inside the circle $r = 3$ and outside the cardioid $r = 1 + \cos\theta$.

Show Solution
Curves intersect when $3 = 1+\cos\theta \Rightarrow \cos\theta = 2$ — no solution! The cardioid is always inside the circle ($r_{max}$ of cardioid $= 2 < 3$).
Area of circle: $\pi(3)^2 = 9\pi$.
Area of cardioid: $\dfrac{3\pi}{2}$ (standard result).
Area between: $9\pi - \dfrac{3\pi}{2} = \dfrac{15\pi}{2}$
5

A particle moves with $\vec{v}(t) = \langle \cos t, 2t \rangle$ and $\vec{r}(0) = \langle 0, 0 \rangle$. Find position at $t = \pi$ and total distance on $[0, \pi]$.

Show Solution
$\vec{r}(t) = \langle \sin t, t^2 \rangle$
At $t=\pi$: $\vec{r}(\pi) = \langle 0, \pi^2 \rangle \approx \langle 0, 9.87 \rangle$
Speed: $|\vec{v}| = \sqrt{\cos^2 t + 4t^2}$
Total distance $= \displaystyle\int_0^\pi \sqrt{\cos^2 t + 4t^2}\,dt$ (use calculator: $\approx 9.78$)
6

Find the area of one petal of the rose $r = 3\sin(3\theta)$.

Show Solution
$r = 3\sin(3\theta)$ has 3 petals. One petal: $\theta \in [0, \pi/3]$.
$A = \dfrac{1}{2}\displaystyle\int_0^{\pi/3} 9\sin^2(3\theta)\,d\theta = \dfrac{9}{2}\int_0^{\pi/3}\dfrac{1-\cos(6\theta)}{2}\,d\theta$
$= \dfrac{9}{4}\left[\theta - \dfrac{\sin(6\theta)}{6}\right]_0^{\pi/3} = \dfrac{9}{4}\cdot\dfrac{\pi}{3} = \dfrac{3\pi}{4}$
7

Find the slope of the tangent to $r = 2 + \sin\theta$ at $\theta = \pi/2$.

Show Solution
$r = 2+\sin\theta$, $r' = \cos\theta$
At $\theta = \pi/2$: $r = 3$, $r' = 0$
Slope $= \dfrac{r'\sin\theta + r\cos\theta}{r'\cos\theta - r\sin\theta} = \dfrac{0\cdot1 + 3\cdot0}{0\cdot0 - 3\cdot1} = \dfrac{0}{-3} = 0$
Horizontal tangent at the top of the curve.
8

(AP Style) A particle moves in the $xy$-plane with $x'(t) = t^2 - 3$ and $y'(t) = 2t - 4$, with $x(0) = 1$, $y(0) = 2$. At what times is the particle at rest? Find position at those times.

Show Solution
At rest when both $x'=0$ and $y'=0$:
$t^2 - 3 = 0 \Rightarrow t = \sqrt{3}$ (taking $t \geq 0$)
$2t - 4 = 0 \Rightarrow t = 2$
These never coincide → the particle is never fully at rest.

At $t=\sqrt{3}$: $x = 1 + \displaystyle\int_0^{\sqrt{3}}(t^2-3)dt = 1 + [t^3/3-3t]_0^{\sqrt{3}} = 1 + (1-3\sqrt{3}/1) = 1-2\sqrt{3} \approx -2.46$
$y(\sqrt{3}) = 2 + [\,t^2-4t\,]_0^{\sqrt{3}} = 2 + (3-4\sqrt{3}) = 5-4\sqrt{3} \approx -1.93$

📋 Chapter Summary

Parametric Equations

Slope of Parametric Curve

$\dfrac{dy}{dx} = \dfrac{dy/dt}{dx/dt}$ — divide the $y$-derivative by the $x$-derivative with respect to parameter $t$.

Second Derivative

$\dfrac{d^2y}{dx^2} = \dfrac{d}{dt}\!\left[\dfrac{dy}{dx}\right] \div \dfrac{dx}{dt}$ — used for concavity of parametric curves.

Arc Length (Parametric)

$L = \displaystyle\int_\alpha^\beta \sqrt{\left(\dfrac{dx}{dt}\right)^2 + \left(\dfrac{dy}{dt}\right)^2}\,dt$

Speed

$|\mathbf{v}(t)| = \sqrt{(x'(t))^2 + (y'(t))^2}$ — the magnitude of the velocity vector at time $t$.

Polar Coordinates

Polar ↔ Cartesian

$x = r\cos\theta$, $y = r\sin\theta$, $r^2 = x^2 + y^2$, $\tan\theta = y/x$

Slope of Polar Curve

$\dfrac{dy}{dx} = \dfrac{r'\sin\theta + r\cos\theta}{r'\cos\theta - r\sin\theta}$ where $r' = dr/d\theta$

Polar Area

$A = \dfrac{1}{2}\displaystyle\int_\alpha^\beta r^2\,d\theta$

Area Between Polar Curves

$A = \dfrac{1}{2}\displaystyle\int_\alpha^\beta (r_{\text{outer}}^2 - r_{\text{inner}}^2)\,d\theta$

Vectors

Dot Product

$\mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2 = |\mathbf{a}||\mathbf{b}|\cos\theta$. Vectors are perpendicular when $\mathbf{a}\cdot\mathbf{b}=0$.

Position / Velocity / Acceleration

$\mathbf{r}(t) \xrightarrow{d/dt} \mathbf{v}(t) \xrightarrow{d/dt} \mathbf{a}(t)$. Integrate backwards to find position from velocity.

📘 Key Terms

Parametric Equations A curve defined by $x = f(t)$, $y = g(t)$ where $t$ is a parameter. Traces the curve as $t$ varies.
Polar Coordinates $(r, \theta)$ — describes a point by distance from origin ($r$) and angle from positive $x$-axis ($\theta$).
Polar Area Formula $A = \frac{1}{2}\int r^2\,d\theta$ — area swept out by the radius vector as $\theta$ goes from $\alpha$ to $\beta$.
Vector A quantity with both magnitude and direction. In 2D: $\mathbf{v} = \langle v_1, v_2 \rangle$.
Dot Product $\mathbf{a}\cdot\mathbf{b} = a_1 b_1 + a_2 b_2$ — a scalar that measures the angle between two vectors.
Speed The magnitude of the velocity vector: $|\mathbf{v}(t)| = \sqrt{(dx/dt)^2 + (dy/dt)^2}$.
← Chapter 9: Differential Equations Chapter 11: Sequences & Series ›