Calculus BC · Parametric Equations, Polar Coordinates, and Vector-Valued Functions · 14 min read · Updated 2026-05-11
Defining and differentiating vector-valued functions — AP Calculus BC
AP Calculus BC · Parametric Equations, Polar Coordinates, and Vector-Valued Functions · 14 min read
1. Definition and Domain of Vector-Valued Functions★★☆☆☆⏱ 3 min
A vector-valued function takes a single scalar input (almost always $t$, typically representing time in motion problems) and outputs a multi-dimensional vector. For AP Calculus BC, you will almost always work with 2D vector-valued functions, with 3D functions following identical rules.
Exam tip: When finding the domain of a vector-valued function, always check each component individually. Common hidden restrictions (denominators, square roots, logarithms) are easy to miss if you only check one component.
2. Component-Wise Differentiation of Vector-Valued Functions★★★☆☆⏱ 4 min
The derivative of a vector-valued function is defined by the same limit structure as scalar functions:
Because vector operations work component-wise, this limit simplifies to a straightforward rule: differentiate each component function separately using all the single-variable differentiation rules you already know. For $\vec{r}(t) = \langle x(t), y(t) \rangle$, the derivative is:
\vec{r}'(t) = \langle x'(t), y'(t) \rangle
Intuitively, $\vec{r}'(t)$ is the tangent vector to the curve traced by $\vec{r}(t)$ at time $t$, pointing in the direction the curve moves as $t$ increases.
Exam tip: Always differentiate each component separately, don't try to treat the entire vector as a single scalar expression. If you forget that differentiation is component-wise, you will almost certainly make an error on components with products or composite functions.
3. Velocity, Acceleration, and Speed from Position Vectors★★★☆☆⏱ 3 min
When $\vec{r}(t)$ is the position vector of an object moving in the plane at time $t$, its first and second derivatives have standard physical interpretations that are frequently tested on the AP exam:
Velocity is a vector that gives the direction of motion and the rate of movement. Speed is the scalar magnitude (length) of the velocity vector, calculated as:
Exam tip: When a question asks for speed, remember it is a scalar magnitude, not a vector. If you give the velocity vector instead of its magnitude on an FRQ, you will lose points. Always check the question wording for "velocity" vs "speed".
4. Chain Rule for Composite Vector-Valued Functions★★★★☆⏱ 3 min
If $\vec{r}$ is a function of $u$, and $u$ is itself a function of $t$, we have a composite vector-valued function $\vec{r}(u(t))$. The chain rule for this composite follows the same structure as for scalar functions, and still operates component-wise:
This rule commonly appears in motion problems where a path parameter is a function of time, or when reparameterizing a curve.
Exam tip: When working with composite vector-valued functions, don't forget to multiply by the derivative of the inner function. It's easy to drop the $\frac{du}{dt}$ term because you're focused on remembering component-wise differentiation.
5. Concept Check★★★☆☆⏱ 1 min
Common Pitfalls
Why: Students only check the last component and forget that all components must be defined for $t$ to be in the domain.
Why: Students think vector differentiation adds new rules that override single-variable rules, or forget that every component needs full single-variable differentiation.
Why: Students confuse velocity (a vector quantity) with speed (the scalar magnitude of velocity).
Why: Students focus on remembering that differentiation is component-wise and miss chain rule steps inside individual components.
Why: Students forget that the chain rule applies to the whole vector, not just individual components, and miss the common outer factor.