Calculus BC · CED Unit 9: Parametric Equations, Polar Coordinates, and Vector-Valued Functions · 14 min read · Updated 2026-05-11
Solving motion problems using parametric and vector-valued functions — AP Calculus BC
AP Calculus BC · CED Unit 9: Parametric Equations, Polar Coordinates, and Vector-Valued Functions · 14 min read
1. Position, Velocity, and Acceleration Vectors★★☆☆☆⏱ 3 min
For a particle moving in the 2D plane, x and y coordinates change independently with time, so we represent position as a vector-valued function of time. All operations on motion vectors are done component-wise: we differentiate or integrate each coordinate separately.
Velocity is the first derivative of position, found by differentiating each component separately:
When working backwards from acceleration to velocity or position, we integrate component-wise, then use initial conditions to solve for constants of integration for each component.
2. Speed and Direction of Motion★★☆☆☆⏱ 2 min
Velocity is a vector with both magnitude and direction. The magnitude of the velocity vector is called speed, a non-negative scalar quantity that describes how fast the particle is moving regardless of direction.
To find direction of motion, check the sign of each velocity component: positive $x'(t)$ means rightward motion, negative means left; positive $y'(t)$ means upward motion, negative means down. The slope $\frac{y'(t)}{x'(t)}$ gives the slope of the tangent to the particle's path at time $t$.
3. Displacement vs Total Distance Traveled★★★☆☆⏱ 4 min
A key distinction repeatedly tested on the AP exam is between displacement (net change in position) and total distance traveled (total length of the path traversed by the particle).
This formula is identical to the arc length formula for a parametric curve, which makes sense because we are calculating the length of the path traced by the particle over time.
4. Projectile Motion Modeling★★★☆☆⏱ 3 min
Projectile motion (motion of an object acted on only by gravity after launch) is one of the most common real-world applications tested on the AP exam. For a standard coordinate system with origin at the launch point, x horizontal, y upward, acceleration is entirely due to gravity, so horizontal acceleration is always 0:
\vec{a}(t) = \langle 0, -g \rangle
where $g = 32 \text{ ft/s}^2$ for imperial units, and $g = 9.8 \text{ m/s}^2$ for metric units. If launched with initial speed $v_0$ at angle $\theta$ from the horizontal from initial height $h$, integrating gives the standard position function:
\vec{r}(t) = \langle (v_0 \cos \theta) t, h + (v_0 \sin \theta)t - \frac{1}{2} g t^2 \rangle
Common questions ask for maximum height, time of impact, or range (horizontal distance at impact), all solved using derivative and integral rules for vector motion. Maximum height occurs when vertical velocity equals 0.
Common Pitfalls
Why: Students confuse the definitions of displacement and total distance, thinking 'distance' only means net change.
Why: Students forget integration is done component-wise, so each integral produces a separate constant.
Why: Students confuse velocity (vector) with speed (scalar magnitude of velocity).
Why: Students mix up which axis gravity acts on.
Why: Students confuse position (where the particle is) with velocity (the direction it is moving).